Hacker News gives "Unknown or expired link" Often when I click "More"
11–20 of 29 posts
Re: Hacker News gives "Unknown or expired link" Often when I click "More"
#12Re: Hacker News gives "Unknown or expired link" Often when I click "More"
#13Can we fix it?
Re: Hacker News gives "Unknown or expired link" Often when I click "More"
#14What I will kill for though is a simple "return to homepage" link...or better yet a timed redirect...on the expired page.
I often browse with my laptop on the coffee-table and a wireless mouse in my hand and it's a pain to have to reach forward and hit the backspace button (or go all the way up to the back button) AND click the link at the top again.
Seriously, this is something that gets me EVERY DAY, and it's frustrating.
Re: Hacker News gives "Unknown or expired link" Often when I click "More"
#15From what I recall, this is because the 'More' link is implemented using closures, which get garbage collected after a while. So if you take too long and a GC has happened in the meanwhile, the link will be broken.
Re: Hacker News gives "Unknown or expired link" Often when I click "More"
#16Re: Hacker News gives "Unknown or expired link" Often when I click "More"
#17The way I overcome it is by using "Read It Later" (http://www.readitlaterlist.com) to bookmark the interesting ones during my initial early morning scan.
Re: Hacker News gives "Unknown or expired link" Often when I click "More"
#18http://news.ycombinator.com/item?id=163755 It's been an known issue for years.
These days the links often expire for me within a couple of minutes (YMMV depending upon how close to 'prime time' you read Hacker News).
Re: Hacker News gives "Unknown or expired link" Often when I click "More"
#19I've been noticing it more frequently as well. It has changed the way I use HN. Now, I quickly scan the first page and open interesting stories in tabs. Then I quickly click More and do the same. Wash, rinse, repeat two or three times depending on how busy I am. Another related issue: the expired page is remarkably stark and unfinished in comparison with the rest of the site. A minor nit, but since it shows up so oft…
Re: Hacker News gives "Unknown or expired link" Often when I click "More"
#20Can we fix it?
Agreed! We're a bunch of hackers; publish on github and let us do our thing!