A collection of resources I found interesting or helpful enough to keep.

Low Level

"Modern" Computer Memory

Excellent paper on memory architecture that still holds up today.

Writing an OS in Rust

More than the title suggests, goes in depth into computer architecture and explains big topics very clearly.

Programming

First Person Game in 2KB with Rust

Basic 3D rendering that compiles to WASM.

Image compression algorithm made by NASA JPL

Wavelet-base image compressor used on the MER mission.