TIL that because the FFmpeg project has gained so much experience in hand-writing assembly code to provide huge speedups, they now are putting together a series of lessons for learning assembly:

Vibe coding is fun and all, but this is probably a better use of time!

https://github.com/FFmpeg/asm-lessons

GitHub - FFmpeg/asm-lessons: FFmpeg Assembly Language Lessons

FFmpeg Assembly Language Lessons. Contribute to FFmpeg/asm-lessons development by creating an account on GitHub.

GitHub

@yiningkarlli "Vibe coding is fun", idk, debugging code made by inexperience coders is already frustrating, let alone made by something that doesn't understand what it's really doing.

That said, that's awesome.