Uses
Real tools in current use, nothing aspirational. Read this the way you would read a .dotfiles README.
- Hardware
- A Windows gaming PC is my main machine.
- Editor / terminal
- VS Code and Visual Studio for editing. Claude Code is part of the day-to-day workflow too.
- Languages and runtimes
- Python is my most-used language day to day. TypeScript and JavaScript are the other two in current use, and this repository is itself the evidence: it's written in both.
- Local dev workflow
- pnpm as the package manager, Biome for linting and formatting, Playwright for end-to-end and accessibility tests. All three are what this repository's own package.json actually runs between an edit and a commit, not just a claim about them.
- Deployment
- This site is the current evidence: Next.js, Tailwind, and Velite make up its stack, the same one disclosed on /colophon. I don't have a broader shipping habit to state beyond that.