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

Programmer Humor

32410 readers
1 users here now

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

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] AVincentInSpace@pawb.social 173 points 11 months ago (33 children)

Some data formats are easy for humans to read but difficult for computers to efficiently parse. Others, like packed binary data, are dead simple for computers to parse but borderline impossible for a human to read.

XML bucks this trend and bravely proves that data formats do not have to be one or the other by somehow managing to be bad at both.

[–] racemaniac@lemmy.dbzer0.com 3 points 11 months ago (4 children)

There are people who find XML hard to read?

[–] chunkystyles@sopuli.xyz 3 points 11 months ago

I see you've never worked with SOAP services that have half a dozen or more namespaces.

load more comments (3 replies)
load more comments (31 replies)