Earlier quoted context omitted.
Apologies, your username looks like the one that tossed that number out as a what they assumed was a high number. 200ms latency isn't that bad, but I'm seeing more 800-2000ms latencies with some users depending on physical location. at some point latency kills usability. Especially when trying to get through a complicated QA or inventory process.
That latency is literally impossible unless they’re up in space somewhere, beyond satellite orbit. Your latency is most likely caused by CPU on low-end devices. A CDN won’t help you with that (and probably be harmful having to manage another TCP connection).
Cloudflare’s CAPTCHA replacement with FIDO2/WebAuthn is a bad idea
261–270 of 294 posts
Re: Cloudflare’s CAPTCHA replacement with FIDO2/WebAuthn is a bad idea
#262I'm so fed up with reCAPTCHA. ~90% of the time it doesn't work on desktop Safari (I can see CORS errors in the console), so I have to use a different browser. Even Gumroad won't let me buy things due to this. It really feels like an anti-competitive "bug" (read feature), and is so annoying it's hard to not just give up and use Chrome. I feel like I'm crazy – no one else complains. I've mentioned @GumRoad on twitter b…
Re: Cloudflare’s CAPTCHA replacement with FIDO2/WebAuthn is a bad idea
#263Earlier quoted context omitted.
Are ddos attacks a common enough occurrence to warrant putting half the internet behind ddos protection? In my impression you need to do something really wrong to deserve one.
Yes, they absolutely are. Hell just getting a few random bots scraping stuck in a loop or being overly aggressive on your site is enough to double your bill. So yeah it's 100% required.
One bot that's just stuck on a loop or being overly aggressive is going to have one IP.
Re: Cloudflare’s CAPTCHA replacement with FIDO2/WebAuthn is a bad idea
#264Earlier quoted context omitted.
(a) Who said I was blasting your site with requests? Cloudflare stops much more than just blasts (b) But you’re a-ok with Google doing this. Gated communities aren’t really good for anybody but I see what you are saying.
Gated communities are great. They lower the risk of crime significantly: https://www.sciencedaily.com/releases/2013/03/130320115113.h... The same is true online. Apple's walled garden has kept hundreds of millions of people safe on their device. It's why iOS malware isn't a thing. > Cloudflare stops much more than just blasts Exactly. There's even more benefit to Cloudflare than just DDoS. Captcha's for stopping cred…
But hey if I pay Cloudflare enough, then I’ll get to blast your site and possibly stuff creds at the same time :/
Re: Cloudflare’s CAPTCHA replacement with FIDO2/WebAuthn is a bad idea
#265Earlier quoted context omitted.
Yeah, so centralizing the entire internet around a black box that sees all your traffic in cleartext is clearly the right solution. /s > Dealing with a wordpress site getting hacked because you missed an update by a day Maybe don't use something this vulnerable then and rely on a third party to protect you from exploits. > or a bulletin bored getting swarmed with bots Maybe require email verification and/or a captcha…
Monocultures are always bad, but I don't see any alternative services with this level of ease of use. You're definitely overestimating the technical expertise/available time of a lot small time admins out there. You don't see bots and spam on those forums either because they are actually using cloudflare, and you're just not seeing the captcha, or because in the backend they're feeding all their posts through akismet…
>I don't see any alternative services with this level of ease of use.
Both of these boil down to laziness, IMHO. And for how awful they are for half the internet, that's not okay to me. Not as a user or as a developer.
When a user requests a site they expect to get the site. When you utterly disregard their utterly reasonable expectation and force them to train someone's ML algorithm for free for a minute or two you utterly destroy the user experience.
If that's my experience as a user, your entire site gets an instant 1/10 rating from me. I'll likely leave instantly and never return.
Re: Cloudflare’s CAPTCHA replacement with FIDO2/WebAuthn is a bad idea
#266Earlier quoted context omitted.
Clearly Cloudflare isn't responsible for the data centralization that is corrupting the internet. They are however, a very sophisticated and efficient enforcer of those policies. They've helped ensure large portions of the web is no longer crawlable, and that serves to consolidate information and power in those tech monopolies.
why is it assumed the web ought to be crawleable?
Re: Cloudflare’s CAPTCHA replacement with FIDO2/WebAuthn is a bad idea
#267Earlier quoted context omitted.
I don't see us getting a massive innovation in search on the internet now that Google has such a massive foothold, and companies like Cloudflare stop innovation from happening. How are we "stopping search innovation"?
For instance there is no way for distributed search engines to work with CloudFlare. No, "contact me and we'll help" is not always a solution.
In fact it's a textbook definition of a non-scaling solution.
Re: Cloudflare’s CAPTCHA replacement with FIDO2/WebAuthn is a bad idea
#268The way I'd put it is that Cloudflare's suggested implementation may have its issues, but the general idea of trying to verify that someone is a human and then providing this verification to services in a way that is 1) anonymous and 2) cross-compatible with other services, is the correct way to go about things (or at least has some very appealing features). I hope that we have something in the future that does this…
Intuitively, you would provide privacy-preserving offline attestations that e.g. one of a set of trusted parties has verified that you're a legal resident of jurisdiction X or over Y years of age, without needing to disclose any private identifiers.
Re: Cloudflare’s CAPTCHA replacement with FIDO2/WebAuthn is a bad idea
#269Earlier quoted context omitted.
what? Have you ever dealt with a DDoS attack and the consequences on your availability and infra health?
Of course from the perspective of the website operator it’s great, but from the perspective of the user it’s frustrating. I’m not sure whether this is true, but it seems like with Firefox I get these captchas much more often than with Chrome. Sometimes they’re so difficult to solve it really takes a minute or two to do so, and it’s incredibly disturbing / an unfriendly interaction. Surely there must be a better way t…
Re: Cloudflare’s CAPTCHA replacement with FIDO2/WebAuthn is a bad idea
#270I'm so fed up with reCAPTCHA. ~90% of the time it doesn't work on desktop Safari (I can see CORS errors in the console), so I have to use a different browser. Even Gumroad won't let me buy things due to this. It really feels like an anti-competitive "bug" (read feature), and is so annoying it's hard to not just give up and use Chrome. I feel like I'm crazy – no one else complains. I've mentioned @GumRoad on twitter b…
You may wanna check your computers for viruses. Getting captchas often is usually a sign your IP address has been up to some shady activity.
I think reCAPTCHA just flat out breaks any form on macOS Safari. I've had a few work, so I'm guessing they changed something and it requires special configuration by the website using reCAPTCHA for macOS Safari to work (but apparently no one does it). I can't even login to Gumroad for example. I know macOS market share is small, but damn, this has to be costing businesses money.
--------------
Okay I finally researched this. It looks like it's because 'strict-dynamic' isn't supported. https://bugs.webkit.org/show_bug.cgi?id=184031.
I can't imagine how many people have switched to Firefox/Chrome because of this issue. You basically can't register for anything, since reCAPTCHA is used practically everywhere.