|
|
|
|
|
by mojuba
6524 days ago
|
|
The problem is, there might be new comments even if you visited the thread. But there's a remedy for it and it's simple: the link includes the number of comments in that discussion, so that your browser can change the color if the number of comments has changed since your last visit. Edit: e.g. http://news.ycombinator.com/item?id=268389&c=21 |
|
Q. Why don't you have some kind of system so I can see what posts I've already read?
A. We have the best system that can be implemented in a distributed, scalable fashion: we let everyone's browser keep track of it. Web browsers will change the color of the links you've already visited from blue to purple. So all we have to do is subtly change the URL for each topic to include the number of replies available; that way when there are additional replies the post will appear in the "unread" color again.
Anything more elaborate than this would be harder to build and would needlessly complicate the UI.