←back to thread

331 points willm | 2 comments | | HN request time: 0.496s | 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. nine_k ◴[] No.41218877[source]
Having run X programs over network connections quite a bit, I'd say that they make sense for graphics stuff, and textual interfaces over SSH are significantly more responsive.

But once a fixed-width text grid stops being the right tool for the job, it's likely better to have a web UI.

replies(1): >>41219030 #
2. pjmlp ◴[] No.41219030[source]
I used xterm for such purposes.

Yes, I do agree the browser is the new X Windows / RDP client, on the modern timesharing systems.