orhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 1 month agoREST my ass 💩eviltoast.orgexternal-linkmessage-square106fedilinkarrow-up1840arrow-down15
arrow-up1835arrow-down1external-linkREST my ass 💩eviltoast.orgorhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 1 month agomessage-square106fedilink
minus-squarekaty ✨@piefed.blahaj.zonelinkfedilinkEnglisharrow-up64·1 month agoerror = true with no description or answer is basically ten years of searching stackoverflow and reddit threads for an answer.
minus-squarewetbeardhairs@lemmy.dbzer0.comlinkfedilinkarrow-up11·1 month agoOr a link to a thread on microsoft answers that 404s
minus-squarekaty ✨@piefed.blahaj.zonelinkfedilinkEnglisharrow-up9·1 month agothat’s the worst due to how microsoft answers redirects work making it impossible to go back to the previous page.
minus-squaredouglasg14b@lemmy.worldlinkfedilinkarrow-up4·30 days agoHonestly at this point if it’s source available it’s almost faster to dig through and find the affected module on source to determine behavior. Unless of course it’s just crazy abstracted, which can be an unintentional form of obfuscation when applied poorly.
error = true with no description or answer is basically ten years of searching stackoverflow and reddit threads for an answer.
Or a link to a thread on microsoft answers that 404s
that’s the worst due to how microsoft answers redirects work making it impossible to go back to the previous page.
Honestly at this point if it’s source available it’s almost faster to dig through and find the affected module on source to determine behavior.
Unless of course it’s just crazy abstracted, which can be an unintentional form of obfuscation when applied poorly.