Cross Platform ODROID ARM Docker quemu CI/CD Pipeline
Want to develop, build, test, and deploy consistent code across multiple platforms and even architectures? Maybe work on your Raspberry Pi or ODROID code from your laptop, push a Docker image, then pull the exact same code onto your target hardware device? Maybe even automate all these steps using Continious Integration?! Yeah why not! :) Background I first tried this on Circle CI but ran into some hiccups with with binfmt_misc not being quite full acessible on their build machines. Continue readingThe Zen of Python
Just noticed The Zen of Python today and found it amusing. A quick “one liner” for the easter egg.
import this
''.join([this.d[ch] if ch in this.d.keys() else ch for ch in this.s])
But who knows, I’m not a BDFL nor even Dutch. ;)