Cloudflare and many other websites are starting to use hCaptcha, I never had a single issue to solve their captcha, and I can't say the same thing for Gcaptchas.
I don'l like helping google and train their AI all for free
You aren't doing it for free though. Instead of theymos (or any other website owner that uses reCAPTCHA) paying Google per request in cold hard cash, you are footing the bill in small increments of human labor. In exchange, you receive access to whatever resource that's protected behind that captcha.
The same applies to hCaptcha with the differences being:
1. You're training artificial neural networks in classifying images for a different company so if you have a burning hatred for Google, I guess that's a plus.
2. According to hCaptcha's website, they're
supposedly more privacy focused. Verifying that may prove difficult as with all centralized closed-source services. I'd personally take promises made by for-profit enterprises with a grain of salt unless you can check it yourself. According to OP, it's supposedly friendlier to TOR users so I guess there's at least one aspect that can be verified.
3. In the future, the owner of the website
may get some nebulous Ethereum token for users solving captchas on their website.
But most importantly (and the main reason why Cloudflare switched captcha providers) is:
4. To my knowledge, they don't demand cash from website owners who "
wish to make more than 1k calls per second or 1m calls per month". This used to be the case with reCaptcha as well up until the second half of 2019 (somewhere between
July 18th and
September 11th). With this and starting to
charge websites for using Google Maps, it seems like Google's undergone a slight shift in monetization strategy, double or even tripple dipping (if you count data harvesting for their ad personalization engine) in the case of reCAPTCHA.
Oh, and
5. hCaptcha doesn't have a no-JS captcha though Google seems to be scrubbing info on theirs out of their documentation (
old vs
new; it still works if you know how to set it up though they'll probably shut it down once enough websites stop using it). In the case of Bitcointalk, it seems that theymos hasn't enabled it though so not much of a selling point for him.
So if Bitcointalk ever starts hitting reCAPTCHA's QPS limits, yeah, I guess hCaptcha might be something theymos should consider. Don't really know how hCaptcha's captchas hold up against fully automated attacks though. If a motivated and intelligent attacker can automate and scale the solving process without relying on (outsourced) manual labor, the captcha is literally useless.
I don'l like helping google and train their AI all for free
You are not training AI for google when you solve a recaptcha.
Google will present images that sometimes has patterns that are similar to another type of image. For example, they may display paint of a cross walk at a certain angle when asking you to select all instances of stairs. The images have already been labeled and are known to google. There are many freely available datasets that are labeled, such as
Imagenet. Google can also create additional images using that dataset.
I don’t know how good this service in the OP is at hiding the class of what each image is.
Static datasets of images only work so far when you're working on problems at a global scale. Judging from the images that reCAPTCHA v2 seems to be serving to users, they're either refining their Maps solution (something related to "Street View" maybe) or working on something related to self-driving cars. AFAIK while a lot of the images Google presents have already been labelled (they do indeed need to know the right answer to the question if they want to determine who's a bot and who isn't), they insert one or two that aren't and after enough users reach a consensus, it accepts the most popular solution as truth. It's a methodology they've refined from the reCAPTCHA v1 days where it was much easier to tell which word was the test and which one was being used to digitize old books.
Considering reCAPTCHA's popularity, if they only rotated and warped images from static datasets, sooner or later someone would have mapped enough of it out to develop an automated captcha breaking solution. It's a perpetual arms race where Google has to constantly stay ahead to win.