My Every Day Carry, Part II: Backpack Edition
In Part I, I went over the items in my pockets. In this installment, I will go over the items in my backpack.
Yes, I'm milking the posts to try to catch up to my WritingMonth quota. Hush. 😄
Here's what's currently in my backpack:
Large items
Read More
My Every Day Carry
My EDC is kind of boring, but sometimes even the most boring items have an interesting history.
I used to carry around a Photon Microlight, but haven't needed a pocket light since 2010, thanks to modern phones.
I also used to carry a mini Swiss Army Knife in my pocket …
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
Android Messaging, Part II: Life Limped Along at Sub-sonic Speeds
In Part I, I discussed the state of "Native Messaging" services in FOSS Android forks/builds, and why RCS might never be coming to these OSes.
What does that leave us with? Well, SMS and MMS, of course, but using what client?
Unfortunately, there is (of course) no one good …
Read More
FOSS ROMS and the Terrible, Horrible, No Good, Very Bad State of Native Messaging on Android
Now that I've piqued your curiosity with an reference to a children's book I've never actually read (because I'm an alien, apparently), let me pause the narrative train by carefully defining some terms:
- FOSS: Free and Open Source Software
- ROMs [sic]: Custom builds of the Android mobile operating system from …
Read More
Getting Back In Shape (For the Acutely and Chronically Under-Dopamined)
I've just started a new exercise regimen (because, you know, it was either that or apply for asteroid status*).
I've tried to get into exercise for... well... many, many years. I've even spent a lot of money of gym memberships that went absolutely nowhere.
I will say quickly that I …
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
A first foray into miniblogging: `blogme`
I've often enjoyed using my tootme
script to easily toot from the command-line.
The reason I wrote this script is that the excellent toot
utility which I had been using to toot from the command-line would just fail ungracefully if it encountered an error (like crossing the benighted 500-character post …
Read More
Gesture navigation is lame
In late 2017, Apple introduced what was to be a very revolutionary iPhone (by iPhone standards, heh): The iPhone X.
Gone were the archaic huge forehead (how much room do you really need for a speaker, camera, and proximity sensor?) and chin (with physical home button*). In its place was …
Read More