|
|
|
|
|
by mjn
4610 days ago
|
|
Here's an explanation Paul Graham posted ~6 years ago: https://news.ycombinator.com/item?id=17705 The short of it is that HN uses closures stored server-side to maintain state in various places throughout the site, and purges old closures regularly. As usage has gone up, what counts as an "old" closure is now probably unreasonably short. Restarting HN also invalidates all existing closures. |
|