A collection of resources I found interesting or helpful enough to keep.
Low Level
"Modern" Computer MemoryExcellent paper on memory architecture that still holds up today.
Writing an OS in RustMore than the title suggests, goes in depth into computer architecture and explains big topics very clearly.
Programming
First Person Game in 2KB with RustBasic 3D rendering that compiles to WASM.
Image compression algorithm made by NASA JPLWavelet-base image compressor used on the MER mission.