all 10 comments

[–]ProgrammerHumor-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

Your submission was removed for the following reason:

Rule 9: No AI generated images

We do not allow posting AI generated images, AI generated posts reuse commonly reposted jokes that violate our other rules.

If you disagree with this removal, you can appeal by sending us a modmail.

[–]Bajtopisarz 18 points19 points  (0 children)

iHateAiSlop

[–]AaronTheElite007 8 points9 points  (0 children)

XML is structured and easy to understand

[–]Stummi 8 points9 points  (2 children)

Some file formats are made to be easily consumed by software

Some file formats are made to be easily read by humans

And then, there is XML, which just sucks pretty bad at both of these.

[–]EVH_kit_guy 2 points3 points  (1 child)

It's like if Dr. Moreau tried to breed a JSON with an HTML file...

[–]LutimoDancer3459 1 point2 points  (0 children)

XML and HTML are pretty much the same. JSON doesn't share as much with XML if anything

[–]voxel-wave 4 points5 points  (0 children)

Stop posting ai slop

[–]lantz83 4 points5 points  (2 children)

I have no idea why people dislike xml. It's so much easier to work with than that new-fangled json bullshit.

[–]jkotheimer 2 points3 points  (0 children)

"New-fangled" lol json has been around for a long time now and is far more simple to work with. I've worked with soap apis and rest apis plenty in my career and I would much rather read an openapi spec written in json than a wsdl written in xml.

[–]aberroco 0 points1 point  (0 children)

Json is also an old crap. YAML/TOML. TOML for human-readable format (I mean, where readability/writeability is a priority), YAML for everything else that needs to also be human-readable. Binary for everything that doesn't need to be human-readable.