You could call it a blog

  • Raid1 and mdadm
    7 February 2023

    I have a home server full of old disks that I use for random storage purposes, the most important of which are 2 disks that make up a raid1 10TB storage area for backups.

  • view component table
    25 January 2023

    I have been trying ViewComponent for the UI in an application I wrote.

  • Fedora CoreOS on Vultr
    9 August 2022

    I had to move my VPS.. I wanted Fedora CoreOS and I found Vultr. Here are my notes on how I set it up.

  • qemu-coreos
    1 February 2022

    I am having trouble with a bearmetal install of CoreOS with raid0 and raid1 arrays. I decided to try out the config in a virtual machine.

  • CoreOS with Kubernetes on bare metal
    7 January 2022

    I use a raspberrypi as a home server, it runs a few docker containers and fulfills a number of roles. (web server, media server, CCTV hub, pihole, etc.)

  • Using the fondo flatpak to set feh wallpaper
    13 December 2021

    I wanted to use the nice linux desktop app Fondo but I use feh to handle my wallpaper display and therefore I believe this would not work.

  • what-is-super
    23 September 2021

    In ruby I sometimes encounter methods like this:

  • Derive metadata for rspec test
    25 October 2019

    Sometimes I need to add metadata tags to rspec tests, here is a way to derive the metadata so I dont have to add the data to every test

  • flatpak-desktop
    20 November 2018

    In the never ending quest to have the most up to the minute desktop features yet a supxera stable system I am currently using an Arch base ontop of a BTRFS filesystem then utilising contained packages like snaps and flatpaks to get none essential software. Currently favouring flatpaks for desktop stuff.

  • try-graphile
    16 October 2018

    I saw a post about (graphile)[https://www.graphile.org/] and thought it sounded like a great way to take a DB and use via a javascript client very easily.