filename correction and heading order refix

This commit is contained in:
exquisitecorp 2022-09-06 01:19:01 -05:00
parent ee8e4d4806
commit 420385c81b
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ This gemlog is best visited between 1am and 6am local time.
# Posts
=> imagemagick.gmi 2022-09-06 - Basic image editing in the command line
=> magick.gmi 2022-09-06 - Basic image editing in the command line
=> trash.gmi 2022-08-07 - Trash rules everything around me

View File

@ -1,7 +1,7 @@
2022-09-06
# Basic photo editing recipes for the command line
2022-09-06
When I started using Linux systems I was initially attracted to the free cost, its lineage of open source software, and the challenge and adventure of using new tools. I still like those things. But more and more I've come to realize that those feel closer to personal preferences than clear advantages. Sure, free is nice, but open source software is often maligned as kludgy - awkward interfaces, for example, or tools that don't quite work without fine tuning your system settings. To be fair, that does occasionally trip me up.
But one of the huge advantages of Linux that I've learned over time is the composability of commands in the command line. With a few terse words you can coax out powerful tools rather than the amount of time searching in GUI software. And more importantly, you can by its very CLI nature automate repetitive tasks, even complex ones.