Hacker News new | ask | show | jobs
by mhlakhani 5460 days ago
From 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.
1 comments

Seriously? Having 'paging' tied to the GC in this way, or any way at all for that matter, does not sound like a good idea to me.