Personal Digital Governance Policy The document explains how my digital artifacts and platforms should be organized, disclosed, and handled if I die or become incapacitated. 2026-04-05 Reflections #essay
Personal GitHub Portfolio Personal GitHub Portfolio 2026-04-30 Programming #reference #software-engineering #c++ #python
Managing Development Environments with conda, nvm, and rustup Modern development often requires more than just installing one language runtime globally and calling it a day. Installing everything system-wide quickly becomes messy, hard to reproduce, and annoying 2025-07-10 Systems #reference #systems #software-engineering #conda #programming-languages #shell
Our Cognitive Profile and a Personal Playbook for the Agentic Era A personal analysis of the twice-exceptional neurocognitive profile — the intersection of high intelligence, executive dysfunction, and perfectionism — and a strategic playbook for thriving in the age 2026-05-10 Reflections #essay #llm #career
Hugging Face Model Repositories: Organization, Semantics, and Portability A practical mental model for what a Hugging Face model repository actually contains, where the model definition lives, and how to think about portability to separate runtimes. 2026-05-04 AI and Machine Learning #machine-learning #reference #huggingface #model-deployment
Exporting Compute Graphs, LLM Shape Dynamics, and Serving Runtimes Why CNNs export to one graph while LLMs need many, how Hugging Face hides this complexity through eager execution, and why vLLM-style systems act as specialized inference operating systems rather than 2026-05-03 AI and Machine Learning #machine-learning #llm #reference #systems #inference #pytorch #vllm
Schedules in Machine Learning Computation: What They Are and Who Needs to Know About Them A schedule is the plan for how a computation is executed efficiently on hardware. This post maps out the schedule-specification spectrum across ML frameworks, explains who needs to care about scheduli 2026-05-03 AI and Machine Learning #machine-learning #reference #systems #computer-architecture
Important Locations on Jailbroken iOS Important Locations on Jailbroken iOS 2026-04-26 Systems #reference #systems #c++
Learning MLIR and HLO by Building a Tiny StableHLO-to-LLVM IR Compiler This project explored how to lower machine-learning-oriented IR into low-level compiler IR by building a small MLIR-based compiler. The tool reads StableHLO MLIR, applies a sequence of lowering and cl 2026-04-26 Systems #machine-learning #reference #systems #c++ #build-systems