Difference between revisions of "User:Woozle/linkdump/2022"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
Line 454: Line 454:
 
** I guess I'm irritated enough at Signal's habit of treating desktop as a second-class target (and tying everything to phone numbers, which seemed like a bad security call from the very beginning) that I'll just deal if someone manages to re-register a device with my phone number. That would be the one time I'd be glad that new devices can't import old data/contact (though I still wish existing devices could explicitly send that data over).
 
** I guess I'm irritated enough at Signal's habit of treating desktop as a second-class target (and tying everything to phone numbers, which seemed like a bad security call from the very beginning) that I'll just deal if someone manages to re-register a device with my phone number. That would be the one time I'd be glad that new devices can't import old data/contact (though I still wish existing devices could explicitly send that data over).
 
* https://getpocket.com/explore/item/how-heat-pumps-can-help-fight-global-warming
 
* https://getpocket.com/explore/item/how-heat-pumps-can-help-fight-global-warming
 +
* https://social.coop/@jonny/108835379495867720 - deeply insecure voting at Hackernoon

Revision as of 12:13, 17 August 2022

January

February

March

April

May

June

July

August

To rotate a video 90 degrees, try:

$INPUTVIDEO='input.mp4'
$OUTPUTVIDEO='output.mp4'
ffmpeg -i $INPUTVIDEO -metadata:s:v rotate="-90" -codec copy $OUTPUTVIDEO