Moving to Linux

Linux!

Part 2: My life in operating systems

A few weeks ago, I decided to move from Windows to Linux as my primary development platform. These posts are about my experience.

You may want to skip this post

There's nothing in this post specifically about my current experience on Linux. Instead, this is some deep background on where I am coming from.

I'm mainly writing this because my personal experience with operating systems in the past will necessarily color my experiences this time. For example, I have used Linux in the past; I'm not a total newbie.

Also, I like reminiscing about old computer stuff, and maybe some others will find this interesting. :smile_cat:

Sharp MZ-80K

My first computer was a Sharp MZ-80K(1)

Sharp MZ-80K

When turned on it presented a very simple loader, with a prompt.

** MONITOR SP-100X **
* 

That's it. There was no BASIC in ROM; you loaded it off a cassette tape. Everything had to be loaded from tape. You ZX-Spectrum owners with your fancy BASIC in ROM didn't know how good you had it!

The operating system experience could only get better from here! (But believe me, I worshipped that MZ-80K because...I had a computer!)

Amiga

I used a few other computers after the MZ-80K, but the first with what I would consider a real, general purpose operating system was the Amiga A500, which I got my hands on in 1990.

Amiga A500. Image © Bill Bertram 2006.

The GUI shell and file manager (Workbench) were built on a native windowing system called Intuition. These were both ahead of their time, especially for a home operating system.

The Amiga also supported full, preemptive multitasking. As a geek, this was very cool. However, looking back I don't think it was actually very important. Windows caught up partially in 95, and completely in NT.

Enter Windows

The Amiga was a hard act to follow in many ways. Pretty much every aspect was better than early PC clones. I used Windows 2.x and 3.x, but found both very lacking.

But Amiga as a platform didn't last. In 1996 I finally gave up saving for an Amiga A4000 and switched to a PC clone. Windows 95 made this possible.

Windows 95 ©Microsoft

A lot of nasty things have been written about Windows 95. But I found it to be a very good operating system. Most importantly, it was easy and pleasurable to use, at least compared to the competition at the time.

And yes, I include pre OS-X Mac operating systems in this. Coming from an Amiga background, the Mac OS just never seemed that good. Macs were also expensive.(2) Windows 95 copied a lot of ideas from other places, but it did what Microsoft did best--package them into a consumer product people could afford and use.

Windows NT

I recently finished reading Show Stopper!: The Breakneck Race to Create Windows NT and the Next Generation at Microsoft. What a great book!(3) NT evolved out of ideas that Dave Cutler and others brought with them from the world of DEC workstations. By the release of Window NT 4.0, it had become a very successful melding of workstation concepts to PC hardware.

Windows NT 4.0 ©Microsoft

This continued with Windows 2000 (NT 5.0), Windows XP (NT 5.1), and finally(4) Windows 7 (NT 6.1). What a great line of operating systems!

Enter Linux

Even though it was first released in 1991, Linux was really starting to become popular at about the same time as Windows NT. In 1997, I bought one of the InfoMagic CD packs containing various distros and other good stuff.

InfoMagic Linux CDs

It was fun to play with and learn, but the ease of use, the applications available, and the desktop experience was nowhere near what NT was offering. Even as a programmer, I found it very frustrating to have resolve dependencies and compile things before I could use them. That's just not something I want to bother with, even if it is technically superior in some situations.

Also, the lack of a good IDE (such as Visual Studio 6.0) was really limiting.

So I mostly used Linux as a server OS in the late '90s and early 2000s. For example, I used an old IBM PS/2 as a router for sharing an Internet connection with multiple PCs on home Ethernet.(5)

Tektronix

I joined Tektronix in 2006 to work on the design software for oscilloscopes. Tektronix was full of hard-cord Unix guys.(6)

All my development at Tektronix was on Linux. It was a terrible experience. We were forced to use really old (even for then) Red Hat Enterprise Linux, and it crashed all the time. And by crash, I mean the whole machine would just randomly restart with no warning.

Red Hat Enterprise Linux 4.

Also, the lack of a good IDE was still really limiting. (See the patten here!) By this time Eclipse was available, and it was my favorite IDE for Java. But for C++ on Linux it just wasn't great.

Even the hardcore Unix guys had Windows machines for everything other than coding and circuit design. I was not at all sad to leave Linux behind when I left Tektronix to join Microsoft.

Windows 10

Windows 8 and 8.1 are best left in the Vista bucket, but Windows 10 is much better. It is, of course, the latest incarnation of NT, so it has good heritage. The push to improve fundamentals has made Windows faster, smaller, and more secure. Also, features like Windows Hello are very nice to use.

Windows 10 ©Microsoft

I'm happy on Windows 10, but some things still feel worse than they were in NT's golden years:

Summary

So that's a brief history of my life in operating systems.(8) I work for Microsoft and I've been most recently using Windows 10, but that's only a small part of where I'm coming from in this move to try Linux again.

Up next

Part 3 covers my experience installing Ubuntu Linux on two modern PCs.

Go back to Part 1 for general background and my first impressions of Ubuntu.

Footnotes

(1) Given to me by my grandad when he upgraded to a BBC Model B. There's a good story there I should tell sometime.

(2) Some things don't change. The reason I have never developed on a Mac is because Apple hardware is just too expensive.

(3) If you can get past the terrible attempts to make technical concepts understandable to laymen. Seriously, if you don't know what an operating system is, you're unlikely to be reading a book about Windows NT!

(4) Windows Vista is best left unmentioned. When I started at Microsoft it was common to set up Windows Server as a desktop OS basically to avoid using Vista.

(5) For those interested, it was 10Base2 Ethernet and we shared a 14,400 bits/s modem using SLiRP to my Iowa State University shell account. Very slow, but very reliable. We could stay connected for a full weekend. Much to the annoyance of my family who could never get hold of me by phone!

(6) Back in the '80s, Tektronix was also a hotbed for Smalltalk and IDEs, and one of the birthplaces of agile development. I loved hearing stories of Kent Beck and Ward Cunningham pair-programming, even though I was there too late to meet them. I had read Extreme Programming Explained several years before, and it changed my life. Its tag line of "Embrace Change" is just as relevant now as it was back then.

(7) I realize that the application is likely doing something "wrong". That a common application can easily do something "wrong" and this doesn't get fixed is part of the problem.

(8) I have missed out all the embedded and mobile operating systems that I've used over the years, since they aren't relevant for desktop use.


This page is up-to-date as of March 22nd, 2020. Some things change. Some things stay the same. Use your noggin.