cm0002@lemmy.world to Programmer Humor@programming.dev · 2 years agoTradeoffslemmy.mlimagemessage-square82linkfedilinkarrow-up1535cross-posted to: programmerhumor@lemmy.ml
arrow-up1535imageTradeoffslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 years agomessage-square82linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-square2deck@lemmy.worldlinkfedilinkarrow-up12·2 years agoIf you’re having to do repetitive shit, you might reconsider your approach.
minus-squareSkyeStarfall@lemmy.blahaj.zonelinkfedilinkarrow-up4·2 years 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·2 years 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·2 years 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 :)