codexbox: Four Environment Variables and a mkdir Standing Between You and OpenAI’s CLI
I already wrote the “why I ripped the plumbing out of my own repos and built a base image” rant in the aicodebox post, so I’m not doing it again …
Software Engineer and more
I already wrote the “why I ripped the plumbing out of my own repos and built a base image” rant in the aicodebox post, so I’m not doing it again …
I built aicodebox as an abstraction — one base image, an AgentAdapter contract, plug any coding agent’s CLI into it and get the API/MCP/Telegram/cron surface for free. That’s a nice …
So you want to survive the apocalypse? Or maybe you’re just tired of your ISP fucking you over every month. Or hell, maybe you just think it would be cool …
Heads up — this post has been superseded. As of v2.0.0, claudebox is a thin child image of aicodebox — the agent-agnostic base that now owns every surface described below. …
Forget everything you thought you knew about mounting USB drives in Linux. It’s time to ditch the manual drudgery and embrace the chaos with auto-usb-storage-mount, the software equivalent of a …
Rally the troops and sharpen your digital pitchforks, for today we dive deep into the belly of the beast with persistent-sshfs, a tool not just for mounting remote filesystems via …
Welcome to the wild side of Git, where we don’t just commit; we commit with style. You’ve stumbled upon the ultimate guide to keeping your Git repository so clean, it’ll …
Yo! Ever been stuck juggling a bunch of SSH tunnels like a circus act? Well, let me introduce you to something kickass: ssh-tunnel-swarm. This isn’t just some run-of-the-mill tool; it’s …
We all love curl for its ease of use in performing various kinds of almost raw requests via a multitude of protocols in a convenient CLI fashion. But that’s just …
Today I had to write lots of supervisor config files for many microservices running on an outdated OpenVZ kernel (aka doesn’t support docker/rkt). I hate manually editing a bunch of …