A running list of projects, experiments, and rabbit holes. Most live in private repos — a few are public. Newest first.
2026
Homelab platform private · ongoing
A full self-hosted infrastructure stack across five repos — Terraform for Proxmox VM provisioning, Ansible bootstrap for RKE2 and K3s, Kubernetes workload manifests with Helm, Coder workspace templates, and a parallel Windows track for RDS, AD, and SQL. The thing I keep coming back to and rebuilding properly.
Blue PM ecosystem private
A personal project-management system I’ve been iterating on since 2024 — the C# API and process services (Blue, BluePM), a Python rewrite of the CLI (BluePM_Python), and an MCP server exposing 44 operations to Claude.
Claude tooling private
A growing collection: claude-proxy (a local proxy for routing and instrumenting Claude API calls), claude-plugins, and claude-code-2.1.88 — 1,906 TypeScript files recovered from the published source map of Claude Code v2.1.88, kept for study.
Voice assistant + button speaker private
A small hardware voice-assistant setup on Distiller hardware: a Python assistant pipeline plus a one-button speaker for triggering it.
Dell server fan control private
Python daemons for the R930 chassis and MD1200 disk shelf — temperature-based PWM curves so the rack doesn’t sound like a jet engine. Successor to an earlier shell-script version (iDracFanController, 2024).
Personal knowledge system private
A JavaScript layer over my Obsidian vault for capture, search, and cross-linking — the latest in a long line of attempts (see Obsidian, Obsidian-Blue, obsidian-workspace).
discord-admin-portal private · new
A TypeScript admin portal for a Discord community I help run.
TypeScript dashboards for tracking work — the GSD dashboard surfaces phase state across multiple in-flight projects.
chem-check private
A small JS tool for sanity-checking chemistry inputs. (chemcheck.app)
Smaller 2026 experiments
tacoristas — TS exploration. aquarium-tools — JS utilities for the home aquarium. keep-clean — Python tidying script. how-it-works — TS explainer site. ollama-stack — local LLM compose stack. interactive-shell — terminal experiment. cloudflare-tracking-proxy — a JS Cloudflare Worker. spinner-site — small JS site. esp32-agent-example — public fork, agent patterns on ESP32.
2025
text-rpg / RPG / games-site private
Several swings at game projects — a JavaScript text RPG, a GDScript (Godot) RPG, and a Python-served games site.
ChartComposer private
A C# desktop tool for composing charts — extended through early 2026.
TurtleWoW projects private
Tooling around the TurtleWoW private server — a C# launcher (TurtleWoW) and a Python crafting calculator (wow-crafting-calculator). Plus public forks of useful addons: aux-addon and cursive-wotl.
Early homelab work private
The first homelab iteration before the 2026 rebuild — homepage, traefik, HelmCharts, DockerCompose, Flux-Production, devops.
LaunchPad-UI private
A TypeScript launcher UI for personal services.
Minecraft-Fabric private
Fabric mod work — community blocklist management.
Smaller 2025 experiments
personal-dashboard — Task and scheduling experiment. TaskManager — Task and scheduling experiment. TaskScheduler — Task and scheduling experiment. AspNetCoreQuartz — Task and scheduling experiment. fsh-starter — Task and scheduling experiment. gardinum-obsidiana — Obsidian theme in SCSS. MMOHelper — HTML utility. PPMI_Notes — Notes repo.
2024
Blue / BluePM (origin) private
Where the Blue project-management story started — C# API services (Blue, BluePM) that the later MCP server and CLI rewrites are built on.
TaskMaster / TaskMaster_GD private
JavaScript and GDScript takes on a personal task manager — the GDScript version was an experiment in using Godot as a desktop app shell.
FMMO private
A C# MMO experiment — networked game systems for fun.
iDracFanController private
Shell scripts driving iDRAC fan control via IPMI — predecessor of the 2026 Python rewrite.
Ansible private
Early infra automation — foundational work that led to the 2025-2026 homelab iterations.
Pixel-Art / PixelArt private
Pixel-art experiments — creative work exploring digital art and game assets.
Compose private
Docker Compose stacks — early container orchestration work before moving to Kubernetes.
flux private
GitOps trial — exploring Flux for declarative cluster management.
Earlier
Capstone — SNC Distances 2021private
Senior capstone project at school — an HTML/JS distance-calculation tool.
React experiments 2021private
react-test and react-tick-tack-toe — first steps in React.