|
|
|
Fix HackerNews Issue #11, which is driving us all crazy: Unknown or expired link
|
|
78 points
by cortexman
4420 days ago
|
|
Folks, this isn't brain science. When a user clicks the More link, they don't care that the order of links has changed. Just take them to what you are presently showing users for that page. This is driving every. single. one. of. us. CRAZY. Whoever knows the code - I am shaming you! GO FIX IT NOW! https://github.com/HackerNews/HN/issues/11 |
|
There isn't an obvious way to fix this without dramatically changing the way pages are rendered. The reason the link expires is probably that the garbage collector picks them up after a timeout interval. I remember this was something on the order of 10-30 min.
Honestly though, HN is a free service built with an experimental programming language buy a guy who worked full-time as a seed-stage investor. That's a miracle in itself. You're not going to "shame" anyone into fixing it.
[1] http://en.wikipedia.org/wiki/Closure_(computer_programming)