Hacker News
- Fixing C Strings https://thasso.xyz/2024/12/16/fixing-c-strings.html 65 comments
- Writing a BIOS bootloader for 64-bit mode from scratch https://thasso.xyz/2024/07/13/setting-up-an-x86-cpu.html 80 comments
- Can you use a [C++] class in C? https://thasso.xyz/2023/08/11/can-you-use-a-class-in-c/ 4 comments
- An intuition for logarithms https://thasso.xyz/2023/09/02/an-intuition-for-logarithms/ 37 comments
Lobsters
- Fixing C strings https://thasso.xyz/2024/12/16/fixing-c-strings.html 22 comments c
- Setting up an x86 CPU in 64-bit mode https://thasso.xyz/2024/07/13/setting-up-an-x86-cpu.html 3 comments assembly , c , osdev
- Can you use a C++ class in C? http://thasso.xyz/2023/08/11/can-you-use-a-class-in-c/ 5 comments c , c++
- Fixing C strings https://thasso.xyz/2024/12/16/fixing-c-strings.html 45 comments programming
- Setting up an x86 CPU in 64-bit mode https://thasso.xyz/2024/07/13/setting-up-an-x86-cpu.html 32 comments programming
- Setting up an x86 CPU in 64-bit mode https://thasso.xyz/2024/07/13/setting-up-an-x86-cpu.html 7 comments linux