logoalt Hacker News

WhyNotHugotoday at 7:33 AM3 repliesview on HN

What you're comparing is really "keyboard-driven" via "mouse-drive".

A GUI can be keyboard-driven and as fast as a TUI. The sad truth is that the status quo for GUIs is absolutely terrible, and most were rushed out and not properly tested to check if they're really usable without a mouse.


Replies

moooo99today at 12:44 PM

> The sad truth is that the status quo for GUIs is absolutely terrible, and most were rushed out and not properly tested to check if they're really usable without a mouse.

This is the key point. No platform UI paradigm focuses on keyboard navigability and speed, all focus on mouse and visual effects for discoverability in a pursuit to dumb down the user experience enough to make it usable for everyone, breaking power users in the process (and increasingly also accessibility stacks).

show 1 reply
krzyktoday at 11:17 AM

Yes, but GUIs are by default mouse driven, very rarely one can see a keyboard driven one (I haven't seen any).

And TUIs are only keyboard driven. So the choice for speed if you don't need graphics is always - TUI (or CLI).

show 6 replies
lenkitetoday at 11:00 AM

A GUI requires a lot more work to be keyboard-driven and as fast as a TUI.