Earlier quoted context omitted.
It sounds like people really liked the emojis
This is actually selling me on using emojis
418 I’m a teapot
91–100 of 146 posts
Re: 418 I’m a teapot
#92Earlier quoted context omitted.
We just had a work party and they invited the whole staff. I was outraged they didn't do a proper controlled A/B test. Management will never know if having fun together was a good use of their money. Idiots.
The problem was people (including management) wanting to talk about where and how to put emojis once we added a few. The less I have to talk to management the better. All those small discussions were essentially pointless and they happened often enough that I was getting annoyed by them. Like, sometimes we would be showing "in development" stuff to clients and then they would interrupt and mention something like "nic…
Were they pointless, or were they positive feedback about a thing you personally disliked?
Re: 418 I’m a teapot
#93Nginx config snippet:
# Nothing to hack around here, I’m just a teapot:
location ~* \.(?:php|aspx?|jsp|dll|sql|bak)$ {
return 418;
}
error_page 418 /418.html;
Example: https://FreeSolitaire.win/wp-login.php
(NB: /wp-login.php is WordPress login URL, and it’s commonly blindly requested by bots searching for weak WordPress installs.)Re: 418 I’m a teapot
#94Re: 418 I’m a teapot
#95Re: 418 I’m a teapot
#96We use the 418 response code in our authentication service. We use to determine whether the token is invalid due to expiration, vs any other reason. If 418, we know to refresh to access token automatically... pretty harmless and definitely not a security measure.
Re: 418 I’m a teapot
#97I use 418 as a reply to illegitimate bots. It’s fun and it makes filtering logs easier. Nginx config snippet: # Nothing to hack around here, I’m just a teapot: location ~* \.(?:php|aspx?|jsp|dll|sql|bak)$ { return 418; } error_page 418 /418.html; Example: https://FreeSolitaire.win/wp-login.php (NB: /wp-login.php is WordPress login URL, and it’s commonly blindly requested by bots searching for weak WordPress installs.…
I've donated already, but I use it so much I'll donate again.
Re: 418 I’m a teapot
#98The RFC covers mostly coffee brewing related activities. I've always wondered if you were to have an actual networked Teapot, when would it be appropriate to send 418. I am sure there are some networked teapots already. If someone wanted to send a "brew tea" request (via POST?) to an actual teapot, then 418 would not be suitable, you'd want something else, no?
Re: 418 I’m a teapot
#99Re: 418 I’m a teapot
#100The older generation of software craftsmen have been reading about it for a while now and the joke got a bit tedious at this point.