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…
Browsing Hacker News in the Terminal
11–20 of 35 posts
Re: Browsing Hacker News in the Terminal
#12Gerganov 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.
Re: Browsing Hacker News in the Terminal
#13Considering 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…
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
#14Re: Browsing Hacker News in the Terminal
#15This is (very probably) the terminal app:
Re: Browsing Hacker News in the Terminal
#16I'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
#17It 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
#18Uhhhh....... It's cute and all but I was expecting something that actually browses hackernews from a terminal?? This is just more webshit.
Re: Browsing Hacker News in the Terminal
#19Gerganov 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?).