cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agoTradeoffslemmy.mlimagemessage-square96fedilinkarrow-up1735arrow-down117
arrow-up1718arrow-down1imageTradeoffslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square96fedilink
minus-square2deck@lemmy.worldlinkfedilinkarrow-up14arrow-down2·1 month agoIf you’re having to do repetitive shit, you might reconsider your approach.
minus-squareSkyeStarfall@lemmy.blahaj.zonelinkfedilinkarrow-up6·1 month 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-up3·1 month agoNah, I’m good the way I do things. I have a good pace that has been working out very well for me :)
minus-squarestilgar [he/him] @infosec.publinkfedilinkEnglisharrow-up2·1 month 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.
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…
Nah, I’m good the way I do things. I have a good pace that has been working out very well for me :)
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.