I watch a lot of “lost media” discussion channels.
There’s been a lot of lost media searches where the people looking for the thing suddenly found a crucial hint when someone who worked on the project posted a 2.5 second clip of the thing in question in a video cv / showreel.
Expect a lot of that in the future. Except about media that probably didn’t even get released at all in the first place.
Brief history of YAML:
YAML is generally good if it’s used for what it was originally designed for (relatively short data files, e.g. configuration data). Problem is, people use it for so much more. (My personal favourite pain example: i18n stuff in Ruby on Rails. YAML language files work for small apps, but when the app grows, so does the pain.)