This section documents technical investigations, debugging sessions, and lessons learned from real-world software and system issues.
Rather than focusing on tutorials, these articles focus on the process of identifying, understanding, and resolving problems.
Overview While developing a quantum circuit simulator in C++, I assumed that replacing part of the computation with hand-written assembly would improve …
- Case 000: Hello World [WELCOME]
Welcome to the investigations log. I will be using this space to document my technical debugging sessions, root-cause analyses, systems experiments, and …