Lunduke
News • Science & Tech
The last programming project from Bill Gates: Microsoft BASIC for TRS-80 Model 100
This Operating System was the last project that Bill Gates played a major role in programming... and it's actually pretty amazing.
December 05, 2023
post photo preview

Let’s take a look at the very last project that Bill Gates ever played a major development role on at Microsoft…

Microsoft BASIC 80 for the TRS-80 Model 100 series.

Which is, in reality, an entire Operating System.

A historically highly significant one, at that. Though not many people (nowadays) have ever had the chance to actually use it – in large part because the OS itself was developed specifically for one hardware line.

And that hardware line (comprised of the TRS-80 Model 100, 102, & 200) hasn't been in production since the early to mid 1980s.

Here's just a few fun quick facts about the hardware, and the Operating System that powers it:

  • The Model 100 is often referred to as the “Model T” by enthusiasts and collectors.

  • Single tasking, flat file system.

  • Entire OS fits on a 32k ROM.

  • There remains a rather loyal group of fans that still use these computers to this day. Seriously. Maybe not millions of users around the globe, but those that have them, love them.

  • The firmware / OS for the Model 100 is the last project that Bill Gates was one of the primary programmers for (it had a team of two).

Bill Gates, in an interview with the National Museum of American History, had this to say about the machine and the software that powered it:

“This is in a sense my favorite machine, I mean by today's standards it is kind of a pathetic machine. But what happened was Kazuhiko Nishi, my friend from Japan, came over and said that we could have an 8-line LCD with 40 characters. And up to then all we had was four lines by 20 characters. I didn't think using 4 by 20 you could do much that was interesting. But, when he said we could go 8 by 40, then I got to be pretty fascinated with the idea of a portable machine. It wasn't just taking your desktop machine and trying to shrink it down, because battery life would be a problem, and ease of use would be a problem. But just taking the things you want as you move around and making it pretty inexpensive. So, this machine came out for $500. Jey Suzuki, from Japan, and I, wrote the ROM in this machine. It is a 32K ROM.

 

Part of my nostalgia about this machine is this was the last machine where I wrote a very high percentage of the code in the product. I did all the design and debugging along with Jey. And it is a cool user interface, because although most of the code is a BASIC Interpreter, we did this little file system where you never had to think about saving anything. You just had this menu where you pointed to things. It was a great little editor and scheduler. We crammed it all into a 32K ROM. And really designed it in an easy to use way around these special keys up here.

 

We had some great things here like we had a way that you could add a bar code reader to this. We thought maybe people would distribute software on bar codes. In fact, Byte Magazine got into that for a while. We had a lot of ways you could extend this by putting a new ROM in the bottom.

 

What you had here is just your files. And you would just move the cursor to the one that you wanted and hit the Enter key. And then you'd be back editing that file. So, if we go into text, you can type in the name of the program and it would know that's what you wanted. It is a nice screen editor. You can just move the cursor around.”

Here's a quick run-down on how the OS of the Model T's actually works.

The Home screen — where everything lives.

This is the Home screen. Think of this like a combination of an application launcher and a file manager. There are no directories / folders. Honestly, they wouldn't make much sense on a system with RAM that you measure (on screen) in bytes.

Arrow keys move the selection. Enter loads the file.

The simple text editor.

And this is the text editor. It is astoundingly simple. You can type. Arrow keys let you move the cursor around. Simple.

There are some essential features here (find, copy) and the ability to save and load text (such as to an external floppy disk or to an external cassette tape). Otherwise any text you type is stored in RAM – and is preserved so long as there's a battery charge (which tends to last just about forever).

Editing some BASIC

Here we have the BASIC editor. Again, extremely simple. If any of you have ever used this era of BASIC, you know exactly what to expect. You can use both text and actual pixel graphics (monochrome) to draw lines and pictures (if you can manage to fit the needed routines into the 32kb available.

There’s even a simple telecom program that can use a modem to dial BBS’s and such. It’s fairly bare bones, but it works. (And it proves useful nowadays when paired with a WiFi → RS232 modem emulator to connect to telnet systems and move files around.)

The telecom program.

The vast majority of you won't have access to one of these amazing little computers to actually try things out. Luckily there are a few emulators around that let you see what the experience was like (at least for the most part). There is a web-based emulator that works surprisingly well, and a native emulator (which works the best).

You can also find large collections of (BASIC) applications and games on multiple sites that can be loaded to see what could be accomplished back in the early 1980's using this system.

What’s it like to use nowadays?

This is a highly limited and constrained system.

Small number of total features (especially compared to systems that came just a few years later). No mouse. No color. Limited amount of memory. No multi-tasking.

Yet… it is an absolute joy to use. The focus it provides makes this one of my absolute favorite machines to write on. In fact, I've written several articles on this nearly 40 year old computer system… and have no plans to retire it anytime soon.

When I use this system… I smile. When I show it to people, they smile. Joy. Wonder.

That's no small feat.

A simple game of dominos

There is no real graphical user interface. Everything here is text based (unless you code some light graphics in BASIC). All software runs “full screen” … so there are no window managing or task switching interfaces to look at or think about.

The features the system has all tend to work quite well. Though, since you're talking mostly text, having a manual (or at least the ability to look up commands in an online reference) are a must when first learning to use it.

Chess on the Model 100

Luckily, after spending no more than about 30 minutes with this OS, you'll have just about mastered it. And it will never get in your way again.

Everything is well thought out. Every command. Every function key. You can tell that a lot of love and experience went into this system and how it works.

That said… nobody makes this hardware anymore. And the OS runs only on that specific hardware. Which, despite being well built, is in increasingly short supply.

The loading screen of an adventure game. Not the super-duper high resolution graphics.

Outside of running it within emulators – which, if I'm being honest, has pretty low usability value (the system only really shines when running on real hardware) – there's just no way for most folks to ever use it.

It is the oldest computer that I actually use, for real work, on a regular basis.

The fact that I bring out a laptop from the early 1980s because I want to get some work done using it? Nowadays? That's one darned impressive feat – both in terms of hardware and software engineering.

A BASIC Lunar Lander game

I also love how heavily this machine really encourages open source. Because everything you run here is going to (realistically) be written in BASIC… all the games and utilities you may load are going to have the source code available.

This is an Operating System that encourages learning. Encourages experimentation. I love that.

A simple “rogue-like-ish” adventure game

What is truly amazing, to me, is that all of this functionality fit within a 32k ROM. Just mind-blowingly efficient.

Whatever you, I, or anyone else thinks of Bill Gates (and, boy howdy, do he and I disagree on a lot)… this was a darned impressive feat of engineering. One worth remembering.

community logo
Join the Lunduke Community
To read more articles like this, sign up and join my community today
5
What else you may like…
Videos
Podcasts
Posts
Articles
Phoronix Suggests Open Source Projects Should be Controlled by Big Tech

Phoronix spent the last few years praising the X11Libre developer. Now that Red Hat has decided that dev (and project) is evil, Phoronix is now attacking it.

00:16:58
Fedora Silences Support for Xorg Fork, But Other Distros Voice Support

Red Hat does not want you to know that X Windows still exists, but Devuan & OpenMandriva support X11Libre. Plus: KiCad dev shares why Wayland is not ready.

00:30:12
Is Older Software... Better Software?

So many components of modern computers were created not just years ... but decades ago. Maybe that's a good thing?

00:13:16
November 22, 2023
The futility of Ad-Blockers

Ads are filling the entirety of the Web -- websites, podcasts, YouTube videos, etc. -- at an increasing rate. Prices for those ad placements are plummeting. Consumers are desperate to use ad-blockers to make the web palatable. Google (and others) are desperate to break and block ad-blockers. All of which results in... more ads and lower pay for creators.

It's a fascinatingly annoying cycle. And there's only one viable way out of it.

Looking for the Podcast RSS feed or other links? Check here:
https://lunduke.locals.com/post/4619051/lunduke-journal-link-central-tm

Give the gift of The Lunduke Journal:
https://lunduke.locals.com/post/4898317/give-the-gift-of-the-lunduke-journal

The futility of Ad-Blockers
November 21, 2023
openSUSE says "No Lunduke allowed!"

Those in power with openSUSE make it clear they will not allow me anywhere near anything related to the openSUSE project. Ever. For any reason.

Well, that settles that, then! Guess I won't be contributing to openSUSE! 🤣

Looking for the Podcast RSS feed or other links?
https://lunduke.locals.com/post/4619051/lunduke-journal-link-central-tm

Give the gift of The Lunduke Journal:
https://lunduke.locals.com/post/4898317/give-the-gift-of-the-lunduke-journal

openSUSE says "No Lunduke allowed!"
September 13, 2023
"Andreas Kling creator of Serenity OS & Ladybird Web Browser" - Lunduke’s Big Tech Show - September 13th, 2023 - Ep 044

This episode is free for all to enjoy and share.

Be sure to subscribe here at Lunduke.Locals.com to get all shows & articles (including interviews with other amazing nerds).

"Andreas Kling creator of Serenity OS & Ladybird Web Browser" - Lunduke’s Big Tech Show - September 13th, 2023 - Ep 044

It’s My Code Not Vibe Code

I really don’t like “Vibe Coding” as applied to any use of AI tools to code. Vibe Coding is when you “get stuff developed without looking at the code”. It’s for weekend projects and has its place. But real code delivered to clients isn’t “vibe coding” - it’s code I need to understand, verify, vet and deliver with my and my company’s reputation on the line. It’s my code developed much faster and to high quality with the assistance of AI.

My current client has no restrictions on using AI and I’m having a ball with all my tools and the productivity they bring. One of them is the free Roo Code plugin for VS Code. I can give prompts that spur action across an entire codebase, not just a single file with a chatbot. It’s AMAZING.

The difference between vibe coding is that I’m paying attention to the code, the documentation, the testing. I’m not writing much of it, I’m the product owner, project manager and senior developer all rolled ...

post photo preview

When my father described this book to me, when I was a boy, this is precisely what I imagined the cover would look like:

post photo preview
50% off The Lunduke Journal (including Lifetime Subscriptions) for one more day!

To all of you amazing nerds who have signed up for a new Lunduke Journal subscription today, thank you! You make The Lunduke Journal possible!

If you haven’t snagged yours yet, the “50% off everything, even the Lifetime Subscriptions” deal is available today and tomorrow (through Saturday, May 31st).

  • 50% off Monthly — Now $3 / Month (was $6 / Month)

  • 50% off Yearly — Now $27 / Year (was $54 / Year)

  • 50% off Yearly MP4 Downloads — Now $27 / Year (was $54 / Year)

  • 50% off Lifetime Subscriptions — Now $100 (was $200)

All the details on how to grab each type of subscription is right here. There’s also an audio podcast and video of me rambling about it.

Once again, thank you for all of the support. It truly does make a difference.

-Lunduke

Read full Article
50% off The Lunduke Journal (including Lifetime Subscriptions) through Saturday!

About 3 weeks back we had a deal where every new subscription to The Lunduke Journal was 50% off. Monthly, Yearly, Lifetime… all of it.

And — holy cow! — was that a success. Broke the record for most new subscribers to The Lunduke Journal in a single day. By a mile. Two days in a row.

Never seen anything like it. The amount of support all of you showed for truly independent Tech Journalism was off the charts.

You know what? Let’s try that again. Now through the end of May (which is Saturday, May 31st — the day after tomorrow):

  • 50% off Monthly — Now $3 / Month (was $6 / Month)

  • 50% off Yearly — Now $27 / Year (was $54 / Year)

  • 50% off Yearly MP4 Downloads — Now $27 / Year (was $54 / Year)

  • 50% off Lifetime Subscriptions — Now $100 (was $200)

Choose whichever option feels right for you. All the details and links are below.

Every one — big or small — directly funds the work of The Lunduke Journal (with zero overhead). Every option includes full access to the community Forum. And, of course, every type of subscription keeps The Lunduke Journal ad-free and Big Tech free.

Remember: 50% off is only through Saturday, May 31st. The next day (Sunday, June 1st) the prices all go back to normal.

50% Off Yearly or Monthly Subscription:

50% off a Yearly or Monthly subscription to The Lunduke Journal are available via both Locals and Substack. (This includes full access to the community Forum.)

That means $3 / Month. Or $27 / Year (which works out to $2.25 / Month).

Via Lunduke.Locals.com:

Via Lunduke.Substack.com:

The Famous Lifetime Subscription:

The "World Famous Lunduke Journal Lifetime Subscription" is exactly what it sounds like. Pay once and get full access to The Lunduke Journal. For life.

Now, through Saturday, May 31st… you can snag one at a crazy discount. Normally these are $200… but you can grab one for $100. (You can also pay more if you’d like to donate a little extra.)

The Lifetime Subscription can be obtained via Locals, Substack, or using Bitcoin. All three options work great and are super easy. Scroll down and choose your option.

How to get a Lifetime Subscription via Locals:

  1. Go to Lunduke.Locals.com/support.

  2. Select "Give Once".

  3. Enter "100" (or more) into the amount field.

  4. After checking out, Lunduke will toss you an email once your account is set to full lifetime status. (This usually happens within a few hours.)

How to get a Lifetime Subscription via Substack:

  1. Go to Lunduke.Substack.com/subscribe.

  2. Select the “Lifetime Subscription” option.

  3. After checking out, Lunduke will toss you an email once your account is set to full lifetime status. (This usually happens within a few hours.)

If you would also like full, Lifetime access to Lunduke.Locals.com (which is included):

  1. Make a free account on Lunduke.Locals.com.

  2. Email “bryan at lunduke.com” with the email address you use on both Substack and Locals (can be different email addresses).

  3. Lunduke will toss you an email once your account is set to full lifetime status on Locals.

How to get a Lifetime Subscription with Bitcoin:

You can also obtain a Lifetime Subscription via Bitcoin.

bc1qyjakve8fywm8pz2v99v57yhjj0vzr2vjze6fcq

  • Email "bryan at lunduke.com" with the following information: What time you made the transaction, how much was sent (in Bitcoin), and the email address you use (or plan to use) on Locals.com or Substack.com (or both).

50% Off DRM-Free, MP4 Downloads:

Want to be able to download every show The Lunduke Journal releases (and watch them on whatever device you like)? Yeah. You can do that. For 50% off.

Note: This DRM-Free download option does not include access to the Forum. This option is strictly for downloading the episodes.

Make a One Time Donation

Subscription not enough (or not your thing)? Want to toss in a one-time donation to The Lunduke Journal? There’s a few great options!

Via BitCoin:

Send any amount of BTC to the following address:

bc1qyjakve8fywm8pz2v99v57yhjj0vzr2vjze6fcq

  • Email "bryan at lunduke.com" with to let us know it was you! You can choose to keep your donation anonymous if you prefer. (Either way, all BTC donations get included in the matching deal.)

Via Locals:

  1. Go to Lunduke.Locals.com/support.

  2. Click “GIVE ONCE”.

  3. Enter any amount you like.

You Make This Possible

A huge thank you to all of the subscribers who have made The Lunduke Journal possible. Because of you, we have been able to do true Tech Journalism — to tell the stories that no other Tech News outlet has the cajones to touch.

And to all of you new Lunduke Journal subscribers (which, wow, there’s a lot of you): Welcome to the last bastion of truly independent, Big-Tech-Free, ad-free, non-Woke Tech Journalism.

-Lunduke

Read full Article
50% off Monthly, Yearly Subscriptions! Lifetime Subs for $100! Let's get everyone subscribing to The Lunduke Journal!

The number of free subscribers to The Lunduke Journal has absolutely exploded — across a bunch of platforms — which is truly amazing. The real Tech News is spreading farther than ever.

In fact, the free subscriber growth is so utterly massive, that if even a tiny fraction of you became a paying subscriber… The Lunduke Journal would become comfortably financially set for a very long time. Able to continue reporting on Big Tech — and corrupt Tech Foundations — well into the future.

All without taking a penny from Big Tech.

With that in mind, let’s do something awesome… something that will make Big Tech really grumpy.

Let’s get as many people subscribing to The Lunduke Journal as possible. Right now. This week. Let’s make this Big-Tech-Free, Non-Woke Tech News publication financially set for a good, long time.

To give everyone a kick-in-the-butt to help make that happen, I’m going to discount absolutely every type of subscription in a crazy way — through Friday, May 9th.

  • %50 off Monthly — Now $3 / Month (was $6 / Month)

  • %50 off Yearly — Now $27 / Year (was $54 / Year)

  • %50 off Yearly MP4 Downloads — Now $27 / Year (was $54 / Year)

  • %50 off Lifetime Subscriptions — Now $100 (was $200)

That Lifetime Subscription one is crazy.

Seriously. Make a one-time donation of $100, and be subscribed to The Lunduke Journal… for life. (This includes full access to the community Forum.)

If even 1% of the new free subscribers who have joined in the last month take advantage of this… The Lunduke Journal will be fully funded through the end of this year. And then some.

Let’s make it happen. Scroll down. Pick which ever subscription type works best for you. Then high-five yourself for making Big Tech grumpy.

Just be sure to do it by the end of the day on Friday, May 9th. The prices all go back to normal after that.

50% Off Yearly or Monthly Subscription:

50% off a Yearly or Monthly subscription to The Lunduke Journal are available via both Locals and Substack. (This includes full access to the community Forum.)

That means $3 / Month. Or $27 / Year (which works out to $2.25 / Month).

Via Lunduke.Locals.com:

Via Lunduke.Substack.com:

The Famous Lifetime Subscription:

The "World Famous Lunduke Journal Lifetime Subscription" is exactly what it sounds like. Pay once and get full access to The Lunduke Journal. For life.

And now, through Friday, May 9th… you can snag one at a crazy discount. Normally these are $200… but you can grab one for $100. (You can also pay more if you’d like to donate a little extra.)

The Lifetime Subscription can be obtained via Locals, Substack, or using Bitcoin. All three options work great and are super easy. Scroll down and choose your option.

How to get a Lifetime Subscription via Locals:

  1. Go to Lunduke.Locals.com/support.

  2. Select "Give Once".

  3. Enter "100" (or more) into the amount field.

  4. After checking out, Lunduke will toss you an email once your account is set to full lifetime status. (This usually happens within a few hours.)

How to get a Lifetime Subscription via Substack:

  1. Go to Lunduke.Substack.com/subscribe.

  2. Select the “Lifetime Subscription” option.

  3. After checking out, Lunduke will toss you an email once your account is set to full lifetime status. (This usually happens within a few hours.)

If you would also like full, Lifetime access to Lunduke.Locals.com (which is included):

  1. Make a free account on Lunduke.Locals.com.

  2. Email “bryan at lunduke.com” with the email address you use on both Substack and Locals (can be different email addresses).

  3. Lunduke will toss you an email once your account is set to full lifetime status on Locals.

How to get a Lifetime Subscription with Bitcoin:

You can also obtain a Lifetime Subscription via Bitcoin.

bc1qyjakve8fywm8pz2v99v57yhjj0vzr2vjze6fcq

  • Email "bryan at lunduke.com" with the following information: What time you made the transaction, how much was sent (in Bitcoin), and the email address you use (or plan to use) on Locals.com or Substack.com.

50% Off DRM-Free, MP4 Downloads:

Want to be able to download every show The Lunduke Journal releases (and watch them on whatever device you like)? Yeah. You can do that. For 50% off.

Note: This DRM-Free download option does not include access to the Forum. This option is strictly for downloading the episodes.

Make a One Time Donation

Subscription not enough (or not your thing)? Want to toss in a one-time donation to The Lunduke Journal? There’s a few great options!

Via BitCoin:

Send any amount of BTC to the following address:

bc1qyjakve8fywm8pz2v99v57yhjj0vzr2vjze6fcq

  • Email "bryan at lunduke.com" with to let us know it was you! You can choose to keep your donation anonymous if you prefer. (Either way, all BTC donations get included in the matching deal.)

Via Locals:

  1. Go to Lunduke.Locals.com/support.

  2. Click “GIVE ONCE”.

  3. Enter any amount you like.

You Make This Possible

A huge thank you to all of the subscribers who have made The Lunduke Journal possible. Because of you, we have been able to do true Tech Journalism — to tell the stories that no other Tech News outlet has the cajones to touch.

And to all of you new Lunduke Journal subscribers: Welcome to the last bastion of truly independent, Big-Tech-Free, ad-free, non-Woke Tech Journalism.

-Lunduke

Read full Article
See More
Available on mobile and TV devices
google store google store app store app store
google store google store app tv store app tv store amazon store amazon store roku store roku store
Powered by Locals