Lena@gregtech.eu to Programmer Humor@programming.devEnglish · 2 months agoHTTP Catshttp.catexternal-linkmessage-square19linkfedilinkarrow-up1306arrow-down12file-textcross-posted to: cat@lemmy.worldcat@lemmy.worldtechnology@lemmy.world
arrow-up1304arrow-down1external-linkHTTP Catshttp.catLena@gregtech.eu to Programmer Humor@programming.devEnglish · 2 months agomessage-square19linkfedilinkfile-textcross-posted to: cat@lemmy.worldcat@lemmy.worldtechnology@lemmy.world
minus-squareAngryCommieKender@lemmy.worldlinkfedilinkarrow-up7·2 months agoWhy would 418 ever be used? Also 425, mood.
minus-squareDekkia@this.doesnotcut.itlinkfedilinkarrow-up23·2 months 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-up9·2 months 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-squarefloquant@lemmy.dbzer0.comlinkfedilinkarrow-up10·2 months agoAs per RFC, when an internet-connected teapot is asked to brew coffee.
minus-squarefubarx@lemmy.worldlinkfedilinkarrow-up5·edit-22 months ago418: catchall API response when all else fails. Easy to filter in logs.
Why would 418 ever be used?
Also 425, mood.
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.
As per RFC, when an internet-connected teapot is asked to brew coffee.
418: catchall API response when all else fails. Easy to filter in logs.