Ask YC: How do you follow YC threads you enjoy?
Often, I find great stories and comments I enjoy here and plan to return to see more comments, but when I get back to the site -- I completely forget.
Do any of you have a simple technique (or even a script) for keeping an eye on posts you enjoy?
49 comments
[ 3.7 ms ] story [ 121 ms ] threadThe downside is that I like to up-vote some posts, but don't necessary want to follow the on-going conversation.
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?
That allows you to easily skim the page for new content, while still allowing you to see the new posts in context.
A Digg-style collapse would also probably work, but for some reason, I see grayed out text more in line with the ycombinator mantra.
http://dionidium.com/projects/greasemonkey/markasread.user.j...
http://www.selfdebugging.com/2007/10/09/yc-news-tracker-a-be...
However you have to remember to run the script first time you see the page to be able to compare later. This kills it for me most of the time.
I usually prefer RSS feeds over emails.
Edit: You can do this with Backtype, but a feature built in to HN would be great.
Doesn't solve the question of following whole threads, but it's great for dialogue (not just because I notice when people reply to me, but because other people notice when I reply to them).
Let the server remember when a user has last opened a thread. If it is re-opened by the user, show only (or emphasize) postings with a newer timestamp.
1. RSS feeds where the link goes to the hn thread instead of the linked page? Though not everyone uses an RSS program integrated with their browser and opening an external program to keep track of HN threads isn't exactly good UX.
2. Keep track of how many comments were made when someone first views the thread and if there's any new comments, change the link color back to black instead of the grey that would show that it was already viewed.
3. The star icon previously mentioned. Have items automatically decay from the list after a certain amount of time (or time without a comment) to keep it clean. Upvotes can/should double as favorites since hn keeps track what someone voted for already.
Works like a charm in Gmail. No need to even float stars to the top, just allow the user to filter only starred articles with one click.
1 point by emmett 1 hour ago | link | parent |edit | flag | track
For code blocks, instead of "two-spacing", could you implement a delimiter, e.g. [code][/code]? For something more elegant than BBCode, maybe ##...## could delimit code.
http://ycfeeds.com/feed/comments-on-item?item=396186
This works everywhere with no extensions or anything, I use Foxmarks to sync the bookmarks themselves between machines (which you could skip if you only used the one machine), that's it.