Manfred Touron

Fun

22 pages about "Fun"

Creating my first "10-hours" youtube loop video

  1. calculate the amount of loops needed using https://dan.hersam.com/tools/time-calc.html
  2. for i in {1..383}; do printf "file '%s'\n" "loop1.mp4" >> list.txt; done
  3. ffmpeg -f concat -i list.txt -c copy output.mp4

Result: https://www.youtube.com/watch?v=ht52BlqSpAU

SSH Billoard

I remember when I discovered the SSID Billboard / SSID Advertising hack:

It joins a more generic trend I love: the equivalent of side-channel attacks or just, hacking default usages for alternative purposes.

github.com/moul.keys

PS: Just to be clear, no, I don’t have the private key that goes with the ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL++++++++++++++++++++++++++++++++++++++++++ public key :)

PS 2:: Yes, I do have the private keys for public keys ending with 42, and yes, I generated a lot of keys before having them (approx 2 millions) :p

"Cripoudant.js"

Un ami vient d’inventer un nouveau mot:

Cripoudant = adjectif désignant quelque chose oscillant en dents de scie, mais avec des plateaux aux amplitudes min ou max réparties aléatoirement

J’en ai profité pour faire un PoC: https://moul.link/cripoudant :)