this post was submitted on 08 Sep 2024
1196 points (98.2% liked)

Programmer Humor

32031 readers
1070 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Takumidesh@lemmy.world 6 points 1 week ago (1 children)

I hate writing and reading xml compared to json, I don't really care if one is slightly leaner than the other. If your concern is the size or speed you should probably be rethinking how you serialize the data anyway (orotobuff/DB)

[โ€“] toastal@lemmy.ml 1 points 1 week ago* (last edited 1 week ago)

I mean we have a generation that thinks XML is bloated & JSON is superior but those two formats are about the same on performance & compressed size--which was the point. The non-plaintext-readable formats are superior along a lot of metrics but harder to debug & ultimately less common.