

Free speech abolitionist.
Free speech abolitionist.
i was for the most part only heating a single room
Have you made sure that your other rooms are not getting moldy? Cold air can’t carry as much moisture so your walls, furniture, etc. might be getting damper than they should be.
Well, now you can tweet wherever you like and don’t have to invent a silly new verb for every new platform.
It’s a belief in Techno-Jesus that will solve all our problems so we don’t have to solve them ourselves (don’t need to do the uncomfortable things we don’t want to). Just like aliens, the singularity, etc.
More like a mafia protection racket.
From world police to mafia protection racket.
He meant “free speech abolitionist”, easy typo to make.
EU warning against advertising on X
… and Musk supporting anti-EU parties.
GNU parallel, to run commands on all cores, and for its filename pattern substitution.
For example:
ls *.flac | parallel ffmpeg -i {} {.}.mp3
encodes a directory of FLAC files to MP3.parallel -a <(ls *.flac) -a <(ls *.mp3) --xapply copytags {1} {2}
then copies each FLAC file’s metadata to the corresponding MP3 file (which ffmpeg already does, just to illustrate the--xapply
option).edit:
copytags
is https://github.com/DarwinAwardWinner/copytags if that’s useful for anyone.