TIL: Rust Design Patterns, Operating Systems Three Easy Pieces, and MIT Performance Engineering

Today I learned about the comprehensive Rust Design Patterns book, the excellent OSTEP operating systems textbook, MIT's performance engineering course, and other valuable computer science learning resources.

January 6, 2021 Â· 8 min

TIL: FORTH Compilers, Mario Speedrun Exploits, and Visitor Pattern

TIL 2020-09-14 A Minimal FORTH Compiler for Linux / i386 Systems - Learn how stack-based languages work by studying this minimal FORTH implementation. Bootstrapping a FORTH in 40 Lines of Lua Code - Elegant demonstration of implementing a FORTH interpreter in Lua. Naomi Ceder’s Blog - Python community leader and former PSF chair’s insights on programming and community. SNES Code Injection: Flappy Bird in Super Mario World - Fascinating demonstration of injecting code into running SNES games. ...

September 14, 2020 Â· 1 min