recaptcha.shtml (2215B)
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <!--#include file="/templates/head.shtml" -->
- <title>Google ReCaptcha — lanodan’s cyber-home</title>
- </head>
- <body>
- <!--#include file="/templates/en/nav.shtml" -->
- <main>
- <h1>Google ReCaptcha</h1>
- <p>Google ReCaptcha is one of the most horrible insult one can send to it's user base.</p>
- <h2>KillBots</h2>
- <p>The raison-d’être of Boston Dynamics is to produce military drones. Google bought that company. They are used against citizens (<a rel="external" href="https://www.jwz.org/blog/2021/02/robot-war-dog-company-objects-to-their-robot-war-dogs-being-called-war-dogs/">NYPD war dogs</a>), I guess they needed to mecanize the dogs of the state.</p>
- <h2>User-farm</h2>
- <p>The internet is not a free workforce, if you want people to take time training your AIs or to do reviews, contract them properly.</p>
- <p>I will also not produce work where I don't have any rights on it's final product. For example, want me to fill Google Maps? Nah, <a rel="external" href="https://www.openstreetmap.org/about">OpenStreetMap</a> is a much better project for this.</p>
- <h2>Captcha alternatives</h2>
- <p>
- <q>On the internet no ones knows you're a dog.</q> Well now everyone wants you to use your automata to proove that you're not an automata through skills that aren't human-defining, what a joke, here is some alternatives:
- <ul>
- <li>Use an invite-system, can be bootstrapped with allowing a contact method in case people do not have invites</li>
- <li>Use proof-of-computing <a href="https://git.sr.ht/~sircmpwn/mkproof">mkproof</a> is an example that scales well on users machines</li>
- <li>Combine both?</li>
- </ul>
- </p>
- <p>And if you throw captchas at already fully logged in connections or at the login page, you have a security problem or you need to learn about rate-limiting. Do your job.</p>
- <p><a href="https://queer.hacktivis.me/objects/6fce4477-d77f-4328-9f51-dbd89194dfa0">Fediverse post for sharing and comments</a>, published on 2021-02-27T19:32:40Z, last updated on 2021-02-27T19:32:40Z</p>
- </main>
- <!--#include file="/templates/en/footer.shtml" -->
- </body>
- </html>