Setting up a modern Python project

Recently I've been working on a new Python-based project, using Python 3.6.

Having the opportunity for a fresh start, I spent some time taking a look at how to best make use of the the modern tools for project setup, testing, static checking and so on, and how to …

Zero-setup VPN

VPNs are a great tool to access resources on a remote network as if they were local.

Working remotely, I use them a lot, and even to access my home network when I'm away.

Even though open-source projects like OpenVPN have made it quite easy to set up your …