commit: 90d1dcab9f5b1b4a4f2df6ec1a53d33b2f7a3d77
parent 6699cfef07c5ba8d95e0975bbbe4739e6a655125
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 27 Feb 2021 19:34:50 +0100
/recaptcha: New page
Diffstat:
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/recaptcha.shtml b/recaptcha.shtml
@@ -0,0 +1,34 @@
+<!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>
diff --git a/templates/en/nav.shtml b/templates/en/nav.shtml
@@ -10,6 +10,7 @@
<li><a href="/coding%20style">coding style</a></li>
<li><a href="/decreases%20of%20usability">Decreases of usability</a></li>
<li><a href="/software%20basic%20needs">Software basic requirements</a></li>
+ <li><a href="/recaptcha">Google ReCaptcha</a></li>
<li><a href="/git/">/git/</a></li>
<li><a href="/kopimi/">/kopimi/</a>: libre data</li>
<li><a href="/librism">Désintox’ / FOSS activism</a></li>