Add CPU article

This commit is contained in:
Charles-Axel Dein 2023-08-07 11:14:36 +02:00
parent b1a9b2b98f
commit 03fcd5ceda
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -1180,6 +1180,7 @@ Richard Feynman's Learning Strategy:
- [Understanding the Power of Bitwise Operators. No math needed](https://www.deusinmachina.net/p/understanding-the-power-of-bitwise)
- [Memory Allocation](https://samwho.dev/memory-allocation/) (an interactive article)
- [Why does 0.1 + 0.2 = 0.30000000000000004?](https://jvns.ca/blog/2023/02/08/why-does-0-1-plus-0-2-equal-0-30000000000000004/), Julia Evans (about floating point)
- [Putting the "You" in CPU](https://cpu.land/the-basics)
### Machine learning/AI