Live data from Hacker News

Browsing Hacker News in the Terminal

hnterm.ggerganov.com

11–20 of 35 posts

Re: Browsing Hacker News in the Terminal

#11
post #5

Considering how much of the whole local LLM ecosystem relies on llama.cpp, very much like the Open Source Video Ecosystem and FFmpeg, Computer Scientists and Hackers should look towards Physicists of the past Century who managed to make their Einsteins known to a general public. With Fabrice and Georgi and others we still have a ways to go before the value of their contributions is widely known. Ok for Georgi (and Aa…

While I agree that there are a lot of people doing excellent work who ought to be recognized for it, I really wish people stopped looking for individuals to idolize. The physics of today is a heavily collaborative activity, so while you can argue about whether there is an Einstein alive today or not it's unlikely that someone sitting by themselves working alone is likely to revolutionize the field like he did. The same is true for software engineering. And, I would posit, that the field is new enough that the amount of effort required to reach the forefront in any given area is actually less than one might think. We should celebrate the accomplishments of those who are working at that edge but to put them on a pedestal seems inappropriate.

Re: Browsing Hacker News in the Terminal

#12
post #4

Gerganov is the guy who makes llama.cpp in case anyone wasn't aware. I have been expecting WASM to take over as a common platform and eventually put browsers out of business for awhile now. I feel like browsers are bloated and monopolized.

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

Re: Browsing Hacker News in the Terminal

#13
post #5

Considering how much of the whole local LLM ecosystem relies on llama.cpp, very much like the Open Source Video Ecosystem and FFmpeg, Computer Scientists and Hackers should look towards Physicists of the past Century who managed to make their Einsteins known to a general public. With Fabrice and Georgi and others we still have a ways to go before the value of their contributions is widely known. Ok for Georgi (and Aa…

Not sure what that had to do with anything but there's nobody alive today in the realm of computer science who is even remotely comparable to Einstein. Einstein deduced extremely unconventional (from a human perspective) physical phenomenon based purely on mathematics and logic and decades later was proven right when the labcoats finally caught up with the chalkboards.

Comparing something like an LLM or a video transcoder or fucking reddit to Einstein is a joke. Turings a better comparison as he was born into a world without computers and was able to describe fundamentally how a computer would think. And turing is also very well known, too.

Re: Browsing Hacker News in the Terminal

#16
Nice project!

I've been working on something similar [0] also running in the terminal as a TUI. It's made in Rust with a quite novel architecture described in my blog [1].

There's still a performance issue with posts having a large amount of comments but it's quite there yet.

[0] https://github.com/pierreyoda/hncli [1] https://www.newstackwhodis.com/blog/hncli-2-architecture

Re: Browsing Hacker News in the Terminal

#17
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 screen.

What is missing though (after all those decades) are any widely adopted conventions for how to structure anything more complex than a simple top-to-bottom text flow.

Once you move past the static page paradigm the possibilities are endless and that is not always helpful. But for a range of typical current use cases that involve information firehoses (a mailbox, an rss reader, a social media app, a wiki etc) it would be fantastic to develop common TUI design principles.

Re: Browsing Hacker News in the Terminal

#18

Uhhhh....... It's cute and all but I was expecting something that actually browses hackernews from a terminal?? This is just more webshit.

It is a terminal app. Web is only a demo. You can compile and run it on a terminal. Source: https://github.com/ggerganov/hnterm

Re: Browsing Hacker News in the Terminal

#19
post #4

Gerganov is the guy who makes llama.cpp in case anyone wasn't aware. I have been expecting WASM to take over as a common platform and eventually put browsers out of business for awhile now. I feel like browsers are bloated and monopolized.

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
Post reply on HN