this post was submitted on 26 Feb 2025
723 points (98.0% liked)

Programmer Humor

20907 readers
382 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
[–] [email protected] 11 points 5 days ago (3 children)

If you're having to do repetitive shit, you might reconsider your approach.

[–] [email protected] 6 points 5 days ago (1 children)

Depending on the situation, repetitive shit might be unavoidable

Usually you can solve the issue by using regex, but regex can be difficult to work with as well

[–] [email protected] 3 points 5 days ago

Nah, I'm good the way I do things. I have a good pace that has been working out very well for me :)

[–] [email protected] 1 points 5 days ago

I've tried this, to convert a large json file to simplified yaml. It was riddled with hallucinations and mistakes even for this simple, deterministic, verifiable task.