agitated_judge@sh.itjust.workstoProgramming@programming.dev•Tabs are objectively better than spaces - gomakethings.com
2·
1 year agoWhere’s the fun in that?
Where’s the fun in that?
Ah, the best kind of indent. A tab and a space.
Everything. Literally everything can be fatal in large enough quantities. Quote from one of my chemistry professors: “there are no lethal substances, only lethal doses”
Nonsense. The plane obviously accidentally collided with a surface-to-air missile that was randomly flying at the aircraft’s vicinity. Nothing to see here, move on.
Absolutely yes. Even if you have marked all their previous emails as non-spam manually.
https://www.youtube.com/watch?v=dzVqP9sem98
TLDR you break hard. And you blow the transmission.
for i in $( ls *.gif ); do fmpeg -i $i -vf “crop=w:h:x:y” cropped_$i; done
This runs on Linux/Mac or on WSL on windows Make sure there are no spaces in the filenames.