Organizing photos by geolocation from the command line

Fri 21 June 2024

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 …

Category: QuickPost
Tags: Computing   Informal post   Linux   Non-religious post   Productivity   QuickPost   Unix Tips  

Read More

Use what works for good

Tue 26 December 2023

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 …

Category: Ethics
Tags: BSD   Computing   Ethics   FOSS (Free and Open Source Software)   FreeBSD   Linux   Non-religious post   UNIX  

Read More

FOSS Games are actually pretty good!

Mon 04 December 2023

There's a lot of talk about gaming in Linux these days, and that's exciting, because it's drawing attention to Linux's capabilities. While the games being spoken of are mostly proprietary (and pretty awful, from a software-freedom perspective), it's good to see people getting interested in Linux, even when for only …

Category: Tech
Tags: Computing   FOSS (Free and Open Source Software)   Gaming   Linux   Non-religious post   UNIX  

Read More

Web 1.0 is (unironically) going great

Wed 29 November 2023

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 …

Category: Tech
Tags: Computing   Ethics   FOSS (Free and Open Source Software)   Linux   Non-religious post   Productivity   UNIX   Unix Tips   WritingMonth  

Read More

UNIX is "dead," Part II

Sat 25 November 2023

I was re-reading my original UNIX is dead. Long live UNIX article, and I realized something that helped me better classify the various types of UNIX OSes:

I see OSes like the BSDs as UNIXes, while I view MacOS and many Linux distros (particularly the Gnome-oriented ones, more about that …

Category: Tech
Tags: BSD   Computing   Ethics   FOSS (Free and Open Source Software)   Linux   Non-religious post   Philosophy   UNIX   WritingMonth  

Read More
Page 4 of 5

« Prev Next »