- Feature Articles
- CodeSOD
- Error'd
-
Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
"Of course, out here in the real world, captchas have never been about keeping bots out of sites, and instead are just a way to trick the world into training AI." Yes, and thanks to TDWTF for participating in that effort!
Admin
all captchas should have alt text like this, if you ask me. for accessibility, of course
Admin
So the problem is using number 5 instead of 4 because the latter is the true random number according to https://xkcd.com/221/ .
Admin
reCaptcha: answer '5'
Admin
Yes indeed. It's a dirty job but someone's gotta do it.
Admin
Good job sneaking "implemneted" in there.
Admin
https://xkcd.com/221/
Admin
https://xkcd.com/2228
Admin
This must be really old code if it still uses the
fontandcentertags.Admin
You must be new here
Admin
It probably works just fine. Any old rubbish will slow down bots, and the more nonstandard the rubbish the less likely they'll be able to deal with it. In particular a badly-done roll-your-own is probably vastly better than a well-done standard one that all bots have been built to bypass.