1409
you are viewing a single comment's thread
view the rest of the comments
[-] rumba@lemmy.zip 34 points 1 week ago

We'd rather re-create reality where we know everything rather than taking the time to learn how to use a system someone else wrote.

IT and DevOPS does this too.

I worked with a group once that re-invented XML so that non-technical people could create text-based rules instead of writing code. But it ended up with a somewhat rigid naming structure with control characters and delimiters. The non technical people hated it more the actual XML they had used prior.

[-] qaz@lemmy.world 22 points 1 week ago

You're talking about YAML? /s

[-] rumba@lemmy.zip 11 points 1 week ago

LOL. not far off

They started out with something close to YAML. As the project moved forward, they found out they needed to represent logic with interlinked sections. They needed section 3, point a to link back to section 1 point 3, sub point 2. So they toyed with some assembly-like operations. Then they needed some inheritance. They really just slowly re-implemented the common applications of xml one at a time, it just had less brackets and <> symbols when they were done.

[-] dejected_warp_core@lemmy.world 5 points 1 week ago

Re: the not-XML-instead-of-code thing. Eventually, this sort of thing turns into a programming language. It's just like carcinisation. Or you wind up writing ever-more code to support the original design. The environment inevitably creates evolutionary pressure that only if/else and iteration logic can solve, forcing the design ever closer to being Turing-complete.

this post was submitted on 21 Jul 2025
1409 points (100.0% liked)

Programmer Humor

25457 readers
910 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