cm0002@lemmy.world to Programmer Humor@programming.dev · 16 hours agoTradeoffslemmy.mlimagemessage-square66fedilinkarrow-up1509cross-posted to: programmerhumor@lemmy.ml
arrow-up1509imageTradeoffslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 16 hours agomessage-square66fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-square2deck@lemmy.worldlinkfedilinkarrow-up10·11 hours agoIf you’re having to do repetitive shit, you might reconsider your approach.
minus-squarestilgar [he/him] @infosec.publinkfedilinkEnglisharrow-up1·5 hours agoI’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.
minus-squareSkyeStarfalllinkfedilinkarrow-up4·9 hours agoDepending 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
minus-squarepenquin@lemm.eelinkfedilinkarrow-up1·9 hours agoNah, I’m good the way I do things. I have a good pace that has been working out very well for me :)
If you’re having to do repetitive shit, you might reconsider your approach.
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.
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
Skill issue…
Nah, I’m good the way I do things. I have a good pace that has been working out very well for me :)