Hacker News new | ask | show | jobs
by Klathmon 3483 days ago
I really don't think it's all that much "over engineering".

I mean, if you want images, history, tabs, to support every language under the sun, and support for most platforms, I'd say a browser is a fantastic way to get most of that "for free".

2 comments

Unfortunately, "support for most platforms" tends to result in the kind of user experience that I described above. There's something comedic about millions of lines of compiled Chromium failing to handle the Control modifier on Linux.

I can't really blame them (Linux, like every nix, does something unique at the tty level that breaks reasonable assumptions), and I'm sure it'll get a lot worse once they try to run their JS bindings over the pty/tty subsystem of something like Solaris.

I'd say a browser introduces a non-negligable cost.
Agreed, though this is a situation that should be improved if the industry wants everyone using browsers for everything.