And if you stretch the definition of TUI a bit, the Bloomberg terminal is a fascinating example.
Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
61–70 of 315 posts
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#62Many (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…
I remember training a new hire on her first day and, about an hour in, she said she needed a coffee break. I never saw her again lol. Typically the first two weeks of training revolved around new hires asking why in the world we used this system before their spirits broke and they reluctantly plunged into the deep end...kind of like being released into the matrix.
We also have a small finance team (typically around 2 employees), and finding somebody with a finance/billing background who is willing to work with TUI on Linux... that was a challenge :-)
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#63An interesting theme here in the comments (that I am sympathetic to) is "TUIs have steep learning curves but are fast/efficient for people with proficiency". I wonder if a small part of the modern preference for GUIs is related to a lack of employee retention. If companies aren't necessarily interested in working hard to keep employees then training new hires needs to be faster/easier and that could work against TUI…
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#64Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#65Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#66Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#67Earlier quoted context omitted.
A GUI can be as effective as a TUI if it's designed to be 100% usable from a keyboard - the problem is very few applications take the time to do that design.
Maybe in some cases. But largely, no, it really is not comparable. These TUI interfaces literally had 0 latency for any action. You could paste in text (from clipboard), with \t characters, and it would advance the input focus and could fill out an entire form with once paste action. There's a ton of real world cases where the browser is just too heavy to keep up with fast paced data entry. I've never once seen an ex…
The management needs to pick the right concept though, not the one with pretty and playful screenshots, but the one that focuses on the right KPIs (the 20 most common user flows need to take less than x seconds for an average user).
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#68I remember using a TUI for a Bank in the UK, and them switching to a web-based javascript system. Because the TUI forced keyboard interaction everyone was quick, and we could all fly through the screens finding what we wanted. One benefit was each screen was a fixed size and there was no scroll, so when you pressed the right incantation the answer you wanted appeared in the same portion of the screen every time. You…
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#69Many (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…
I agree with basically everything you've said, but I'd add that I sometimes wish we had a way to sometimes pop up a GUI for very specific tasks. For example, enabling a fast multi-select of rows in a longish table (or even worse, a tree) is one of the tasks that TUIs don't really excel at. Popping up a PDF or image viewer would also be great. The TUI I'm working with runs on a pair of Linux VMs, and is accessed from…
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#70Costco. Go to a supervisor in a red vest and ask what other Costco has the item that has stocked out and you'll see. No idea what the backend is but the app they use is a terminal emulator that looks straight out of the late 80's.