wtf is an “FSI Shit”?
(source: page 304 of the POWER9 Processor User’s Manual)
thunderstorms are fun to watch
for some reason I couldn’t hear any thunder
video cut, slowed down (from 30 FPS to 15 FPS), and transcoded from H.265 to AV1 using ffmpeg:
ffmpeg -i lightning.mp4 -ss 00:40 -to 00:43 -map 0:v -c:v copy -bsf:v hevc_mp4toannexb lightning-raw.h265
ffmpeg -fflags +genpts -r 15 -i lightning-raw.h265 -c:v copy lightning-cut.mp4
ffmpeg -i lightning-cut.mp4 -c:v libsvtav1 lightning-cut.webm
why would you write if (x) ; else y; instead of if (!x) y;?
(ignore the horrible indentation, it’s 4 spaces then 1 tab then 4 spaces again)