Well, the other day (a few months ago), I decided that I wanted to see if I could build a PHP AS2 server that’s RFC 4130-compliant. So I did what any developer does these days: gave the RFC to Claude Code and asked it to build a framework agnostic set of classes in PHP that …
Category: Tools
lazydocker: The Docker Terminal UI You Didn’t Know You Needed
If you work with Docker, you’ve typed docker ps more times than you can count. Then docker logs. Then docker logs -f. Then you forget which container you need, so docker ps again. Maybe docker stats to check resources. And when things go sideways, a frantic scroll through documentation to remember the exact incantation for …