#define Uses_TKeys
line is from something like uses Tkeys
in Pascal51–60 of 96 posts
#define Uses_TKeys
line is from something like uses Tkeys
in PascalI bought a mouse specifically for this. It was a Genius and came with a holder which you could stick to the side of your monitor or to a wall. So you could store your mouse when not in use. I am not making this up.
Earlier quoted context omitted.
I remember one place I worked where we ripped out all of the dumb terminals on a UNIX system and replaced them with Windows 3.1 PC's with terminal emulation. Productivity was noticeably down after the change.
> Productivity was noticeably down after the change. Can't play much Solitaire or Minesweeper on a UNIX dumb terminal... The most fun you can have is flying around in a 3D-rendered filesystem.
Btw those text based interfaces are better than most gui/web interfaces of today.
But you can have TUI style on the web, this tui.css project is absolutely amazing IMHO: https://github.com/vinibiavatti1/TuiCss
Earlier quoted context omitted.
Windows 95 was the peak of good UX, like the ancient Greek was the peak of statue crafting. Some things were better in the past.
Windows 95 was unreliable, NT Workstation 4.0 was better.
It was a hermetically sealed little environment--there were no updates or changes unless you popped a floppy disk in and made them. If you didn't do anything different it would boot up the next day just like it did the days prior. It wasn't until we started getting those machines on the internet regularly and started running a lot more background tasks, services, new software, etc. that they really started to degrade.
Now we replace it with fifty million JavaScript libraries for a web interface.
I've already asked the question, but is there a way to embed this in a regular app ? I mean, if I want to have a "retro" like GUI but I don't want to bother my users with opening a terminal/console, can I embed this ? The thing I'm thinking about would be to extract the alacritty render code and make it a library... But that's sure not easy to do...
Turbo Vision is odd. It's a backport of a graphical UI (Windows 3.0) to text mode. It was exceptionally well done in both end user and developer ease of use and caught on. But I doubt it's the optimum for a text based UI, at least for most applications. Keep evolving!
You can use turbo vision for good interfaces though. Just have to be careful not to fall into the tropes of 30 year old pre-multitasking OS application design.
Earlier quoted context omitted.
Man I hope you are wrong.. because I was literally planning to build an IDE for Algorand/Python/PyTEAL with this (I know, mentioning Algorand is an automatic downvote, oh well). You might be right.. but I am not sure. Could Borland really sue you or something, many years they release the full source code "as is", "provided gratuitously", "no support", "no updates"? I mean it doesn't explicitly say "public domain", bu…
I hope I am wrong. But I don't see anywhere in the text of this license any explicit permission to use it for any purpose, it's basically only a warranty disclaimer, unless some bits were omitted by accident.
Because otherwise what is the utility of releasing the source code of a programming library for free? Could they argue that it was only for educational purposes or something?
Again, seems like a trap if it's supposed to be interpreted otherwise. In which case why should such a trap be legal.