-
Juggling multiple Git identities
This blog post explains how you can have multiple Git identities and make sure you automatically use the correct identity whenever you commit something.
-
DIY Cloud-based workstation
Running your local development workloads in the cloud. This blog explains why you might want to, what to consider, and how to do it securely.
-
Don't turn your hobby into your job
I turned my hobby into my job. Some people think it’s a dream come true. Turning your hobby into your job means you must be really happy. But is that true?
-
Terraform Tricks: simulating conditional logic
You can simulate conditional logic using interpolation functions like distinct and coalesce to modify how a string looks, depending on your variables
-
Is it really all about the power?
Installing a power meter on your bike will definitely make you and your bike subject of discussion, admiration, and mockery. But do your really need one?
-
Docker for Mac: neat, fast, and flawed.
Recently, Docker announced a new and exciting product: Docker for Mac. In this blog I will share my experiences and my view on Docker for Mac as a product.
-
No more excuses to not ride your bike
After many failed attempts, I discovered Zwift, and it genuinely changed the way I look at indoor cycling.
-
BWC: GUI apps in Docker on OSX
Running GUI apps inside Docker containers on your Mac, just because we can. This blog shows you how it works, what doesn’t work, and how to do it.
-
Terraform Tricks: override variables
This blog shows how you can override Terraform variables beyond the scope of a module, and without the need for duplicating default values.
-
Dotfile magic: terminal multiplexers and SSH Agents
Making GNU screen and tmux work properly with your SSH Agent socket using a few lines of config and some shell magic.