uses / manifest 5 groups
Uses
The stuff I actually use, with opinions attached. Subject to change whenever something shinier ships.
# editor·terminal
- VS Code + AI agents — most code gets written with an agent in the loop these days
- Windows Terminal + WSL2 — Ubuntu underneath, Windows on top, peace treaty holding
- tmux — for the sessions that outlive the terminal
# languages·runtimes
- Python — the ML half of everything
- TypeScript / Node 22 — the web half of everything
- Java + Spring Boot — the day-job enterprise half of everything
# ai stack
- LangChain / CrewAI / LangGraph — multi-agent plumbing
- HuggingFace + local models — the RTX 4090 earns its keep
- Azure OpenAI — when it needs to be enterprise-grade
# homelab hardware
- BONTEN — i9-14900KS · RTX 4090 · the always-on box behind /lab
- CyberPower UPS + battery bank — because power blips shouldn’t end experiments
# deploy·infra
- Cloudflare Pages + Workers — this site and most of my products, $0/mo
- Docker + GitHub Actions — every deploy is a push to main
- Tailscale — the homelab’s front door; nothing else is public
// no affiliate links. these are just the tools that survived.