diff options
author | Frederick Yin <fkfd@fkfd.me> | 2023-01-17 22:31:05 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2023-01-17 22:31:05 +0800 |
commit | d4c91fc281854345cef8fe355247bd14d9e6adce (patch) | |
tree | b28dfa75a61eae9d9f71f3dd75e98cc3e73e56a1 | |
parent | b23ea9cf3a9f0bf4dbdcafe5da55484eba2141ff (diff) |
index: blogposts I don't regret
-rw-r--r-- | docs/index.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md index 45bd747..3fed6a2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -44,6 +44,22 @@ title: Home </a> </div> +## Blogposts I don't regret + +- The nand2tetris series where I build a computer: [part + 1](projects/nand2tetris_1/) on logic circuits, [part + 2.1](projects/nand2tetris_2.1/) on a virtual stack machine, [part + 2.2](projects/nand2tetris_2.2/) on a tokenizer, and a part 2.3 that's + yet to be made. (These are pretty long articles.) + +- Scraping lyrics, counting words and making a game out of twenty øne + piløts songs: [One tøp song](projects/one_top_song/) + +- A ROM upgrade that went shitfire prompted me to write [The most + important part of a smartphone is the OS.](random/smartphone_os/) + +- Continuously updating: [My life goals](random/life_goals/) + ## Fun - [bongo cat](/toys/bongo) — [bongo.cat](https://bongo.cat), de-Googled, |