Laptops: A Romance
As I wrote in yesterday's article, I have a soft spot in my heart for laptops. They exist in this incredibly sweet spot where convenience and agency/freedom converge in the very best way, possible. I bought my first laptop in 1995 with my very hard-earned money, but let's start …
Read More
What is FOSS?
Note: This article was originally written last December, and was sidelined because I didn't feel it was finished. Reading through it this morning, I realized reason that I never "finished" it is because the next step would've been to write a 1280-word chapter, which is no small feat. But honestly …
Read More
Why would you use Perl in 2024?
The rise and fall of the popularity of programming languages is fun to watch.
Quick disclaimer: I'm not a programmer. I've never held a programming job. I have been interested in programming as a hobby for several decades, and have written shell scripts as a part of my job in …
Read More
Which Linux Distro *shouldn't* I pick, and why?
I enjoyed The Linux Cast's recent video tackling the perennially-debated question of "the best Linux" distro, and I wanted to present my own somewhat tongue-in-cheek version of a recommended Linux Distro List, but more like a dis-recommendation list.
So here are some distros I (kinda sorta) do not recommend …
Read More
An unexpected game of "Musical Laptops"
I purchased this laptop I'm writing on now about a month ago. It's a Thinkpad X260 from 2016. I looked it up online, and it was actually shipped the very day (or the day before/after) I graduated college. That's a fun little coincidence to make me feel the passage …
Read More
Organizing photos by geolocation from the command line
Want to organize your photos by gps/geolocation, but don't feel like dealing with a slow GUI app?
That's ok, you can do it from the command line!
precision=2
for file in *.jp*g
do
coord=$(exiftool -c "%.${precision}f" "$file" |grep GPS.Position |sed 's/^[^:]*:[[:space:]]*//')
dir="gps …
Read More
The Toxicity Dance
There's been some kerfuffle today on the fediverse over the issue of toxicity in the Linux and Open Source community. "Toxic" is one of those trigger words that immediately gets fingers a-pointing. The great irony is that just to mention the word "toxic" can in itself be a toxic statement …
Read More
Use what works for good
Exactly a month ago, I wrote an article challenging the prevalent pragmatist-argument for choice in the digital world.
I'd like to refine that thought a bit further, based on recent experiences.
A little over a week ago, I started crafting an article covering FOSS keyboards for Android. This is one …
Read More
So, I Guess I'm a Vampire, Now
As anyone who knows me on the Fediverse can tell you, I've been a bit of a light-theme snob. (If you're not sure what I'm referring to, I'm talking about whether text on a screen (computer or otherwise) is chiefly light colors on dark colors (dark theme) or dark colors …
Read More
FOSS Games, Part II
I got a lot of wonderful feedback on my original FOSS Games are actually pretty good! article, and I wanted to share with you all the information that was so kindly shared with me.
Here are some FOSS games highly recommended by the community, although I have not personally played …
Read More