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
A Breath of Fresh Air
It's funny to me how simple, practical changes can produce lasting effects. It's also funny how something can seem so insurmountable when you're stuck in a certain mindset, only to realize that it's just a matter of a simple change of thinking and habits.
When I was younger (read: thirties …
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
Web 1.0 is (unironically) going great
I resolved never to put a web browser on this machine, which is a Thinkpad X200t from early 2010 with the Libreboot firmware flashed to it, and the wifi card replaced with a FOSS-driver-loving atheros-based card. Ever since I got it in early 2019, it's been my "writing machine …
Read More
Using `cal` and plain text to track things, Part II
Back in September, I posted about using the output of cal and plain text to track things. Here is the example of that format I listed in the post:
August 2023
Su Mo Tu We Th Fr Sa
. 2 3 . 5
. 7 . . . . .
. . . 16 . . .
. . . . . 25 .
. . . 30 .
2023/08/02 326 45 …
Read More
Using `cal` and plain text to track things
I know everyone's got their preferred notes app/platform, but I've been using SimpleNote for several years now, and I'm quite fond of it. Not only does it have very usable mobile and cross-platform desktop apps, it also has alternate apps like nvpy (a GUI) and sncli, an excellent command …
Read More