From 705461608a534c64ea6d76d692edf11888086144 Mon Sep 17 00:00:00 2001 From: giuliano Date: Tue, 20 Feb 2024 22:19:55 +0100 Subject: [PATCH] Dump links --- src/from-scratch.md | 4 +++- src/networks.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/from-scratch.md b/src/from-scratch.md index 0693150..314c565 100644 --- a/src/from-scratch.md +++ b/src/from-scratch.md @@ -51,7 +51,9 @@ Tutorials: - [Writing a File System From Scratch](https://blog.carlosgaldino.com/writing-a-file-system-from-scratch-in-rust.html) - [Building Git](https://shop.jcoglan.com/building-git/) - [Building an LLM from scratch](https://bclarkson-code.github.io/posts/llm-from-scratch-scalar-autograd/post.html) - +- [Let's Build a Compiler by Jack Crenshaw](https://compilers.iecc.com/crenshaw/) +- [Writing a simple JSON parser](https://notes.eatonphil.com/writing-a-simple-json-parser.html) +- [Let’s Build A Simple Interpreter](https://ruslanspivak.com/lsbasi-part1/) Other lists: - [Build your own X](https://github.com/codecrafters-io/build-your-own-x) diff --git a/src/networks.md b/src/networks.md index 5cda962..de7640c 100644 --- a/src/networks.md +++ b/src/networks.md @@ -38,3 +38,4 @@ - [The Whimsical Web](https://whimsical.club/) - [The Web Is Fucked](https://thewebisfucked.com/) - [The Web We Lost, and The Web We Must Rebuild](https://github.com/pzwang/lostweb) +- [Ethernet For Hackers: The Very Basics](https://hackaday.com/2024/02/12/ethernet-for-hackers-the-very-basics/)