slog

i got tired of css, all the budget went into the links

Writing a MIDI synthesizer for Arduino

The ATmega328P is the microcontroller used in Arduinos. It's an 8-bit AVR microcontroller with a RISC instruction set. It has 32KB of flash memory, 2KB of SRAM, and 1KB of EEPROM. I wanted to play a 4 minute song with polyphonic sounds on it, and I had to use some tricks to make it happen.

Abusing async, functions to finite state machines, custom lisp

Absuing Rust async to convert a sequential lisp interpreter into an incremental finite state machine. Quirks included!

CSS corollary.

The only CSS you need...

In memory of garfbag.

I miss him already.

A little game I've been working on

I didn't think I'd share this game since I rarely share unfinished projects, but I've realized that this game is never going to be finished because of a core design flaw that will never make me satisfied with it.

Resizable stack allocations using a custom language, compiler, and debugger for fun and profit

The stack is not what it seems (oooo mysterious oooo)

Writing your own Linux debugger in Rust

Like everything I've ever learnt. It's easier than you think.

One Raga to a Disco Gleach

Thoughts on new gleach album and a random music video I stumbled on.

alloca in Rust using inline ASM

Is it possible to dynamically allocate on the stack?

Installing NixOS impermanence with LUKS

Setting up NixOS impermanence on a VM with LUKS disk encryption using ext4 for both the persistent and ephemeral storage.