From 2bfad44a09561cae0b4becab1f734e7bd0fd1471 Mon Sep 17 00:00:00 2001 From: Jonas Date: Mon, 19 Jan 2026 09:14:38 +0100 Subject: [PATCH] feat: daily log --- daily-log.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/daily-log.md b/daily-log.md index 9966529..39c8193 100644 --- a/daily-log.md +++ b/daily-log.md @@ -1,5 +1,13 @@ # Daily Logs +## 2026-01-19 (Mon) - Nand2Tetris Unit 2 + +**Tasks:** Finalize the ALU. +**Blocker:** Not quite sure how to get started. +**Lesson:** Learned how to implement it and it worked flawlessly. The syntax was the tricky part and some of the end gates. It finally clicked during the process of working on it and that it was a pipeline and not data that was flowing parallel. I keep thinking as a programmer, looking for if statements and such, but i get through it. It was a nice feeling to get it working. +**Tomorrow:** Unit 3 beginning. +**Time Spent:** 90m + ## 2026-01-16 (Fri) - Nand2Tetris Unit 2. **Tasks:** Implmenting the ALU chips in HDL.