The most-seen UI on the internet? Redesigning turnstile and challenge pages
31–40 of 77 posts
Re: The most-seen UI on the internet? Redesigning turnstile and challenge pages
#32Earlier quoted context omitted.
Vast majority of websites today can and should be static, which makes even the aggressive llm scrapping non-issue.
One of the things that a lot of LLM scrapers are fetching are git repositories. They could just use git clone to fetch everything at once. But instead, they fetch them commit by commit. That's about as static as you can get, and it is absolutely NOT a non-issue.
Prebuild statically the most common commits (last XX) and heavily rate limit deeper ones
Re: The most-seen UI on the internet? Redesigning turnstile and challenge pages
#33Am I reading it right, the widget is seen 5B times per day, and they recruited 8 people for testing to make sure their “redesign would work for everyone”…?
Re: The most-seen UI on the internet? Redesigning turnstile and challenge pages
#34Earlier quoted context omitted.
One of the things that a lot of LLM scrapers are fetching are git repositories. They could just use git clone to fetch everything at once. But instead, they fetch them commit by commit. That's about as static as you can get, and it is absolutely NOT a non-issue.
No... Basically all git servers have to generate the file contents, diffs etc. on-demand because they don't store static pages for every single possible combination of view parameters. Git repositories also typically don't store full copies of all versions of a file that have ever existed either; they're incremental. You could pre-render everything statically, but that could take up gigabytes or more for any repo of…
This is wrong. Git does store full copies.
Re: The most-seen UI on the internet? Redesigning turnstile and challenge pages
#35I can't be the only one.
It's slow and annoying, AI overview is good enough for me most of the times so that added time I bet makes websites lose a lot of visits.
Re: The most-seen UI on the internet? Redesigning turnstile and challenge pages
#36Re: The most-seen UI on the internet? Redesigning turnstile and challenge pages
#37Am I reading it right, the widget is seen 5B times per day, and they recruited 8 people for testing to make sure their “redesign would work for everyone”…?
This! The comment I was angrily about to write.
Re: The most-seen UI on the internet? Redesigning turnstile and challenge pages
#38As a user of an unsigned Firefox fork, Turnstile has ruined a moderate portion of the Internet for me. The way Cloudflare doesn’t think twice about eroding user freedoms, for the sake of a gate that can be trivially bypassed with solvarr or similar, is deeply disturbing. They are no longer a force for good on the web.
Re: The most-seen UI on the internet? Redesigning turnstile and challenge pages
#39> Designing a product with billions of eyeballs on it isn't just challenging — it requires a fundamentally different approach. I'm not reading this.
Their design approach wasn’t particularly unusual, so I’m not sure what that sentence means. I do miss the days when technical reports were clear and concise. This one has some interesting information, but it’s buried under a mountain of empty AI-written bloat.