Yet another “brilliant” scheme from a cryptobro. Naturally this caused a gold-rush for scammers who outsourced random people via the gig economy to open PRs for this yml file (example)

  • umbraroze@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    4 months ago

    Brief history of YAML:

    “Oh no! All of these configuration file formats are complicated. I want to make things simpler!”

    (Years go by)

    “…I have made things more complicated, haven’t I?”

    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.)