Blog
How to set the background color of a Google Chart
As luck would have it a Google Chart I had created some time last year, which was looking great for a while, recently decided that the background color of the chart itself was going to switch from the color I [...]
Fixing an Arch Linux system missing vmlinuz
I run into my fair share of "gotchas" as an Arch Linux user. I also stand firmly that I've always ran into my fair share of "gotchas" running Linux in general. In fact, I've even run into my fair share [...]
Unable to upgrade ttf-google-fonts-opinionated-git on Arch Linux
From time to time a routine upgrade on Arch Linux ends up causing me a bit of grief. Fortunately, I do like a bit of chaos from time to time and the opportunity to solve problems is why I got [...]
VPS Showdown - June 2020 - DigitalOcean vs. Lightsail vs. Linode vs. UpCloud vs. Vultr
After a few months of without Lightsail and UpCloud, it's time to bring them back into the fold and subsequently roll back to benchmarking on Ubuntu 18.04 LTS instead of 20.04 LTS. That said, the only provide that doesn't support [...]
Increase memory limit for Composer
Gone are the days of stitching together disparate services in an effort to create a solid continue integration and deployment pipeline. GitLab has had it's Runners for a while and recently GitHub stepped into the mix with their Actions offering [...]
How to escape curly brackets in Liquid templates
My blog is generated by Jekyll. Jekyll uses Liquid for it's templates. I include a decent amount of source code in my articles and sometimes the syntax collides with Liquid's own syntax. Then this happens: Liquid Warning: Liquid syntax error [...]
Only run step for specific version with GitHub Actions
With my recent exploration of GitHub Actions, I've had to figure out things that I've already figured out with other systems like GitLab Runners and Travis CI. One such thing is conditionally running steps. For things like code coverage, I'm [...]
Hiding scroll bars while maintaining scroll functionality in modern browsers
As I've been rebuilding my social network from the ground up recently, I've been extremely mindful of the fact that 60% of my users are experiencing the site on a mobile device, specifically phones. Because of this, I've been attempting [...]
Moving from only syntax to rules syntax in GitLab CI/CD v13.x+
Saw a recent announcement from GitLab that the only and except syntax for GitLab CI/CD was going to be deprecated soon in the v13 release. Amendment: The only / except syntax isn't actually being deprecated as pointed out by Jason [...]
The repository does not have a Release file on older Ubuntu releases
Recently I working on some posts on how to upgrade to Node v14.x on a variety of different versions of Debian and Ubuntu. The big gotcha came with trying to get things running on versions of Ubuntu that were at [...]