logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 324bebc0dcaec9fef2216e9cccc38e50aee67be4
parent 2072c5f651556cda0d264dac890cff6002d56ebf
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 15 Jul 2020 16:25:50 +0000

new article: real names

Diffstat:

Aarticles/real names.shtml15+++++++++++++++
Aarticles/real names.xhtml17+++++++++++++++++
Mfeed.atom11+++++++++++
Mhome.shtml1+
4 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/articles/real names.shtml b/articles/real names.shtml @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html lang="en"> + <head> +<!--#include file="/templates/head.shtml" --> + <meta property="og:type" content="article"/> + <meta property="og:title" content="real names"/> + <title>real names — Cyber-home of lanodan</title> + </head> + <body> +<!--#include file="/templates/en/nav.shtml" --> +<!--#include file="/articles/real names.xhtml"--> + <a href="/articles/real%20names.xhtml">article only(plain XHTML)</a> +<!--#include file="/templates/en/footer.shtml" --> + </body> +</html> diff --git a/articles/real names.xhtml b/articles/real names.xhtml @@ -0,0 +1,17 @@ +<article xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class="h-entry"> +<a href="/articles/real%20names"><h1>real names</h1></a> +<p>This post is sponsored by Contributing to Libre Software (and OpenPGP) feels like Facebook all over again. 🙃️</p> +<p>Whatever the fuck is a "real name", is my handle unreal? If it's a "legal name" is my handle illegal? If it's a "government alias" am I "James (lanodan) Bond"? Is that latter name less real than the others? If you find my "true name" can you control my soul?</p> +<p>Regarding the legal name, in France (where I've been living since birth), at least last time I checked (few years and this might have changed, this is not a legal source), a name is considered to be what other people call you, meaning that for changing your name in your ID/passport you need someone else to testify (paper is fine) you actually answer and use this name and send that to IIRC the mayor of your city. Meanwhile for administrative documents (rent, university, …) you should be able to just ask for another name to be used or use another one, which can also serve as testification.</p> +<p>It is not perfect and still causes trouble (such as the mayor refusing the name change even if they shouldn't be able to), my stance for years has been "whatever name you give me or other people use, I'll consider it a name". I think most people have experienced someone getting a nickname and it got stuck for years and when the given name is used no one recognises it including people like teachers, in that case I consider that the given name doesn't works (kind of like a "not found" error).</p> +<p>Now for what motivated this post: I find real "real name" being enforcements stupid and baseless (no offense, it's the act/behavior, not you). Here's why:<ul> + <li>Almost no one can verify name authenticity, even Facebook can't (and they should never).</li> + <li>"real" names are different from one state to another (content, formatting, alphabet, …)</li> + <li>For copyright, stuff like pseudonyms are recognised, see pen names</li> + <li>You can easily have a pile of folks with the same full name in one region or institution, this can create a lot of troubles</li> + <li>As explained earlier, I can legally use whatever name I want in most cases, the formatting is also pretty liberal</li> +</ul></p> +<p>Also practical example, if a door-to-door marketer comes and I want to be sure they are who they claim to be employed by, do I ask for their ID? Nah, can't verify it at all. I would ask for their business card or similar and ID of their corporation (SIRET in France, which is public data). Latter being the most important as it's verifiable for me in few seconds that it is registered.</p> +<p>And here's a bonus: "Family name" doesn't applies to a fuckton of cultures/jurisdictions, similarly I don't have a middle name.</p> +<p><!--<a href="">Fediverse post for comments</a>, -->published on 2020-07-15T16:25:50Z, last updated on 2020-07-15T16:25:50Z</p> +</article> diff --git a/feed.atom b/feed.atom @@ -11,6 +11,17 @@ <!-- new.sh: new articles here --> <entry> + <title>real names</title> + <link rel="alternate" type="text/html" href="/articles/real%20names"/> + <id>https://hacktivis.me/articles/real%20names</id> + <published>2020-07-15T16:25:50Z</published> + <updated>2020-07-15T16:25:50Z</updated> + <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<!--#include file="/articles/real names.xhtml"--> + </div></content> + </entry> + + <entry> <title>Linux Audio Output APIs</title> <link rel="alternate" type="text/html" href="/articles/linux-audio-output"/> <id>https://hacktivis.me/articles/linux-audio-output</id> diff --git a/home.shtml b/home.shtml @@ -7,6 +7,7 @@ <body> <!--#set var="transPageUrl" value='accueil' --><!--#set var="feedURL" value='/feed.atom'--><!--#include file="templates/en/nav.shtml" --> +<!--#include file="/articles/real names.xhtml"--> <!--#include file="/articles/linux-audio-output.xhtml"--> <!--#include file="/articles/2020-05 Summary.xhtml"--> <!--#include file="/articles/blocking cloudflare IP-range be like.xhtml"-->