Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
161–170 of 315 posts
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#162If it’s survived this long, it likely because it has years of small fixes to make it reliable and useful, and more than anything—- predictable for the user. Modernizing will roll some of that back; I would only consider it if there’s a plan to be around for the years it will take to get good again.
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#163Earlier quoted context omitted.
> We've really lost something very important with the shift to GUI and the shunning of text mode. GUIs can have keyboard shortcuts too. I'm an artist and I work two-handed: right hand moves the stylus around the screen, left hand floats around the keyboard and changes tools, summons control panels, etc. Whenever I try a different program than the one I'm used to, and have to poke at icons with my right hand because I…
We solved this with mnemonics (underlined letter is the shortcut) but then got rid of them for some reason
Some frequently used functions have their own special single-key shortcuts as well, so instead of having to press C-P (to open the Clip menu and then select Paste) you can just press the ' key, saving the user a key-press every time they do that.
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#164Earlier quoted context omitted.
I teach at a summer camp once that had custom web app for roll such that it displayed one name at a time to call out and to mark it as present you had to type their given name in a box, otherwise click next with empty input for absent
Somebody needs to be fired for that sort of UI... I've probably made that sort of UI without realizing it...
The UX is optimizing for accuracy over ease of use, and in this case is likely intentionally difficult to use.
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#165Later they had some GUI that was used to open ... a terminal of some sort for the same TUI. The GUI made it slower, somehow.
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#166Costco runs on TUI. They force you into minimal design and uncomplicated workflows. I bet someone is going to say you need servicenow to manage all this in an easier way. Please don’t listen to that person
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#167Earlier quoted context omitted.
> I will say that these systems take time and effort to learn. You have to commit these UI paths to memory, which isn't too hard, but in order to be maximally effective, you also have to memorize a lot of product metadata. One thing that often gets lost in the discussion of TUIs vs GUIs is that this is also true of GUIs. You have to know which icon to click, and it's not always in the same place, and not always label…
The cool thing about TUIs is that everything has an explicit label because it has to be this way. On the system I use, every menu item was prefixed with a number. You punch in that number on the keyboard and you're in that menu. Just absolutely beautiful functionality
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#168A fairly large GDS company has replaced their old “green screen” terminals with a web app that contains the same green screen but with syntax highlighting and hyperlinks inline controls that appear and other quality of life improvements.
I feel like mouse+keyboard is a step down in speed of use for many tasks, but I do wonder about touch screens. For some things, touch screens can be plenty fast and the UI adapts to the task.
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#169Earlier quoted context omitted.
> We've really lost something very important with the shift to GUI and the shunning of text mode. GUIs can have keyboard shortcuts too. I'm an artist and I work two-handed: right hand moves the stylus around the screen, left hand floats around the keyboard and changes tools, summons control panels, etc. Whenever I try a different program than the one I'm used to, and have to poke at icons with my right hand because I…
We solved this with mnemonics (underlined letter is the shortcut) but then got rid of them for some reason
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#170Many (most?) older retail businesses still use TUIs. They're reliable, consistent, and orders of magnitude faster than GUI systems. When I worked ar Sherwin Williams, I got good enough with the TUI that customers could rattle off their orders while I punch it into the computer in real time. It's absolutely crazy that a well designed TUI is so much faster. It turns out that if you never change the UI and every menu it…