this post was submitted on 08 Sep 2024
1221 points (98.3% liked)

Programmer Humor

32561 readers
351 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
[–] AVincentInSpace@pawb.social 174 points 2 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.

[–] interdimensionalmeme@lemmy.ml 25 points 2 months ago (24 children)

Strong competition from yaml and json on this point however

[–] AVincentInSpace@pawb.social 32 points 2 months ago (17 children)

Alright, the YAML spec is a dang mess, that I'll grant you, but it seems pretty easy for my human eyes to read and write. As for JSON -- seriously? That's probably the easiest to parse human-readable structured data format there is!

[–] Flipper 3 points 2 months ago

We're we are going we don't need any comments.

load more comments (16 replies)
load more comments (22 replies)
load more comments (30 replies)