Latest

  • Another week with KDE Plasma

    Another week with KDE Plasma

    At the beginning of the year I gave KDE Plasma a try as the primary desktop on one of my devices. It wasn’t my primary laptop but I still used it heavily in that time. I enjoyed it but there were still some niggles that meant I wouldn’t have been happy with it being my… Read more

  • Making WiFi Great Again

    Making WiFi Great Again

    TL;DR: Ubiquity UniFi gear is awesome! When I moved into my current house one of the bigger technical challenges has been to get WiFi that works throughout my house reliably. Since we can only get regular phone lines here I’m on a VDSL2 internet connection which runs at 80/20mbit. The problem is this comes in… Read more

  • MariaDB source visualisation with Gource

    MariaDB source visualisation with Gource

    Gource is a tool which can take a source code tree and create beautiful visualisations out of it. I’ve used it a few times before for various projects. This weekend I spent a little bit of time playing with it and applying it to MairaDB Server to see what it would produce. The end result… Read more

  • One week with KDE Plasma

    One week with KDE Plasma

    My go-to Linux distribution when I’m setting up my workstations is Fedora. I have been using it since Fedora Core 1 and RedHat 9 before that. I can’t even remember what RedHat version I started with now. I often try other distributions out and sometimes use them for a few months but I always end… Read more

  • Coding and decoding crash dump handlers

    Coding and decoding crash dump handlers

    All software has bugs. Even if you could possibly write the perfect bug free software all the layers down have bugs. Even CPUs as can be seen with the recent Meltdown and Spectre bugs. This means unfortunately sometimes software will crash. When this happens it is useful to capture as much information as possible to… Read more

  • Correcting MariaDB ColumnStore Benchmarks

    Correcting MariaDB ColumnStore Benchmarks

    With MariaDB ColumnStore 1.1 Beta now released I quickly checked Twitter today to see what the response so far has been. I noticed that someone had posted up a benchmark comparison of MariaDB ColumnStore against a couple of other databases with data that doesn’t quite add up. Read more