Blog
Response Time Comparison: GitLab Pages vs. Cloudflare Pages
While I compare VPS hosting providers every month, I actually don't my personal blog (this site) on a VPS anymore. Come to think of it, I don't even remember if this particular iteration of my own private slice of the [...]
How to change the hostname on Arch Linux
Admittedly, I rarely ever need to change the hostname of a system. I have my own standard naming convention that I use, and will set things up at the time of installation, never to be touched again. Recently with a [...]
Tracking daily active users (DAU) with Redis
Daily active users, also known as DAU, is the number of unique users that have interacted with a website or application in a given day. We're going to discuss how to track this metric, in a language agnostic fashion. The [...]
VPS Showdown - March 2022 - DigitalOcean vs. Lightsail vs. Linode vs. UpCloud vs. Vultr
The biggest news this month is that Linode was recently acquired by Akamai Technologies for a whopping $900M. What that will do to the VPS landscape is yet to be seen. The most immediate impact I've noticed is that Linode [...]
How to run a command after changing directories in zsh
About once a year or so, I go through my dotfiles and do some clean up. Usually around spring time, but also, usually after I discover some new hotness that I had not known about that I want to leverage [...]
How to display a JavaScript array in HTML
From time to time, I see a search query that made it to my blog that piques my interest and inspires a post. This is one such post. How does one take an array (presumably in JavaScript) and display it [...]
How to fix signature is unknown trust on Arch Linux
My continued love/hate relationship with Arch Linux continually yields topics to blog about. This week's topic reared it's head while attempting to perform an update after waiting a bit longer than I usually do, which yielded an error about one [...]
VPS Showdown - February 2022 - DigitalOcean vs. Lightsail vs. Linode vs. UpCloud vs. Vultr
Around this time last year, we were dealing with one of the worst winter storms in Texas history. While it's still pretty cold, we've been extremely fortunate this year. Hopefully everybody reading this is staying warm (or cool, if you're [...]
How to fix tlp and power-profiles-daemon are in conflict on Arch Linux
I've been attempting to move to a more regimented weekly to every other week update of my Arch Linux systems. In doing so, I've stopped blocking Kernel updates and rebooting a bit more frequently. Of course, due to the nature [...]
Reattaching to a still attached GNU Screen session
While tmux is my daily driver for local terminal multiplexing, I still use GNU screen when I'm working on remote servers. The primary reason for this is to avoid nesting tmux sessions. I can use tmux locally, ssh to a [...]