Reading List

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

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 be the episode with David and it’s gonna be so very dark and have one of the best episode endings so far I reckon.

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 example of how I’d work when working on an API. Here are the changes made to my Inventory Manager. Those changes include the test and logic for the initial index… Continue reading Inventory app — saving inventory items.

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. This method should work for other vpn types (I’ve only used openvpn) Installing the tools All three of the required programs are available via the official Arch repositories. Importing the… Continue reading Connecting to a VPN in Arch Linux with nmcli

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 open source projects hosted on Github. I’ve only just begun looking into it but am already trying to make it part of my personal development flow. Installation You can see… Continue reading Installing and setting up github cli