TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The ten years bug: solving a bug that wont go away

32 pointsby itayadlerover 8 years ago

8 comments

hackdover 8 years ago
Click bait title, its about a bug that has the value "ten years " as part of the issue, not a bug that took ten tears to solve like the title implies...
评论 #12538068 未加载
arsover 8 years ago
Terrible title. Poor article.<p>Anyway, 10 years is way too long for caching. A week is just fine, that&#x27;s plenty long to not have many requests, but not so long you can never change anything.<p>Plus if your user hasn&#x27;t been there in a week, why are you still in their cache?
ponyfleischover 8 years ago
I suppose pushing articles about &quot;bugs&quot; caused by sheer incompetence is a way to get traffic for startups nowadays?
anc84over 8 years ago
A popup before I could read the first sentence? Closed the tab, flagged the story, enjoyed the rest of my afternoon.
userbinatorover 8 years ago
I&#x27;m curious how it got set to 10 years seemingly without anyone noticing.<p>Then again, after going to their main site to find out what Jaco is...<p><i>The easiest way to watch and analyze your users’ behavior</i><p>...perhaps some bugs are better left unfixed. :-&#x2F;
bhaakover 8 years ago
I would be surprised if browsers really would cache a file for 10 years. That sounds excessive and browsers shouldn&#x27;t trust servers too much anyway.<p>At least when they are updated, I&#x27;d expect them to flush the cache.
评论 #12538283 未加载
gmazzaover 8 years ago
Two hard things in computer science:<p>- cache invalidation: check (root cause of the actual bug);<p>- naming things: check (terrible name for an article, as others already pointed out).
barkingover 8 years ago
I have a non-reproducible bug (at least I think it&#x27;s just one and I&#x27;ve failed to reproduce it) in my software.<p>It causes the entire UI to disappear and the user ends up opening a new instance of the program. I only know it exists because about once every few months a user can&#x27;t upgrade and when I remote in and look in the task manager, an instance of the program is running. I have an idea how to track it down and fix it but there&#x27;s always something more important to be done.