@@ -0,0 +1,207 @@ | |||
<!doctype html><!-- This is a valid HTML5 document. --> | |||
<!-- Screen readers, SEO, extensions and so on. --> | |||
<html lang="en"> | |||
<!-- Has to be within the first 1024 bytes, hence before the `title` element | |||
See: https://www.w3.org/TR/2012/CR-html5-20121217/document-metadata.html#charset --> | |||
<meta charset="utf-8"> | |||
<!-- Why no `X-UA-Compatible` meta: https://stackoverflow.com/a/6771584 --> | |||
<!-- The viewport meta is quite crowded and we are responsible for that. | |||
See: https://codepen.io/tigt/post/meta-viewport-for-2015 --> | |||
<meta name="viewport" content="width=device-width,initial-scale=1"> | |||
<!-- Required to make a valid HTML5 document. --> | |||
<title>What the world needs (archive) — David Larlet</title> | |||
<meta name="description" content="Publication mise en cache pour en conserver une trace."> | |||
<!-- That good ol' feed, subscribe :). --> | |||
<link rel="alternate" type="application/atom+xml" title="Feed" href="/david/log/"> | |||
<!-- Generated from https://realfavicongenerator.net/ such a mess. --> | |||
<link rel="apple-touch-icon" sizes="180x180" href="/static/david/icons2/apple-touch-icon.png"> | |||
<link rel="icon" type="image/png" sizes="32x32" href="/static/david/icons2/favicon-32x32.png"> | |||
<link rel="icon" type="image/png" sizes="16x16" href="/static/david/icons2/favicon-16x16.png"> | |||
<link rel="manifest" href="/static/david/icons2/site.webmanifest"> | |||
<link rel="mask-icon" href="/static/david/icons2/safari-pinned-tab.svg" color="#07486c"> | |||
<link rel="shortcut icon" href="/static/david/icons2/favicon.ico"> | |||
<meta name="msapplication-TileColor" content="#f7f7f7"> | |||
<meta name="msapplication-config" content="/static/david/icons2/browserconfig.xml"> | |||
<meta name="theme-color" content="#f7f7f7" media="(prefers-color-scheme: light)"> | |||
<meta name="theme-color" content="#272727" media="(prefers-color-scheme: dark)"> | |||
<!-- Is that even respected? Retrospectively? What a shAItshow… | |||
https://neil-clarke.com/block-the-bots-that-feed-ai-models-by-scraping-your-website/ --> | |||
<meta name="robots" content="noai, noimageai"> | |||
<!-- Documented, feel free to shoot an email. --> | |||
<link rel="stylesheet" href="/static/david/css/style_2021-01-20.css"> | |||
<!-- See https://www.zachleat.com/web/comprehensive-webfonts/ for the trade-off. --> | |||
<link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin> | |||
<link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin> | |||
<link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin> | |||
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin> | |||
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin> | |||
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin> | |||
<script> | |||
function toggleTheme(themeName) { | |||
document.documentElement.classList.toggle( | |||
'forced-dark', | |||
themeName === 'dark' | |||
) | |||
document.documentElement.classList.toggle( | |||
'forced-light', | |||
themeName === 'light' | |||
) | |||
} | |||
const selectedTheme = localStorage.getItem('theme') | |||
if (selectedTheme !== 'undefined') { | |||
toggleTheme(selectedTheme) | |||
} | |||
</script> | |||
<meta name="robots" content="noindex, nofollow"> | |||
<meta content="origin-when-cross-origin" name="referrer"> | |||
<!-- Canonical URL for SEO purposes --> | |||
<link rel="canonical" href="https://adactio.com/journal/20996"> | |||
<body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick" data-instant-intensity="viewport-all"> | |||
<article> | |||
<header> | |||
<h1>What the world needs</h1> | |||
</header> | |||
<nav> | |||
<p class="center"> | |||
<a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-home"></use> | |||
</svg> Accueil</a> • | |||
<a href="https://adactio.com/journal/20996" title="Lien vers le contenu original">Source originale</a> | |||
<br> | |||
Mis en cache le 2024-03-20 | |||
</p> | |||
</nav> | |||
<hr> | |||
<p>I was having a discussion with some people recently about writing. It was quite cathartic. Everyone was sharing the kinds of things that their inner critic tells them. We were all encouraging each other to ignore that voice.</p> | |||
<p>I mentioned that the two reasons for not writing that I hear most often from people are variations on “I’ve got nothing to say.”</p> | |||
<p>The first version is when someone says they’ve got nothing to say because they’re not qualified to write on a particualar topic. “After all, there are real experts out there who know far more than me. So I’ve got nothing to say.”</p> | |||
<p>But then once you do actually understand a topic, the second version appears. “If I know about this, then everyone knows about this. It’s obvious. So I’ve got nothing to say.”</p> | |||
<p>In both cases, you absolutely should be writing and sharing! In the first instance, you’ve got the beginner’s mind—a valuable perspective. In the second instance, you’ve got personal experience—another valuable perspective.</p> | |||
<p>In other words, while it seems like there’s never a good time to write about something, the truth is that there’s never a <em>bad</em> time to write about something.</p> | |||
<p>So write! Share! Publish!</p> | |||
<p>Then someone in the discussion said something I always find a bit deflating. They said they had no problem writing, but they’re not so keen on publishing.</p> | |||
<p>“After all”, they said, “the world doesn’t need yet another opinion.”</p> | |||
<p>This gets me down because it’s hard to argue with. It’s true that the world doesn’t need another think piece. The world doesn’t need to hear your thoughts on some topic. The world doesn’t need to hear what you’ve been up to recently.</p> | |||
<p>But you know what? Screw what the world needs.</p> | |||
<p>If we’re going to be hardnosed about this, then the world doesn’t need any more books. The world doesn’t need any more music. The world doesn’t need art. Heck, the world doesn’t <em>need</em> us at all.</p> | |||
<p>So don’t publish for the world.</p> | |||
<p>When I write something here on my website, I’m not thinking about the world reading it. That would be paralyzing. I do sometimes imagine that one person is reading it; someone just like me who hasn’t yet had this particular thought, or come up with that particular idea.</p> | |||
<p>I’m writing for myself. I write to figure out what I think. I also publish mostly for myself—a public archive for future me. But if what I publish just happens to connect with one other person, I’m glad.</p> | |||
<p>So, yeah, it’s true that the world doesn’t need you to write and share and publish. Isn’t that liberating? You’re free to write and share and publish for yourself.</p> | |||
</article> | |||
<hr> | |||
<footer> | |||
<p> | |||
<a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-home"></use> | |||
</svg> Accueil</a> • | |||
<a href="/david/log/" title="Accès au flux RSS"><svg class="icon icon-rss2"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-rss2"></use> | |||
</svg> Suivre</a> • | |||
<a href="http://larlet.com" title="Go to my English profile" data-instant><svg class="icon icon-user-tie"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-user-tie"></use> | |||
</svg> Pro</a> • | |||
<a href="mailto:david%40larlet.fr" title="Envoyer un courriel"><svg class="icon icon-mail"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-mail"></use> | |||
</svg> Email</a> • | |||
<abbr class="nowrap" title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340"><svg class="icon icon-hammer2"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-hammer2"></use> | |||
</svg> Légal</abbr> | |||
</p> | |||
<template id="theme-selector"> | |||
<form> | |||
<fieldset> | |||
<legend><svg class="icon icon-brightness-contrast"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-brightness-contrast"></use> | |||
</svg> Thème</legend> | |||
<label> | |||
<input type="radio" value="auto" name="chosen-color-scheme" checked> Auto | |||
</label> | |||
<label> | |||
<input type="radio" value="dark" name="chosen-color-scheme"> Foncé | |||
</label> | |||
<label> | |||
<input type="radio" value="light" name="chosen-color-scheme"> Clair | |||
</label> | |||
</fieldset> | |||
</form> | |||
</template> | |||
</footer> | |||
<script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script> | |||
<script> | |||
function loadThemeForm(templateName) { | |||
const themeSelectorTemplate = document.querySelector(templateName) | |||
const form = themeSelectorTemplate.content.firstElementChild | |||
themeSelectorTemplate.replaceWith(form) | |||
form.addEventListener('change', (e) => { | |||
const chosenColorScheme = e.target.value | |||
localStorage.setItem('theme', chosenColorScheme) | |||
toggleTheme(chosenColorScheme) | |||
}) | |||
const selectedTheme = localStorage.getItem('theme') | |||
if (selectedTheme && selectedTheme !== 'undefined') { | |||
form.querySelector(`[value="${selectedTheme}"]`).checked = true | |||
} | |||
} | |||
const prefersColorSchemeDark = '(prefers-color-scheme: dark)' | |||
window.addEventListener('load', () => { | |||
let hasDarkRules = false | |||
for (const styleSheet of Array.from(document.styleSheets)) { | |||
let mediaRules = [] | |||
for (const cssRule of styleSheet.cssRules) { | |||
if (cssRule.type !== CSSRule.MEDIA_RULE) { | |||
continue | |||
} | |||
// WARNING: Safari does not have/supports `conditionText`. | |||
if (cssRule.conditionText) { | |||
if (cssRule.conditionText !== prefersColorSchemeDark) { | |||
continue | |||
} | |||
} else { | |||
if (cssRule.cssText.startsWith(prefersColorSchemeDark)) { | |||
continue | |||
} | |||
} | |||
mediaRules = mediaRules.concat(Array.from(cssRule.cssRules)) | |||
} | |||
// WARNING: do not try to insert a Rule to a styleSheet you are | |||
// currently iterating on, otherwise the browser will be stuck | |||
// in a infinite loop… | |||
for (const mediaRule of mediaRules) { | |||
styleSheet.insertRule(mediaRule.cssText) | |||
hasDarkRules = true | |||
} | |||
} | |||
if (hasDarkRules) { | |||
loadThemeForm('#theme-selector') | |||
} | |||
}) | |||
</script> | |||
</body> | |||
</html> |
@@ -0,0 +1,40 @@ | |||
title: What the world needs | |||
url: https://adactio.com/journal/20996 | |||
hash_url: 318dd7526e11f9476c9cbc88eb3f2b9b | |||
archive_date: 2024-03-20 | |||
og_image: https://adactio.com/images/photo-300.jpg | |||
description: Write for yourself. | |||
favicon: https://adactio.com/icon.png | |||
language: en_IE | |||
<p>I was having a discussion with some people recently about writing. It was quite cathartic. Everyone was sharing the kinds of things that their inner critic tells them. We were all encouraging each other to ignore that voice.</p> | |||
<p>I mentioned that the two reasons for not writing that I hear most often from people are variations on “I’ve got nothing to say.”</p> | |||
<p>The first version is when someone says they’ve got nothing to say because they’re not qualified to write on a particualar topic. “After all, there are real experts out there who know far more than me. So I’ve got nothing to say.”</p> | |||
<p>But then once you do actually understand a topic, the second version appears. “If I know about this, then everyone knows about this. It’s obvious. So I’ve got nothing to say.”</p> | |||
<p>In both cases, you absolutely should be writing and sharing! In the first instance, you’ve got the beginner’s mind—a valuable perspective. In the second instance, you’ve got personal experience—another valuable perspective.</p> | |||
<p>In other words, while it seems like there’s never a good time to write about something, the truth is that there’s never a <em>bad</em> time to write about something.</p> | |||
<p>So write! Share! Publish!</p> | |||
<p>Then someone in the discussion said something I always find a bit deflating. They said they had no problem writing, but they’re not so keen on publishing.</p> | |||
<p>“After all”, they said, “the world doesn’t need yet another opinion.”</p> | |||
<p>This gets me down because it’s hard to argue with. It’s true that the world doesn’t need another think piece. The world doesn’t need to hear your thoughts on some topic. The world doesn’t need to hear what you’ve been up to recently.</p> | |||
<p>But you know what? Screw what the world needs.</p> | |||
<p>If we’re going to be hardnosed about this, then the world doesn’t need any more books. The world doesn’t need any more music. The world doesn’t need art. Heck, the world doesn’t <em>need</em> us at all.</p> | |||
<p>So don’t publish for the world.</p> | |||
<p>When I write something here on my website, I’m not thinking about the world reading it. That would be paralyzing. I do sometimes imagine that one person is reading it; someone just like me who hasn’t yet had this particular thought, or come up with that particular idea.</p> | |||
<p>I’m writing for myself. I write to figure out what I think. I also publish mostly for myself—a public archive for future me. But if what I publish just happens to connect with one other person, I’m glad.</p> | |||
<p>So, yeah, it’s true that the world doesn’t need you to write and share and publish. Isn’t that liberating? You’re free to write and share and publish for yourself.</p> |
@@ -0,0 +1,344 @@ | |||
<!doctype html><!-- This is a valid HTML5 document. --> | |||
<!-- Screen readers, SEO, extensions and so on. --> | |||
<html lang="fr"> | |||
<!-- Has to be within the first 1024 bytes, hence before the `title` element | |||
See: https://www.w3.org/TR/2012/CR-html5-20121217/document-metadata.html#charset --> | |||
<meta charset="utf-8"> | |||
<!-- Why no `X-UA-Compatible` meta: https://stackoverflow.com/a/6771584 --> | |||
<!-- The viewport meta is quite crowded and we are responsible for that. | |||
See: https://codepen.io/tigt/post/meta-viewport-for-2015 --> | |||
<meta name="viewport" content="width=device-width,initial-scale=1"> | |||
<!-- Required to make a valid HTML5 document. --> | |||
<title>N’ayez pas peur des mots (archive) — David Larlet</title> | |||
<meta name="description" content="Publication mise en cache pour en conserver une trace."> | |||
<!-- That good ol' feed, subscribe :). --> | |||
<link rel="alternate" type="application/atom+xml" title="Feed" href="/david/log/"> | |||
<!-- Generated from https://realfavicongenerator.net/ such a mess. --> | |||
<link rel="apple-touch-icon" sizes="180x180" href="/static/david/icons2/apple-touch-icon.png"> | |||
<link rel="icon" type="image/png" sizes="32x32" href="/static/david/icons2/favicon-32x32.png"> | |||
<link rel="icon" type="image/png" sizes="16x16" href="/static/david/icons2/favicon-16x16.png"> | |||
<link rel="manifest" href="/static/david/icons2/site.webmanifest"> | |||
<link rel="mask-icon" href="/static/david/icons2/safari-pinned-tab.svg" color="#07486c"> | |||
<link rel="shortcut icon" href="/static/david/icons2/favicon.ico"> | |||
<meta name="msapplication-TileColor" content="#f7f7f7"> | |||
<meta name="msapplication-config" content="/static/david/icons2/browserconfig.xml"> | |||
<meta name="theme-color" content="#f7f7f7" media="(prefers-color-scheme: light)"> | |||
<meta name="theme-color" content="#272727" media="(prefers-color-scheme: dark)"> | |||
<!-- Is that even respected? Retrospectively? What a shAItshow… | |||
https://neil-clarke.com/block-the-bots-that-feed-ai-models-by-scraping-your-website/ --> | |||
<meta name="robots" content="noai, noimageai"> | |||
<!-- Documented, feel free to shoot an email. --> | |||
<link rel="stylesheet" href="/static/david/css/style_2021-01-20.css"> | |||
<!-- See https://www.zachleat.com/web/comprehensive-webfonts/ for the trade-off. --> | |||
<link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin> | |||
<link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin> | |||
<link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin> | |||
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin> | |||
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin> | |||
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin> | |||
<script> | |||
function toggleTheme(themeName) { | |||
document.documentElement.classList.toggle( | |||
'forced-dark', | |||
themeName === 'dark' | |||
) | |||
document.documentElement.classList.toggle( | |||
'forced-light', | |||
themeName === 'light' | |||
) | |||
} | |||
const selectedTheme = localStorage.getItem('theme') | |||
if (selectedTheme !== 'undefined') { | |||
toggleTheme(selectedTheme) | |||
} | |||
</script> | |||
<meta name="robots" content="noindex, nofollow"> | |||
<meta content="origin-when-cross-origin" name="referrer"> | |||
<!-- Canonical URL for SEO purposes --> | |||
<link rel="canonical" href="https://emmanuelle-aboaf.netlify.app/blog/article/n-ayez-pas-peur-des-mots"> | |||
<body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick" data-instant-intensity="viewport-all"> | |||
<article> | |||
<header> | |||
<h1>N’ayez pas peur des mots</h1> | |||
</header> | |||
<nav> | |||
<p class="center"> | |||
<a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-home"></use> | |||
</svg> Accueil</a> • | |||
<a href="https://emmanuelle-aboaf.netlify.app/blog/article/n-ayez-pas-peur-des-mots" title="Lien vers le contenu original">Source originale</a> | |||
<br> | |||
Mis en cache le 2024-03-20 | |||
</p> | |||
</nav> | |||
<hr> | |||
<p> | |||
Les mots ont un impact et pourtant ils ne sont pas utilisés en tant que tels. | |||
</p> | |||
<p> | |||
Le mot « handicapé·e » n’est pas un gros mot, pas plus que les mots « sourd·e | |||
» et « aveugle ». Malheureusement, certaines personnes n’osent pas les dire | |||
par peur de vexer ou pensent que ça ne se dit pas. Cependant, en ne les disant | |||
pas, vous créez un tabou. | |||
</p> | |||
<p>Or, il ne faut pas que les noms communs liés au handicap soient un tabou.</p> | |||
<p> | |||
En ne nommant pas proprement le handicap de la personne, vous minimisez son | |||
handicap. | |||
</p> | |||
<p>Voici un exemple :</p> | |||
<ul> | |||
<li>« Emmanuelle est atteinte de surdité »</li> | |||
<li>« Emmanuelle est développeuse, souffrante de surdité »</li> | |||
<li>« Emmanuelle a quelques problèmes d’audition »</li> | |||
<li>« Emmanuelle est malentendante »</li> | |||
</ul> | |||
<p>Laquelle de ces phrases est la bonne ?</p> | |||
<p>Aucune.</p> | |||
<p>Je vous explique.</p> | |||
<p> | |||
Je ne suis pas atteinte de surdité et je ne souffre pas de surdité. La surdité | |||
n’est pas une maladie mais bien un handicap. Je ne suis pas malheureuse, je ne | |||
souffre pas puisque j’ai totalement accepté ma surdité. Ma surdité fait | |||
totalement partie de moi et de mon identité. | |||
</p> | |||
<p> | |||
Certaines personnes peuvent souffrir de leur handicap car elles n’ont pas | |||
accepté leur handicap ou la situation dans laquelle elles vivent puisqu'elles | |||
viennent de le découvrir. Avec le temps, généralement, elles acceptent et | |||
apprennent à vivre avec leur handicap. | |||
</p> | |||
<p> | |||
Je n'ai pas « quelques problèmes d'audition ». Cela voudrait dire que je ne | |||
suis sourde ni malentendante. Les problèmes d'audition sont souvent liés aux | |||
bouchons qui empêchent de bien entendre. En revanche, j'ai bien quelques | |||
problèmes de vue et je porte des lunettes mais je ne suis pas malvoyante et | |||
encore moins aveugle. Vous saisissez la différence ? | |||
</p> | |||
<p> | |||
Et enfin, je ne suis pas malentendante mais sourde. Il existe | |||
<a title="Consulter l'article La surdité et les causes de la perte auditive sur Ameli dans un nouvel onglet" href="https://www.ameli.fr/assure/sante/themes/perte-acuite-auditive/definition-causes" target="_blank" rel="noreferrer noopener">plusieurs types de surdité | |||
<i class="fa-solid fa-arrow-up-right-from-square" aria-hidden="true"></i></a>. Sans implants cochléaires, je suis totalement sourde, sourde comme un pot | |||
et je n’entends absolument rien. Un avion peut passer à côté de moi, je ne | |||
l’entendrai pas. Par contre, je peux sentir les vibrations générées par | |||
l’avion. La nuit, vous pouvez faire autant de bruits que vous voulez, ça ne me | |||
réveillera pas. | |||
</p> | |||
<p> | |||
Si vous dites que je suis malentendante, vous allez penser que j’entends bien | |||
avec mes implants cochléaires. Mais, en pensant ça, vous sous-estimez ma | |||
surdité. Vous penserez que je n’ai pas besoin d’aide, d’aménagement et que | |||
vous pouvez m’appeler au téléphone ou m'envoyer des messages vocaux parce que | |||
j'ai des implants cochléaires. | |||
</p> | |||
<p> | |||
Absolument pas. Je ne comprends rien au téléphone et je ne comprends pas les | |||
messages vocaux. Si vous ne mettez pas la caméra en visio, je ne pourrais pas | |||
lire sur vos lèvres. Si vous parlez trop vite ou si vous mettez la main devant | |||
votre bouche, je ne vous comprendrais pas non plus. | |||
</p> | |||
<p> | |||
Il y a une différence entre « entendre » et « comprendre ». J'entends certes | |||
grâce à mes appareils mais ça ne veut pas dire que je vous comprends | |||
forcément. | |||
</p> | |||
<p> | |||
Les mots ont un impact et, inconsciemment, quand vous ne les utilisez pas dans | |||
la bonne manière, vous minimisez mon handicap et donc vous faites moins | |||
d'effort que nécessaire. | |||
</p> | |||
<p> | |||
Autre point, dit-on « personne en situation en handicap » ou « personne | |||
handicapée ? » | |||
</p> | |||
<p>Là, encore, il y a une subtilité.</p> | |||
<p> | |||
Je vais à un événement tech où les conférences ne sont pas sous-titrées. Je | |||
suis en situation de handicap puisque les conférences ne me sont pas du tout | |||
accessibles. | |||
</p> | |||
<p> | |||
Je vais à un événement tech où les conférences sont toutes sous-titrées. Je ne | |||
suis pas en situation de handicap puisque les conférences me sont totalement | |||
accessibles. | |||
</p> | |||
<p> | |||
Voici la différence. Être en situation de handicap, c’est subir la situation | |||
faute d’accessibilité. | |||
</p> | |||
<p> | |||
Je vous invite à lire ces deux articles qui l'expliquent très bien : | |||
<a href="https://informations.handicap.fr/a-choix-des-mots-5633.php" target="_blank" rel="noreferrer noopener" title="Consulter l'article Infirme à personne en situation de handicap : combat de mots sur handicap.fr dans un nouvel onglet">Infirme à personne en situation de handicap : combat de mots | |||
<i class="fa-solid fa-arrow-up-right-from-square" aria-hidden="true"></i></a> | |||
et | |||
<a href="https://www.quebec.ca/famille-et-soutien-aux-personnes/participation-sociale-personnes-handicapees/definition-personne-handicapee" target="_blank" rel="noreferrer noopener" title="Consulter l'article Définition du terme Personne handicapée sur quebec.ca dans un nouvel onglet">Définition du terme Personne handicapée au Québec | |||
<i class="fa-solid fa-arrow-up-right-from-square" aria-hidden="true"></i></a> | |||
</p> | |||
<p> | |||
Je vous invite également à consulter | |||
<a href="https://www.instagram.com/reel/C4a4L9YCY7b/?igsh=MW9oczlmdjR1dXVzcQ%3D%3D" target="_blank" rel="noreferrer noopener" title="Consulter la vidéo de CommonAccess Arrêtons avec ce terme situation de handicap sur Instagram dans un nouvel onglet">une vidéo de CommonAccess sur Instagram | |||
<i class="fa-solid fa-arrow-up-right-from-square" aria-hidden="true"></i></a> | |||
qui dénonce aussi le terme « personne en situation de handicap ». D'ailleurs, | |||
Cécile illustre bien son exemple avec « est-ce que je suis maman ou je suis | |||
une personne en situation de maternité ? ». | |||
</p> | |||
<p> | |||
Bien évidemment, si vous avez un handicap et que vous préférez vous définir | |||
par les termes « personne en situation de handicap », c'est votre droit et je | |||
le respecte. Mon choix est de dire que je suis handicapée. | |||
</p> | |||
<p> | |||
Oui, je suis une personne handicapée puisque la surdité fait partie de la | |||
famille du handicap. Pendant longtemps, je disais que je n'étais pas | |||
handicapée mais sourde parce que, pour moi, être handicapée, c’était une | |||
personne en fauteuil roulant ou une personne qui ne pouvait pas marcher. | |||
Malgré moi, j’avais ce biais jusqu’à ce que je comprenne que dire le mot | |||
handicap n’était pas un gros mot et que c’était OK de l’utiliser. | |||
</p> | |||
<p> | |||
Je suis sourde. Je suis également handicapée puisque je suis handicapée de mes | |||
oreilles. | |||
</p> | |||
<p> | |||
Quand je me présente, je dis toujours que je suis sourde. Je n'ai pas d'autres | |||
termes. | |||
<span class="font-bold"> Ce n'est pas à vous de me présenter autrement.</span> | |||
Si vous ne savez pas, demandez moi. Demandez à la personne concernée comment | |||
elle souhaite qu'on la présente. | |||
</p> | |||
<p> | |||
Ces mots n’ont pas de connotation négative. Quand une personne est handicapée, | |||
cela ne signifie pas qu’elle est forcément malheureuse. Il ne faut pas la | |||
plaindre parce qu’elle a un handicap. Ce n’est pas pour autant qu'elle est | |||
bien dans sa peau qu’il faut aussi minimiser son handicap. | |||
</p> | |||
<p> | |||
Il faut donc apprendre à banaliser ces mots et de ne pas en avoir peur. Ne pas | |||
avoir peur de les utiliser. Je vous invite à visionner | |||
<a href="https://www.radiofrance.fr/franceinter/podcasts/l-invite-de-9h10/le-7-9h30-l-interview-de-9h10-du-mardi-25-avril-2023-1107001" target="_blank" rel="noreferrer noopener" title="Consulter l'interview de Elisa Rojas sur France Inter dans un nouvel onglet">l’interview sur France Inter | |||
<i class="fa-solid fa-arrow-up-right-from-square" aria-hidden="true"></i></a> | |||
(qui est sous-titré) d’Elisa Rojas, avocate en droit et militante pour les | |||
droits des personnes handicapées, qui explique bien cette problématique. | |||
</p> | |||
<p>En conclusion, n'ayez pas peur d'utiliser les mots.</p> | |||
</article> | |||
<hr> | |||
<footer> | |||
<p> | |||
<a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-home"></use> | |||
</svg> Accueil</a> • | |||
<a href="/david/log/" title="Accès au flux RSS"><svg class="icon icon-rss2"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-rss2"></use> | |||
</svg> Suivre</a> • | |||
<a href="http://larlet.com" title="Go to my English profile" data-instant><svg class="icon icon-user-tie"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-user-tie"></use> | |||
</svg> Pro</a> • | |||
<a href="mailto:david%40larlet.fr" title="Envoyer un courriel"><svg class="icon icon-mail"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-mail"></use> | |||
</svg> Email</a> • | |||
<abbr class="nowrap" title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340"><svg class="icon icon-hammer2"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-hammer2"></use> | |||
</svg> Légal</abbr> | |||
</p> | |||
<template id="theme-selector"> | |||
<form> | |||
<fieldset> | |||
<legend><svg class="icon icon-brightness-contrast"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-brightness-contrast"></use> | |||
</svg> Thème</legend> | |||
<label> | |||
<input type="radio" value="auto" name="chosen-color-scheme" checked> Auto | |||
</label> | |||
<label> | |||
<input type="radio" value="dark" name="chosen-color-scheme"> Foncé | |||
</label> | |||
<label> | |||
<input type="radio" value="light" name="chosen-color-scheme"> Clair | |||
</label> | |||
</fieldset> | |||
</form> | |||
</template> | |||
</footer> | |||
<script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script> | |||
<script> | |||
function loadThemeForm(templateName) { | |||
const themeSelectorTemplate = document.querySelector(templateName) | |||
const form = themeSelectorTemplate.content.firstElementChild | |||
themeSelectorTemplate.replaceWith(form) | |||
form.addEventListener('change', (e) => { | |||
const chosenColorScheme = e.target.value | |||
localStorage.setItem('theme', chosenColorScheme) | |||
toggleTheme(chosenColorScheme) | |||
}) | |||
const selectedTheme = localStorage.getItem('theme') | |||
if (selectedTheme && selectedTheme !== 'undefined') { | |||
form.querySelector(`[value="${selectedTheme}"]`).checked = true | |||
} | |||
} | |||
const prefersColorSchemeDark = '(prefers-color-scheme: dark)' | |||
window.addEventListener('load', () => { | |||
let hasDarkRules = false | |||
for (const styleSheet of Array.from(document.styleSheets)) { | |||
let mediaRules = [] | |||
for (const cssRule of styleSheet.cssRules) { | |||
if (cssRule.type !== CSSRule.MEDIA_RULE) { | |||
continue | |||
} | |||
// WARNING: Safari does not have/supports `conditionText`. | |||
if (cssRule.conditionText) { | |||
if (cssRule.conditionText !== prefersColorSchemeDark) { | |||
continue | |||
} | |||
} else { | |||
if (cssRule.cssText.startsWith(prefersColorSchemeDark)) { | |||
continue | |||
} | |||
} | |||
mediaRules = mediaRules.concat(Array.from(cssRule.cssRules)) | |||
} | |||
// WARNING: do not try to insert a Rule to a styleSheet you are | |||
// currently iterating on, otherwise the browser will be stuck | |||
// in a infinite loop… | |||
for (const mediaRule of mediaRules) { | |||
styleSheet.insertRule(mediaRule.cssText) | |||
hasDarkRules = true | |||
} | |||
} | |||
if (hasDarkRules) { | |||
loadThemeForm('#theme-selector') | |||
} | |||
}) | |||
</script> | |||
</body> | |||
</html> |
@@ -0,0 +1,177 @@ | |||
title: N’ayez pas peur des mots | |||
url: https://emmanuelle-aboaf.netlify.app/blog/article/n-ayez-pas-peur-des-mots | |||
hash_url: 5201efaa6fe6a80f69647a354c9afd18 | |||
archive_date: 2024-03-20 | |||
og_image: https://emmanuelle-aboaf.netlify.app/android-chrome-512x512.png | |||
description: Les mots ont un impact et pourtant ils ne sont pas utilisés en tant que tels. Le mot handicapé·e n’est pas un gros mot, pas plus que les mots sourd·e et aveugle. Malheureusement, certaines personnes n’osent pas les dire par peur de vexer ou en pensant que ça ne se dit pas. Cependant, en ne les disant pas, vous créez un tabou. Je vous partage mes réflexions sur le sujet à travers cet article. | |||
favicon: https://emmanuelle-aboaf.netlify.app/blog/article/favicon-32x32.png | |||
language: fr_FR | |||
<p> | |||
Les mots ont un impact et pourtant ils ne sont pas utilisés en tant que tels. | |||
</p> | |||
<p> | |||
Le mot « handicapé·e » n’est pas un gros mot, pas plus que les mots « sourd·e | |||
» et « aveugle ». Malheureusement, certaines personnes n’osent pas les dire | |||
par peur de vexer ou pensent que ça ne se dit pas. Cependant, en ne les disant | |||
pas, vous créez un tabou. | |||
</p> | |||
<p>Or, il ne faut pas que les noms communs liés au handicap soient un tabou.</p> | |||
<p> | |||
En ne nommant pas proprement le handicap de la personne, vous minimisez son | |||
handicap. | |||
</p> | |||
<p>Voici un exemple :</p> | |||
<ul> | |||
<li>« Emmanuelle est atteinte de surdité »</li> | |||
<li>« Emmanuelle est développeuse, souffrante de surdité »</li> | |||
<li>« Emmanuelle a quelques problèmes d’audition »</li> | |||
<li>« Emmanuelle est malentendante »</li> | |||
</ul> | |||
<p>Laquelle de ces phrases est la bonne ?</p> | |||
<p>Aucune.</p> | |||
<p>Je vous explique.</p> | |||
<p> | |||
Je ne suis pas atteinte de surdité et je ne souffre pas de surdité. La surdité | |||
n’est pas une maladie mais bien un handicap. Je ne suis pas malheureuse, je ne | |||
souffre pas puisque j’ai totalement accepté ma surdité. Ma surdité fait | |||
totalement partie de moi et de mon identité. | |||
</p> | |||
<p> | |||
Certaines personnes peuvent souffrir de leur handicap car elles n’ont pas | |||
accepté leur handicap ou la situation dans laquelle elles vivent puisqu'elles | |||
viennent de le découvrir. Avec le temps, généralement, elles acceptent et | |||
apprennent à vivre avec leur handicap. | |||
</p> | |||
<p> | |||
Je n'ai pas « quelques problèmes d'audition ». Cela voudrait dire que je ne | |||
suis sourde ni malentendante. Les problèmes d'audition sont souvent liés aux | |||
bouchons qui empêchent de bien entendre. En revanche, j'ai bien quelques | |||
problèmes de vue et je porte des lunettes mais je ne suis pas malvoyante et | |||
encore moins aveugle. Vous saisissez la différence ? | |||
</p> | |||
<p> | |||
Et enfin, je ne suis pas malentendante mais sourde. Il existe | |||
<a title="Consulter l'article La surdité et les causes de la perte auditive sur Ameli dans un nouvel onglet" href="https://www.ameli.fr/assure/sante/themes/perte-acuite-auditive/definition-causes" target="_blank" rel="noreferrer noopener">plusieurs types de surdité | |||
<i class="fa-solid fa-arrow-up-right-from-square" aria-hidden="true"></i></a>. Sans implants cochléaires, je suis totalement sourde, sourde comme un pot | |||
et je n’entends absolument rien. Un avion peut passer à côté de moi, je ne | |||
l’entendrai pas. Par contre, je peux sentir les vibrations générées par | |||
l’avion. La nuit, vous pouvez faire autant de bruits que vous voulez, ça ne me | |||
réveillera pas. | |||
</p> | |||
<p> | |||
Si vous dites que je suis malentendante, vous allez penser que j’entends bien | |||
avec mes implants cochléaires. Mais, en pensant ça, vous sous-estimez ma | |||
surdité. Vous penserez que je n’ai pas besoin d’aide, d’aménagement et que | |||
vous pouvez m’appeler au téléphone ou m'envoyer des messages vocaux parce que | |||
j'ai des implants cochléaires. | |||
</p> | |||
<p> | |||
Absolument pas. Je ne comprends rien au téléphone et je ne comprends pas les | |||
messages vocaux. Si vous ne mettez pas la caméra en visio, je ne pourrais pas | |||
lire sur vos lèvres. Si vous parlez trop vite ou si vous mettez la main devant | |||
votre bouche, je ne vous comprendrais pas non plus. | |||
</p> | |||
<p> | |||
Il y a une différence entre « entendre » et « comprendre ». J'entends certes | |||
grâce à mes appareils mais ça ne veut pas dire que je vous comprends | |||
forcément. | |||
</p> | |||
<p> | |||
Les mots ont un impact et, inconsciemment, quand vous ne les utilisez pas dans | |||
la bonne manière, vous minimisez mon handicap et donc vous faites moins | |||
d'effort que nécessaire. | |||
</p> | |||
<p> | |||
Autre point, dit-on « personne en situation en handicap » ou « personne | |||
handicapée ? » | |||
</p> | |||
<p>Là, encore, il y a une subtilité.</p> | |||
<p> | |||
Je vais à un événement tech où les conférences ne sont pas sous-titrées. Je | |||
suis en situation de handicap puisque les conférences ne me sont pas du tout | |||
accessibles. | |||
</p> | |||
<p> | |||
Je vais à un événement tech où les conférences sont toutes sous-titrées. Je ne | |||
suis pas en situation de handicap puisque les conférences me sont totalement | |||
accessibles. | |||
</p> | |||
<p> | |||
Voici la différence. Être en situation de handicap, c’est subir la situation | |||
faute d’accessibilité. | |||
</p> | |||
<p> | |||
Je vous invite à lire ces deux articles qui l'expliquent très bien : | |||
<a href="https://informations.handicap.fr/a-choix-des-mots-5633.php" target="_blank" rel="noreferrer noopener" title="Consulter l'article Infirme à personne en situation de handicap : combat de mots sur handicap.fr dans un nouvel onglet">Infirme à personne en situation de handicap : combat de mots | |||
<i class="fa-solid fa-arrow-up-right-from-square" aria-hidden="true"></i></a> | |||
et | |||
<a href="https://www.quebec.ca/famille-et-soutien-aux-personnes/participation-sociale-personnes-handicapees/definition-personne-handicapee" target="_blank" rel="noreferrer noopener" title="Consulter l'article Définition du terme Personne handicapée sur quebec.ca dans un nouvel onglet">Définition du terme Personne handicapée au Québec | |||
<i class="fa-solid fa-arrow-up-right-from-square" aria-hidden="true"></i></a> | |||
</p> | |||
<p> | |||
Je vous invite également à consulter | |||
<a href="https://www.instagram.com/reel/C4a4L9YCY7b/?igsh=MW9oczlmdjR1dXVzcQ%3D%3D" target="_blank" rel="noreferrer noopener" title="Consulter la vidéo de CommonAccess Arrêtons avec ce terme situation de handicap sur Instagram dans un nouvel onglet">une vidéo de CommonAccess sur Instagram | |||
<i class="fa-solid fa-arrow-up-right-from-square" aria-hidden="true"></i></a> | |||
qui dénonce aussi le terme « personne en situation de handicap ». D'ailleurs, | |||
Cécile illustre bien son exemple avec « est-ce que je suis maman ou je suis | |||
une personne en situation de maternité ? ». | |||
</p> | |||
<p> | |||
Bien évidemment, si vous avez un handicap et que vous préférez vous définir | |||
par les termes « personne en situation de handicap », c'est votre droit et je | |||
le respecte. Mon choix est de dire que je suis handicapée. | |||
</p> | |||
<p> | |||
Oui, je suis une personne handicapée puisque la surdité fait partie de la | |||
famille du handicap. Pendant longtemps, je disais que je n'étais pas | |||
handicapée mais sourde parce que, pour moi, être handicapée, c’était une | |||
personne en fauteuil roulant ou une personne qui ne pouvait pas marcher. | |||
Malgré moi, j’avais ce biais jusqu’à ce que je comprenne que dire le mot | |||
handicap n’était pas un gros mot et que c’était OK de l’utiliser. | |||
</p> | |||
<p> | |||
Je suis sourde. Je suis également handicapée puisque je suis handicapée de mes | |||
oreilles. | |||
</p> | |||
<p> | |||
Quand je me présente, je dis toujours que je suis sourde. Je n'ai pas d'autres | |||
termes. | |||
<span class="font-bold"> Ce n'est pas à vous de me présenter autrement.</span> | |||
Si vous ne savez pas, demandez moi. Demandez à la personne concernée comment | |||
elle souhaite qu'on la présente. | |||
</p> | |||
<p> | |||
Ces mots n’ont pas de connotation négative. Quand une personne est handicapée, | |||
cela ne signifie pas qu’elle est forcément malheureuse. Il ne faut pas la | |||
plaindre parce qu’elle a un handicap. Ce n’est pas pour autant qu'elle est | |||
bien dans sa peau qu’il faut aussi minimiser son handicap. | |||
</p> | |||
<p> | |||
Il faut donc apprendre à banaliser ces mots et de ne pas en avoir peur. Ne pas | |||
avoir peur de les utiliser. Je vous invite à visionner | |||
<a href="https://www.radiofrance.fr/franceinter/podcasts/l-invite-de-9h10/le-7-9h30-l-interview-de-9h10-du-mardi-25-avril-2023-1107001" target="_blank" rel="noreferrer noopener" title="Consulter l'interview de Elisa Rojas sur France Inter dans un nouvel onglet">l’interview sur France Inter | |||
<i class="fa-solid fa-arrow-up-right-from-square" aria-hidden="true"></i></a> | |||
(qui est sous-titré) d’Elisa Rojas, avocate en droit et militante pour les | |||
droits des personnes handicapées, qui explique bien cette problématique. | |||
</p> | |||
<p>En conclusion, n'ayez pas peur d'utiliser les mots.</p> |
@@ -0,0 +1,187 @@ | |||
<!doctype html><!-- This is a valid HTML5 document. --> | |||
<!-- Screen readers, SEO, extensions and so on. --> | |||
<html lang="en"> | |||
<!-- Has to be within the first 1024 bytes, hence before the `title` element | |||
See: https://www.w3.org/TR/2012/CR-html5-20121217/document-metadata.html#charset --> | |||
<meta charset="utf-8"> | |||
<!-- Why no `X-UA-Compatible` meta: https://stackoverflow.com/a/6771584 --> | |||
<!-- The viewport meta is quite crowded and we are responsible for that. | |||
See: https://codepen.io/tigt/post/meta-viewport-for-2015 --> | |||
<meta name="viewport" content="width=device-width,initial-scale=1"> | |||
<!-- Required to make a valid HTML5 document. --> | |||
<title>Digital walled gardens (archive) — David Larlet</title> | |||
<meta name="description" content="Publication mise en cache pour en conserver une trace."> | |||
<!-- That good ol' feed, subscribe :). --> | |||
<link rel="alternate" type="application/atom+xml" title="Feed" href="/david/log/"> | |||
<!-- Generated from https://realfavicongenerator.net/ such a mess. --> | |||
<link rel="apple-touch-icon" sizes="180x180" href="/static/david/icons2/apple-touch-icon.png"> | |||
<link rel="icon" type="image/png" sizes="32x32" href="/static/david/icons2/favicon-32x32.png"> | |||
<link rel="icon" type="image/png" sizes="16x16" href="/static/david/icons2/favicon-16x16.png"> | |||
<link rel="manifest" href="/static/david/icons2/site.webmanifest"> | |||
<link rel="mask-icon" href="/static/david/icons2/safari-pinned-tab.svg" color="#07486c"> | |||
<link rel="shortcut icon" href="/static/david/icons2/favicon.ico"> | |||
<meta name="msapplication-TileColor" content="#f7f7f7"> | |||
<meta name="msapplication-config" content="/static/david/icons2/browserconfig.xml"> | |||
<meta name="theme-color" content="#f7f7f7" media="(prefers-color-scheme: light)"> | |||
<meta name="theme-color" content="#272727" media="(prefers-color-scheme: dark)"> | |||
<!-- Is that even respected? Retrospectively? What a shAItshow… | |||
https://neil-clarke.com/block-the-bots-that-feed-ai-models-by-scraping-your-website/ --> | |||
<meta name="robots" content="noai, noimageai"> | |||
<!-- Documented, feel free to shoot an email. --> | |||
<link rel="stylesheet" href="/static/david/css/style_2021-01-20.css"> | |||
<!-- See https://www.zachleat.com/web/comprehensive-webfonts/ for the trade-off. --> | |||
<link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin> | |||
<link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin> | |||
<link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin> | |||
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin> | |||
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin> | |||
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin> | |||
<script> | |||
function toggleTheme(themeName) { | |||
document.documentElement.classList.toggle( | |||
'forced-dark', | |||
themeName === 'dark' | |||
) | |||
document.documentElement.classList.toggle( | |||
'forced-light', | |||
themeName === 'light' | |||
) | |||
} | |||
const selectedTheme = localStorage.getItem('theme') | |||
if (selectedTheme !== 'undefined') { | |||
toggleTheme(selectedTheme) | |||
} | |||
</script> | |||
<meta name="robots" content="noindex, nofollow"> | |||
<meta content="origin-when-cross-origin" name="referrer"> | |||
<!-- Canonical URL for SEO purposes --> | |||
<link rel="canonical" href="https://manuelmoreale.com/digital-walled-gardens"> | |||
<body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick" data-instant-intensity="viewport-all"> | |||
<article> | |||
<header> | |||
<h1>Digital walled gardens</h1> | |||
</header> | |||
<nav> | |||
<p class="center"> | |||
<a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-home"></use> | |||
</svg> Accueil</a> • | |||
<a href="https://manuelmoreale.com/digital-walled-gardens" title="Lien vers le contenu original">Source originale</a> | |||
<br> | |||
Mis en cache le 2024-03-20 | |||
</p> | |||
</nav> | |||
<hr> | |||
<p>The concept of a walled garden is not a new one in the digital world. It’s just a fancier, less aggressive way to describe a closed ecosystem or a closed platform. This idea is that once you have carved out your space you have to put up fences and try to keep everything and everyone inside.</p> | |||
<p>It’s something that’s been discussed a lot, especially recently thanks to the new Digital Markets Act here in Europe that is forcing the Apples and the Microsofts of this world to change a bunch of stuff. All these companies are clearly not happy about it and they’re doing everything they can to keep their gardens walled. </p> | |||
<p>At the same time, there’s another type of garden on the web, not a walled one, but a digital one. Personal websites come in many shapes and sizes and the digital garden is one of them.</p> | |||
<p>It’s interesting how we’re using the same metaphor—the garden—to describe two completely different things. One is the embodiment of the capitalist mindset applied to the digital ecosystem driven by greed. The other is the digital manifestation of personal expression. Digital gardens are—or at least should be—a welcoming place.</p> | |||
<p>But they should not be a destination. The point of a garden is to walk through it, to enjoy what it has to offer, and to then keep moving while carrying its beauty with you. Ideally, you should come out of that walk enriched, and not enraged.</p> | |||
<hr> | |||
<p>My goal, for this digital place I’m creating, is to make you go away. And that’s not because I want to be left alone but because I hope to help you discover new digital places to explore. If I see you again, it’s because you decided to come back, and not because you got lost and trapped inside the digital walls I erected.</p> | |||
<p>Rather than clicking on another article in my archive, go explore <a href="https://ooh.directory">ooh.directory</a>, click the big button on <a href="https://theforest.link">theforest.link</a>, scroll through <a href="https://flamedfury.com/links/">Flamed</a> blogroll.</p> | |||
<p>And don’t forget to connect, to interact. Send <a href="https://chavanniclass.wordpress.com/2024/02/10/notes-on-meaning-career-writing-and-blogging/">Ratika</a> an email, become Kev’s <a href="https://kevquirk.com/penpals">penpal</a>, chat with <a href="https://devastatia.com/home">Devastatia</a> on her wild website, sign <a href="https://foreverliketh.is/docs/connectivism/guestbook/">foreverliketh.is</a> guestbook.</p> | |||
<p>Also, create! Don’t just consume content, make content yourself. Write something for the <a href="http://indieweb.org/indieweb-carnival">IndieWeb carnival</a>, participate in the <a href="https://100daystooffload.com/">#100DaysToOffload</a>.</p> | |||
<p>Walled gardens are boring. The corporate web is boring. But I’m sure you’re not. I’m sure you have something worth contributing, something worth sharing. So <a href="https://mwarrenarts.com/blog/running-to-death">just do it</a>.</p> | |||
</article> | |||
<hr> | |||
<footer> | |||
<p> | |||
<a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-home"></use> | |||
</svg> Accueil</a> • | |||
<a href="/david/log/" title="Accès au flux RSS"><svg class="icon icon-rss2"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-rss2"></use> | |||
</svg> Suivre</a> • | |||
<a href="http://larlet.com" title="Go to my English profile" data-instant><svg class="icon icon-user-tie"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-user-tie"></use> | |||
</svg> Pro</a> • | |||
<a href="mailto:david%40larlet.fr" title="Envoyer un courriel"><svg class="icon icon-mail"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-mail"></use> | |||
</svg> Email</a> • | |||
<abbr class="nowrap" title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340"><svg class="icon icon-hammer2"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-hammer2"></use> | |||
</svg> Légal</abbr> | |||
</p> | |||
<template id="theme-selector"> | |||
<form> | |||
<fieldset> | |||
<legend><svg class="icon icon-brightness-contrast"> | |||
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-brightness-contrast"></use> | |||
</svg> Thème</legend> | |||
<label> | |||
<input type="radio" value="auto" name="chosen-color-scheme" checked> Auto | |||
</label> | |||
<label> | |||
<input type="radio" value="dark" name="chosen-color-scheme"> Foncé | |||
</label> | |||
<label> | |||
<input type="radio" value="light" name="chosen-color-scheme"> Clair | |||
</label> | |||
</fieldset> | |||
</form> | |||
</template> | |||
</footer> | |||
<script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script> | |||
<script> | |||
function loadThemeForm(templateName) { | |||
const themeSelectorTemplate = document.querySelector(templateName) | |||
const form = themeSelectorTemplate.content.firstElementChild | |||
themeSelectorTemplate.replaceWith(form) | |||
form.addEventListener('change', (e) => { | |||
const chosenColorScheme = e.target.value | |||
localStorage.setItem('theme', chosenColorScheme) | |||
toggleTheme(chosenColorScheme) | |||
}) | |||
const selectedTheme = localStorage.getItem('theme') | |||
if (selectedTheme && selectedTheme !== 'undefined') { | |||
form.querySelector(`[value="${selectedTheme}"]`).checked = true | |||
} | |||
} | |||
const prefersColorSchemeDark = '(prefers-color-scheme: dark)' | |||
window.addEventListener('load', () => { | |||
let hasDarkRules = false | |||
for (const styleSheet of Array.from(document.styleSheets)) { | |||
let mediaRules = [] | |||
for (const cssRule of styleSheet.cssRules) { | |||
if (cssRule.type !== CSSRule.MEDIA_RULE) { | |||
continue | |||
} | |||
// WARNING: Safari does not have/supports `conditionText`. | |||
if (cssRule.conditionText) { | |||
if (cssRule.conditionText !== prefersColorSchemeDark) { | |||
continue | |||
} | |||
} else { | |||
if (cssRule.cssText.startsWith(prefersColorSchemeDark)) { | |||
continue | |||
} | |||
} | |||
mediaRules = mediaRules.concat(Array.from(cssRule.cssRules)) | |||
} | |||
// WARNING: do not try to insert a Rule to a styleSheet you are | |||
// currently iterating on, otherwise the browser will be stuck | |||
// in a infinite loop… | |||
for (const mediaRule of mediaRules) { | |||
styleSheet.insertRule(mediaRule.cssText) | |||
hasDarkRules = true | |||
} | |||
} | |||
if (hasDarkRules) { | |||
loadThemeForm('#theme-selector') | |||
} | |||
}) | |||
</script> | |||
</body> | |||
</html> |
@@ -0,0 +1,20 @@ | |||
title: Digital walled gardens | |||
url: https://manuelmoreale.com/digital-walled-gardens | |||
hash_url: 812f09bae33b395819539fd2c4693fe2 | |||
archive_date: 2024-03-20 | |||
og_image: | |||
description: The concept of a walled garden is not a new one in the digital world. It’s just a fancier, less aggressive way to describe a closed ecosystem or a … | |||
favicon: https://manuelmoreale.com/favicon.ico | |||
language: en_US | |||
<p>The concept of a walled garden is not a new one in the digital world. It’s just a fancier, less aggressive way to describe a closed ecosystem or a closed platform. This idea is that once you have carved out your space you have to put up fences and try to keep everything and everyone inside.</p> | |||
<p>It’s something that’s been discussed a lot, especially recently thanks to the new Digital Markets Act here in Europe that is forcing the Apples and the Microsofts of this world to change a bunch of stuff. All these companies are clearly not happy about it and they’re doing everything they can to keep their gardens walled. </p> | |||
<p>At the same time, there’s another type of garden on the web, not a walled one, but a digital one. Personal websites come in many shapes and sizes and the digital garden is one of them.</p> | |||
<p>It’s interesting how we’re using the same metaphor—the garden—to describe two completely different things. One is the embodiment of the capitalist mindset applied to the digital ecosystem driven by greed. The other is the digital manifestation of personal expression. Digital gardens are—or at least should be—a welcoming place.</p> | |||
<p>But they should not be a destination. The point of a garden is to walk through it, to enjoy what it has to offer, and to then keep moving while carrying its beauty with you. Ideally, you should come out of that walk enriched, and not enraged.</p> | |||
<hr> | |||
<p>My goal, for this digital place I’m creating, is to make you go away. And that’s not because I want to be left alone but because I hope to help you discover new digital places to explore. If I see you again, it’s because you decided to come back, and not because you got lost and trapped inside the digital walls I erected.</p> | |||
<p>Rather than clicking on another article in my archive, go explore <a href="https://ooh.directory">ooh.directory</a>, click the big button on <a href="https://theforest.link">theforest.link</a>, scroll through <a href="https://flamedfury.com/links/">Flamed</a> blogroll.</p> | |||
<p>And don’t forget to connect, to interact. Send <a href="https://chavanniclass.wordpress.com/2024/02/10/notes-on-meaning-career-writing-and-blogging/">Ratika</a> an email, become Kev’s <a href="https://kevquirk.com/penpals">penpal</a>, chat with <a href="https://devastatia.com/home">Devastatia</a> on her wild website, sign <a href="https://foreverliketh.is/docs/connectivism/guestbook/">foreverliketh.is</a> guestbook.</p> | |||
<p>Also, create! Don’t just consume content, make content yourself. Write something for the <a href="http://indieweb.org/indieweb-carnival">IndieWeb carnival</a>, participate in the <a href="https://100daystooffload.com/">#100DaysToOffload</a>.</p> | |||
<p>Walled gardens are boring. The corporate web is boring. But I’m sure you’re not. I’m sure you have something worth contributing, something worth sharing. So <a href="https://mwarrenarts.com/blog/running-to-death">just do it</a>.</p> |
@@ -180,6 +180,8 @@ | |||
<li><a href="/david/cache/2024/09cfcfafab15ad576de8b32d0046fb93/" title="Accès à l’article dans le cache local : Anti-Ad-Block">Anti-Ad-Block</a> (<a href="https://lmnt.me/blog/anti-ad-block.html" title="Accès à l’article original distant : Anti-Ad-Block">original</a>)</li> | |||
<li><a href="/david/cache/2024/318dd7526e11f9476c9cbc88eb3f2b9b/" title="Accès à l’article dans le cache local : What the world needs">What the world needs</a> (<a href="https://adactio.com/journal/20996" title="Accès à l’article original distant : What the world needs">original</a>)</li> | |||
<li><a href="/david/cache/2024/0deb984b2f799d391607afcaa488446d/" title="Accès à l’article dans le cache local : Announcing Interop 2024">Announcing Interop 2024</a> (<a href="https://hacks.mozilla.org/2024/02/announcing-interop-2024/" title="Accès à l’article original distant : Announcing Interop 2024">original</a>)</li> | |||
<li><a href="/david/cache/2024/ffaf50bf5d5e4cf870a618b518ee5ba7/" title="Accès à l’article dans le cache local : Portable EPUBs">Portable EPUBs</a> (<a href="https://willcrichton.net/notes/portable-epubs/" title="Accès à l’article original distant : Portable EPUBs">original</a>)</li> | |||
@@ -232,6 +234,8 @@ | |||
<li><a href="/david/cache/2024/40a1a0f90d7ac25a6150e6e27ac310d4/" title="Accès à l’article dans le cache local : D’un enfant à l’autre">D’un enfant à l’autre</a> (<a href="https://www.la-grange.net/2024/02/04/enfant" title="Accès à l’article original distant : D’un enfant à l’autre">original</a>)</li> | |||
<li><a href="/david/cache/2024/5201efaa6fe6a80f69647a354c9afd18/" title="Accès à l’article dans le cache local : N’ayez pas peur des mots">N’ayez pas peur des mots</a> (<a href="https://emmanuelle-aboaf.netlify.app/blog/article/n-ayez-pas-peur-des-mots" title="Accès à l’article original distant : N’ayez pas peur des mots">original</a>)</li> | |||
<li><a href="/david/cache/2024/5da390fa8d93278cd62233d3915729e7/" title="Accès à l’article dans le cache local : Generating Config driven Dynamic Forms using Web Components">Generating Config driven Dynamic Forms using Web Components</a> (<a href="https://codeburst.io/generating-config-driven-dynamic-forms-using-web-components-7c8d400f7f2e" title="Accès à l’article original distant : Generating Config driven Dynamic Forms using Web Components">original</a>)</li> | |||
<li><a href="/david/cache/2024/34590090e8c8ea82be14fcc3dd7b734c/" title="Accès à l’article dans le cache local : A Kafkaesque digital relationship with ourselves">A Kafkaesque digital relationship with ourselves</a> (<a href="https://minutestomidnight.co.uk/blog/kafkaesque-digital-relationship-with-ourselves/" title="Accès à l’article original distant : A Kafkaesque digital relationship with ourselves">original</a>)</li> | |||
@@ -300,6 +304,8 @@ | |||
<li><a href="/david/cache/2024/6bfc6bd7bc1d9158aa7f6591123e7f4b/" title="Accès à l’article dans le cache local : The Simplest Ways to Handle HTML Includes">The Simplest Ways to Handle HTML Includes</a> (<a href="https://css-tricks.com/the-simplest-ways-to-handle-html-includes/" title="Accès à l’article original distant : The Simplest Ways to Handle HTML Includes">original</a>)</li> | |||
<li><a href="/david/cache/2024/812f09bae33b395819539fd2c4693fe2/" title="Accès à l’article dans le cache local : Digital walled gardens">Digital walled gardens</a> (<a href="https://manuelmoreale.com/digital-walled-gardens" title="Accès à l’article original distant : Digital walled gardens">original</a>)</li> | |||
<li><a href="/david/cache/2024/71d5226ddc436248164884b12f15ed42/" title="Accès à l’article dans le cache local : Wikipédia ou la désillusion de l’intelligence collective">Wikipédia ou la désillusion de l’intelligence collective</a> (<a href="https://write.apreslanu.it/tk/wikipedia-ou-la-desillusion-de-lintelligence-collective" title="Accès à l’article original distant : Wikipédia ou la désillusion de l’intelligence collective">original</a>)</li> | |||
<li><a href="/david/cache/2024/d133365d1dec62b9ad7ab4c911db863a/" title="Accès à l’article dans le cache local : Software is a medium of setbacks, but a medium’s limitations don’t define the artist">Software is a medium of setbacks, but a medium’s limitations don’t define the artist</a> (<a href="https://www.baldurbjarnason.com/2024/software-is-a-medium-of-setbacks/" title="Accès à l’article original distant : Software is a medium of setbacks, but a medium’s limitations don’t define the artist">original</a>)</li> |