Ask HN: Good resources for DIY-ish animatronic kits for Halloween?
4 points by xrd 1d ago 0 comments
Why the Technological Singularity May Be a "Big Nothing"
7 points by starchild3001 1d ago 8 comments
The sad state of sysadmin in the age of containers (2015)
4 gm678 1 9/8/2025, 2:45:07 PM vitavonni.de ↗
At my job, I've spent a lot of time making the existing software reproducible. It's tedious and time-consuming, but also pretty straightforward. Take that "sudo curl" script, read every line, tear it apart, and make nice, installable .deb. Write a makefile which downloads requirements from servers _you_ trust and runs the builder tool, possibly with local proxy set to "discourage" it from hitting open internet. Set up local docker registry, inspect the images that go in it.