Lena@gregtech.eu to Programmer Humor@programming.devEnglish · 4 days agoHTTP Catshttp.catexternal-linkmessage-square19fedilinkarrow-up1298arrow-down12file-textcross-posted to: [email protected][email protected][email protected]
arrow-up1296arrow-down1external-linkHTTP Catshttp.catLena@gregtech.eu to Programmer Humor@programming.devEnglish · 4 days agomessage-square19fedilinkfile-textcross-posted to: [email protected][email protected][email protected]
minus-squareAngryCommieKender@lemmy.worldlinkfedilinkarrow-up7·3 days agoWhy would 418 ever be used? Also 425, mood.
minus-squareDekkia@this.doesnotcut.itlinkfedilinkarrow-up22·3 days 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-up8·2 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·3 days agoAs per RFC, when an internet-connected teapot is asked to brew coffee.
minus-squarefubarx@lemmy.worldlinkfedilinkarrow-up5·edit-23 days 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.