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
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
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
Best Practices for Designing New Ephemeral CLI Programs for the Agentic Era: A Proposal I published a proposal on Zenodo arguing that, in local and sandboxed agent workflows, CLI is often a better interface than remote protocol-based alternatives, and that we need clearer best practices 2026-04-26 Research Notes #records #essay #llm #systems #software-engineering
Important Locations on Jailbroken iOS Important Locations on Jailbroken iOS 2026-04-26 Systems #reference #systems #c++