Recent blog posts from the community:
Thinking about the risk of using AI to ship code without actually learning how any of it works. Unlike with the Expert Beginner, we won’t call it a problem. We’ll call it a feature. Sioux Falls ResGen Men’s Summit 2026 in Denny
This last month I had the opportunity to attend ResGen’s Men’s Summit in Sioux Falls. For those who don’t know what the ResGen’s Men’s Summit is, it is a half day event put on by Restoration Generation that builds up Christian men in the Sioux Falls … A few months back, I purchased a Beelink EQ14 mini server for my homelab. One thing that has frustrated me has been that rebooting or even powering on… has required I have either my keyboard or my monitor plugged in (I haven’t been able to determine exactly which one yet). This has made … I’ve been using Helm recently as part of a new product offering, and as a way to deploy my various websites. Helm allows providing values to the templates in a Helm chart via one or more values files, which are provided via the option -f. It’s often useful to break these into several … I’ve many times wondered how I could build a Makefile that would accept arguments to pass to the command invoked by the build target. It turns out to be relatively easy.
There is a make variable called MAKECMDGOALS that contains the list of possible build targets. We can filter-out any of …