All webservers/domains and subdomains on my machine serve https now. So far, this is optional for all domains except releases.fireandbrimst.one, because I think you should still be able to choose. On slow connections (think satellite connection in the middle of nowhere), https can still be a problem.
I used Oliver Kuederle’s pointers to configure nginx and obtain certs with lego. I did not like the official Let’s Encrypt certbot, too much magic and Python involved. Lego seemed like a sensible alternative.
The certificate will be renewed every month.
Since youtube-dl still doesn’t incorporate parallel downloads, here is a one-liner (sort of) parallelizing playlist download with Unix tools:
youtube-dl "PLAYLIST_URL" --flat-playlist -j | awk '{print $2}' | tr -d ',"' | awk '{print "https://www.youtube.com/watch?v=" $0}' | xargs -n 1 -P 10 youtube-dl
Only works with newer versions of youtube-dl, older ones seem to shuffle the utilized JSON dump nondeterministically. xargs’ parameter P would be the knob to adjust the number of parallel processes.
[Der Artikel ist überholt und deswegen nicht mehr in Gänze online]
1&1 lieferte künstlich eingeschränkte FritzBoxen 7412 mit WLAN-Miete aus. Die Beschränkung bezog sich nur auf die Software, das Gerät ist an sich vollständig. Ein Debranding mit anschließendem Firmware-Update hob die künstliche Einschränkung (legal) auf.
[Beschreibung obsolet]
I rediscovered some old photos I took with my grandpa’s Minolta X-700 and an expired colour film:
Happy Easter.