Live data from Hacker News

Ask YC: How do you follow YC threads you enjoy?

news.ycombinator.com

1–10 of 50 posts

Re: Ask YC: How do you follow YC threads you enjoy?

#5
post #2

yeah, i vote them up. there's a link in your profile that shows your saved stuff.

Ah, cool, I didn't know up-voting plopped them in that area.

The downside is that I like to up-vote some posts, but don't necessary want to follow the on-going conversation.

Re: Ask YC: How do you follow YC threads you enjoy?

#8
On the related note: how do you keep track of which comments are new since your last visit of the thread?

HN/reddit system with comments jumping around based on votes makes it hard just to quickly skim for differences.

Could there be a way to highlight not seen items? I found this a big help for information overload on the sites that do it (e.g. Google Reader, Bloglines).

However, I couldn't figure out how to do it elegantly (i.e. not needing to keep state on the server for each user) for prioritized threaded comments systems like HN/reddit.

For updates of a single page it's easy, you just need to bake timestamps for each item and page creation into HTML/JS and check them against the last page timestamp stored in the cookie.

But this system breaks down for multiple pages, as each one would need own cookie entry, otherwise any site visit would mark all new items as read.

That's btw MetaFilter's problem with highlighting new comments. Though there it's easier to follow the conversation due to linear nature of comment system.

Maybe the solution could be to have some dual way of accessing comments? Like prioritized threaded view for the first view and linear time ordered view for subsequent following?

Re: Ask YC: How do you follow YC threads you enjoy?

#10
post #8

On the related note: how do you keep track of which comments are new since your last visit of the thread? HN/reddit system with comments jumping around based on votes makes it hard just to quickly skim for differences. Could there be a way to highlight not seen items? I found this a big help for information overload on the sites that do it (e.g. Google Reader, Bloglines). However, I couldn't figure out how to do it e…

Sorry! I was trying to vote you up, but voted you down by mistake instead. Someone else please vote the parent comment up for me.
Post reply on HN