rhet0rica
20 hours ago
The author seems to be unsure as to how widely the 2500UX was sold; I can confirm first hand that it was a real thing; I obtained parts of one from a dumpster dive at a Canadian university in the early 2000s. Sadly the case was mangled by a friend who really wanted its floppy drive for an SGI Indy we'd found in an earlier haul...
(I still have the 2500's accelerator card. The Indy is intact, boots, and sitting dormant in a cozy heated garage on a farm somewhere. There's also this hilarious story about how I tracked down the machine's original owner and naïvely asked him for help with removing the root password. He was amused and actually did so, though not without throwing a fair amount of shade at the university for poor hardware disposal practices...)
gxd
9 hours ago
This is cool story! My uni's lab was all SGIs, IBM Risc 6000s and Sun workstations.
But I visited the lab for the first time in 25 years last week and everything got replaced by cheap PCs... :(
The 90s was perhaps the last gasp of high end, branded PCs. Man, these were some good looking computers. Try keeping your SGI in good shape, perhaps it will find its way to a museum one day.
blackhaz
9 hours ago
I have always been fascinated - what are the reasons anyone would want a Unix workstation at that time over DOS/Windows? Can somebody come up with a few examples? Genuinely missing the knowledge, as I was using MS-DOS in the 90s.
pavlov
8 hours ago
Microsoft itself was a leading Unix vendor in the 1980s with Xenix.
Every Microsoft developer had a Xenix workstation for things like email, access to network disks, running a decent C compiler, and debugging.
DOS was practically a single-program environment with no memory protection and no networking. Unix offered much better productivity for software developers.
Engineering in general was a field that used Unix workstations heavily. Microsoft didn’t become competitive until Windows NT in 1993.
zozbot234
7 hours ago
Memory protection was not possible on the 8086 and quite half-baked on the 80286 (you could switch to protected mode but then you lost access to hardware BIOS facilities that relied on real mode, and switching back to real mode required hard-faulting the processor because there was no architectural support for it). The Intel 80386 was the first fully-featured x86 CPU wrt. running memory protected OS's.
pjmlp
6 hours ago
The reason being that they thought no one would care about those legacy MS-DOS applications, everyone would be running to adopt OS/2 on 286, hence no need to go back into real mode.
pjmlp
8 hours ago
In hindsight, Microsoft seems to have lost two opportunities to already be on the forefront from UNIX, first with giving up on Xenix, then by not really embracing the POSIX subsystem on Windows NT.
Linux would never taken off in such alternative realities.
Not that it matters that much now with WSL, and Azure Linux.
helpfulContrib
8 hours ago
Multi-tasking that didn't suck.
Same as we use it now, to be frank. Unix workstations as an interaction model have persisted so long because it works just great.
I was writing a lot of Unix software in that period - database apps, business logic, and so on. For me, using an MSDOS-based system was a compromise, which I enhanced by using Desqview to get multi-tasking - it allowed multiple MSDOS instances on a single machine, in which I ran terminal software, compilers (our apps were being ported to MSDOS...), and database admin tasks - just like today.
What we have today in the form of MacOS or Linux workstations is pretty much what we had back then, too. The power is inescapable.