joshua stein @jcs@twitter.com - Sep 09 2020 16:00:03

I've been learning the Macintosh Toolbox APIs for System 6 and couldn't figure out why some functions had short names like "DisposDialog" but others "ReallocHandle". Turns out Apple's Pascal compiler made routine names significant to only 8 chars, making long names collide.

joshua stein @jcs@twitter.com - Sep 02 2020 10:11:38

I bought a Mac 512k for parts and upon opening it, I discovered it has a Mac Rescue board installed which adds Mac Plus ROMs, SCSI, 4mb of RAM, and an 800k floppy drive. Glad I just upgraded my 512ke to 1mb 😕

joshua stein @jcs@twitter.com - Aug 15 2020 15:24:12

With 1024kb of RAM, I can finally run MacTCP, MacPPP, and a client application to natively use the internet with the Mac's own IP stack (NATed through my OpenBSD firewall via pppd).

That just seems so much cooler than offloading all the IP to a Wifi232 pretending to be a modem.