Current Spotify song in tmux
I made a small, cute bash script to display the currently playing song on Spotify. My initial ambition was to use it with tmux, but soon I began to think…
I made a small, cute bash script to display the currently playing song on Spotify. My initial ambition was to use it with tmux, but soon I began to think…
When the Windows Subsystem for Linux (WSL) - or, as most people even at Microsoft often refer to it - Bash on Ubuntu on Windows - was announced on Microsoft's…
Defining information service infrastructures using AWS Cloudformation can sometimes feel like a double-edged sword. On the one hand it provides us with a high degree of control regarding consistency, on…
AWS Cloudformation is a super-powerful utility for defining entire backend infrastructures. Using it we can declaratively define infrastructure components and their inter-dependencies, then instantiate them all in one go. This…
This is a follow up post on Using Roslyn to build a simple C# interactive script engine In this post I will explore the possibilities of making a REPL as…
In our work we often encounter AWS installations under various accounts. Using the web-based console is straightforward, but for repetitive tasks and more advanced interaction we often rely on Amazons…
Bringing up your own cluster has never been easier. The recent 1.0 release of Docker Swarm signals that the Docker team feel that Swarm is ready for production. I've been…
If you, like me, prefer to use Ubuntu on any hardware you use, and want it completely encrypted, this is for you. These are instructions on how to install Ubuntu…
In a recent project we replaced an existing webapp with a new implementation. The old app got around 300 requests/second so we wanted to make sure that the new implementation…
This is a follow up post on Getting started with .NET on Linux. In this post I'll explore the new cross-platform .NET framework to see if it's possible to develop…