Here’s something fun: Raiders of the Lost Ark (Atari 2600) – Reverse Engineered Source. It contains a fully commented assembly code file: raiders.asm.
Category Archives: Programming
Semantic Compression
Casey Muratori explains his approach to not-so-object-oriented design (he calls it procedurally-oriented) and refactoring (he calls it compression): Semantic Compression.
Today I added procedurally-oriented to my spell check.
Factorial
Today I added the recursive base case for n=0 to the Factorial article on Wikipedia.
Software Estimation
In my feed today: How I estimate work as a staff software engineer.
Operating Systems Textbooks
Some operating systems textbooks which came up on IRC today: Operating Systems: Three Easy Pieces, Dive into Systems, and Computer Systems: A Programmer’s Perspective.
Home Assistant
Looks like learning about Home Assistant is in my future.
Building An Escape Room Lockbox With The ESP32 Cheap Yellow Display (CYD)
I have a new post on Hackaday: Building An Escape Room Lockbox With The ESP32 Cheap Yellow Display (CYD).
PlatformIO: All you need to know in 10 Minutes
BASIC Programming With No Strings Attached
I have a new post on Hackaday: BASIC Programming With No Strings Attached.
HORUS Framework: A Rust Robotics Library
I have a new post on Hackaday: HORUS Framework: A Rust Robotics Library.