←back to thread

331 points willm | 1 comments | | HN request time: 0.21s | source
Show context
mikkelam ◴[] No.41217448[source]
Why do software engineers care so much about TUI? I really don't get it. I love a good command line program. But TUI just doesn't appeal to me.
replies(9): >>41217465 #>>41217542 #>>41218233 #>>41218568 #>>41219439 #>>41220309 #>>41221102 #>>41222105 #>>41223080 #
pjmlp ◴[] No.41217542[source]
I guess, mainly because of nostalgia, back from the days TUIs were the only way to interact with computers.

Turbo Vision, curses and dialog were cool back in the 1990's.

Having started with computers in 1986, I really don't get the TUI fetisch, not even remote access is an issue, given X Windows, VNC, RDP, Citrix,... exist for decades.

replies(2): >>41218877 #>>41224416 #
1. consteval ◴[] No.41224416[source]
> X Windows, VNC, RDP, Citrix,... exist for decades.

Yeah but those are all awful. I mean, okay, they work almost okay with a wired network connection and on the same network.

But as soon as you hit the WAN and you throw wifi in there it's painful. Having noticeable latency and graphical artifacts does, in my opinion, hurt productivity. For those pieces of software where completing tasks as fast and accurately as possible is the most important goal, TUIs are great. Especially when you have comprehensive keyboard shortcuts. If you've ever seen an office worker rip through a TUI underwriting a loan, you'll know what I mean.