Lena@gregtech.eu to Programmer Humor@programming.devEnglish · 1 day agoHTTP Catshttp.catexternal-linkmessage-square17fedilinkarrow-up1271arrow-down12file-textcross-posted to: technology@lemmy.world
arrow-up1269arrow-down1external-linkHTTP Catshttp.catLena@gregtech.eu to Programmer Humor@programming.devEnglish · 1 day agomessage-square17fedilinkfile-textcross-posted to: technology@lemmy.world
minus-squareAngryCommieKender@lemmy.worldlinkfedilinkarrow-up5·1 day agoWhy would 418 ever be used? Also 425, mood.
minus-squarefloquant@lemmy.dbzer0.comlinkfedilinkarrow-up6·24 hours agoAs per RFC, when an internet-connected teapot is asked to brew coffee.
minus-squareDekkiaAlinkfedilinkarrow-up17·1 day ago418 comes from an April fools’ joke published as RFC7168. I’ve used it for debugging before because it stands out and is generally suported.
minus-squareboonhet@sopuli.xyzlinkfedilinkarrow-up3·9 hours agoI once returned it in a home assignment in case true == false and added a comment that it’s cosmic radiation induced bit flip detection. I got the job.
minus-squarefubarx@lemmy.worldlinkfedilinkarrow-up3·edit-21 day ago418: catchall API response when all else fails. Easy to filter in logs.
Why would 418 ever be used?
Also 425, mood.
As per RFC, when an internet-connected teapot is asked to brew coffee.
418 comes from an April fools’ joke published as RFC7168.
I’ve used it for debugging before because it stands out and is generally suported.
I once returned it in a home assignment in case true == false and added a comment that it’s cosmic radiation induced bit flip detection.
I got the job.
418: catchall API response when all else fails. Easy to filter in logs.