cbmbasic 1.0 with Plugins
I moved cbmbasic development to SourceForge and released version 1.0, which has the following added features:
Some Assembly Required
I moved cbmbasic development to SourceForge and released version 1.0, which has the following added features:

Every touristy place has them: Souvenirs with given names on them. If you have an uncommon name, or a friend with an uncommon name, you might look through the whole collection – and notice that they have generic ones like “#1 FRIEND” (i case you really don’t find your friend’s name), and, sometimes, generic ones in Spanish.

My last blog post showed the Zuse Z3 (1939-1941), the world’s first working digital Turing-complete computer. Let’s go back two more steps: The Zuse Z1 (1936-1938) shared its design with the Z3: It read its program from punched film and used floating point as its internal representation of numbers. But since it was all mechanical, it never worked reliably.

The Z3 by Konrad Zuse was the world’s first working digital Turing-complete computer. It did floating point arithmetic, had two registers accessible to the programmer, was microcoded, and clocked at about 5 Hz.

This article is in German, since it is about the German TV show “Supergrips” and how the scoreboard was implemented.
Download the Apple Keynote 08 presentation.
Update: Video recording available.

Here are all three volumes of the original 1985 edition of Inside Macintosh as a searchable PDF:
Update: The source is available at github.com/mist64/extract-adf; more info here.

I converted the first issue of the German Commodore 64 magazine 64’er into a searchable PDF:
Update: The source is available at github.com/mist64/cbmbasic

The other day, I found this at WeirdStuff:
Update: The source is available at github.com/mist64/msbasic
If you disassemble any version of Microsoft BASIC for 6502, you’ll find this code in a function that normalizes the (simulated) floating point accumulator:
Everyone and their grandmother builds Linux kernels. Many people build BSD, and some brave men even compile the OS X kernel every now and then. Why not compile your own Solaris kernel for a change?
If you type “WAIT6502,1” into a Commodore PET with BASIC V2 (1979), it will show the string “MICROSOFT!” at the top left corner of the screen. Legend has it Bill Gates himself inserted this easter egg “after he had had an argument with Commodore founder Jack Tramiel”, “just in case Commodore ever tried to claim that the code wasn’t from Microsoft”.