←back to thread

331 points willm | 1 comments | | HN request time: 0.211s | 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 #
1. sam1r ◴[] No.41220309[source]
Because you may have no issue using browsers with extended batteries + features.

How about displaying data on cli w/ textualize vs on an admin web interface.

I find it much easier + direct to use some py-orm w/ textualize.

On an admin interface you’d have to worry about auth + some js ui framework that prints your custom html directives to tables… that eventually display text.