← All tags

claude-code

Ephemeral GitHub Actions Runners on Cloudflare Containers

AI coding agents burn through GitHub Actions minutes. I built flare-runner: a Cloudflare Worker that turns a workflow_job webhook into a short-lived Cloudflare Container running one CI job, then exits. One container per job, scale to zero, no standing runner box.

crystal.nvim: Neovim plugin for Crystal-lang

I'm returning to Crystal-lang. The existing Vim and Neovim plugins are outdated, so I have authored my own: a complete tree-sitter-based plugin for Neovim 0.11+, built end-to-end with Claude Code in one afternoon.