What's with the broken "more" link every few minutes?
4 comments
the 'more' link invokes a closure stored in a hashtable. deciding how to expire these cosures and continuations is probably the hardest problem in web development today. most often we just wind up using an LRU, which would mean that your 'more' link would go stale once some number of other such links got generated in the same webserver.
this has been my only problem with hn.
good links. great discussion. can't get more links w/out going back to the top
Ditto here.
Just wondering... what's the reasoning behind the "more" link breaking down every few minutes?