Kleene Algebra, NetKAT, StacKAT, GKAT, CF-GKAT A short overview of Kleene algebra and how NetKAT and StacKAT use it to model network behavior. 2026-04-15 Research Notes #reference #systems #programming-languages #computer-science
Main Takeaways from a Group Discussion on AI Coding A bullet-point summary of a group discussion on AI coding, hiring, interviews, and AI-native engineering workflows. 2026-04-10 AI and Machine Learning #llm #software-engineering #essay #career
PyTorch + CUDA vs. XLA + TPU: Two Execution Models for ML Systems A mental model for the difference between PyTorch + CUDA and the XLA + TPU execution style. 2026-04-10 AI and Machine Learning #reference #systems #machine-learning
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