My best guess is that they hope some agriculture or GMO company might have a use for it. Basically crops + future theme. Maybe they were trying to stand out from the likely vastly more common corn + person in lab coat?
I write bugs and sometimes features! I’m also @CoderKat@kbin.social.
My best guess is that they hope some agriculture or GMO company might have a use for it. Basically crops + future theme. Maybe they were trying to stand out from the likely vastly more common corn + person in lab coat?
Ugh, there’s some parts of YAML I love, but ultimately it’s a terrible format. It’s just too easy to confuse people. At least it has comments though. It’s so dumb that JSON doesn’t officially have comments. I’ve often parsed “JSON” as YAML entirely for comments, without using a single other YAML feature.
YAML also supports not quoting your strings. Seems great at first, but it gets weird of you want a string that looks like a different type. IIRC, there’s even a major version difference in the handling of this case! I can’t remember the details, but I once had a bug happen because of this.
Performance wise, both YAML and JSON suck. They’re fine for a config file that you just read on startup, but if you’re doing a ton of processing, it will quickly show the performance hit. Binary formats work far better (for a generic one, protobuffers has good tooling and library support while being blazing fast).
For today’s 10,000 who have never seen it, https://xkcd.com/936/ succinctly explains why the whole mixed character types thing isn’t favoured.
No, we are both dreaming butterflies.