Trace Function Calls in C/C++ Programs Trace Function Calls in C/C++ Programs 2026-02-28 Systems #reference #systems #c++ #debugging
PRoot: Lightweight Userland Linux Distros Without Root Need to build and run applications in a different Linux distribution than your host, but can’t use root, Docker or Podman containers, or virtualization on your system (e.g. on shared HPC, constrained 2026-02-11 Systems #reference #systems #linux
High-Frequency Git Operations for Everyday Development Here are some of the most frequent Git operations you may need in day-to-day development. Basic Git OperationsConnect Your Local Folder to a GitHub RepositoryYou have an existing local folder with fil 2026-02-07 Systems #reference #systems #git
Uncompromising Performance with Exocompilation: A Recap of Yuka Ikarashi's Talk In a recent talk, Yuka Ikarashi, creator of the Exo programming language, introduced Exocompilation, a philosophy and toolkit that rethinks how we optimize for cutting-edge hardware. Unlike traditiona 2026-01-28 Research Notes #computer-architecture #talk-notes
Setting Up a Mock Windows 7 32-bit Environment Using Wine Setting up a mock Windows 7 32-bit environment using Wine is a common way to run older Windows applications on Linux/macOS. Here’s a step-by-step guide. Install Wine (if not already installed)On 2026-01-19 Systems #reference #systems #wine #windows
Structural, Behavioral, and Flow Diagrams: Definitions, Examples, and Visualization Code Structural Diagrams Structural diagrams show the structure or organization of an entity - how components are arranged and related - rather than events or interactions. Mind Map A mind map is a hierar 2026-01-19 Tools and Automation #visualization
Qt Bindings for Python Test Environments When testing Python code using PyQt compatibility packages such as detect-qt-binding, we would need to test the code with different Qt bindings for Python. Here I summarize what environment is require 2026-01-18 Systems #systems #python #qt