Uhhhh....... It's cute and all but I was expecting something that actually browses hackernews from a terminal?? This is just more webshit.
You can install using
`sudo snap install hnterm`
or
`brew install ggerganov/ggerganov/hnterm`
21–30 of 35 posts
Uhhhh....... It's cute and all but I was expecting something that actually browses hackernews from a terminal?? This is just more webshit.
You can install using
`sudo snap install hnterm`
or
`brew install ggerganov/ggerganov/hnterm`
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…
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.
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.
Earlier quoted context omitted.
I personally want terminals to look more like fast Jupyter notebooks.
I am rooting more for the htop aesthetic
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.
The author uses "libcurl" to make HTTP requests.
I prefer netcat, tcpclient and similar TCP clients, coupled with a TLS forward proxy. More flexible.
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…
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.