what are some other tutorials for implementing a toy version of a hard thing in a short amount of time? Like https://implement-dns.wizardzines.com or https://raytracing.github.io

I’m especially interested in the “in a short amount of time” aspect, I think nand2tetris is extremely cool but you definitely can’t do it in 3 days.

If possible I'd love to hear about a project you personally did and how long it took you.

Implement DNS in a weekend

@b0rk Here's a tutorial for implementing a toy disassembler in at most a few hours:

https://briancallahan.net/blog/20210407.html

It's actually the first in a series of posts on demystifying programs that create programs. It further teaches how to code an assembler and linker, which may be weekend projects.

Brian Robert Callahan