/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.stuffaboutcode.com
| | dmitrybrant.com
2.6 parsecs away

Travel
| |
| | sinrega.org
2.9 parsecs away

Travel
| | [AI summary] A technical guide detailing how to enable KVM virtualization on a Raspberry Pi 2 by configuring isolated CPU cores, compiling custom kernels, and running guest operating systems.
| | david.wragg.org
3.7 parsecs away

Travel
| | [AI summary] A detailed guide on setting up a 64-bit Debian system on a Raspberry Pi 4 by modifying the SD card and using debootstrap.
| | www.smartjava.org
19.2 parsecs away

Travel
| Managing runtime dependencies using NixWe're setting up a new project at work, and wanted to apply some lessons learned from previous projects. One of the things we ran into was that when onboarding new people, or setting up a new development environment on a different machine, the dependencies were sometimes out of sync. Usually this was quite easy to fix, but keeping all the versions in sync, and dealing with deprecated or not working features (e.g terraform or kustomize) quickly becomes very annoying.Recently we ran into another issues where a newer version of java caused issues, which led to a new version of gradle, which meant updating our build files etc. While not an issue in itself, and something that we had to do eventually, but we didn't really pla...