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 #c++ #python #software-engineering
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 #conda #programming-languages #software-engineering #shell
Compile NEFF Executables from NKI Kernels Compile NEFF Executables from NKI Kernels 2026-05-14 Systems #machine-learning #reference #systems #python #shell #neuron
Type Theory Concepts: A to Z An introduction to type theory concepts using Python, C++, and layman's terms. 2026-05-13 Programming #reference #programming-languages #type-theory
What is S3? S3 is a giant distributed hashmap exposed as both a public HTTP server and an authenticated REST API. 2026-05-13 Systems #reference #systems #software-engineering
vLLM Internals — PagedAttention and Custom Accelerator Compilation How vLLM applies OS-style paging to the KV cache for efficient memory management, enables continuous batching and memory sharing, and routes computation graphs to custom compiler backends for new acce 2026-05-12 AI and Machine Learning #machine-learning #llm #reference #systems #inference #pytorch #vllm
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