this post was submitted on 04 Jul 2025
173 points (98.3% liked)

Programmer Humor

24772 readers
1313 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] fibojoly@sh.itjust.works 26 points 1 day ago (6 children)

I'm amazed at developers who don't grasp that you don't need to have absolutely everything under the sun in a human readable file format. This is such a textbook case...

[–] chaospatterns@lemmy.world 11 points 1 day ago (1 children)

Yeah this isn't even human readable even when it's in YAML. What am I going to do? Read the floats and understand that the person looked left?

[–] squaresinger@lemmy.world 1 points 9 minutes ago

It's human-readable enough for debugging. You might not be able to read whether a person look left, but you can read which field is null or missing or wildly out of range. You can also read if a value is duplicated when it shouldn't be.

Human-readable is primarily about the structure and less about the data being human readable.

load more comments (4 replies)