Reading List

The most recent articles from a list of feeds I subscribe to.

The God Slayer by Otep

I’ve loved Otep’s music since discovering the album “Sevas Tra” — with that insane album cover being the thing that brought me in. Earlier today (yesterday) I listened to the recently-released The God Slayer, made up of half original songs and half covers. Loved it, although Sevas Tra has been — and remains — my […]

Average Semi-detached house prices in UK by county – Statistical Analysis using R

This is my first data visualization attempt and uses data from HM Land Registry to show to average cost of a semi-detached house in four counties across the past ten years. You can see the full repository for the project on Github. The Code Here I have included the code at the time of writing […]

Using a single file neovim configuration file

When I first moved my Neovim configuration over to using lua, as opposed to the more traditional vimscript, I thought I was clever separating it up into many files and includes. Turns out that it became annoying to edit my configuration. Not difficult; just faffy. So I decided to just stick it all into a […]

Don’t stop building

I really enjoy building scripts for my own workflow. I wish I had the skills to build things in the real world, but until then I’ll keep building stuff in the digital space only. Although I love working with PHP and Laravel, it is Bash that has re-ignited a passion in me to just build … Continue reading Don’t stop building

Lupo static site generator

What is Lupo? Lupo is a simple static site generator, written in Bash. I built it for myself to publish to a simple website of my own directly from the command line. It was inspired by Rob Muhlestein and his approach to the Zettelkasten method. Installation Running through the following set of commands will install … Continue reading Lupo static site generator