2025-10-22 11:51:14
Today I used the venerable rename.pl tool to fix a bunch of filenames (from 1.png, 10.png etc to lw001.png): `rename 's/^(\d )\.png/sprintf("lwd.png", $1)/e' *.png` #Perl
Today I used the venerable rename.pl tool to fix a bunch of filenames (from 1.png, 10.png etc to lw001.png): `rename 's/^(\d )\.png/sprintf("lwd.png", $1)/e' *.png` #Perl
@… I've sent a bunch of people a link to #perl)
I brain coded a static image gallery in a few hours using #Perl #vibecoding https://domm.plix.at/perl/20…
Today #Perl Weekly 742: https://perlw…
Today we managed to find a nice way to install our darkpan modules from gitlab into our app containers. Detailed blog post upcoming! #Perl