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.
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.