commit 25d99bfe7a33755e6c1259840546f0a3e9118816
parent 54f0c80e085e462a5a5649fccb425f48eae36a81
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Thu, 4 May 2023 00:06:45 -0400
*
Diffstat:
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/content/garden/c.md b/content/garden/c.md
@@ -11,8 +11,13 @@ Summary: C
* [Implementing Hash Tables in C](https://www.andreinc.net/2021/10/02/implementing-hash-tables-in-c-part-1)
* [Writing a Simple VM in Less Than 125 Lines of C](https://www.andreinc.net/2021/12/01/writing-a-simple-vm-in-less-than-125-lines-of-c)
* [Blog Generator in C](https://www.andreinc.net/2022/04/10/a-blog-that-is-a-single-executable-binary)
+* [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
+* [Build Your Own Text Editor in C](https://viewsourcecode.org/snaptoken/kilo/index)
* [The Descent Into C](https://www.chiark.greenend.org.uk/~sgtatham/cdescent/)
* [CGI Programming in C](https://0x19.org/posts/2023-04-27.php)
+* [Virtual Machines 0](https://elly.town/d/blog/2021-12-24-virtual-machines-0.txt)
+* [Virtual Machines 1](https://elly.town/d/blog/2021-12-29-instruction-encoding.txt)
+* [Driving Compilers](https://fabiensanglard.net/dc/index.php)
## Writing Good C
diff --git a/content/garden/index.md b/content/garden/index.md
@@ -22,10 +22,6 @@ get around to reading and possibly taking notes on.
* [Google Didn't Break Your Brain: A History of Distraction](https://aeon.co/essays/google-didnt-break-your-brain-a-history-of-distraction)
* [The Dangers of Autocomplete](https://junaidmubeen.substack.com/p/the-dangers-of-autocomplete)
* [The Super Tiny Compiler](https://github.com/jamiebuilds/the-super-tiny-compiler)
-* [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
-* [Build Your Own Text Editor in C](https://viewsourcecode.org/snaptoken/kilo/index)
-* [Virtual Machines 0](https://elly.town/d/blog/2021-12-24-virtual-machines-0.txt)
-* [Virtual Machines 1](https://elly.town/d/blog/2021-12-29-instruction-encoding.txt)
* [Economy and Pleasure](https://wiki.xxiivv.com/docs/economy_and_pleasure.txt)
* [Principles of UI](https://notes.yip.pe/notes/notes/Principles%20of%20UI%2C%20A%20Thread)
* [Defending the Incommunicability of Programs](https://jimmyhmiller.github.io/incommunicability)
@@ -33,6 +29,7 @@ get around to reading and possibly taking notes on.
* [How Browsers Work](https://www.freecodecamp.org/news/web-application-security-understanding-the-browser-5305ed2f1dac/)
* [An Introduction to Language-Oriented Programming Using Racket](https://beautifulracket.com/)
* [Repeat yourself, do more than one thing, and rewrite everything](https://programmingisterrible.com/post/176657481103/repeat-yourself-do-more-than-one-thing-and)
+* [Tumble Forth - Series on Low-Level Programming](https://tumbleforth.hardcoded.net/)
## 🗒️ Notes