Hacker News
- Finding out where syscalls are called from: Stack traces with strace https://abstractexpr.com/2024/06/08/finding-out-where-syscalls-are-called-from-stack-traces-with-strace/ 16 comments
- Dynamic Printf Debugging with GDB https://abstractexpr.com/2024/03/03/dynamic-printf-debugging-with-gdb/ 2 comments
- Structures in C: From Basics to Memory Alignment https://abstractexpr.com/2023/06/29/structures-in-c-from-basics-to-memory-alignment/ 57 comments
- Introduction to strace – Abstract Expression https://abstractexpr.com/2024/06/07/introduction-to-strace/ 2 comments c_programming
- Dynamic Printf Debugging with GDB https://abstractexpr.com/2024/03/03/dynamic-printf-debugging-with-gdb/ 3 comments cprogramming
- The Anomaly of the char Type in C https://abstractexpr.com/2023/04/30/the-anomaly-of-the-char-type-in-c/ 15 comments c_programming
- Getting started with GDB https://abstractexpr.com/2024/01/17/getting-started-with-gdb/ 12 comments c_programming
- A nice overview of structs in C https://abstractexpr.com/2023/06/29/structures-in-c-from-basics-to-memory-alignment/ 5 comments c_programming
- What is Name Mangling in C++? https://abstractexpr.com/2023/01/03/what-is-name-mangling-in-cpp/ 27 comments cpp
- Better than Singletons: The Service Locator Pattern https://abstractexpr.com/2023/04/25/better-than-singletons-the-service-locator-pattern/ 55 comments cpp
- How to Create a Modern C Project with CMake and Conan https://abstractexpr.com/2023/04/19/how-to-create-a-modern-c-project-with-cmake-and-conan/ 22 comments c_programming