Memory Models and Forward-Progress Guarantees Memory models govern shared-memory visibility and ordering; forward-progress guarantees govern whether concurrent work can continue executing. 2026-08-31 Systems #reference #systems #computer-architecture #programming-languages
Introduction to OpenMP Study notes on OpenMP shared-memory parallelism, data scoping, tasks, and GPU offloading. 2026-08-31 Programming #reference #systems #c++ #computer-architecture
Dorm-Friendly Haudenosaunee-Inspired Recipes, Drinks, and Snacks Dorm-friendly adaptations of Three Sisters stew, corn soup, strawberry drink, toasted seeds, and staghorn sumac tea. 2026-08-30 Lifestyle #food #nutrition
Understanding Lean's Type and Prop Through Python Metaclasses A concise introduction to Lean's Type and Prop through Python's object–class–metaclass relationship. 2026-08-28 Programming #programming-languages #type-theory #functional-programming
What Is a GPU Warp? SIMT, Thread IDs, Divergence, and Synchronization A warp is a bundle of 32 threads that a GPU executes in lockstep under a single instruction. This post explains what a warp is, where the name comes from, how thread IDs and private registers let one 2026-08-28 AI and Machine Learning #reference #systems #machine-learning #computer-architecture
The Endless Youth Act A personal act for the lifelong preservation of physical vigor, mental vitality, human connection, and the capacity for renewal. 2026-08-17 Reflections #essay #career #communication #fitness
Kernel Regression and the Pairwise Nature of Attention This post introduces Nadaraya-Watson kernel regression from a localized squared-error objective, then connects it to the normalized, similarity-weighted averaging performed by attention. 2026-08-16 Mathematics #machine-learning #essay #transformers
llama.cpp Workflow: Download, Convert, Quantize, and Serve Models llama.cpp supports 90+ model architectures through its convert_hf_to_gguf.py conversion script. The architecture is auto-detected from the model’s config.json. Run python convert_hf_to_gguf.py --print 2026-08-08 AI and Machine Learning #reference #llm #llama.cpp #gguf #quantization
Compile NEFF Executables from PyTorch Code Compile NEFF Executables from PyTorch Code 2026-07-19 AI and Machine Learning #reference #python #neuron #llm