Hacker News new | ask | show | jobs
by jerf 1307 days ago
"you log on a system, wait, click on something, wait, click on something else, wait..."

You know, if someone wants to write The Next Great JS framework, give me one that above all else prioritizes latency and expert-level usage. There's no fundamental reason we can't have most of the nice things from the modern graphical web, and get to the legendary efficiency of those text-based consoles... but it will take some work and thought. (For example, you're going to need to insert yourself in between the user and the browser's concept of events, so you can buffer up commands the user is typing while their target hasn't quite loaded yet. This is one of the fundamental reasons why GUIs are less efficient than TUIs, though by no means the only one.)

This framework won't take over the world, but it sure would save a lot of people a lot of time.

Sooooo tiiiiirrrrreeeeed of programs that take seconds to do every... little... thing!