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
Page 9 of 11

« Prev Next »