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)

    • rtxn@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      I’ve used both YAML and a TOML-adjacent INI format for Ansible. While I wouldn’t use YAML for massive data serialization (because significant whitespaces are fucking stupid), it’s much better suited for manual data entry compared to most options, including TOML, when nested data structures are required.

      And if YAML’s structure is too complicated, that’s honestly a skill issue.