A guide to adding Visual Studio Code Remote Development and GitHub Codespaces support to extensions| code.visualstudio.com
Alpine Linux is often recommended as a smaller, faster Docker base image. But if you’re using Python, it will slow down your build and make your image larger.| Python⇒Speed
Investigations into musl libc DNS resolver used in Alpine containers| purplecarrot.co.uk
I noticed when running an Alpine based virtual machine with Consul DNS forwarding set up, that sometimes the machine couldn’t resolve *.consul domains, but not in a consistent manner. Inspecting the logs looked like the request was being made and responded to successfully, but the result was being ignored. After a lot of googling and frustration, I was able to track down that it’s down to a difference (or optimisation) in musl libc, which glibc doesn’t do.| andydote.co.uk