Earlier quoted context omitted.
> if you framed the issue as a business model one, not > a technical one, it might be a useful exercise. That was kind of my point. Clearly most of the bots are trying to scrape my search engine for some specific data. I would (generally) be happy to just sell them that data rather than have them waste time trying to scrape us (that is the business model, which goes something like "Hey we have a copy of the big chunk…
If you wanted to buy data from Google, how would you email? What is Google's email address?
Are You a Robot? Introducing “No CAPTCHA ReCAPTCHA”
351–360 of 442 posts
Re: Are You a Robot? Introducing “No CAPTCHA ReCAPTCHA”
#352"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…
"Can I read this paper, please?"
"Yes, of course, just put on these reading glasses."
"Why do I have to put on the reading glasses?"
"Well the font is quite small. If you don't wear the glasses, you probably won't be able to make out anything on the page. Your experience will be seriously degraded."
"I don't want to wear the glasses. Why can't I just read the page?"
"Well, we can fit a lot more data and make the page more robust by printing the text smaller. Why don't you just wear the glasses?"
"I have concerns about the glasses. I'd rather strain my eyes."
"We're not going to make a special page for you when 99% of the people are totally okay with wearing the glasses or wear the glasses anyways."
Re: Are You a Robot? Introducing “No CAPTCHA ReCAPTCHA”
#353Earlier quoted context omitted.
Saying "just don't use Google/Bing/search engines" is like saying "don't use the airlines". The security checks suck big time, but really, these services are must-have and there is no better alternative. Complaining and hoping for some change is all that's left.
https://duckduckgo.com/
Re: Are You a Robot? Introducing “No CAPTCHA ReCAPTCHA”
#354Earlier quoted context omitted.
I am visually impaired and can attest to both visual captchas being a pain and audio captchas being hard to understand. this change is nothing but an improvement as far as accessibility and usability goes. This is only a plus for people who implement these, as I have actually left sites that had insurmountable captchas for me. Thank you.
Check out webvisum.com - from their website: "WebVisum is a unique browser add on which greatly enhances web accessibility and empowers the blind and visually impaired community by putting the control in your hands!" "Automated and instant CAPTCHA image solving, sign up to web sites and make forum posts and blog comments without asking for help!"
So, while it's some way off their claim of "instant" CAPTCHA solving, this is definitely a very useful addon, especially for those people who cannot solve CAPTCHAs at all. Thank you for pointing it out.
Re: Are You a Robot? Introducing “No CAPTCHA ReCAPTCHA”
#355Earlier quoted context omitted.
Google's services are not free. You trade your data, screen real estate, and attention for their service. This is worth a lot - Google is worth a lot. They didn't do it by giving out services for free.
Google's services are free. By trying to redefine what free actually means into 'has no cost whatsoever to anyone' you ruin the word.
If you trade data for a service it is not free.
To consider "free" a function only of fiat currency is naive, both of history and of economics.
Google search is not free.
If it is I have no idea how they made so much money...
Or maybe you can tell me what 'free actually means'?
Re: Are You a Robot? Introducing “No CAPTCHA ReCAPTCHA”
#356"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”
#357If a bot just makes more random mouse movements of varied speeds, and takes a bit longer, won't it appear human?
Re: Are You a Robot? Introducing “No CAPTCHA ReCAPTCHA”
#358Earlier quoted context omitted.
Here's a snippet of Python using the splinter library, to visit Google, type in a search query, and click 'search' (which is very Javascript heavy these days with their annoying 'instant' search). from splinter import Browser b = Browser() b.visit(' http://google.com' ) b.fill('q', 'browser automation') btn = b.find_by_name('btnG') btn.click() Not exactly 'more effort'...
Yeah, but if you are trying to automate thousands of simultaneous requests, you'll have to use a lot of servers, which is costly even in the cloud. Right now google and bing will run sites with JS enabled to see the DOM after any JS changes take hold. Usually these crawls aren't nearly as often as the general crawling, because there is quite a lot more CPU/Memory overhead to such utilities. I can't speak for splinter…
Re: Are You a Robot? Introducing “No CAPTCHA ReCAPTCHA”
#359Earlier quoted context omitted.
Google's services are free. By trying to redefine what free actually means into 'has no cost whatsoever to anyone' you ruin the word.
If you trade a fish for a service it isn't free. If you trade a gold bar for a service it isn't free. If you trade a service for a service it isn't free. If you trade data for a service it is not free. To consider "free" a function only of fiat currency is naive, both of history and of economics. Google search is not free. If it is I have no idea how they made so much money... Or maybe you can tell me what 'free actu…
Besides, I believe the original point made still makes sense if "free" is assumed to mean "non paid".
Re: Are You a Robot? Introducing “No CAPTCHA ReCAPTCHA”
#360Earlier quoted context omitted.
(Disclaimer: I work at Google, but not on ReCaptcha.) The point of this change is to make things easier on 90% of humans -- the ones who have JavaScript and third-party cookies enabled now get to tick a checkbox and be on their merry way, instead of doing a useless captcha when we knew they were already humans. Recall that when ReCaptcha initially came out, the argument was "humans are wasting all of this time, let's…
If book-based or street view-based captchas go away, I suspect it will be because bots/spammers got better at solving them than humans But, wait. Isn't that what we want? It seems like bots and spammers have a relatively small cost to a company like google, while digitizing books and house numbers is relatively valuable. I don't have numbers for a detailed cost-benefit analysis, but if bots get good enough to do time…