←back to thread

331 points willm | 1 comments | | HN request time: 0.214s | 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 #
squigz ◴[] No.41221102[source]
Because I don't need a resource-heavy GUI for something as simple as a music player.
replies(1): >>41221748 #
zokier ◴[] No.41221748[source]
GUI is not intrinsically any more resource-heavy than TUI; ultimately you need to render stuff on screen somehow and get user input, and going through tty layer just is extra bloat.
replies(2): >>41222519 #>>41223635 #
1. squigz ◴[] No.41223635[source]
> GUI is not intrinsically any more resource-heavy than TUI

Okay well, maybe you should tell that to the GUI developers :P