Google using captchas to get humans to read street addresses captured by street view cars to improve maps results remains one of the most Googly things they've ever done. Genius, lateral, and a little weird.
Google didn't invent this: Luis von Ahn, a CMU grad student did in 2000. Google acquired it in 2009. https://www.cylab.cmu.edu/partners/success-stories/recaptcha...
Introducing the Invisible reCAPTCHA
111–120 of 245 posts
Re: Introducing the Invisible reCAPTCHA
#112Google using captchas to get humans to read street addresses captured by street view cars to improve maps results remains one of the most Googly things they've ever done. Genius, lateral, and a little weird.
Google didn't invent this: Luis von Ahn, a CMU grad student did in 2000. Google acquired it in 2009. https://www.cylab.cmu.edu/partners/success-stories/recaptcha...
The original recaptcha was only text from book digitization projects.
Re: Introducing the Invisible reCAPTCHA
#113"NoBot is a control that attempts to provide CAPTCHA-like bot/spam prevention without requiring any user interaction. This approach is easier to bypass than an implementation that requires actual human intervention, but NoBot has the benefit of being completely invisible."
Works like a charm even now, 10 years later.
Re: Introducing the Invisible reCAPTCHA
#114While I like the idea of not having to deal with these annoying ReCAPTCHA prompts, something somehow feels "intrusive ?". I mean does this mean google is going to keep track of what I would be doing when I visit a site? Say for instance I am signing up for a website, does the password I enter get sent to google servers to be analyzed now?
Re: Introducing the Invisible reCAPTCHA
#115I started making my own as Google Recaptcha was getting annoying. At its most basic, hide a field. On your PHP page that does the checking, simply see if that field has anything in it. If it does, its a bot. If it doesn't, it's not a bot.
Do you use inline styles to hide the field or "obfuscate" it through a CSS class?
You can view the captcha at https://mypost.io/ .. you cannot create a post without entering the captcha. I ended up creating my own because despite entering the correct answer (selecting the right images), Google Recaptcha would not recognize it.
Re: Introducing the Invisible reCAPTCHA
#116I always wondered how blind people entered captchas. Does this finally make captchas accessible?
Re: Introducing the Invisible reCAPTCHA
#117Re: Introducing the Invisible reCAPTCHA
#118Earlier quoted context omitted.
It's an ethical distinction for some. I am completely fine with a type of captcha that helps improve some public domain or free/libre licensed resource (e.g., proofreading words scanned from public domain works). I am not okay with helping some megacorporation sanitize their proprietary database or training their machine learning neural networks for free. As mentioned elsewhere in this topic; I'd much rather spend so…
But what if it's a generic captcha. It doesn't improve anything. Are you okay with that?
Re: Introducing the Invisible reCAPTCHA
#119Earlier quoted context omitted.
Having to do free work for Google is more than weird for me. For this reason unless the page is really important I end up closing the tab. If it was for open service (such as OpenStreetMap) it would be a different matter though.
How is that "free work"? Automated usage can threaten a site's bottom-line, and even its existence. A site resorts to Google's CAPTCHA's service because they don't have the money to build their own detector. It's not a service that was free for Google to create. edit: Also worth noting that some of this "free work" that users do for Google is used to improve bot-detection overall. The comment to this blog post (the p…
Of course the site (and with it visitors) benefit in this exchange, so I agree with you that it is not entirely "free".
Re: Introducing the Invisible reCAPTCHA
#120Earlier quoted context omitted.
Having to do free work for Google is more than weird for me. For this reason unless the page is really important I end up closing the tab. If it was for open service (such as OpenStreetMap) it would be a different matter though.
How is that "free work"? Automated usage can threaten a site's bottom-line, and even its existence. A site resorts to Google's CAPTCHA's service because they don't have the money to build their own detector. It's not a service that was free for Google to create. edit: Also worth noting that some of this "free work" that users do for Google is used to improve bot-detection overall. The comment to this blog post (the p…
The original recaptcha was used to help clear up text from book digitization projects where OCR couldn't understand the data. The appeal of this was that these works were in the public domain, and thus proper digitization of these works is a societal-wide benefit.
Since Google purchased it, they've been using it to:
1.) Clean street view data for a proprietary product (Google maps)
2.) Build training sets for unknown ML purposes
These are activities that Google could very much pay a group of people to do. Instead, through recaptcha, they are getting that work from the end user for no payment. A case could be made that it's not free for the owner of the site that deploy recaptcha (because they get value out of the service, and Google gets data/ML services). However, the actual end user who has to fill out the recaptcha does not benefit in any significant way. Since a recaptcha is an inconvenience to the end user, that user pays both with the time to fill it out, and the data gathered by Google.
TL;DR Some people do not like that Google benefits from a transaction where Google is not a party, and where otherwise, Google could generate the benefit using their own resources.