cm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agoTradeoffslemmy.mlimagemessage-square83linkfedilinkarrow-up1535cross-posted to: programmerhumor@lemmy.ml
arrow-up1535imageTradeoffslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agomessage-square83linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-square2deck@lemmy.worldlinkfedilinkarrow-up12·3 months agoIf you’re having to do repetitive shit, you might reconsider your approach.
minus-squareSkyeStarfall@lemmy.blahaj.zonelinkfedilinkarrow-up4·3 months 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-squarestilgar [he/him] @infosec.publinkfedilinkEnglisharrow-up2·3 months 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-squarepenquin@lemm.eelinkfedilinkarrow-up1·3 months 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.
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…
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.
Nah, I’m good the way I do things. I have a good pace that has been working out very well for me :)