I 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…
Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
51–60 of 315 posts
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#52I wrote the main application for my wife's business — she's a psychologist. That was only a few years ago, but as a senior lecturer in the more theoretical parts of computer science, I never really needed fancy UIs with flashy graphical effects. So I built a core engine and used the classic dialog tool as the thin user-facing layer. At first, my wife was pretty disappointed — as a computer science teacher, wasn't I s…
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#53Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#54I'm in the distribution/manufacturing ERP vertical in the US for SMB clients... yes we see it. No - not often Most people are running on 90s-2000s era stuff rather than TUIs. For the most part, it works well, and is not very costly. Check out Sage100... flexible, cheap, on prem... runs everything from job / work tickets to inventory, purchasing, financials, payroll, etc. Aint sexy but it works!
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#55I 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…
Also no scrolling was a requirement. This was done by defining a min and max screen resolution, and designing everything exactly for that. The app was supposed to be used exclusively full screen, so no need for responsive design.
The result was a bit like a video game, very few loading delays and instant responses to user input.
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#56Many (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…
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 Windows, Linux and Mac, so asking all our users to enable X forwarding doesn't really work.
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#57I 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…
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.
Most GUI's make you wait for the form to appear before you can type into it. That totally destroys the flow of operators.
There are GUI's that are properly designed to be keyboard driven and to allow type-ahead. Those can be truly best-of-both-worlds. Too bad they're so rare.
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#58I 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…
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.
I've never once seen an experienced user equal or gain efficiency when switching. It's always a loss even after months of acclimation.
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#59Of course, if that's a factor I'm guessing it's a small one in comparison to expectations about what "modern" software should look like.
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#60Textbook example of a piece of software being a shark (perfectly adapted over millennia to being a perfect predator) not a dinosaur (obsolete/extinct).