Mozilla and the Death of Virtue

Sun 08 September 2024

A fedifriend mentioned me yesterday on a post about a recent kerfuffle regarding some decisions that Mozilla has been making, particularly in regards to buying an advertising company (and integrating advertising into the browser) and adding "A.I." features into recent builds of Firefox.

I had intended to reply with …

Category: Ethics
Tags: Computing   Ethics   FOSS (Free and Open Source Software)   Non-religious post   Non-technical post  

Read More

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
Page 12 of 17

« Prev Next »