Author: Josh Sherman
-
VPS Showdown – September 2024 – DigitalOcean vs. Linode vs. Vultr
Labor Day weekend, and I’m trying to drum up the inspiration to run some VPS benchmarks. I’m sticking to the theme of comparing like processors, of the AMD variety. I spun up 3 (or 4, more on that later) instances with each provider, all running Ubuntu 24.04 LTS. The results have been averaged, when applicable.…
-
Transferring Steam Game Save Data Isn’t Worth the Headache
My blog tends to be a collection of solutions for problems that I have faced. Today I had set out to write about transferring Steam game save data. I recently upgraded from my Steam Deck LCD to a Steam Deck OLED. Most games use Steam Cloud to sync the save data. I found that I…
-
How to Automatically Delete Old S3 Files Using Lifecycle Rules
Amazon Web Services block storage is still one of my go to backup solutions. My backups tend to be pretty small, so the cost is negligible. Over time though, the pennies start to add up. Once the cost gets to a couple of bucks, I go in and purge backups and the cycle begins anew.…
-
How to determine Intel CPU generation on Linux
Late to the party, I recently heard about the voltage issues that are plaguing 13th and 14th generation Intel processors. While I don’t have many systems with Intel processors, I was still concerned, especially since my home server has started to behave a bit more erratic in the past few months. Fortunately, it seems that…
-
VPS Showdown – August 2024 – DigitalOcean vs. Linode vs. Vultr
Gonna cut to the case this month, as I’m in the middle of mixing and mastering the final track of our upcoming EP. I’ve spun up 3 instances with DigitalOcean, Linode, and Vultr. Each one is in or around the New York / Newark area. They are all running some sort of AMD processor, hence…
-
Convert string to number with JavaScript
Been working through swapping a MySQL library recently to prepare for a major database upgrade. The old library would return the results from function like AVG and SUM as a number. The new library, not so much. MySQL natively returns those values as strings, which I can applaud the library for respecting. Coming from a…
-
How to Make Your WordPress RSS Feed Show Full Articles Instantly
Finally getting around to resurrecting my newsletter, I wanted to update my RSS feed to include the full text of my articles, so that the entire post will be included in the email. Fortunately, WordPress has an option for this, and it doesn’t even require a plugin to pull it off. Enable full text in…
-
OS detection in Vim
As somebody that jumps between multiple operating systems, it’s become necessary to have OS detection in my VIm configuration. This problem isn’t new to me, as I’ve already taken strides in my dotfiles and have previously talked about OS detection in shell scripts. OS detection in Vim Vim has a function that allow you to…
-
VPS Showdown – July 2024 – DigitalOcean vs. Linode vs. Vultr
While not as perfect as I would like, this month we’ll continue with comparing plans with AMD processors from DigitalOcean, Linode, and Vultr. Pricing ranges from $5 to $7, and while each instance has an AMD processor, there is still a mix of what you may end up with. DigitalOcean still isn’t very transparent with…
-
Error: failed to prepare transaction (could not satisfy dependencies) on Arch Linux
Continuing with the theme from the last couple of weeks, we’re going to talk about an issue that cropped up when upgrading my Arch Linux system. After resolving a couple of other issues with specific packages, I attempted to upgrade my system with yay -Syu and was greeting with yet another error: This error was…