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 #shell #software-engineering #programming-languages
Rust Crates and Python Packages A side-by-side comparison of Rust's crate system and Python's package system — covering project structure, visibility, distribution, version resolution, import paths, and publishing. 2026-05-23 Programming #reference #python #programming-languages #rust
Local CUDA vLLM Setup for Python-Only Development Using a Precompiled Wheel How to run vLLM directly from a local clone with editable Python code while using precompiled native libraries from a nightly wheel — no full source compilation required. 2026-05-19 AI and Machine Learning #reference #systems #machine-learning #python #llm #linux #vllm
Recording Audio on Linux with PulseAudio A minimal, dependency-free recipe for capturing system output and microphone audio on Linux using only PulseAudio's built-in tools: pactl and parec. 2026-05-17 Tools and Automation #reference #linux #audio
Compile NEFF Executables from NKI Kernels Compile NEFF Executables from NKI Kernels 2026-05-14 Systems #reference #systems #machine-learning #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