What's the best way to stay in a conversation on Hacker News once you've commented?
Is there a way to subscribe to a convo via email or RSS, or do you just constantly have to come back to check for replies?
If (as it seems) there's not a way to subscribe to push notifications once you've joined a conversation, does anyone know if this is deliberate, or just something that hasn't yet been implemented. If it's the latter, I vote for setting this up ASAP. I'd love to be able to subscribe to Hacker News convos via email.
12 comments
[ 3.2 ms ] story [ 36.9 ms ] threadThere's not really a good way. You just check back every so often, and even then, there's not a good way to view the comments that have been newly added. This has been discussed here before, but HN deliberately tries to keep things simple, so I wouldn't bet on this feature being added anytime soon.
Just a messy Ruby-based example I threw together. Works for me.
It'd be better, but the HTML on Hacker News is from 1996. I was too sloppy to bother fetching the title of the current thread ;-)With just adding a shebang line and a content-type header line, it works no problems on Dreamhost as a CGI script. Example: http://bigbold.dreamhosters.com/hnc.cgi
Anyway, thanks for giving me the idea. I'm using that now myself.. lol.
Code is here: http://github.com/jnl/hackernews-thread-rss
Out of curiosity (and in hopes of eliciting a reply to see if it shows up in my new Hacker News Responses feed!) would this also be easy to do with Yahoo!Pipes?
It's a shame there's no way to visually identify new comments, though. When I post up an article and I'm interested in all the comments, after it goes past 50 or so it becomes very hard to track new comments.
http://SeeURLater.com
You add a bookmarklet to your browser bookmarks toolbar, then whenever you're on a page that you want to remember to revisit later, you use the bookmarklet which fires up a little popup window, delicious style, that lets you save the URL. Each night you get one email message with all the links you added the previous day, reminding you to revisit them. No links added? No email the next day.
It's stupid simple, and very minimalist right now, but it's been working for me, and you're all welcome to use it. =-)