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
Internet Archive in Settlement Negotiations with Universal

With potential damages upwards of $412 Million USD, the Internet Archive is in last ditch negotiations with Universal Music Group.

More from The Lunduke Journal:
https://lunduke.com/

00:12:11
XLibre Trolls Leftists, Renames FirstScreenPtr() to MasterScreen()

The open source fork of Xorg has renamed the function for returning the primary screen to "Master", which is sure to drive the "Inclusive Naming" people insane.

More from The Lunduke Journal:
https://lunduke.com/

00:08:23
September 11, 2025
Leaked Email: IBM Assimilating Red Hat Like The Borg

Thanks to leaked emails, provided to The Lunduke Journal, we know that IBM is dismantling and absorbing significant portions of Red Hat. As predicted.

More from The Lunduke Journal:
https://lunduke.com/

00:07:22
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

@Lunduke Do the folks behind Matrix.org and Element.io also have crazies that are celebrating recent events?

I'm becoming an [doom] emacs fanboy I think...

Anyone else using it? I had it installed for a few months, but never really got into it until yesterday, giving it a real go and already I can see I'm really liking it.

post photo preview

Well, this sounds like good news. Probably better than nothing (either way).

Mullvad Introduces QUIC-Based WireGuard Obfuscation to Bypass Censorship and VPN Blocks
https://reclaimthenet.org/mullvad-vpn-wireguard-quic-masque-bypass-censorship

September 11, 2025
Keep The Lunduke Journal Free!

So far, in 2025, The Lunduke Journal has published 246 shows — being the only Tech News outlet covering the vast majority of those stories.

All without even the slightest influence from Big Tech. No sponsorships, no ad reads, not a penny taken from any company.

And every single story — every article, podcast, & video — is free to share far and wide.

In order for The Lunduke Journal to continue doing this unique work — to keep the lights on well into the future — we need your help.

If you haven’t yet become a subscriber to The Lunduke Journal, doing so today makes a big impact. Pick one of the options below. Big or small. Monthly, Yearly, or Lifetime subscriptions — or even simply one-time donations — all make a huge difference.

Support The Lunduke Journal

Monthly or Yearly Subscriptions:
Locals, Substack, X, YouTube, or Patreon

Lifetime Subscriptions:
Pay Once, For Life (Locals & Substack)

One-Time Donations:
Locals or Bitcoin

You Make The Lunduke Journal Possible

Seriously. This is all possible because of you.

We are able to make all of this free to share with the world because of you.

Might I make a suggestion?

The Lifetime Subscription (which counts towards both Substack and Locals) is a marvelous, one time, way to show support. And it comes with all of the perks (access to the Locals community as well as the official Lunduke Journal forum, & DRM-free eBooks).

You can snag a Lifetime Subscription via Locals, Substack, or with Bitcoin. Lots of options.

But, heck, any type of subscription (via any platform) is appreciated! Choose whichever works best for you!

Then be sure to go to Lunduke.com and choose the platforms which are the most convenient for you to use — The Lunduke Journal publishes all over!

And, once again, thank you for making The Lunduke Journal possible.

-Lunduke

Read full Article
September 08, 2025
post photo preview
Lunduke Journal hit 9 million views in August
And still not taking a single penny from Big Tech.

Thanks to all of you, August was a truly spectacular month for The Lunduke Journal.

After everything was tallied up — audio podcast downloads, video views, and article views — all of you viewed (or listened to) my work over 9 million times last month.

I’m not sure if that’s a record or not — I’ll need to go over some of the past stats to be sure — but it definitely makes me smile.

It means that the real Tech News — the stories that most Tech Journalists refuse to tell — is getting out there. In a big way. No matter how much Big Tech wants some of these stories to go away.

Stats for August

Here’s some Lunduke Journal stats (because stats are fun):

  • 238 shows, so far, in 2025 (Jan 1st → Sep 8th, nearly one show per day).

  • Over 9 million views (or listens) during the last month (August) alone.

  • 131,817 free subscribers (not including audio podcast feeds).

  • 4,488 new free subscribers on the primary platforms.

  • $0.00 (zero) taken from any corporation (no sponsorships, no ad campaigns… not a penny).

9 Million “views”. In one month. Hot diggity!

You better believe I’ll be keeping a close eye on the stats this month to see if we get close to 10 Million. Because 10 Million is a nice, big round number.

And big, round numbers are fun.

No Sales in September

One other thing I wanted to mention: I’m hoping to do away with sales and discounts on Lunduke Journal subscriptions. Which means no sales during this month (September).

My hope is that, with the rapidly growing size of The Lunduke Journal’s audience, enough new subscriptions and donations will continue to roll in to keep this publication afloat… without sales. Because, let’s be honest, sales are kind of annoying, right?

The Lunduke Journal is unique in taking zero money from any company (while giving away nearly everything for free). Most Tech News outlets struggle to keep the lights on even with running paid ads (and paid articles) nearly non-stop.

Being funded 100% by all of you is something no other Tech News outlet even attempts.

And if we can do that while making all articles & shows free for the world… without needing to run any sales or promotions? How amazing would that be? It would send a profound message.

With that in mind, if you appreciate The Lunduke Journal, consider grabbing a subscription. Big or small (and via any platform), every subscription and donation goes directly to making this work possible.

Once again, a huge thank you for every subscription and donation.

Truly, The Lunduke Journal would not be possible without all of you.

Now, if you’ll excuse me, I have another show to record… which is probably going to make another Tech company very grumpy.

I love my job.

-Lunduke

Read full Article
September 01, 2025
post photo preview
Fired Microsoft Employee Encouraged Corporate Sabotage
Leaked screenshots from a Microsoft whistleblower reveals efforts, by a "Worker Intifada" organizer, to disrupt Microsoft business and send spam propaganda email to thousands.

This last week, members of the Microsoft “Worker Intifada” claimed that some of their members were fired by Microsoft in an attempt to silence the speech of pro-Palestinian employees.

Thanks to an internal Microsoft whistleblower, we have gained additional insight into the real reasons at least one of the “Intifada” organizers was fired.

Including mass emailing thousands of Microsoft employees with anti-Microsoft messages, and building internal, corporate websites dedicated to disrupting company business. Over the course of months.

And, of course, we’ve got screenshots.

The Microsoft “Intifada”

The Microsoft’s “Worker Intifada” held a press conference, on August 28th, at the office of CAIR — a response to a Microsoft’s Media briefing held 2 days earlier.

The topic of both press events being the “Intifada” actions of the previous week — including vandalism, breaking and entering, and public demonstrations against Jewish people (with chants of “Go away, Jews!”).

A key topic being the firing of 4 Microsoft employees related to the “Intifada”.

One of those fired employees is Nisreen Jaradat, seen here speaking at the press conference at CAIR on August 28th:

 

Thanks to leaked Microsoft material, we can get a glimpse into the anti-Microsoft activity of Nisreen Jaradat… going back several months.

Anti-Microsoft Microsoft Employee

Nisreen created an internal website — on the Microsoft corporate Intranet — entitled “PledgeForPalestine”.

 

On that website, Nisreen encourages employees to take a pledge declaring that employees will “not support genocide”, specifically demanding that Microsoft no longer interact with Israel in any way.

It should be noted that, as of just a few days ago, this website was up within Microsoft.

Nisreen’s website also includes a list of ways where employees could sabotage internal corporate work.

 

Nisreen encouraged employees to:

  1. Refuse to work on support tickets that involve Israel (and sabotage any tickets worked on by others).

  2. Refuse to work with other employees on tasks which may involve Israel — or any Israeli Microsoft employees or customers.

In July, Nisreen sent internal Microsoft Teams messages to thousands of employees encouraging them to sign that anti-Israel and anti-Microsoft pledge.

 

But this wasn’t the first time Nisreen spammed Microsoft employees with pro-Palestinian propaganda.

Back in May of this year, Nisreen sent an email to over 8,000 Microsoft employees entitled “You can’t get rid of us.”

 

Within that email, she declared that her employers have “shown their true face, brutalizing, detaining, firing, pepper spraying, threatening and insulting workers and former workers protesting.”

Surprise, She Got Fired

Protesting your bosses and accusing them of “genocide” while encouraging thousands of other employees, in spam emails, to sabotage corporate work?

Now, think what you will about Microsoft… but I can’t imagine any company not firing someone who takes those actions internally.

In fact, I would suggest that it is wild that Microsoft put up with the actions of this “Intifada” organizer for so many months.


If you would like to be a Tech whistleblower — or would like to support the work of The Lunduke Journal — head to Lunduke.com. All of the information is there.

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