Linux Enthusiast

-

Developer

-

Amateur Photographer

-

Day 220

Note to the reader: this post was originally written a while ago. ~220 days into the pandemic it has since been ported to this blog. I was just about to start writing a blog post about games that would be good to play with friends remotely, when I realized that the pandemic would be an…

Apple Pi

Over the past few weeks, I’ve accumulated 3 Raspberry Pi’s. The first (aptly named Raspberry) has taken over the primary function of my linux partition on my desktop – the home media server. The second (named Apple) has become an inbound / outbound networking endpoint with PiHole and sson-to-have-more features. My 3rd pi, named Blueverry…

watchman-make

When working on small scripts, or writing a document that I want converted to a different format, Ill sometimes use a program that will watch for file changes, and run a command for me automatically. Ill usually use this command to run the script to check its output, or have it convert the document so…