logoalt Hacker News

tempaccount5050yesterday at 9:15 PM2 repliesview on HN

So just tell it html only if you want.


Replies

allthetimetoday at 4:33 AM

How does the browser interact with the os? A tui exe has direct access. With “only html” now we need a server of some kind. How is multiple layers and running processes superior to a thin terminal based wrapper around the relevant io?

That said, obviously it depends on the use case. I’m not going to make a tui to interact with locations on a map - a web app makes a lot of sense in that case. But something like lazydocker makes sense more sense as a light terminal based program

sophiabitsyesterday at 9:48 PM

A browser is OOM more expensive to run than a terminal app, regardless of what you're running inside said browser