36 comments

[ 4.3 ms ] story [ 88.4 ms ] thread
Looks good from the screenshot, but for me, votes and comments is way more important than who submitted it. And: What happens to titles which are too long?
Yep, domain is also quite often very important, often the title does not mean much without the domain.

I think though two lines per item would be needed to display all that info

Well, it does depend on the width of your terminal, of course, but the title could be abbreviated, there's no need to repeat "ago" in the time column and, as others have pointed out, the submitter's name is pretty irrelevant. I'd go title, domain, votes, comments and try to fit that on one line. In fact, now I compare that to the actual web home page where it's impossible to easily compare things like comments or age, I just want to redesign that ...
Didn't really noticed any issues in that matter so far. But if you find one, please, feel free to report on the issue tracker.
Nice. Would be even cooler if you could view and add comments using the terminal.
Glad you liked! I honestly just wanted something really simple to peak at HN.

Feel free to open an issue, though! Contributions are welcome.

Hmm. If you're wanting to browse websites from the terminal, why not just use something like Lynx?
Have you tried using any of those browsers? I don't think they're very convenient for frequent use. In Lynx, it takes 10 keystrokes to navigate to link #1 on Hacker News. 11 if you count accepting the cookie, which you have to do every time you open it, since it doesn't persist your choice. In my terminal, Lynx fits 5 stories at a time and navigating from one to the other takes 5 key strokes.
If I'm browsing a site with a top menu in lynx I press the delete key to scroll down past the menu so I don't have to press down repeatedly. Then capital V at the cookie prompt rejects it "foreVer" (for the rest of the session).

My version does, however, default to nntp for news.* subdomains unless you supply the protocol, so that's annoying.

Or you can use elinks and click on the links with the mouse...

I use Lynx frequently. You can, for example, press > to go to the next link in the 'same column', which cuts down the keystrokes to go to the next story to two keystrokes.
Oh, that's pretty cool.
Presumably for the same reason that people prefer native applications on iOS / Android to using web applications in mobile browsers.

This approach allows you to tailor the controls and the display to the specific application, thus creating a more pleasant experience.

Have you tried using HN in lynx?

I've tried with elinks and it works very well.
Sure - I tried it out just now, it's fine.

Like any feature rich application, it takes a little time to learn the ins and outs, time saving features and such - but it's very usable for a site like hacker news, you can even navigate via the numbered links on the site.

http://brainstormsandraves.com/reference/lynx/lynxhelpforbeg...

I've tried HN on all the major text browsers in the past and they never seem to indent comments correctly. Without proper "spacial nesting" conversations are nearly impossible to follow.
I use links all the time for HN. It works extremely well.
I see these solutions a lot lately, HN browser, weather, etc, all in the terminal. Perhaps a silly question, but why the need for browsing it in the terminal instead of a browser like say, Chrome or Firefox?
Because it looks good on r/unixporn ;-)

But more to the point - it fits with many keyboard only work flows and/or tiling WMs (i3, awesome, etc). At least that's what it's good in it for me. One less context switch.

When work is in a terminal, and hacker news it's in a browser, it's probably a good thing that there's a context switch between them.
Don't those reasons also soy to browsers? My tiling window manager is perfectly capable of tiling browser windows. Browsers like Firefox and Chrome can be controlled fully by keyboard, even very comfortably with the right extension.
Besides learning purposes, I built it because I spend most of my time in a Terminal window.
I've been reading HN on vim for a while.

Sometimes I just want to kill some time while code compiles/tests run. This way, HN is just on a different split pane, and I can stop browsing as soon as the other job is finished.

Cool Project! I use w3m for hn, but what you've looks a bit cleaner!
Great! Now I don't need to alt tab to the terminal to pretend to work when someone comes over my shoulder!
(comment deleted)
I'd love something similar for Instapaper. For reading in the terminal with `less` or $EDITOR.