Daniel Axtens http://linux.conf.au/schedule/presentation/81/ The value of a high-level language isn't just in the language itself, but rather in the ecosyste...
Read more »
If you’re like me, you develop a lot of things and test on Raspberry Pis (ARM) and then deploy to production on AMD64 processors. This is all well and good, if you don’t mind spending time re-building the containers on each architecture, but I do mind. I ... (more…)
Read more »
Docker on MacOS will always be slower than on Linux (well, unless Apple Silicon ends up panning out, which it looks like it might!), but it doesn't have to be as infuriatingly slow as it is by default. In fact, you can get it pretty close to native speed... (more…)
Read more »
Chrome as a service in docker. Run on our cloud, or bring your own - browserless/chrome... (more…)
Read more »
Exciting times in Python. With the recent introduction of
Pipfiles and the new pipenv
library it's time to rewrite our Dockerfiles to leverage all the goodness
of modern Python packaging.
Read more »