Two supervisors watching the same process, each willing to restart it, and one of them unaware of the other. monit predates systemd on most of these hosts and…
A class with six static factory methods and a private constructor, where five of the factories did the same thing with different argument names. Named constructors earn their…
Fourteen panels, opened three times in six months, replaced by one message a day in the channel people already read. A dashboard requires somebody to decide to look,…
docker-compose.override.yml is loaded automatically and is not in version control, which is the point and is also how two developers end up with different stacks. The override file…
The default token permissions in an older repository are write-all, which means every third-party action in every job can push to the default branch. The blast radius argument…
Automatic security updates with automatic reboots, on a host that runs queue workers with no drain step. The reboot is right and the missing piece is a systemd…
A minimal base image sounded like an easy win and turned out to be a wash, because the extensions pull the libraries back in. The nine megabytes between…