-
Setting up a GPG Key with git to sign your commits
Signing your git commits with GPG is really easy to set up and I’m always surprised by how many developers I meet that don’t do…
-
How I use vimwiki in neovim
This post is currently in-progress, and is more of a brain-dump right now. But I like to share as often as I can otherwise I’d…
-
General plugins I use in Neovim
I define a “general plugin” as a plugin that I use regardless of the filetype I’m editing. These will add extra functionality for enhancing my…
-
Passive plugins I use in Neovim
These plugins I use in Neovim are ones I consider “passive”. That is, they just sit there doing their thing in the background to enhance…
-
How I use Neovim
I try to use Neovim for as much development-related work as possible. This page serves as a point of reference for me, and other people…
-
Technical Difficulties by Racer X
One of my favourite Paul Gilbert songs from his time in Racer X. Absolutely incredible riffs throughout.
-
I love the idea and philosophy of Stoicism. In practice, however, it’s bloody difficult to live by after 39 years. Will be working on this…
-
I read old books
I read old books because I would rather learn from those who built civilization than those who tore it down.
-
Got the Chas and Dave itch again. Love these guys and the music just instantly makes me happy.
-
Incredible shot from The Last of Us episode 6
Another incredible episode of The Last of Us. The references were so great too. Shimmer; Dina in the background; farm with sheep. Next week will…
-
Inventory app — saving inventory items.
This is the absolute bare bones minimum implementation for my inventory keeping: saving items to my inventory list. Super simple, but meant only as an…
-
Connecting to a VPN in Arch Linux with nmcli
nmcli is the command line tool for interacting with NetworkManager. For work I sometimes need to connect to a vpn using an .ovpn (openvpn) file.…
-
Installing and setting up github cli
What is the github cli The Github CLI tool is the official Github terminal tool for interacting with your github account, as well as any…
-
Adding Laravel Jetstream to a fresh Laravel project
I only have this post here as there was a couple of extra steps I made after regular installation, which I wanted to keep a…