Python type hints for gRPC

Since a while, a huge qualm I had with the official Protobuf/gRPC tooling for Python has been resolved. There wasn’t any IDE support for the stubs generated by the Protobuf compiler, making development tedious and error-prone. [Read More]

Persistent OpenVPN client On Alpine Linux

I needed to set up an OpenVPN client to connect an Alpine Linux VM (hosting containers) to a legacy environment. Not knowing the “old days” of OpenRC too well and being used to systemd, I struggled for a while to start an OpenVPN client in a persistent manner through OpenRC.... [Read More]