WEBVTT - Operating Systems that Time Forgot

0:00:04.440 --> 0:00:12.399
<v Speaker 1>Welcome to tech Stuff, a production from iHeartRadio. Hey there,

0:00:12.400 --> 0:00:15.920
<v Speaker 1>and welcome to tech Stuff. I'm your host, Jonathan Strickland.

0:00:15.920 --> 0:00:19.239
<v Speaker 1>I'm an executive producer with iHeart Podcasts and how the

0:00:19.360 --> 0:00:22.680
<v Speaker 1>tech are you? So chances are if you're listening to

0:00:22.720 --> 0:00:25.680
<v Speaker 1>the show, you have a handle on what an operating

0:00:25.720 --> 0:00:30.320
<v Speaker 1>system is. Lots of stuff you use as an operating system.

0:00:30.360 --> 0:00:33.240
<v Speaker 1>You know, you're a computer, your smartphone, that kind of thing.

0:00:33.440 --> 0:00:35.919
<v Speaker 1>An operating system's job is to serve as a sort

0:00:35.960 --> 0:00:39.600
<v Speaker 1>of liaison between a device's hardware, you know, the actual

0:00:40.080 --> 0:00:43.720
<v Speaker 1>chips and circuits that really make it work, and the

0:00:43.880 --> 0:00:47.800
<v Speaker 1>software that runs on top of it and gets those

0:00:48.159 --> 0:00:51.760
<v Speaker 1>hardware things to produce output that you actually want. So

0:00:51.920 --> 0:00:56.120
<v Speaker 1>operating systems create a starting point or foundation for programmers.

0:00:56.200 --> 0:01:00.600
<v Speaker 1>If you design an application meant for a specific operating system,

0:01:00.920 --> 0:01:04.000
<v Speaker 1>then that app should work on pretty much any device

0:01:04.080 --> 0:01:08.840
<v Speaker 1>that's running that specific operating system sort of. There can

0:01:08.840 --> 0:01:12.319
<v Speaker 1>actually be exceptions due to various hardware configurations, but you

0:01:12.319 --> 0:01:15.960
<v Speaker 1>get the idea. So, the operating system manages all sorts

0:01:16.000 --> 0:01:20.640
<v Speaker 1>of processes like memory management. It also handles data sent

0:01:20.720 --> 0:01:25.280
<v Speaker 1>to peripheral devices like displays or printers. Before there were

0:01:25.319 --> 0:01:30.000
<v Speaker 1>operating systems. Computers were far more limited and much less efficient.

0:01:30.440 --> 0:01:33.360
<v Speaker 1>If you wanted to run a program on an old

0:01:33.400 --> 0:01:37.200
<v Speaker 1>computer pre operating system days, first you had to wait

0:01:37.280 --> 0:01:40.880
<v Speaker 1>until nothing else was running on that computer. Then you

0:01:40.920 --> 0:01:44.800
<v Speaker 1>would have to directly load your program onto the hardware itself.

0:01:45.080 --> 0:01:49.920
<v Speaker 1>So the classical version of this was a program designated by,

0:01:50.000 --> 0:01:53.120
<v Speaker 1>say a long strip of paper tape that has holes

0:01:53.160 --> 0:01:57.040
<v Speaker 1>punched into it in specific places, or a collection of

0:01:57.400 --> 0:02:01.200
<v Speaker 1>punch cards, that you would have a program built onto,

0:02:01.760 --> 0:02:05.080
<v Speaker 1>and you would have to load this on a computer.

0:02:05.120 --> 0:02:08.200
<v Speaker 1>You would also have to preset physical switches on the

0:02:08.240 --> 0:02:11.080
<v Speaker 1>computer itself to make certain that the computer began in

0:02:11.120 --> 0:02:15.400
<v Speaker 1>the proper state before you would execute your program. If

0:02:15.440 --> 0:02:19.160
<v Speaker 1>it wasn't, then you wouldn't get the result you had intended,

0:02:19.480 --> 0:02:21.600
<v Speaker 1>and you might not know that until much further down

0:02:21.639 --> 0:02:25.840
<v Speaker 1>the line. So very complicated. It was a physical activity,

0:02:25.960 --> 0:02:29.360
<v Speaker 1>like it wasn't just click on an icon or type

0:02:29.400 --> 0:02:32.880
<v Speaker 1>something into a command line, and it didn't always go smoothly.

0:02:32.960 --> 0:02:35.720
<v Speaker 1>Either a mistake in the programming or a bug in

0:02:35.760 --> 0:02:39.320
<v Speaker 1>the computer system itself could cause a crash, and that

0:02:39.400 --> 0:02:41.679
<v Speaker 1>might require a lot of backtracking to fix it. You

0:02:41.720 --> 0:02:45.720
<v Speaker 1>would have to identify what went wrong, and then fix

0:02:45.800 --> 0:02:48.799
<v Speaker 1>the problem. This was not always an easy thing to do,

0:02:49.080 --> 0:02:53.840
<v Speaker 1>but over time, computer scientists developed programming languages and operating

0:02:53.880 --> 0:02:57.480
<v Speaker 1>systems in order to enhance the capabilities of computers and

0:02:57.520 --> 0:03:00.720
<v Speaker 1>to make it easier to use them, and eventually there

0:03:00.840 --> 0:03:05.880
<v Speaker 1>was an explosion of operating systems. Some were peculiar to

0:03:06.000 --> 0:03:10.600
<v Speaker 1>a specific type of computer or a specific line of computers.

0:03:10.880 --> 0:03:13.760
<v Speaker 1>While the operating system made things easier for programmers who

0:03:13.760 --> 0:03:16.679
<v Speaker 1>were working on those machines, you would still often need

0:03:16.720 --> 0:03:20.920
<v Speaker 1>to specialize in certain classes of computer systems because of

0:03:20.919 --> 0:03:23.240
<v Speaker 1>differences between them, Like just because you know how to

0:03:23.280 --> 0:03:26.880
<v Speaker 1>program for computer system A, doesn't mean you could program

0:03:26.919 --> 0:03:30.800
<v Speaker 1>for computer system B, because how fundamentally different they were.

0:03:31.280 --> 0:03:33.880
<v Speaker 1>So today I thought I would talk a bit about

0:03:33.919 --> 0:03:39.600
<v Speaker 1>a few discontinued operating systems. These were once important, but

0:03:39.720 --> 0:03:43.640
<v Speaker 1>they are no longer in widespread use today. Some of

0:03:43.640 --> 0:03:47.320
<v Speaker 1>them live on, at least in part. Sometimes they're partly

0:03:47.680 --> 0:03:51.280
<v Speaker 1>a legacy element that's still found in modern day operating systems.

0:03:51.600 --> 0:03:54.760
<v Speaker 1>Some of them are supported by hobbyists. And I could

0:03:54.800 --> 0:03:56.520
<v Speaker 1>go all the way back to the days of like

0:03:56.640 --> 0:03:59.320
<v Speaker 1>mainframes and micro computers, but I figured it would be

0:03:59.320 --> 0:04:02.760
<v Speaker 1>best to kind of limit ourselves to personal computers and

0:04:03.360 --> 0:04:06.400
<v Speaker 1>that sort of thing. Maybe in the future I could

0:04:06.480 --> 0:04:08.360
<v Speaker 1>go further back. Also in the future, I might do

0:04:08.440 --> 0:04:12.520
<v Speaker 1>things like smartphones, because there's some smartphone operating systems that

0:04:12.680 --> 0:04:16.279
<v Speaker 1>are largely discontinued this today, and it would be interesting

0:04:16.320 --> 0:04:20.000
<v Speaker 1>to have a conversation about those as well. So it's

0:04:20.080 --> 0:04:22.080
<v Speaker 1>just important to remember that, even though I'm just really

0:04:22.080 --> 0:04:24.760
<v Speaker 1>talking about PCs in this episode, there have been a

0:04:24.800 --> 0:04:27.719
<v Speaker 1>lot of other computer systems that had come and gone

0:04:27.800 --> 0:04:30.960
<v Speaker 1>by the time we get up to that. I decided

0:04:30.960 --> 0:04:34.320
<v Speaker 1>to start with PCs because I would argue the PC

0:04:34.480 --> 0:04:39.480
<v Speaker 1>era is really kind of a transformational point in our world.

0:04:39.839 --> 0:04:43.520
<v Speaker 1>You know, miniaturization and mass production had made it possible

0:04:43.800 --> 0:04:47.440
<v Speaker 1>to create a computer that could fit on a desktop

0:04:47.560 --> 0:04:51.800
<v Speaker 1>and also not cost a bazillion dollars. Although I should

0:04:51.800 --> 0:04:55.840
<v Speaker 1>point out early personal computers were still really expensive, like

0:04:56.279 --> 0:04:59.080
<v Speaker 1>if you were to compare them to computers today, far

0:04:59.240 --> 0:05:01.719
<v Speaker 1>more expensive than what you could get today if you're

0:05:01.720 --> 0:05:04.360
<v Speaker 1>just buying like a basic system, a basic system back

0:05:04.400 --> 0:05:07.159
<v Speaker 1>in like the late seventies early eighties would cost you

0:05:07.240 --> 0:05:10.159
<v Speaker 1>a whole lot more than what you would spend today.

0:05:10.680 --> 0:05:13.800
<v Speaker 1>Comparatively speaking, you have to take inflation into account. So

0:05:14.080 --> 0:05:18.160
<v Speaker 1>let's start off with a computer system that launched in

0:05:18.240 --> 0:05:21.640
<v Speaker 1>nineteen eighty five. So nineteen eighty five was a year

0:05:21.760 --> 0:05:26.560
<v Speaker 1>after Apple had introduced the Macintosh computer. There was this

0:05:26.720 --> 0:05:31.360
<v Speaker 1>other company called Commodore International. It had originally started out

0:05:31.360 --> 0:05:36.080
<v Speaker 1>as this humble business of typewriter repair and reselling. Like

0:05:36.120 --> 0:05:39.599
<v Speaker 1>it was a business that bought old, busted up typewriters,

0:05:39.640 --> 0:05:43.440
<v Speaker 1>fixed them up, and then sold them again, and eventually

0:05:44.279 --> 0:05:47.320
<v Speaker 1>they became more of a computer company. They made the

0:05:47.480 --> 0:05:50.479
<v Speaker 1>Commodore sixty four, one of the most famous personal computers

0:05:50.520 --> 0:05:54.680
<v Speaker 1>of all time. But in nineteen eighty five they introduced

0:05:54.800 --> 0:05:57.640
<v Speaker 1>a new machine that seemed to have a whole lot

0:05:57.640 --> 0:06:00.880
<v Speaker 1>of promise, and it was called the Amme. Now the

0:06:00.960 --> 0:06:05.160
<v Speaker 1>Amiga didn't actually start off as a Commodore project. A

0:06:05.200 --> 0:06:09.280
<v Speaker 1>group of folks who had previously worked for Atari decided

0:06:09.320 --> 0:06:11.840
<v Speaker 1>that they would strike out on their own and make

0:06:11.880 --> 0:06:15.480
<v Speaker 1>their own company. So they created a business that they

0:06:15.520 --> 0:06:19.680
<v Speaker 1>called Hi Toro. I don't know why I gave a

0:06:19.720 --> 0:06:23.599
<v Speaker 1>little role in the r there Hi Toro, Hi Dash

0:06:23.839 --> 0:06:27.480
<v Speaker 1>t Ro. It was this group that would receive an

0:06:27.520 --> 0:06:32.359
<v Speaker 1>acquisition offer from Commodore, and they took it. So the

0:06:32.520 --> 0:06:37.240
<v Speaker 1>Amiga measured up well against competing computers at the time,

0:06:37.320 --> 0:06:41.680
<v Speaker 1>computers like the Macintosh and the IBM PC. It boasted

0:06:41.680 --> 0:06:46.440
<v Speaker 1>superior graphics and sound. The Amiga was incredible in that regard.

0:06:46.920 --> 0:06:49.640
<v Speaker 1>Games on the Amiga had a tendency to look and

0:06:49.680 --> 0:06:52.920
<v Speaker 1>sound leagues better than similar titles that you could find

0:06:52.960 --> 0:06:57.920
<v Speaker 1>on other platforms. Animators and artists were drawn no pun

0:06:58.000 --> 0:07:02.080
<v Speaker 1>intended to the Amiga, and it was seen as a

0:07:02.120 --> 0:07:04.799
<v Speaker 1>really powerful tool for creative types in the computer space,

0:07:04.920 --> 0:07:08.480
<v Speaker 1>very much the way Macintosh computers would be viewed a

0:07:08.520 --> 0:07:12.760
<v Speaker 1>decade later, even though creatives also like Macintosh computers even

0:07:12.800 --> 0:07:16.400
<v Speaker 1>back in those early days. But when I think about

0:07:16.480 --> 0:07:20.800
<v Speaker 1>when I first got into media, anyone I knew who

0:07:20.840 --> 0:07:23.640
<v Speaker 1>worked in media and worked with computers, they had a Macintosh.

0:07:24.000 --> 0:07:27.040
<v Speaker 1>The mac was seen as the computer for creatives well

0:07:27.600 --> 0:07:30.200
<v Speaker 1>in the mid eighties. The goal for Commodore was to

0:07:30.200 --> 0:07:32.680
<v Speaker 1>make the Amiga that type of machine, and for a

0:07:32.720 --> 0:07:36.640
<v Speaker 1>lot of creatives it was. Now the Amiga operating system

0:07:36.960 --> 0:07:40.200
<v Speaker 1>was known as Amiga OS, which makes sense, and it

0:07:40.240 --> 0:07:43.160
<v Speaker 1>had some pretty cool features. For one, it could allow

0:07:43.200 --> 0:07:47.480
<v Speaker 1>for multitasking. Now not all PCs at this time could multitask.

0:07:47.880 --> 0:07:50.600
<v Speaker 1>Most would require the user to quit out of one

0:07:50.640 --> 0:07:54.640
<v Speaker 1>application entirely before they could launch another, But the Amiga

0:07:54.680 --> 0:07:59.480
<v Speaker 1>OS was different. Now, it wasn't perfect multitasking. The operating

0:07:59.480 --> 0:08:03.080
<v Speaker 1>syste would have essentially freeze whichever app you were leaving

0:08:03.480 --> 0:08:06.160
<v Speaker 1>in order to dedicate the resources to whichever app you

0:08:06.240 --> 0:08:08.880
<v Speaker 1>were switching to. So if you've got app A and

0:08:08.960 --> 0:08:11.480
<v Speaker 1>app B and you're leaving app A to go to

0:08:11.520 --> 0:08:14.800
<v Speaker 1>app B, app A just goes into kind of hibernation mode.

0:08:15.240 --> 0:08:19.239
<v Speaker 1>This method is called preemptive multitasking, and what it means

0:08:19.280 --> 0:08:23.240
<v Speaker 1>is that you couldn't start a process, then swap to

0:08:23.280 --> 0:08:27.080
<v Speaker 1>another window and expect the process in that first window

0:08:27.120 --> 0:08:30.640
<v Speaker 1>to continue while you're doing something else. But still the

0:08:30.680 --> 0:08:33.040
<v Speaker 1>ability to go back and forth between tests was a

0:08:33.040 --> 0:08:37.360
<v Speaker 1>big advance over many competitors. Like these days, I think

0:08:37.400 --> 0:08:39.880
<v Speaker 1>that would I would find that frustrating because sometimes I

0:08:39.920 --> 0:08:43.600
<v Speaker 1>will start a process in one window and it'll say

0:08:43.720 --> 0:08:45.640
<v Speaker 1>it's going to take like forty five seconds. I'm like,

0:08:45.840 --> 0:08:47.439
<v Speaker 1>I don't have time for that. I'm going to go

0:08:47.679 --> 0:08:50.680
<v Speaker 1>do something in this other window while that completes, and

0:08:50.800 --> 0:08:53.960
<v Speaker 1>computers today can handle that. The Amiga could not. But

0:08:54.040 --> 0:08:58.199
<v Speaker 1>you have to remember computational resources were much more limited then, right,

0:08:58.240 --> 0:09:01.000
<v Speaker 1>We were still in the very early days of personal computers.

0:09:01.520 --> 0:09:06.600
<v Speaker 1>The operating system also included a disc operating system or DOS.

0:09:07.000 --> 0:09:11.240
<v Speaker 1>We'll be talking more about the famous MS DOS later

0:09:11.320 --> 0:09:15.040
<v Speaker 1>in this episode, but this was called Amiga DOSS naturally,

0:09:15.520 --> 0:09:18.000
<v Speaker 1>and this disc operating system gave the user access to

0:09:18.040 --> 0:09:21.600
<v Speaker 1>things like the computer's file system and directory, so you

0:09:21.640 --> 0:09:24.280
<v Speaker 1>can navigate through that way if you didn't want to

0:09:24.400 --> 0:09:28.440
<v Speaker 1>use the graphic User interface or GUI version of the

0:09:28.480 --> 0:09:32.760
<v Speaker 1>operating system, and you might normally use Amiga's graphics user

0:09:32.760 --> 0:09:35.600
<v Speaker 1>interface to get around, but this would give you a

0:09:35.640 --> 0:09:38.640
<v Speaker 1>much more direct and text based method of navigating the machine.

0:09:38.880 --> 0:09:41.880
<v Speaker 1>In some ways, it was more efficient and faster if

0:09:41.880 --> 0:09:44.000
<v Speaker 1>you knew what you were doing, but if you didn't,

0:09:44.000 --> 0:09:47.400
<v Speaker 1>you could just use the GUY to get around using

0:09:47.440 --> 0:09:50.480
<v Speaker 1>its various file management systems. Now, one thing a Mega

0:09:50.520 --> 0:09:55.480
<v Speaker 1>OS did not have was memory protection. Now, as the

0:09:55.600 --> 0:09:59.240
<v Speaker 1>name implies, the purpose of memory protection is to prevent

0:09:59.320 --> 0:10:03.640
<v Speaker 1>processing from accessing memory for which they do not have

0:10:03.679 --> 0:10:06.200
<v Speaker 1>the permission to access. You know, if you're running a

0:10:06.240 --> 0:10:10.400
<v Speaker 1>process and another process says, oh, yeah, that memory over there,

0:10:10.440 --> 0:10:13.439
<v Speaker 1>that you're using, I'll have that and takes it. That's

0:10:13.520 --> 0:10:15.400
<v Speaker 1>not good. You want to have a system in place

0:10:15.400 --> 0:10:19.520
<v Speaker 1>to stop that from happening. Memory protection helps mitigate malicious

0:10:19.559 --> 0:10:24.200
<v Speaker 1>processes from causing damage to other processes or even to

0:10:24.280 --> 0:10:29.280
<v Speaker 1>the computer system itself. Right, you could program a purposefully

0:10:29.320 --> 0:10:33.760
<v Speaker 1>malicious program or application that would be meant to steal

0:10:33.840 --> 0:10:38.120
<v Speaker 1>resources from all other applications and essentially shut a computer down.

0:10:38.559 --> 0:10:40.520
<v Speaker 1>You don't want that to happen, so usually you would

0:10:40.559 --> 0:10:44.640
<v Speaker 1>have a memory protection method in place with your operating system,

0:10:45.200 --> 0:10:51.120
<v Speaker 1>but the Amiga OS did not have that. But this

0:10:51.720 --> 0:10:56.000
<v Speaker 1>shortcoming was not what led to the discontinuation of Amigo OS.

0:10:56.080 --> 0:11:01.839
<v Speaker 1>It's not like one day some Amiga based malware broke

0:11:01.920 --> 0:11:04.520
<v Speaker 1>out and ruined all the computers. That would have been

0:11:04.520 --> 0:11:08.280
<v Speaker 1>hard to do anyway, because networked computers were pretty darn

0:11:08.480 --> 0:11:12.040
<v Speaker 1>rare during the era of Amiga OS. Now the reason

0:11:12.080 --> 0:11:16.560
<v Speaker 1>why the Amiga OS operating system was discontinued and I

0:11:16.600 --> 0:11:20.000
<v Speaker 1>realized I was just repetitive there, But it's because it

0:11:20.040 --> 0:11:23.920
<v Speaker 1>has to do with business. Commodore, the company that made

0:11:24.000 --> 0:11:28.360
<v Speaker 1>and sold the computer, hit hard times really really quickly.

0:11:28.720 --> 0:11:32.319
<v Speaker 1>So in the early eighties, Commodore was measuring up really

0:11:32.320 --> 0:11:35.720
<v Speaker 1>well against competitors like Apple and IBM. They were selling

0:11:36.000 --> 0:11:40.040
<v Speaker 1>computers like hotcakes. Commodore was riding high, but then there

0:11:40.040 --> 0:11:42.800
<v Speaker 1>were dips in the mid eighties, and then there were

0:11:42.880 --> 0:11:45.760
<v Speaker 1>more crests and then dips again. Like it got pretty

0:11:45.840 --> 0:11:50.120
<v Speaker 1>rocky throughout the eighties and into the nineties, and in

0:11:50.240 --> 0:11:54.080
<v Speaker 1>nineteen ninety two things were going okay. But in nineteen

0:11:54.160 --> 0:11:58.480
<v Speaker 1>ninety three, sales dropped like a rock and the company

0:11:58.520 --> 0:12:01.680
<v Speaker 1>lost hundreds of millions of dollars, and it wasn't in

0:12:01.720 --> 0:12:04.640
<v Speaker 1>a financial position where it could recover from that. So

0:12:04.679 --> 0:12:07.880
<v Speaker 1>in nineteen ninety four, Commodore announced it was entering into

0:12:07.960 --> 0:12:12.360
<v Speaker 1>bankruptcy and that it would liquidate all its assets. Now

0:12:12.720 --> 0:12:15.800
<v Speaker 1>it's true to say that Amiga OS faded away. It

0:12:16.320 --> 0:12:20.720
<v Speaker 1>lost all official support because the company that supported it

0:12:20.840 --> 0:12:24.520
<v Speaker 1>ceased to be but the operating system itself is not

0:12:24.840 --> 0:12:30.480
<v Speaker 1>totally gone. Hyperion Entertainment Overseas essentially a descendant of the

0:12:30.600 --> 0:12:33.600
<v Speaker 1>Amiga OS, and in fact, the most recent update I

0:12:33.640 --> 0:12:36.360
<v Speaker 1>can see dates back to April of twenty twenty three,

0:12:36.880 --> 0:12:40.160
<v Speaker 1>and that's when Hyperion Entertainment released a hot fix for

0:12:40.280 --> 0:12:45.920
<v Speaker 1>Amiga OS three point two point two so I guess

0:12:46.320 --> 0:12:51.240
<v Speaker 1>you could say it's only mostly dead. There's still hobbyists

0:12:51.280 --> 0:12:56.280
<v Speaker 1>who very much are into creating things for the Amiga OS,

0:12:56.840 --> 0:13:00.000
<v Speaker 1>and it is still supported, just not by the company

0:13:00.320 --> 0:13:03.679
<v Speaker 1>that created it, so that's kind of cool. But as

0:13:03.679 --> 0:13:06.880
<v Speaker 1>an official operating system, it's more of a curiosity than

0:13:06.960 --> 0:13:09.680
<v Speaker 1>anything else. And that's why I decided to start off

0:13:09.720 --> 0:13:11.880
<v Speaker 1>the episode with that one. Now we're gonna take a

0:13:11.960 --> 0:13:14.280
<v Speaker 1>quick break, and when we come back, I'm gonna talk

0:13:14.280 --> 0:13:18.600
<v Speaker 1>about a pair of operating systems that are deeply entwined

0:13:18.640 --> 0:13:22.199
<v Speaker 1>with one another and all the drama that comes with it.

0:13:22.640 --> 0:13:26.840
<v Speaker 1>That's what's coming next. But first let's take this quick break.

0:13:36.240 --> 0:13:40.720
<v Speaker 1>All right, we're back, So next we have next sort

0:13:40.760 --> 0:13:42.679
<v Speaker 1>of all right, Like I said, this is a really

0:13:42.960 --> 0:13:45.600
<v Speaker 1>a two for one entry, and it involves a whole

0:13:45.760 --> 0:13:48.640
<v Speaker 1>lot of drama. And I have talked over this story

0:13:48.679 --> 0:13:51.280
<v Speaker 1>before in other episodes of Tech Stuff, but it's such

0:13:51.280 --> 0:13:54.240
<v Speaker 1>a juicy story we're gonna have to rake the coals

0:13:54.320 --> 0:13:58.319
<v Speaker 1>once more. Now, this story starts back arguably in the

0:13:58.400 --> 0:14:02.320
<v Speaker 1>late seventies, but really the tipping point is in nineteen

0:14:02.360 --> 0:14:05.000
<v Speaker 1>eighty five, that same year that the Amiga came out,

0:14:05.520 --> 0:14:08.480
<v Speaker 1>and this was due to something that was going on

0:14:08.640 --> 0:14:12.079
<v Speaker 1>over at Apple, because things were getting rough, all right.

0:14:12.559 --> 0:14:15.120
<v Speaker 1>The reason things were getting rough, or one of them,

0:14:15.320 --> 0:14:18.960
<v Speaker 1>is that Steve Jobs had become a bit of a handful. Now.

0:14:19.200 --> 0:14:23.080
<v Speaker 1>Jobs had co founded Apple along with Steve Wozniak. Wosniak

0:14:23.120 --> 0:14:26.840
<v Speaker 1>was the actual programmer and engineer of the pair, and

0:14:26.880 --> 0:14:29.680
<v Speaker 1>the two had grown the company very quickly, but they

0:14:30.560 --> 0:14:34.640
<v Speaker 1>really weren't the right fit to lead a growing tech

0:14:34.680 --> 0:14:39.240
<v Speaker 1>corporation right. Investors were a little leery of backing a

0:14:40.400 --> 0:14:44.800
<v Speaker 1>new bayle tech company run by a couple of college dropouts,

0:14:45.120 --> 0:14:48.200
<v Speaker 1>and if they wanted to get support from their investors,

0:14:48.200 --> 0:14:50.320
<v Speaker 1>they needed to make sure they had a quote unquote

0:14:50.400 --> 0:14:54.240
<v Speaker 1>real leader. And they got a few real leaders in

0:14:54.280 --> 0:14:59.160
<v Speaker 1>those early years. First up was a guy named Michael Scott,

0:14:58.760 --> 0:15:02.360
<v Speaker 1>not the guy from the office, and the next was

0:15:02.440 --> 0:15:07.480
<v Speaker 1>an early Apple investor named Mike Markula. Markula would actually

0:15:07.480 --> 0:15:10.119
<v Speaker 1>step up to be the chairman of the board of Directors,

0:15:10.160 --> 0:15:14.040
<v Speaker 1>and a new leader named John Scully the third would

0:15:14.040 --> 0:15:17.280
<v Speaker 1>come in to take over as CEO of Apple or

0:15:17.480 --> 0:15:22.160
<v Speaker 1>President of Apple originally now number three here. Scully he

0:15:22.200 --> 0:15:24.760
<v Speaker 1>had previously served as the president of Pepsi COO so

0:15:24.840 --> 0:15:27.200
<v Speaker 1>clearly he was the perfect pick that had a computer

0:15:27.320 --> 0:15:31.640
<v Speaker 1>company anyway. The point is Steve Jobs wasn't the one

0:15:31.680 --> 0:15:34.880
<v Speaker 1>calling the shots. He was not the executive ultimately in

0:15:35.000 --> 0:15:39.040
<v Speaker 1>charge of Apple, but occasionally he would act like he was.

0:15:39.480 --> 0:15:42.560
<v Speaker 1>In the late nineteen seventies, a computer engineer named Jeff

0:15:42.680 --> 0:15:46.840
<v Speaker 1>Raskin proposed a project that ultimately would become the McIntosh,

0:15:47.240 --> 0:15:52.280
<v Speaker 1>and apparently Steve Jobs thought this wasn't really a worthwhile pursuit.

0:15:52.720 --> 0:15:55.600
<v Speaker 1>I should also mention that Raskin's version of the McIntosh

0:15:55.680 --> 0:15:59.960
<v Speaker 1>was a very, very different thing than what would emerge

0:16:00.400 --> 0:16:04.320
<v Speaker 1>from Apple in nineteen eighty four. The Raskin's Macintosh was.

0:16:05.440 --> 0:16:08.080
<v Speaker 1>It could not have been more different. Really, It was

0:16:08.120 --> 0:16:12.200
<v Speaker 1>a text based, utilitarian workspace as opposed to what the

0:16:12.320 --> 0:16:16.600
<v Speaker 1>Macintosh would become. Anyway. Jobs wanted the company to back

0:16:16.800 --> 0:16:20.200
<v Speaker 1>the project he had been working on, which was the

0:16:20.440 --> 0:16:24.920
<v Speaker 1>Lisa personal computer, and he lobbied to have the Macintosh

0:16:25.040 --> 0:16:29.480
<v Speaker 1>killed off, but leadership sided with Raskin, and Jobs got angry.

0:16:29.960 --> 0:16:33.120
<v Speaker 1>The Lisa would end up being pretty much a forgotten

0:16:33.200 --> 0:16:37.000
<v Speaker 1>failure of Apple. It did not do so well, but

0:16:37.960 --> 0:16:41.160
<v Speaker 1>by that time Jobs was even angrier because in nineteen

0:16:41.200 --> 0:16:44.400
<v Speaker 1>eighty two, the rest of the Lisa team forced Jobs

0:16:44.480 --> 0:16:47.080
<v Speaker 1>off the project. They just felt his demands were kind

0:16:47.160 --> 0:16:52.760
<v Speaker 1>of making things go askew. So Jobs got kicked off

0:16:52.800 --> 0:16:56.200
<v Speaker 1>of the project he was running. And that was a

0:16:56.400 --> 0:17:01.520
<v Speaker 1>tough look because arguably Lisa took its name from Steve

0:17:01.600 --> 0:17:06.040
<v Speaker 1>Jobs's own daughter, or maybe it didn't, because stories vary

0:17:06.119 --> 0:17:08.280
<v Speaker 1>on that one. Some stories say no, no, no, it

0:17:08.320 --> 0:17:11.520
<v Speaker 1>was never meant to be named after Steve Jobs's daughter.

0:17:11.600 --> 0:17:15.680
<v Speaker 1>That was a coincidence. It was an acronym. But most

0:17:15.680 --> 0:17:17.879
<v Speaker 1>of the stories seem to say, like, yeah, it was

0:17:17.960 --> 0:17:20.000
<v Speaker 1>kind of named after his daughter, and then the acronym

0:17:20.080 --> 0:17:24.800
<v Speaker 1>stuff came later. It was acronyms, not acronyms. It's people like,

0:17:24.840 --> 0:17:27.359
<v Speaker 1>how can we let's come up with an acronym to

0:17:28.240 --> 0:17:30.919
<v Speaker 1>justify the name, and then we can argue that we

0:17:31.000 --> 0:17:33.320
<v Speaker 1>never named it after his daughter in the first place. Anyway,

0:17:33.760 --> 0:17:38.480
<v Speaker 1>Jobs then honed in on Raskin's team because now he

0:17:38.560 --> 0:17:40.840
<v Speaker 1>had an ax to grind. He had a grudge against

0:17:40.880 --> 0:17:44.680
<v Speaker 1>the Lisa team, and so he sort of waded into

0:17:44.720 --> 0:17:49.239
<v Speaker 1>the Macintosh project and sort of took it over. And

0:17:49.320 --> 0:17:52.520
<v Speaker 1>like I said, originally that Macintosh project was a text based,

0:17:52.680 --> 0:17:56.639
<v Speaker 1>keyboard centric machine, and Jobs kind of turned it into

0:17:56.800 --> 0:17:59.439
<v Speaker 1>a sort of a Lisa clone. It was another computer

0:17:59.480 --> 0:18:02.320
<v Speaker 1>with a graphic user interface and a mouse, which he

0:18:02.359 --> 0:18:06.239
<v Speaker 1>had lifted from Xerox Park. And he was now in

0:18:06.320 --> 0:18:09.720
<v Speaker 1>secret competition with the Lisa team, which meant he was

0:18:09.800 --> 0:18:12.280
<v Speaker 1>furiously working to prove that they were wrong and that

0:18:12.359 --> 0:18:15.600
<v Speaker 1>he was right. And maybe you could argue he also

0:18:15.680 --> 0:18:17.840
<v Speaker 1>lost sight of the fact that they were all actually

0:18:17.880 --> 0:18:21.520
<v Speaker 1>working for the same company and arguably for the same results.

0:18:22.000 --> 0:18:24.520
<v Speaker 1>So the Macintosh would actually come out in nineteen eighty

0:18:24.520 --> 0:18:28.600
<v Speaker 1>four looking very different from what Raskin's original nineteen seventy

0:18:28.680 --> 0:18:31.600
<v Speaker 1>nine concept was, and this would be the birth of

0:18:31.640 --> 0:18:36.879
<v Speaker 1>the classic mac OS operating system. That's important because macOS,

0:18:37.000 --> 0:18:40.120
<v Speaker 1>the classic version of macOS, is one of the two

0:18:40.200 --> 0:18:43.560
<v Speaker 1>operating systems that I'm really focusing on in this section.

0:18:44.000 --> 0:18:48.200
<v Speaker 1>But Jobs' behavior was seen as being really disruptive and

0:18:48.280 --> 0:18:51.880
<v Speaker 1>counterproductive to most of the teams that he interacted with,

0:18:52.320 --> 0:18:56.159
<v Speaker 1>and Scully and Jobs clashed numerous times, and Markola, the

0:18:56.560 --> 0:18:59.520
<v Speaker 1>chair of the board and the former head of Apple,

0:19:00.080 --> 0:19:04.520
<v Speaker 1>sided with Scully against Jobs. So Jobs left the company

0:19:04.560 --> 0:19:08.840
<v Speaker 1>in nineteen eighty five or he was fired. Interpretations on

0:19:08.840 --> 0:19:11.800
<v Speaker 1>this vary as well. It's clear that Scully did his

0:19:11.880 --> 0:19:15.960
<v Speaker 1>best to distance Jobs from any meaningful projects, So I

0:19:15.960 --> 0:19:18.280
<v Speaker 1>guess it all comes down to semantics, Like you could

0:19:18.320 --> 0:19:22.639
<v Speaker 1>argue that, Okay, Jobs wasn't fired, he was just removed

0:19:22.680 --> 0:19:25.640
<v Speaker 1>from operations to the point where he wasn't really doing anything,

0:19:25.720 --> 0:19:29.119
<v Speaker 1>so he decided to leave. Fun fact, years later, Marcula

0:19:29.160 --> 0:19:32.639
<v Speaker 1>would actually be instrumental in forcing Scully out of Apple.

0:19:33.440 --> 0:19:36.440
<v Speaker 1>So I guess what goes around comes around. Anyway, Jobs

0:19:36.480 --> 0:19:39.159
<v Speaker 1>went off to found a different company. This would be

0:19:39.760 --> 0:19:43.600
<v Speaker 1>the next company. Now, the focus of the next company

0:19:44.400 --> 0:19:50.080
<v Speaker 1>was to create hardware for education. Jobs saw an opportunity

0:19:50.119 --> 0:19:54.160
<v Speaker 1>to design computer workstations specifically meant for the education sector,

0:19:54.320 --> 0:19:58.000
<v Speaker 1>so like professors and researchers, that kind of thing, not

0:19:58.080 --> 0:20:01.640
<v Speaker 1>like necessarily your average teacher, because, as it would turn out,

0:20:02.240 --> 0:20:06.320
<v Speaker 1>the next system would be very expensive and beyond the

0:20:06.359 --> 0:20:10.320
<v Speaker 1>reach of a lot of say, you know, smaller schools.

0:20:10.640 --> 0:20:13.720
<v Speaker 1>But people in those fields were already using personal computers.

0:20:13.880 --> 0:20:17.040
<v Speaker 1>The problem was that PCs are general purpose machines, so

0:20:17.160 --> 0:20:20.720
<v Speaker 1>they're supposed to be, you know, pretty good at everything,

0:20:21.000 --> 0:20:24.400
<v Speaker 1>but they're not necessarily really good at any one thing.

0:20:24.760 --> 0:20:27.400
<v Speaker 1>So Jobs's aim was to create a computer that would

0:20:27.400 --> 0:20:32.160
<v Speaker 1>be ideally suited for education. Several former Apple employees went

0:20:32.240 --> 0:20:34.720
<v Speaker 1>with jobs to create this company and they got to

0:20:34.760 --> 0:20:38.720
<v Speaker 1>work designing the next computer. The operating system for this

0:20:38.760 --> 0:20:42.600
<v Speaker 1>computer would be called next Step one word. It would

0:20:42.600 --> 0:20:46.040
<v Speaker 1>take several years to bring this computer to market. So,

0:20:46.119 --> 0:20:48.199
<v Speaker 1>like I said, starts in nineteen eighty five, and the

0:20:48.240 --> 0:20:51.119
<v Speaker 1>original hope was to have a machine ready to launch

0:20:51.119 --> 0:20:54.400
<v Speaker 1>in nineteen eighty seven. But in reality, the next computer

0:20:54.520 --> 0:20:57.760
<v Speaker 1>wasn't ready until nineteen eighty nine, and even then it

0:20:57.840 --> 0:21:02.680
<v Speaker 1>was a small number of test machines that were ready.

0:21:02.960 --> 0:21:09.240
<v Speaker 1>And that initial batch cost six thousand, five hundred dollars

0:21:09.240 --> 0:21:12.160
<v Speaker 1>per computer. Now, if we adjust that for inflation, because

0:21:12.160 --> 0:21:15.720
<v Speaker 1>remember this is nineteen eighty nine, today, a computer like

0:21:15.760 --> 0:21:21.560
<v Speaker 1>that would cost you sixteen thousand, five hundred dollars. Right,

0:21:21.960 --> 0:21:25.320
<v Speaker 1>That's how much this initial batch, the test batch of

0:21:25.440 --> 0:21:29.679
<v Speaker 1>next computers cost when they actually were ready to launch

0:21:29.840 --> 0:21:33.159
<v Speaker 1>the computers in nineteen ninety For realsi's and make it

0:21:33.240 --> 0:21:38.040
<v Speaker 1>a larger batch. It went for an eye wateringly high

0:21:38.440 --> 0:21:42.160
<v Speaker 1>nine thousand, nine hundred ninety nine dollars. So again, if

0:21:42.200 --> 0:21:46.920
<v Speaker 1>we adjust that for inflation, brace yourselves. Those computers cost

0:21:47.080 --> 0:21:50.960
<v Speaker 1>twenty four thousand dollars a pop. So yeah, this was

0:21:51.040 --> 0:21:53.840
<v Speaker 1>not a computer aimed at the consumer market. In fact,

0:21:54.200 --> 0:21:57.800
<v Speaker 1>even universities would look at that sales price and say, who,

0:21:58.400 --> 0:22:01.679
<v Speaker 1>that's steep. It didn't take long for Jobs to reconsider

0:22:01.800 --> 0:22:05.239
<v Speaker 1>NeXT's role in the industry. So the funny thing is

0:22:05.800 --> 0:22:09.080
<v Speaker 1>when he was first thinking about this, originally his plan

0:22:09.320 --> 0:22:13.880
<v Speaker 1>was to create hardware that was meant for the education

0:22:14.080 --> 0:22:17.000
<v Speaker 1>sector and not to create software, like he was going

0:22:17.040 --> 0:22:20.600
<v Speaker 1>to license the software from someone else, but then ultimately

0:22:20.880 --> 0:22:26.080
<v Speaker 1>changed his mind and created a hardware and software combined approach.

0:22:26.680 --> 0:22:30.320
<v Speaker 1>But at these computer prices, it was clear the company

0:22:30.400 --> 0:22:33.600
<v Speaker 1>wasn't going to sell that many units. It just couldn't.

0:22:33.800 --> 0:22:37.800
<v Speaker 1>These educational institutions just you know, they couldn't afford these

0:22:37.840 --> 0:22:43.840
<v Speaker 1>incredibly high prices, and he made the decision to gradually

0:22:44.280 --> 0:22:48.720
<v Speaker 1>shift over to become a software focused company, with the

0:22:48.720 --> 0:22:52.000
<v Speaker 1>heart of that focus being the next Step operating system.

0:22:52.240 --> 0:22:55.639
<v Speaker 1>Next Step was built on top of a Unix operating system.

0:22:55.720 --> 0:22:59.800
<v Speaker 1>It also it featured an object oriented application layer. It

0:22:59.840 --> 0:23:03.400
<v Speaker 1>had had a graphic user interface or GUY. It could

0:23:03.400 --> 0:23:07.920
<v Speaker 1>handle multitasking, and it was interesting. It didn't exactly set

0:23:07.960 --> 0:23:10.520
<v Speaker 1>the world on fire at the time, but it did

0:23:10.600 --> 0:23:12.879
<v Speaker 1>gain the interest of certain folks in the tech and

0:23:12.960 --> 0:23:17.919
<v Speaker 1>research and education spheres, so people realized there was value

0:23:17.960 --> 0:23:22.160
<v Speaker 1>in it, even though it wasn't exactly becoming the next

0:23:22.200 --> 0:23:24.879
<v Speaker 1>big thing. All right, But now we've got our classic

0:23:25.000 --> 0:23:28.399
<v Speaker 1>Mac operating system or macOS, and we've got our next

0:23:28.440 --> 0:23:32.040
<v Speaker 1>step operating system. To continue our story, we actually have

0:23:32.080 --> 0:23:37.080
<v Speaker 1>to go back to Apple and back to the nineties

0:23:37.440 --> 0:23:41.239
<v Speaker 1>and see what happened with the company. So Scully had

0:23:41.280 --> 0:23:45.720
<v Speaker 1>effectively pushed jobs out of Apple. Under Scully, Apple took

0:23:45.720 --> 0:23:49.840
<v Speaker 1>a path that wasn't very Apple like. One of the

0:23:49.880 --> 0:23:52.719
<v Speaker 1>things that had set Apple apart from IBM is that

0:23:52.760 --> 0:23:56.879
<v Speaker 1>when IBM made their personal computers, they used off the

0:23:56.880 --> 0:24:00.520
<v Speaker 1>shelf parts to do so, and that meant that competitors

0:24:00.520 --> 0:24:04.160
<v Speaker 1>could build their own IBM style computers also known as

0:24:04.240 --> 0:24:07.840
<v Speaker 1>IBM compatibles or IBM clones, and they would just use

0:24:07.920 --> 0:24:10.960
<v Speaker 1>the same or similar parts that IBM used, and they

0:24:11.000 --> 0:24:14.200
<v Speaker 1>would get an operating system that was compatible with IBMS.

0:24:14.240 --> 0:24:19.120
<v Speaker 1>Because IBM had failed to secure an exclusive agreement from

0:24:19.280 --> 0:24:22.479
<v Speaker 1>the provider of their operating system, which I'll talk about

0:24:22.720 --> 0:24:25.360
<v Speaker 1>later on in this episode. So this ended up being

0:24:25.400 --> 0:24:30.240
<v Speaker 1>really bad news for IBM's personal computer division, because suddenly

0:24:30.280 --> 0:24:33.679
<v Speaker 1>the company was facing competition from numerous upstarts, most of

0:24:33.720 --> 0:24:37.600
<v Speaker 1>which were offering computers that were comparable to IBMS but

0:24:37.680 --> 0:24:40.840
<v Speaker 1>at a much lower price point. Apple, by contrast, had

0:24:40.880 --> 0:24:45.080
<v Speaker 1>traditionally developed its own hardware and software in house and

0:24:45.400 --> 0:24:48.720
<v Speaker 1>jealously guarded its proprietary approach, so if you wanted an

0:24:48.760 --> 0:24:53.120
<v Speaker 1>Apple computer, you had to go to Apple. But under Scully,

0:24:53.119 --> 0:24:57.119
<v Speaker 1>that began to shift and began to change. He pushed

0:24:57.119 --> 0:24:59.639
<v Speaker 1>the company to build a version of its operating system

0:24:59.680 --> 0:25:04.119
<v Speaker 1>to run on the power PC microprocessor architecture. This was

0:25:04.200 --> 0:25:07.439
<v Speaker 1>later on seen as a huge mistake. There was also

0:25:07.840 --> 0:25:11.520
<v Speaker 1>then a move to license Apple technology to other companies,

0:25:11.920 --> 0:25:15.160
<v Speaker 1>leading to what were called Mac clones that didn't exactly

0:25:15.200 --> 0:25:19.040
<v Speaker 1>match Apple's own quality standards. This was seen in retrospect

0:25:19.040 --> 0:25:22.520
<v Speaker 1>as a really big old pair of booboos, bad enough

0:25:22.520 --> 0:25:24.480
<v Speaker 1>that the board of directors decided to give Scully the

0:25:24.520 --> 0:25:27.240
<v Speaker 1>boot in nineteen ninety three. They replaced him with a

0:25:27.240 --> 0:25:31.000
<v Speaker 1>guy named Michael Spindler. Michael Spindler had previously been the

0:25:31.080 --> 0:25:34.639
<v Speaker 1>chief operating officer, but Spindler also didn't impress the board

0:25:34.680 --> 0:25:38.200
<v Speaker 1>that much. He led some massive cost cutting measures. While

0:25:38.240 --> 0:25:40.639
<v Speaker 1>he was at Apple, he shut down several R and

0:25:40.720 --> 0:25:43.399
<v Speaker 1>D projects. He laid off a lot of folks. But

0:25:43.560 --> 0:25:45.879
<v Speaker 1>Apple was in a chaotic mess at the time, and

0:25:45.960 --> 0:25:48.960
<v Speaker 1>the board lost its confidence in Spindler just after a

0:25:49.000 --> 0:25:51.320
<v Speaker 1>few years, so in nineteen ninety six they swapped him

0:25:51.320 --> 0:25:55.520
<v Speaker 1>out with a guy named Gil Emilio. So Emilio inherited

0:25:56.119 --> 0:25:58.880
<v Speaker 1>a really rough situation. Things were in a real mess

0:25:58.960 --> 0:26:01.560
<v Speaker 1>at Apple. One of the things that was going really

0:26:01.600 --> 0:26:06.000
<v Speaker 1>poorly was this evolution of the classic Macintosh operating system

0:26:06.080 --> 0:26:09.040
<v Speaker 1>aka the original mac OS. Because you see, there was

0:26:09.080 --> 0:26:11.320
<v Speaker 1>a team at Apple that had been working on a

0:26:11.480 --> 0:26:14.919
<v Speaker 1>next generation operating system for the Mac and it was

0:26:15.000 --> 0:26:20.280
<v Speaker 1>code named Copeland. But this project had languished in development

0:26:20.400 --> 0:26:22.879
<v Speaker 1>and was rife with feature creep. So that's when a

0:26:22.920 --> 0:26:26.520
<v Speaker 1>team gets bogged down by a product. When they add

0:26:26.560 --> 0:26:30.000
<v Speaker 1>more and more features that don't necessarily contribute to whatever

0:26:30.040 --> 0:26:33.720
<v Speaker 1>the end purpose of the product is, it just gets bloated.

0:26:34.359 --> 0:26:37.600
<v Speaker 1>And on top of that, there were also personality conflicts

0:26:37.600 --> 0:26:41.320
<v Speaker 1>within the team, especially at the leadership level. Project management

0:26:41.400 --> 0:26:44.560
<v Speaker 1>was in a shambles. It was just a total mess.

0:26:45.200 --> 0:26:50.200
<v Speaker 1>So Copeland was intended to be macOS eight. It was

0:26:50.240 --> 0:26:54.359
<v Speaker 1>intended to replace classic Mac operating system and become the

0:26:54.440 --> 0:26:57.800
<v Speaker 1>new standard, but it was in such a mess that

0:26:58.040 --> 0:27:02.439
<v Speaker 1>when Apple brought on Emilio, he said, I need to

0:27:02.480 --> 0:27:05.000
<v Speaker 1>have somebody come in and try and get this into shape.

0:27:05.320 --> 0:27:08.920
<v Speaker 1>He brought on a woman named Ellen Hancock to try

0:27:08.960 --> 0:27:11.040
<v Speaker 1>and get Mac OS eight to a point where it

0:27:11.080 --> 0:27:14.919
<v Speaker 1>could ship, and she essentially said, Yo, this thing is busted.

0:27:15.560 --> 0:27:18.639
<v Speaker 1>Not in so many words I'm paraphrasing, and she concluded

0:27:18.960 --> 0:27:21.800
<v Speaker 1>that the project was so mired in issues that it

0:27:21.840 --> 0:27:24.440
<v Speaker 1>would actually make way more sense to scrap it than

0:27:24.480 --> 0:27:27.439
<v Speaker 1>to attempt to salvage it. And Emilio didn't really have

0:27:27.480 --> 0:27:29.920
<v Speaker 1>any other options. He said, I guess that's what we

0:27:30.040 --> 0:27:33.320
<v Speaker 1>have to do, because it was a real mess. So

0:27:33.640 --> 0:27:37.240
<v Speaker 1>Apple switched gears and released a far more modest evolution

0:27:37.520 --> 0:27:40.879
<v Speaker 1>of the classic Mac operating system, and then they called

0:27:40.920 --> 0:27:45.440
<v Speaker 1>that Mac OS eight. And in the meantime, Emilio was

0:27:45.480 --> 0:27:48.280
<v Speaker 1>looking outside of Apple to try and find a solution

0:27:48.560 --> 0:27:52.200
<v Speaker 1>to create an actual next generation operating system. At one

0:27:52.240 --> 0:27:54.840
<v Speaker 1>point he was said to be looking at a company

0:27:54.880 --> 0:27:58.160
<v Speaker 1>called be Incorporated. This was led by a guy named

0:27:58.240 --> 0:28:02.600
<v Speaker 1>Jean Luis Gesse, and I ironically Gass had formerly been

0:28:02.640 --> 0:28:05.919
<v Speaker 1>an executive at Apple. In fact, you could say he

0:28:06.080 --> 0:28:09.360
<v Speaker 1>was Scully's choice to replace Jobs back in the eighties,

0:28:09.880 --> 0:28:14.160
<v Speaker 1>but that deal with b Incorporated fell through, and instead

0:28:14.240 --> 0:28:20.040
<v Speaker 1>Emilio looked to drum roll please Next Computers and next Step.

0:28:20.400 --> 0:28:23.320
<v Speaker 1>So that's right. Apple's solution to the problem of having

0:28:23.440 --> 0:28:27.679
<v Speaker 1>no next generation operating system strategy was to negotiate with

0:28:27.720 --> 0:28:31.879
<v Speaker 1>the former co founder of Apple. So Emilio convinced the

0:28:31.920 --> 0:28:35.520
<v Speaker 1>board of directors to pursue an acquisition of Next Computers,

0:28:35.760 --> 0:28:37.760
<v Speaker 1>and Steve Jobs would more or less come along for

0:28:37.800 --> 0:28:42.200
<v Speaker 1>the ride, essentially at least initially as a consultant. And

0:28:42.280 --> 0:28:44.840
<v Speaker 1>Emilio's real goal was to get hold of the Next

0:28:45.000 --> 0:28:48.600
<v Speaker 1>Step operating system and use that as a foundation for

0:28:48.680 --> 0:28:52.920
<v Speaker 1>the next generation version of the Mac operating system. So

0:28:52.960 --> 0:28:56.840
<v Speaker 1>this acquisition happened in early nineteen ninety seven. Apple would

0:28:56.840 --> 0:29:01.520
<v Speaker 1>release another modest Mac OS update, called fittingly macOS nine,

0:29:01.880 --> 0:29:05.160
<v Speaker 1>but the plan was to merge next Step with elements

0:29:05.400 --> 0:29:08.520
<v Speaker 1>from Copeland and other work done at Apple, and so

0:29:08.800 --> 0:29:14.040
<v Speaker 1>eventually the next generation operating system would come out and

0:29:14.120 --> 0:29:17.400
<v Speaker 1>it would be this kind of mishmash's combination, and this

0:29:17.400 --> 0:29:22.600
<v Speaker 1>would be macOS ten, or you might call it mac OSX,

0:29:23.000 --> 0:29:27.360
<v Speaker 1>because they switched from using you know, the numbers that

0:29:27.400 --> 0:29:30.360
<v Speaker 1>we would be familiar with and went to Roman numerals

0:29:30.360 --> 0:29:34.560
<v Speaker 1>for ten. By the time mac OS ten launched, Jobs

0:29:34.560 --> 0:29:37.000
<v Speaker 1>had convinced the Board of directors to give Amelio his

0:29:37.120 --> 0:29:40.240
<v Speaker 1>marching orders, so Emilia was no longer the head of Apple.

0:29:40.760 --> 0:29:45.000
<v Speaker 1>Jobs initially took over as interim CEO of Apple, but

0:29:45.320 --> 0:29:49.800
<v Speaker 1>he became way less interim over time. He also alienated

0:29:49.800 --> 0:29:52.239
<v Speaker 1>Ellen Hancock, you know, the woman who came over to

0:29:52.400 --> 0:29:56.000
<v Speaker 1>evaluate Copeland and determine whether or not could ship. She

0:29:56.280 --> 0:29:59.880
<v Speaker 1>did not want to use next Step as the found

0:30:00.640 --> 0:30:04.640
<v Speaker 1>for the next generation Macintosh operating system. She had argued

0:30:04.760 --> 0:30:08.640
<v Speaker 1>against that, so Jobs obviously did not like her at

0:30:08.680 --> 0:30:13.120
<v Speaker 1>all because the next Step OS is what brought Jobs

0:30:13.200 --> 0:30:17.440
<v Speaker 1>back into Apple's fold. So he pretty much made sure

0:30:17.480 --> 0:30:19.440
<v Speaker 1>that she didn't have a whole lot to do, so

0:30:19.480 --> 0:30:22.880
<v Speaker 1>she ended up resigning, you know, not long after he

0:30:23.160 --> 0:30:26.600
<v Speaker 1>kind of took power. But mac OS ten, despite a

0:30:26.720 --> 0:30:30.840
<v Speaker 1>somewhat slow launch, did become the bedrock for Apple's operating

0:30:30.840 --> 0:30:33.400
<v Speaker 1>system strategy moving forward, and it would take a few

0:30:33.480 --> 0:30:35.840
<v Speaker 1>years for Jobs to get things turned around, and it

0:30:35.880 --> 0:30:39.840
<v Speaker 1>was helped tremendously by some creatively you know, designed products

0:30:40.080 --> 0:30:43.160
<v Speaker 1>courtesy of Johnny Ive and the legacy operating systems of

0:30:43.200 --> 0:30:46.120
<v Speaker 1>the classic mac os and next step would kind of

0:30:46.200 --> 0:30:50.200
<v Speaker 1>ride off into the sunset, and mac OS ten would

0:30:50.280 --> 0:30:53.360
<v Speaker 1>end up taking their place. All Right, I'm gonna take

0:30:53.360 --> 0:30:56.840
<v Speaker 1>another quick break. When we come back, we'll talk about

0:30:56.840 --> 0:31:01.880
<v Speaker 1>another discontinued operating system, this one coming courtesy of Microsoft.

0:31:02.000 --> 0:31:15.040
<v Speaker 1>But first let's take this break. Okay, it's time to

0:31:15.200 --> 0:31:19.120
<v Speaker 1>talk about DOS. This one, also, you could argue, has

0:31:19.200 --> 0:31:23.040
<v Speaker 1>some pretty significant drama associated with it, and this one

0:31:23.200 --> 0:31:28.040
<v Speaker 1>predates the other operating systems we mentioned because the family

0:31:28.080 --> 0:31:32.080
<v Speaker 1>of DOS operating systems, beginning with eighty six DOS and

0:31:32.200 --> 0:31:36.560
<v Speaker 1>ending with MS DOS eight point zero, starts in the

0:31:36.600 --> 0:31:40.800
<v Speaker 1>early eighties and stretches on until two thousand. Now, to

0:31:40.840 --> 0:31:44.920
<v Speaker 1>be clear, there have been lots of other DOS versions

0:31:45.280 --> 0:31:48.880
<v Speaker 1>since MS DOS eight. The family of operating systems has

0:31:48.920 --> 0:31:53.040
<v Speaker 1>a few branches, more than a few. So I'm specifically

0:31:53.080 --> 0:31:57.080
<v Speaker 1>talking about MS DOS here, But DOS itself is still

0:31:57.120 --> 0:32:00.520
<v Speaker 1>alive and well, it's just it's no longer that particular

0:32:00.640 --> 0:32:04.600
<v Speaker 1>line of DOS. So this family of operating systems ties

0:32:04.640 --> 0:32:08.080
<v Speaker 1>in with the history of the eighty eighty six microprocessor,

0:32:08.160 --> 0:32:10.920
<v Speaker 1>which came from Intel. There was this company that was

0:32:10.960 --> 0:32:14.000
<v Speaker 1>called Seattle Computer Products, and there was a guy who

0:32:14.000 --> 0:32:19.320
<v Speaker 1>worked there named Tim Patterson who was a pretty brilliant

0:32:19.320 --> 0:32:23.160
<v Speaker 1>computer engineer and programmer. Patterson built a primitive eighty eighty

0:32:23.240 --> 0:32:27.280
<v Speaker 1>six based CPU card, and he actually worked with Microsoft

0:32:27.480 --> 0:32:31.080
<v Speaker 1>in order to get a version of Microsoft Basic, the

0:32:31.400 --> 0:32:34.760
<v Speaker 1>programming language, to run on this card, along with an

0:32:34.840 --> 0:32:39.560
<v Speaker 1>extremely primitive operating system. Patterson also became acquainted with an

0:32:39.640 --> 0:32:44.880
<v Speaker 1>earlier operating system from Microsoft that sometimes it's called m DOS,

0:32:45.280 --> 0:32:49.640
<v Speaker 1>sometimes it's called MIDAS, but this was an operating system

0:32:49.680 --> 0:32:52.720
<v Speaker 1>designed to actually run on an older generation of processors,

0:32:52.760 --> 0:32:55.200
<v Speaker 1>not the eighty eighty six family, but it did give

0:32:55.240 --> 0:32:58.640
<v Speaker 1>Patterson some ideas. So Patterson then goes back to Seattle

0:32:58.680 --> 0:33:01.920
<v Speaker 1>Computer Products and gets to to create a suitable operating

0:33:01.920 --> 0:33:04.720
<v Speaker 1>system to run on top of the eighty eighty six

0:33:04.880 --> 0:33:10.080
<v Speaker 1>based computers, or at least their computer motherboards. So this

0:33:10.120 --> 0:33:13.360
<v Speaker 1>is in nineteen eighty. Within half a year he's got

0:33:13.360 --> 0:33:17.200
<v Speaker 1>one and he calls it q DOS, which he said

0:33:17.280 --> 0:33:20.920
<v Speaker 1>stands for a quick and dirty operating system, but Seattle

0:33:20.920 --> 0:33:24.760
<v Speaker 1>Computer Products rebrands it as eighty six DOS, meaning it's

0:33:24.800 --> 0:33:28.120
<v Speaker 1>a disc operating system that runs on top of eighty

0:33:28.160 --> 0:33:31.960
<v Speaker 1>eighty six architecture. The company reaches out to Microsoft to

0:33:32.080 --> 0:33:35.720
<v Speaker 1>create a cross licensing deal. Microsoft would get access to

0:33:35.720 --> 0:33:39.480
<v Speaker 1>the operating system if Seattle Computer Products could adapt Microsoft

0:33:39.560 --> 0:33:44.320
<v Speaker 1>Basic for it. Now. This eventually leads to Patterson joining Microsoft.

0:33:44.360 --> 0:33:48.080
<v Speaker 1>He leaves Seattle Computer Products and joins Microsoft, and then

0:33:48.120 --> 0:33:52.240
<v Speaker 1>Microsoft outright buys the rights to eighty six DOS from

0:33:52.320 --> 0:33:56.680
<v Speaker 1>Seattle Computer Products the following year. And here's the thing,

0:33:56.720 --> 0:34:00.720
<v Speaker 1>this is why there's some drama here. Microsoft buys those

0:34:00.800 --> 0:34:06.080
<v Speaker 1>rights and then proceeds to go on a crazy licensing

0:34:06.440 --> 0:34:11.040
<v Speaker 1>deal with this operating system. So while they paid like

0:34:11.120 --> 0:34:14.960
<v Speaker 1>seventy five grand initially at least for the rights, they

0:34:15.040 --> 0:34:18.759
<v Speaker 1>made so much money licensing it to all these other

0:34:18.800 --> 0:34:23.680
<v Speaker 1>companies that folks felt that Microsoft had kind of screwed

0:34:23.719 --> 0:34:30.000
<v Speaker 1>over Seattle Computer Products. That especially since the perception was

0:34:30.040 --> 0:34:33.200
<v Speaker 1>that Microsoft had developed MS DOSS when in fact they

0:34:33.239 --> 0:34:37.359
<v Speaker 1>had purchased it from another company. They did tweak it, like,

0:34:37.400 --> 0:34:40.759
<v Speaker 1>they didn't just keep it exactly the same and sell it.

0:34:40.800 --> 0:34:43.160
<v Speaker 1>They did make changes, they made advancements to it and

0:34:43.200 --> 0:34:47.040
<v Speaker 1>everything and improvements. But the heart of that work came

0:34:47.040 --> 0:34:49.920
<v Speaker 1>from a totally different company, and so there's some who

0:34:50.000 --> 0:34:54.319
<v Speaker 1>feel that it was like reverse robin Hood, steal from

0:34:54.360 --> 0:34:58.319
<v Speaker 1>the poor and give to the rich. Anyway, that all

0:34:58.320 --> 0:35:01.799
<v Speaker 1>depends on who's story you really want to listen to,

0:35:01.920 --> 0:35:05.279
<v Speaker 1>I suppose. But Microsoft around this time also signs a

0:35:05.320 --> 0:35:09.839
<v Speaker 1>deal with IBM, and IBM had wanted an operating system

0:35:09.880 --> 0:35:14.400
<v Speaker 1>from Microsoft that it could run on its eighty eighty

0:35:14.440 --> 0:35:18.960
<v Speaker 1>six based machines, specifically its personal computer line, which it

0:35:19.040 --> 0:35:25.719
<v Speaker 1>was launching. So Microsoft then decides that it will license

0:35:26.520 --> 0:35:29.880
<v Speaker 1>eighty six DOS to IBM, but they rename it to

0:35:30.120 --> 0:35:33.480
<v Speaker 1>MS DOS. Now again, if you didn't look further, you

0:35:33.520 --> 0:35:38.360
<v Speaker 1>might think Bill Gates designed all of this, but he didn't. Again,

0:35:38.400 --> 0:35:41.440
<v Speaker 1>it came from this other company, although the guy who

0:35:41.520 --> 0:35:44.000
<v Speaker 1>made it for the other company was now working for Microsoft,

0:35:44.040 --> 0:35:46.359
<v Speaker 1>So I guess there's some argument to be made there too.

0:35:47.000 --> 0:35:51.560
<v Speaker 1>So if you've never used MS DOS, let me explain

0:35:51.960 --> 0:35:56.359
<v Speaker 1>what it was like. And you still can use at

0:35:56.440 --> 0:35:59.680
<v Speaker 1>least a facsimile of MS DOS if you're using a

0:35:59.680 --> 0:36:04.080
<v Speaker 1>Windows machine. It's a text based command line operating system.

0:36:04.480 --> 0:36:07.160
<v Speaker 1>So when you would boot up your computer back in

0:36:07.200 --> 0:36:10.920
<v Speaker 1>the olden days, you might actually be using a floppy

0:36:11.000 --> 0:36:13.120
<v Speaker 1>disk to boot your computer up if you didn't have

0:36:13.160 --> 0:36:15.520
<v Speaker 1>a hard drive, because back in the olden days hard

0:36:15.600 --> 0:36:18.359
<v Speaker 1>drives were not standard either, and the operating system would

0:36:18.360 --> 0:36:21.080
<v Speaker 1>be on your desk. It would load into computer memory.

0:36:21.480 --> 0:36:25.200
<v Speaker 1>Once it loaded in, you would be presented a command

0:36:25.280 --> 0:36:30.320
<v Speaker 1>prompt and you would type in commands on the command prompt,

0:36:30.719 --> 0:36:33.600
<v Speaker 1>and then the operating system would execute those commands, assuming

0:36:33.640 --> 0:36:37.799
<v Speaker 1>that you did it correctly. So you might list in

0:36:37.840 --> 0:36:40.239
<v Speaker 1>a command to do something like list out all the

0:36:40.239 --> 0:36:43.200
<v Speaker 1>file directories that are on a disc, whether that's a

0:36:43.239 --> 0:36:45.880
<v Speaker 1>hard drive or a floppy disk or whatever, and this

0:36:45.920 --> 0:36:48.279
<v Speaker 1>would be so that you can just see what's on there. Right.

0:36:48.880 --> 0:36:50.600
<v Speaker 1>There were times where I would have a floppy desk,

0:36:50.640 --> 0:36:53.000
<v Speaker 1>there'd be no label on it. You put it into

0:36:53.040 --> 0:36:54.880
<v Speaker 1>a drive, and you would have to, you know, navigate

0:36:54.920 --> 0:36:57.080
<v Speaker 1>through the file directories just to see what the heck

0:36:57.160 --> 0:36:59.840
<v Speaker 1>is on this thing, what kind of files? You know?

0:37:00.120 --> 0:37:02.879
<v Speaker 1>Maybe maybe the organization would give it away right away,

0:37:02.960 --> 0:37:04.960
<v Speaker 1>or maybe you'd have to dig in to figure it out.

0:37:05.239 --> 0:37:08.520
<v Speaker 1>Those are the days, man, You would use commands to

0:37:08.600 --> 0:37:10.960
<v Speaker 1>navigate through the directory, like if you wanted to switch

0:37:11.000 --> 0:37:16.239
<v Speaker 1>to specific folders and drilled down you would have to

0:37:16.280 --> 0:37:19.040
<v Speaker 1>do that by typing it in and typing in the

0:37:19.040 --> 0:37:21.640
<v Speaker 1>command and changing directories that way. You might want to

0:37:21.640 --> 0:37:24.200
<v Speaker 1>switch to a totally different drive. Maybe you don't want

0:37:24.200 --> 0:37:25.880
<v Speaker 1>to look at the flobby disk, Maybe you want to

0:37:25.880 --> 0:37:27.880
<v Speaker 1>look at the hard drive. Maybe you just want to

0:37:27.880 --> 0:37:29.799
<v Speaker 1>execute a program, or you would have to type in

0:37:29.960 --> 0:37:33.920
<v Speaker 1>the command to that too, So you would have to

0:37:33.960 --> 0:37:37.279
<v Speaker 1>memorize a list of commands that you would type in.

0:37:37.760 --> 0:37:40.080
<v Speaker 1>You could get by just by knowing like half a

0:37:40.120 --> 0:37:42.800
<v Speaker 1>dozen of those or so, maybe not even that many

0:37:42.880 --> 0:37:47.080
<v Speaker 1>if you really want to just basic operations for folks

0:37:47.120 --> 0:37:50.439
<v Speaker 1>who don't work on command line systems. When you first

0:37:50.440 --> 0:37:53.080
<v Speaker 1>look at this, it looks really obtuse and challenging, like

0:37:53.120 --> 0:37:55.759
<v Speaker 1>it's got a huge learning curve to it. But it

0:37:55.800 --> 0:37:59.160
<v Speaker 1>really wasn't that hard. You just had to get some

0:37:59.280 --> 0:38:02.880
<v Speaker 1>basics down. It just wasn't intuitive the way that a

0:38:02.920 --> 0:38:06.520
<v Speaker 1>graphics user interface was. That's what the beauty of guy

0:38:06.640 --> 0:38:11.200
<v Speaker 1>based operating systems happens to be. They are easy to

0:38:12.520 --> 0:38:15.839
<v Speaker 1>grasp and easy to navigate. If you're using these old

0:38:16.160 --> 0:38:20.399
<v Speaker 1>text based DOSS systems, they are a little more intimidating.

0:38:20.680 --> 0:38:23.160
<v Speaker 1>Now I'm old enough that I remember using Doss on

0:38:23.200 --> 0:38:27.200
<v Speaker 1>computers and loving it. And I actually remember that when

0:38:27.239 --> 0:38:32.200
<v Speaker 1>Windows rolled around, I hated Windows, not because I didn't

0:38:32.200 --> 0:38:35.160
<v Speaker 1>think Windows was useful. I certainly recognized how it could

0:38:35.160 --> 0:38:37.880
<v Speaker 1>be a lot easier for a new person who wasn't

0:38:37.920 --> 0:38:41.560
<v Speaker 1>familiar with computers to navigate a system that had Windows

0:38:41.960 --> 0:38:45.360
<v Speaker 1>versus DOS. Right, Like, I knew that that was easier

0:38:45.400 --> 0:38:47.480
<v Speaker 1>to do. There were times where I felt like it

0:38:47.520 --> 0:38:50.520
<v Speaker 1>was dumbing things down a bit too much. But really,

0:38:50.560 --> 0:38:53.720
<v Speaker 1>the reason why I didn't like Windows is that Windows

0:38:53.719 --> 0:38:56.880
<v Speaker 1>required a decent amount of your computer's resources to run.

0:38:57.400 --> 0:39:01.400
<v Speaker 1>That meant there were fewer resources are your actual programs.

0:39:01.680 --> 0:39:03.960
<v Speaker 1>So I resented the fact that so much of my

0:39:04.000 --> 0:39:07.520
<v Speaker 1>computer's processing power had to go just to running the

0:39:07.560 --> 0:39:10.440
<v Speaker 1>operating system of all things. I mean, why not just

0:39:10.520 --> 0:39:13.840
<v Speaker 1>take the time to learn DOSS. It's a much more

0:39:14.200 --> 0:39:18.719
<v Speaker 1>lightweight operating system, and then your computer runs faster and

0:39:18.760 --> 0:39:22.000
<v Speaker 1>you could devote that processing power to the actual programs

0:39:22.040 --> 0:39:25.040
<v Speaker 1>that you want to run. But it turned out I

0:39:25.120 --> 0:39:27.720
<v Speaker 1>was your typical old man yelling at a passing cloud,

0:39:27.760 --> 0:39:31.080
<v Speaker 1>and the whole world moved on to guy based operating systems,

0:39:31.239 --> 0:39:34.560
<v Speaker 1>and eventually all the software that was coming out for

0:39:34.640 --> 0:39:39.480
<v Speaker 1>PCs required Windows. Like when I would go to an

0:39:39.480 --> 0:39:42.719
<v Speaker 1>electronics store and look at the computer games and they

0:39:42.719 --> 0:39:46.439
<v Speaker 1>were all like Windows required. The writing was on the wall.

0:39:46.440 --> 0:39:48.239
<v Speaker 1>There was just no way for me to get around it.

0:39:48.280 --> 0:39:52.040
<v Speaker 1>I could not continue to hold out against Windows. I

0:39:52.080 --> 0:39:54.600
<v Speaker 1>had to get it, and you had to get with

0:39:54.640 --> 0:39:57.960
<v Speaker 1>the program literally, or just be satisfied with running obsolete

0:39:58.040 --> 0:40:00.359
<v Speaker 1>software for the rest of your life. And you might

0:40:00.400 --> 0:40:02.120
<v Speaker 1>be able to tell that I'm still a little bitter

0:40:02.160 --> 0:40:08.080
<v Speaker 1>about this. Even though it's decades later. Microsoft continued to

0:40:08.360 --> 0:40:11.520
<v Speaker 1>support DOS and they updated it all the way up

0:40:11.640 --> 0:40:15.880
<v Speaker 1>until two thousand, that's when they shut down support for

0:40:16.120 --> 0:40:20.320
<v Speaker 1>MS DOS. But they do still include DOS or DOS

0:40:20.480 --> 0:40:24.680
<v Speaker 1>like tools in Windows, so you can find little command

0:40:24.719 --> 0:40:28.400
<v Speaker 1>prompt Windows to help run things sometimes you need to

0:40:28.440 --> 0:40:31.560
<v Speaker 1>in order to do things like, you know, maybe check

0:40:31.560 --> 0:40:34.480
<v Speaker 1>a driver or that sort of stuff. And as I said,

0:40:35.040 --> 0:40:37.640
<v Speaker 1>there are other versions of DOS that are still around.

0:40:37.719 --> 0:40:41.399
<v Speaker 1>It's not like all versions of DOS died. Microsoft after all,

0:40:41.480 --> 0:40:45.920
<v Speaker 1>licensed DOS out to dozens of different companies. That's how

0:40:45.960 --> 0:40:52.600
<v Speaker 1>they made so much bank. Early on IBM, like I said,

0:40:52.800 --> 0:40:56.200
<v Speaker 1>used a version of DOS that for many years was

0:40:56.360 --> 0:41:01.040
<v Speaker 1>essentially identical to MS DOS. They had DOS and the

0:41:01.080 --> 0:41:05.800
<v Speaker 1>two were essentially identical until they finally kind of parted

0:41:05.840 --> 0:41:09.960
<v Speaker 1>ways many years into that relationship. And as I said,

0:41:10.120 --> 0:41:12.480
<v Speaker 1>it's one of the reasons why IBM lost the personal

0:41:12.480 --> 0:41:15.520
<v Speaker 1>computer battle in the first place, right because not only

0:41:15.520 --> 0:41:18.400
<v Speaker 1>were they using off the shelf components, they were using

0:41:18.440 --> 0:41:21.439
<v Speaker 1>this operating system that they licensed for Microsoft, and they

0:41:21.480 --> 0:41:26.080
<v Speaker 1>did not make it an exclusive licensing deal. If they

0:41:26.160 --> 0:41:29.360
<v Speaker 1>made it exclusive and Microsoft had only been allowed to

0:41:29.520 --> 0:41:32.279
<v Speaker 1>license to IBM, there would have been nowhere else to go,

0:41:32.760 --> 0:41:35.720
<v Speaker 1>and this would be a totally different world. But because

0:41:35.760 --> 0:41:38.480
<v Speaker 1>they didn't do that, it meant that these other companies

0:41:38.560 --> 0:41:41.799
<v Speaker 1>could attempt to copy IBM by buying those same sort

0:41:41.840 --> 0:41:45.880
<v Speaker 1>of off the shelf components and then licensing the same

0:41:46.600 --> 0:41:51.040
<v Speaker 1>MS DOS for Microsoft, and it would be close enough

0:41:51.080 --> 0:41:54.560
<v Speaker 1>to IBMS to be essentially compatible. And that's where you

0:41:54.560 --> 0:41:57.799
<v Speaker 1>would get your IBM clones or IBM compatible machines, and

0:41:58.239 --> 0:42:00.600
<v Speaker 1>you could sell them at a fraction of what IBM

0:42:00.920 --> 0:42:04.240
<v Speaker 1>was demanding for their PCs. And thus IBM had shot

0:42:04.280 --> 0:42:06.879
<v Speaker 1>themselves in the foot, and we got all these other

0:42:06.920 --> 0:42:09.439
<v Speaker 1>companies that came out as a result of that, many

0:42:09.480 --> 0:42:11.319
<v Speaker 1>of which are no longer around, but some of them

0:42:11.360 --> 0:42:14.400
<v Speaker 1>still are anyway. That's a look at just a small

0:42:14.480 --> 0:42:18.120
<v Speaker 1>number of discontinued operating systems. Like I said, there are

0:42:18.360 --> 0:42:23.320
<v Speaker 1>tons more of these. I haven't really scratched the surface, honestly.

0:42:23.960 --> 0:42:27.480
<v Speaker 1>I just chose some very high profile, famous ones. So

0:42:27.600 --> 0:42:30.919
<v Speaker 1>I'll likely do lots more episodes with retrospectives on these

0:42:30.960 --> 0:42:33.200
<v Speaker 1>older operating systems in the future. Like I said, I

0:42:33.239 --> 0:42:37.160
<v Speaker 1>need to do one that's just on smartphones or cell phones,

0:42:37.640 --> 0:42:39.720
<v Speaker 1>because there are quite a few of those as well.

0:42:40.480 --> 0:42:43.439
<v Speaker 1>In the meantime, I hope that all of you are

0:42:43.560 --> 0:42:47.719
<v Speaker 1>doing really well. Thank you very much for listening, and

0:42:47.800 --> 0:42:56.880
<v Speaker 1>I'll talk to you again really soon. Tech Stuff is

0:42:56.920 --> 0:43:01.480
<v Speaker 1>an iHeartRadio production. For more podcasts from iHeartRadio, visit the

0:43:01.520 --> 0:43:05.120
<v Speaker 1>iHeartRadio app, Apple Podcasts, or wherever you listen to your

0:43:05.200 --> 0:43:05.920
<v Speaker 1>favorite shows.