cm0002@lemmy.world to Programmer Humor@programming.dev · 8 个月前Tradeoffslemmy.mlimagemessage-square89linkfedilinkarrow-up1750arrow-down117cross-posted to: programmerhumor@lemmy.ml
arrow-up1733arrow-down1imageTradeoffslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 8 个月前message-square89linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-square2deck@lemmy.worldlinkfedilinkarrow-up14arrow-down2·8 个月前If you’re having to do repetitive shit, you might reconsider your approach.
minus-squareSkyeStarfall@lemmy.blahaj.zonelinkfedilinkarrow-up6·8 个月前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
minus-squarestilgar [he/him] @infosec.publinkfedilinkEnglisharrow-up2·8 个月前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.
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.