TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Areyouhuman: A Great Capcha Alternative

42 pointsby jsherryalmost 13 years ago

14 comments

eddie_the_headalmost 13 years ago
One of the main points of reCAPTCHA is to help digitize books, newspapers and old time radio shows. Everytime you use reCAPTCHA, you're helping in this effort. I agree this is a nice alternative if it works for people not using reCAPTCHA but it'd be nice if more people would also use reCAPTCHA on their sites. Yes, it's free.<p><a href="http://www.google.com/recaptcha/learnmore" rel="nofollow">http://www.google.com/recaptcha/learnmore</a><p><a href="http://www.google.com/recaptcha/whyrecaptcha" rel="nofollow">http://www.google.com/recaptcha/whyrecaptcha</a>
评论 #4051478 未加载
loopdoendalmost 13 years ago
This won't work. The puzzle possibilities are limited.<p>This is about as effective as asking a random question, it stops bots because they don't know how to deal with it. It wouldn't have a chance against a targeted spam campaign/attack.<p>It's cute though.
评论 #4051506 未加载
评论 #4051483 未加载
评论 #4054003 未加载
metabrenalmost 13 years ago
This may not be such a great alternative — it allows far too many attempts which make it susceptible to cracking. (a video showing this being beaten by a bot [1] was posted on HN [2] last week)<p>[1] <a href="http://spamtech.co.uk/software/cracking-the-areyouhuman-captcha/" rel="nofollow">http://spamtech.co.uk/software/cracking-the-areyouhuman-capt...</a><p>[2] <a href="http://news.ycombinator.com/item?id=4025791" rel="nofollow">http://news.ycombinator.com/item?id=4025791</a>
comexalmost 13 years ago
Unfortunately I automatically associate this with "punch the monkey" banner ads and the like; if I saw it on a registration page I think I might skip it without thinking.
hundchenkatzealmost 13 years ago
Here is a youtube video showing that some of the puzzles can be beaten pretty quickly through brute force. <a href="http://youtu.be/Ahu3fvW2H0E" rel="nofollow">http://youtu.be/Ahu3fvW2H0E</a>
mhdalmost 13 years ago
First one I got was American-style pancakes, where I was supposed to put syrup and butter on it. Now due to partaking in way too much pop culture, I knew what to do. But while pancakes are pretty common, not everyone eats small, thick ones, stacked to incredible heights and thus is able to recognize them. Never mind the syrup, which is basically as international as a PB&#38;J sandwich.<p>That's the problem with iconography in general. Easily outdated or subject to i18n goofs.
评论 #4051898 未加载
fcholletalmost 13 years ago
Some critical limitations:<p>- Limited puzzle possibilities, making it possible to manually code a simple solver for each specific problem<p>- culture-specific puzzles (I got "how to make pancakes") will cause some confusion among non-US users<p>- more time-wasting &#38; confusing (and therefore more annoying) than Captcha<p>- relatively heavy to load
评论 #4051700 未加载
kwamenum86almost 13 years ago
First of all, technically this is a CAPTCHA still.<p>Second of all, you can eliminate the vast majority (or sometimes all) of your spam using honeypots much simpler CAPTCHAS like "what is four + 2?".
wbillingsleyalmost 13 years ago
Ineffective at preventing bots and also ineffective at letting humans through reliably:<p>Good luck to those with accessibility needs (elderly, blind, etc) in catching those moving glyphs... No more vegetarians visiting your site (after all if they don't put pepperoni on their pizzas they must be robots...)<p>The bot-writers meanwhile can write code for each puzzle (the puzzles, requiring art assets, are expensive enough to generate that the many spammers can out-muscle the few areyouhuman puzzle-setters)
SeoxySalmost 13 years ago
The solution to captcha annoyance is not more annoyance in the form of a spammy-looking game. You can get to 99% of the use cases using some simple javascript logic and a hidden form element that is invisible to the user and catch the rest using a solid spam-detection algorithm on the server. The solution to spam is not to annoy your users. At least reCAPTCHA helps transcribe books…
slantyyzalmost 13 years ago
I have mixed feelings about captchas.<p>As someone who works in tech, I realize it's a somewhat effective solution to a very difficult problem, but as a user, I just hate them.<p>Captchas are like the "customs check" you have to pass to leave a Best Buy. Because of a few bad apples, everyone's customer experience suffers a little.
评论 #4052023 未加载
rdohertyalmost 13 years ago
Interesting idea of challenging people/bots to complete higher-level tasks to prove they are human. This just needs keyboard accessibility (I couldn't tab to the start button or handicap symbol link).
jsdaltonalmost 13 years ago
Seems like the "accessibility" alternative is the weakest link here --- easily defeated with simple voice recognition technology.
评论 #4051604 未加载
Flenseralmost 13 years ago
It costs less than $0.01 to pay a real human to solve a capcha. Capcha's don't solve the underlying problem.