cm0002@lemmy.world to Programmer Humor@programming.dev · 12 days agoTradeoffslemmy.mlimagemessage-square90fedilinkarrow-up1740
arrow-up1740imageTradeoffslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 12 days agomessage-square90fedilink
minus-square2deck@lemmy.worldlinkfedilinkarrow-up14·12 days agoIf you’re having to do repetitive shit, you might reconsider your approach.
minus-squareSkyeStarfall@lemmy.blahaj.zonelinkfedilinkarrow-up6·12 days 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-up1·12 days 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…
deleted by creator
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.