logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git

recaptcha.shtml (2215B)


  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <!--#include file="/templates/head.shtml" -->
  5. <title>Google ReCaptcha — lanodan’s cyber-home</title>
  6. </head>
  7. <body>
  8. <!--#include file="/templates/en/nav.shtml" -->
  9. <main>
  10. <h1>Google ReCaptcha</h1>
  11. <p>Google ReCaptcha is one of the most horrible insult one can send to it's user base.</p>
  12. <h2>KillBots</h2>
  13. <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>
  14. <h2>User-farm</h2>
  15. <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>
  16. <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>
  17. <h2>Captcha alternatives</h2>
  18. <p>
  19. <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:
  20. <ul>
  21. <li>Use an invite-system, can be bootstrapped with allowing a contact method in case people do not have invites</li>
  22. <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>
  23. <li>Combine both?</li>
  24. </ul>
  25. </p>
  26. <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>
  27. <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>
  28. </main>
  29. <!--#include file="/templates/en/footer.shtml" -->
  30. </body>
  31. </html>