Live data from Hacker News

Browsing Hacker News in the Terminal

hnterm.ggerganov.com

21–30 of 35 posts

Re: Browsing Hacker News in the Terminal

#22

There is something intriguing and (maybe telling) in the longevity of the terminal mode. It was invented out of pure necessity when various resources (compute, screen, network etc) were really scarce. So it is extremely information dense. No superfluous eye candy, just the Word. In a sense the terminal is now the most respecting of our own limitations when parsing the firehose of information that is drenching every s…

I personally want terminals to look more like fast Jupyter notebooks.

Re: Browsing Hacker News in the Terminal

#23

Earlier quoted context omitted.

WebAssembly is a virtual machine; it doesn't really have the APIs to make it a general-purpose application platform (yet?).

https://github.com/bytecodealliance/wasm-micro-runtime

I don’t think this actually provides what I’m talking about?

Re: Browsing Hacker News in the Terminal

#24
post #22

There is something intriguing and (maybe telling) in the longevity of the terminal mode. It was invented out of pure necessity when various resources (compute, screen, network etc) were really scarce. So it is extremely information dense. No superfluous eye candy, just the Word. In a sense the terminal is now the most respecting of our own limitations when parsing the firehose of information that is drenching every s…

I personally want terminals to look more like fast Jupyter notebooks.

You mean like Org Mode?

Re: Browsing Hacker News in the Terminal

#25
post #22

There is something intriguing and (maybe telling) in the longevity of the terminal mode. It was invented out of pure necessity when various resources (compute, screen, network etc) were really scarce. So it is extremely information dense. No superfluous eye candy, just the Word. In a sense the terminal is now the most respecting of our own limitations when parsing the firehose of information that is drenching every s…

I personally want terminals to look more like fast Jupyter notebooks.

I am rooting more for the htop aesthetic

Re: Browsing Hacker News in the Terminal

#27
post #22

Earlier quoted context omitted.

I personally want terminals to look more like fast Jupyter notebooks.

I am rooting more for the htop aesthetic

One day; one day some enlightened soul will write a Command Line Application (as opposed to a terminal emulator) allowing all the goodies of the DOS command line and its frame buffer with none of the downsides; then we will not need curses/ncurses/etc anymore but a simple and sane drawing context unchained from the terminal protocols.

We can then easily write beautiful TUIs for the command line, with easy and ergonomic random screen access and all the nice things, and leave the terminal for actual terminal operations.

Re: Browsing Hacker News in the Terminal

#28
"Browsing Hacker News" arguably means browsing the websites that are submitted to Hacker News, unless all one plans to do is read HN comments. Thus any "HN client" should be able to handle all those sites, in the terminal, not just JSON from the "Hacker News API".

The author uses "libcurl" to make HTTP requests.

I prefer netcat, tcpclient and similar TCP clients, coupled with a TLS forward proxy. More flexible.

Re: Browsing Hacker News in the Terminal

#29

Earlier quoted context omitted.

I am rooting more for the htop aesthetic

One day; one day some enlightened soul will write a Command Line Application (as opposed to a terminal emulator) allowing all the goodies of the DOS command line and its frame buffer with none of the downsides; then we will not need curses/ncurses/etc anymore but a simple and sane drawing context unchained from the terminal protocols. We can then easily write beautiful TUIs for the command line, with easy and ergonom…

How would you take advantage of a gpu?

Re: Browsing Hacker News in the Terminal

#30
post #2

I wish help popup is bound to '?' instead of 'h', which would free up h/l to be used for left/right, completing the h+j+k+l vi experience.

Agreed. I like the idea but the key mappings are "off" by just enough to be jarring ("Don't make me think"), turning me off of using it.
Post reply on HN