Lena@gregtech.eu to Programmer Humor@programming.devEnglish · 1 month agoHTTP Catshttp.catexternal-linkmessage-square19fedilinkarrow-up1306arrow-down12file-textcross-posted to: cat@lemmy.worldcat@lemmy.worldtechnology@lemmy.worldtechnology@beehaw.orgtechnology@beehaw.org
arrow-up1304arrow-down1external-linkHTTP Catshttp.catLena@gregtech.eu to Programmer Humor@programming.devEnglish · 1 month agomessage-square19fedilinkfile-textcross-posted to: cat@lemmy.worldcat@lemmy.worldtechnology@lemmy.worldtechnology@beehaw.orgtechnology@beehaw.org
minus-squareAngryCommieKender@lemmy.worldlinkfedilinkarrow-up7·1 month agoWhy would 418 ever be used? Also 425, mood.
minus-squareDekkia@this.doesnotcut.itlinkfedilinkarrow-up23·1 month 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·29 days 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·1 month agoAs per RFC, when an internet-connected teapot is asked to brew coffee.
minus-squarefubarx@lemmy.worldlinkfedilinkarrow-up5·edit-21 month 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.