top | item 2301871

Show HN: Hacker News in real-time

68 points| akkartik | 15 years ago |hackerstream.com

26 comments

order
[+] shawnee_|15 years ago|reply
Neat. "Shortlist" might not be the most apt title for the watched threads, though. . . calling it something like "Watchlist" or even just "Watch" might make it more clear at first glance.
[+] hollerith|15 years ago|reply
Well designed site, but if you do not mind my saying, what prevents me from returning to hackerstream.com is that the text in the left column moves while I am reading it. (I'd be OK BTW with my having to hit a refresh button to get an update.)

But thanks for trying to improve the "HN ecosystem".

[+] akkartik|15 years ago|reply
Thanks for the feedback! Yeah, I've looked at a few options for that problem. There's twitter's approach, which is to never update the page, just a link at the top. There's the friendfeed approach, which is a pause button. Hackerstream's approach - clicking on a post to copy into the shortlist - is experimental. Do you like one of those more than the others? Is there a fourth (or fifth) option I haven't thought of?

I'm still not convinced the shortlist is pulling its weight.

[+] moblivu|15 years ago|reply
It would be great if every website have an open analytics section where you can see a live stream of activity across the website, a map with real time user activity... i don't know it would be cool.
[+] dshankar|15 years ago|reply
With what and how did you implement this?
[+] akkartik|15 years ago|reply
Simplest way possible: python+beautifulSoup crawler, sqlite db, rails, jquery. I worked with mitultiwari, and the two of us spent a couple of leisurely weekends hanging out and hacking on this.
[+] SkyMarshal|15 years ago|reply
/second. Curious to know the tech behind it. Node? Or something else?
[+] sawyer|15 years ago|reply
Love it! You've actually managed to make HN harder to navigate away from!
[+] akkartik|15 years ago|reply
Thanks! I'd love to hear gripes over the next few days. Hold on, let me add a contact link to the site.
[+] solipsist|15 years ago|reply
I'm getting a 502 Bad Gateway message...
[+] akkartik|15 years ago|reply
Yeah, traffic issues :/ Hitting reload seems to help some of the time. I didn't expect this much interest. Trying to fix now..

Update: should be fixed now. Let me know if you see it again.

[+] mrleinad|15 years ago|reply
Feedback: Allow me to provide it without firing up my e-mail client.
[+] mrleinad|15 years ago|reply
Also:

- Let me turn comments on and off, globally and for each story.

- Adding an item to the watchlist adds only that comment, unless I click on the parent story in the stream. I want to add the parent story to the watchlist, not the comment. Besides, it also opens the link to the HN thread. Not sure if I want that.. I mean, two functions in one.

- "new" and "comments" take me to HN. Perhaps they should have a functionality inside your site. Maybe related to the previous point.

- Favicon? Perhaps "Yrt"? (Y real time)

Great work!!

[+] sinaiman|15 years ago|reply
It wasn't updating in real time for me in Chrome, I'll give it another try later. Sweet idea!
[+] sinaiman|15 years ago|reply
Oh I see, it's polling every 30 seconds :)

I've tried Orbited on Rails with success, it does fake comet with an easy-to-use Javascript API so you can push messages to subscribed clients. Also looked at Hookbox, which is by the same guy who made Orbited. They're both realllly easy to integrate and use in Rails, and Hookbox can be used from the public HostedHookbox service, meaning you don't actually have to install a Hookbox server if you just want to try it out.

^In case you'd like to add a push feel to this

[+] sukuriant|15 years ago|reply
Obligatory: oh great, another way for me to be completely distracted by HN while at work!
[+] phlux|15 years ago|reply
Sweet!

It would be interesting to have a "pop-out" for my watch list, like a G-Chat has - so I can have that little watch window as an applet of sorts on the screen to the right.

Is there any way to indicate when someone replies to a comment I made? (An orangered copy ala reddit)

[+] akkartik|15 years ago|reply
Yeah that's a good idea. We still have no customization based on your username, but it's on the roadmap.