~dricottone/blog

ref: fcdb09284bd2956bae8e754b6b64907412b9835e blog/content/posts/docker.md -rw-r--r-- 1.1 KiB
fcdb0928Dominic Ricottone Small structural changes to home page and navigation 2 years ago

#title: "Docker" date: 2020-07-10T17:12:12-04:00 draft: false

I've been playing with Alpine Linux and Docker for the last few weeks. I've decided that Docker with an immutable Alpine Linux installation achieves everything I want from encapsulation without locking me into a vendor (i.e. SnapCraft), and also allowing me room for scaling up (i.e. kubernetes). And now I have several private web services and this very web page running through this architecture.

On the side I've been working on Golang as a Python replacement in my long- term projects. That's been going swimmingly, and it can't have come at a better time, seeing as the Python community is currently self-destructing. PEP 572 convinced me two years ago that Python has no room for growth into the future, and consequently I'm unsurprised with the reception of PEP 622. And then there's that PR on PEP 8...

And to top it all off, while I wasn't looking, Notable went proprietary! So now I'm teaching myself TypeScript and Electron towards the end of maintaining a fork.