Saturday, 25 July 2020
I finally did it, I found a use for JavaScript's generator functions, wrote one and now its deployed!
Friday, 10 April 2020
I've been working on my GitOps for a while now and wanted to document it all in one place.
Saturday, 28 March 2020
One of my most used bashrc commands, docker-run-once-interactively or d1
Saturday, 21 March 2020
I keep needing these commands when doing pi things, so I thought I'd put them here in one place
Saturday, 22 February 2020
Sometimes you just want to fake a raspberry pi's mac address to appear as something else on the network. This is how to do that.
Thursday, 13 February 2020
I added a command to make adding commands easier.
Monday, 3 February 2020
I've been playing around with Pis while on University Pi's recently so I want to document this non-simple process.
Monday, 27 January 2020
I added a new alias to my repertoire to make running npm commands more usable.
Monday, 20 January 2020
When you need a Raspberry Pi to just display a webpage, you don't really need an entire operating system and window manager. This was my solution.
Sunday, 12 January 2020
I wanted to do some lightweight javascript recently and didn't want to use a massive framework. Creating all my DOM elements manually was laborious and ugly so I setup jsx to do it for me.