This commit is contained in:
Miloslav Ciz 2025-04-12 12:45:37 +02:00
parent f19efc7b70
commit 5604db85d2
24 changed files with 2048 additions and 2026 deletions

View file

@ -31,6 +31,7 @@ Here there will be a constantly WIP list of [books](book.md) that might be of in
- **The Pig and the Box** (MCM, 2009): A short story for kids showing the dangers of [DRM](drm.md), released under [CC0](cc0.md)!
- **The Tao of Programming** (James, 1987): Famous piece of [hacker culture](hacking.md) literature, wisdom of programming written in taoist style.
- **Tricks of the Game Programming Gurus** (1994): Very nice, readable book, that implements a whole 90s shooter game in [C](c.md), without drowning the reader in tons of equations and smartass talk. It's written with the 90s mindset and in common language, contains many practical tricks for optimizing the code etc.
- **Truly Tasteless Jokes**: A collection of dark humor [jokes](joke.md), very useful since they can no longer be found on the [Internet](internet.md).
- ...
{ TODO (have to read first): Lisp From Nothing (implementing minimal self-hosted Lisp, CC0 code!). ~drummyfish }