Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
31–40 of 315 posts
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#32About training new staff, there's actually studies done on it: https://pmc.ncbi.nlm.nih.gov/articles/PMC2655855/
My 2 cents is that GUI is good for exploring new software, while TUI is wonderful if you already have a mental map of what you're doing. So for everyday used software I would definitely hope that more TUI's where used.
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#33I was about to say that's what keeps Sungard in business, but then I googled and saw they are no longer in business. So maybe it is starting to die down.
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#34A client i work for used a Pick system and it's maintained by one dude. He's in his 60s, so who knows how long they'll be able to get support... [0]: https://en.wikipedia.org/wiki/Pick_operating_system
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#35Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#36But, we also have some power users who absolutely swear by it, and we offer some power user features for them :-)
* full readline integration, so there's a command history, Ctrl-R reverse search in the command history etc.
* tab completion for many prompts
* a generic system where outputs can be redirected to a pager, a physical printer, "wc" (word count), into a file etc.
* tabular data also has an alternative CSV representation
* generic fast-jump into menus. This works by supplying commands on the command line, and transitioning to interactive mode when the command list has run out
This is all built in-house; the first git commit is from 1997 but that was "import from CVS" and already 20k LoC, so the actual origins go back further.
It's written in Perl with no framework, just libraries.
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#37Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#38vDos (vdos.info) was a huge life saver for this application. It's similar to DOSBox, but more tailored to business applications. The big issue was always to find compatible printers for the old application, vDOS includes some emulation to print to any Windows printer.
There might be free alternatives to vDos, but it worked very well and is reasonably priced.
PS: we also tried to recompile the Clipper source code with Harbour to modern targets. It looked very promising, but they were extremely happy with the vDos solution, which only took 2 hours to deploy.
Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#39Re: Ask HN: My family business runs on a 1993-era text-based-UI (TUI). Anybody else?
#40Sam Ash (recently defunct U.S. musical instrument chain) infamously used a system called GERS with a TUI, the components of which IIRC were adapted from either a furniture or carpet store. Well into the 2000s, receipts were still printed in full size carbon paper (triplicate) on dot matrix printers. You'd get a gift "card" that was a literal greeting card with one sheet of that dot matrix printout stuffed in it.