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
Hugging Face Models: Repositories, Serving, and the Inference Engine Landscape A practical guide to Hugging Face model repositories: what they contain, how Transformers loads them, and how serving runtimes such as vLLM, llama.cpp, and Ollama fit into the ecosystem. 2026-05-04 AI and Machine Learning #reference #machine-learning #vllm #huggingface #model-deployment #ollama #llama.cpp
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 #shell #software-engineering #programming-languages
Building C/C++ Applications in a Conda Environment PrerequisitesCommon Build VariablesDirectly Used by gcc/clangThese environment variables are automatically used by gcc/clang themselves. CPATH Colon-separated list of directories to search 2025-12-06 Systems #reference #systems #c++ #conda #build-systems
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
Profile a NEFF Executable Capture and visualize execution traces from pre-compiled NEFF binaries using neuron-explorer. 2026-07-19 Systems #reference #python #shell #neuron
On the Threshold of Thirty We are rapidly approaching the age of thirty. We have always felt as if our lives could end at any stage. This is not a morbid thought - it is a kind of alertness, a refusal to take tomorrow for grant 2026-07-04 Reflections #essay #career