I wish they would explain more about how the user interacts with the whole reCAPTCHA leads them to know it's a person and not a robot, but maybe they're worried about people writing bots to get around their protections.
Or more likely they realize that explaining that your robot quotient is based on a statistical analysis of the last 6 hours of your browser traffic would probably freak everybody the fuck out. They're almost certainly using the adwords cookies that get hit from 90% of the sites out there to figure out if you're a bot or not.
Are You a Robot? Introducing “No CAPTCHA ReCAPTCHA”
181–190 of 442 posts
Re: Are You a Robot? Introducing “No CAPTCHA ReCAPTCHA”
#182Re: Are You a Robot? Introducing “No CAPTCHA ReCAPTCHA”
#183Who wants to place bets on the "potential robots" more likely to be those without Google cookies or a Google Account?
Re: Are You a Robot? Introducing “No CAPTCHA ReCAPTCHA”
#184Earlier quoted context omitted.
Passing the captcha through an entirely automated procedure.
Does your automated process still send your real Google cookies though?
Re: Are You a Robot? Introducing “No CAPTCHA ReCAPTCHA”
#185In regards to the video, I feel like it has become a cliche to have upbeat, light ukelele music in the background for product demonstration videos. I instantly felt myself become annoyed when the music started.
Re: Are You a Robot? Introducing “No CAPTCHA ReCAPTCHA”
#186"If we can collect behavioural data from you, and it matches closely the behaviour of other humans, you are a human. Otherwise you're not a human." Does anyone else get that feeling from the description of what Google is doing? I've tripped their "we think you are a bot" detection filter and been presented with a captcha countless times while using complex search queries and searching for relatively obscure things, a…
Re: Are You a Robot? Introducing “No CAPTCHA ReCAPTCHA”
#187It's definitely not only relying on cursor movements. A simple $('iframe').contents().find('.recaptcha-checkbox-checkmark').click() proved that I'm not a robot, without me touching the mouse.
Are you logged into Google? If you have their cookies it's one indication you're not a robot.
Re: Are You a Robot? Introducing “No CAPTCHA ReCAPTCHA”
#188Hmmmm. Nice move Google. But I also remember that a machine passed the Turing test. And I don't like the sound of these two news together. Not because I'm worried about you, but because I'm worried about the websites I run as a dev. Moreover, I'm not sure if most people know this, but reCaptcha was supposed to be converting ancient text to digital text[I read that once on quora, I'm not really sure if it's entirely t…
ha yeah that was definitely the original purpose/project of reCAPTCHA.... but I think shortly after the google purchase, the AI got so good at reading garbled ancient texts that G allowed it to move on to other things..like house numbers.
Re: Are You a Robot? Introducing “No CAPTCHA ReCAPTCHA”
#189It's definitely not only relying on cursor movements. A simple $('iframe').contents().find('.recaptcha-checkbox-checkmark').click() proved that I'm not a robot, without me touching the mouse.
The cursor movement story seems to be a smokescreen to dilute the fact they're actually running an internet wide monitoring network, tracking users from site to site and building profiles on them.
Then I logged into my gmail account and yes it worked.
So you're probably right about that smoke screen and it has nothing to do at all with mouse movement.
My fx browser deletes cookies at exit and my IP changes frequently and I think that's the true explanation for the outcome of my little test.