Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. <!doctype html><!-- This is a valid HTML5 document. -->
  2. <!-- Screen readers, SEO, extensions and so on. -->
  3. <html lang="fr">
  4. <!-- Has to be within the first 1024 bytes, hence before the `title` element
  5. See: https://www.w3.org/TR/2012/CR-html5-20121217/document-metadata.html#charset -->
  6. <meta charset="utf-8">
  7. <!-- Why no `X-UA-Compatible` meta: https://stackoverflow.com/a/6771584 -->
  8. <!-- The viewport meta is quite crowded and we are responsible for that.
  9. See: https://codepen.io/tigt/post/meta-viewport-for-2015 -->
  10. <meta name="viewport" content="width=device-width,initial-scale=1">
  11. <!-- Required to make a valid HTML5 document. -->
  12. <title>Village — David Larlet</title>
  13. <meta name="description" content="Because they are precious, it’s important to understand what makes a village a village, and what kills the village.">
  14. <!-- That good ol' feed, subscribe :). -->
  15. <link rel="alternate" type="application/atom+xml" title="Feed" href="/david/log/">
  16. <!-- Generated from https://realfavicongenerator.net/ such a mess. -->
  17. <link rel="apple-touch-icon" sizes="180x180" href="/static/david/icons2/apple-touch-icon.png">
  18. <link rel="icon" type="image/png" sizes="32x32" href="/static/david/icons2/favicon-32x32.png">
  19. <link rel="icon" type="image/png" sizes="16x16" href="/static/david/icons2/favicon-16x16.png">
  20. <link rel="manifest" href="/static/david/icons2/site.webmanifest">
  21. <link rel="mask-icon" href="/static/david/icons2/safari-pinned-tab.svg" color="#07486c">
  22. <link rel="shortcut icon" href="/static/david/icons2/favicon.ico">
  23. <meta name="msapplication-TileColor" content="#f7f7f7">
  24. <meta name="msapplication-config" content="/static/david/icons2/browserconfig.xml">
  25. <meta name="theme-color" content="#f7f7f7" media="(prefers-color-scheme: light)">
  26. <meta name="theme-color" content="#272727" media="(prefers-color-scheme: dark)">
  27. <!-- Documented, feel free to shoot an email. -->
  28. <link rel="stylesheet" href="/static/david/css/style_2021-01-20.css">
  29. <!-- See https://www.zachleat.com/web/comprehensive-webfonts/ for the trade-off. -->
  30. <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>
  31. <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>
  32. <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>
  33. <link rel="preload" href="/static/david/css/fonts/triplicate_t3_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
  34. <link rel="preload" href="/static/david/css/fonts/triplicate_t3_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
  35. <link rel="preload" href="/static/david/css/fonts/triplicate_t3_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
  36. <script>
  37. function toggleTheme(themeName) {
  38. document.documentElement.classList.toggle(
  39. 'forced-dark',
  40. themeName === 'dark'
  41. )
  42. document.documentElement.classList.toggle(
  43. 'forced-light',
  44. themeName === 'light'
  45. )
  46. }
  47. const selectedTheme = localStorage.getItem('theme')
  48. if (selectedTheme !== 'undefined') {
  49. toggleTheme(selectedTheme)
  50. }
  51. </script>
  52. <body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick" data-instant-intensity="viewport-all">
  53. <article>
  54. <header>
  55. <h1>Village</h1>
  56. </header>
  57. <nav>
  58. <p class="center">
  59. <a rel="prev" href="/david/2023/06/12/" title="Publication précédente : Apocalypse">← Précédent</a> •
  60. <nobr>
  61. <a href="/david/" title="Aller à l’accueil" rel="up"
  62. ><svg class="icon icon-home">
  63. <use
  64. xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"
  65. ></use>
  66. </svg>
  67. Accueil</a
  68. >
  69. </nobr>
  70. <nobr>
  71. <a href="/david/recherche/" title="Aller à la page de recherche" rel="search"
  72. ><svg class="icon icon-search">
  73. <use
  74. xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-search"
  75. ></use>
  76. </svg>
  77. Recherche</a
  78. >
  79. </nobr>
  80. </p>
  81. </nav>
  82. <hr>
  83. <blockquote lang="en">
  84. <p>Because they are precious, it’s important to understand what makes a village a village, and what kills the&nbsp;village.</p>
  85. <p>The central thesis is that what these villages can’t tolerate is a sustained large influx of strangers. A stranger in this context is an nothing more or less than an unfamiliar face. I know it tends to draw the mind in those directions, but please refrain from projecting concepts such as nationality or ethnicity on the term. We’re all simultaneously villagers and strangers in various social&nbsp;circumstances.</p>
  86. <p>A slow trickle of strangers is tolerable, a brief large influx is fine; the strangers’ average interaction is eventually stabilizes and biases toward the a stable group of members, and they quickly find shared values and become villagers too. They become familiar faces, and undoubtedly make their mark on the shared culture. That’s often a refreshing and welcome thing. It’s still a&nbsp;village.</p>
  87. <p>When sustained growth is too large, the strangers’ average interaction is with other strangers, and even if this would have eventually stabilized into something like a village, there are yet more strangers to prevent this from happening. Everyone stays strangers, and a sort of stranger-culture emerges where guards are up by default because there are never any familiar&nbsp;faces.</p>
  88. <p><mark>It’s no longer a village, but something like a train station.</mark> The default mode of being is <em>passing through</em>. People come and go, and there’s no real sense of belonging. There is a sense of anonymity, there are no lasting repercussions for cutting in line or being&nbsp;rude.</p>
  89. <p>It’s an oppressive, alienating, and disempowering&nbsp;environment.</p>
  90. <p><cite><em><a href="https://www.marginalia.nu/log/82_killing_community/">Killing Community</a></em>&nbsp;(<a href="/david/cache/2023/e6c79911a93db53d87a80281d0037b97/">cache</a>)</cite></p>
  91. </blockquote>
  92. <p>Cet article parle de Reddit mais je ressens très fort la transformation qui s’est opérée au sein de Mastodon, d’un village en une gare. Il m’a fallu <a href="/david/2022/11/12/">6&nbsp;mois</a> pour prendre le train et retourner dans ma&nbsp;grotte.</p>
  93. <p>Dans cet espace, je réfléchis beaucoup à cette différence de se sentir <a href="https://sive.rs/below-average">en-dessous de la moyenne</a>&nbsp;(<a href="/david/cache/2023/4d9148b9d78455c2d67051e467d2e824/">cache</a>). Et ce changement de point de vue me fait aussi reconsidérer mes dépendances et mes incompétences. Ce n’est pas cet atelier vélo qui est mauvais, ce sont mes choix techniques qui m’ont rendu incompétent face aux pannes actuelles qui demandent davantage d’outillage et d’expérience. Etc.</p>
  94. <p>En ce moment, je travaille avec <a href="https://www.croix-rouge.fr/">La Croix-Rouge française</a>, le <a href="https://labrri.net/">Laboratoire de recherche en relations interculturelles de l’Université de Montréal</a> et surtout <a href="https://github.com/umap-project/umap/">uMap</a> et son essaimage, autant de projets et d’explorations qui redonnent du sens à mes investissements dans le numérique. Il faudrait que je prenne le temps d’écrire à ce sujet, j’aurais probablement des choses à partager côté évolution de Scopyleft&nbsp;aussi.</p>
  95. <p>Dans un temps et un espaces finis, il faut constamment rebâtir les chemins de sa pensée et prendre soin des relations du village. Mon activité devient alors davantage celle d’un conteur, qui se sert parfois d’outils pour mettre en musique les actions des&nbsp;autres.</p>
  96. <nav>
  97. <p>
  98. <a href="/david/2023/gratitude/"
  99. title="Liste de tous les articles 2023 associés à cette étiquette"
  100. rel="tag"
  101. >#gratitude</a>
  102. <a href="/david/2023/incompetence/"
  103. title="Liste de tous les articles 2023 associés à cette étiquette"
  104. rel="tag"
  105. >#incompétence</a>
  106. <a href="/david/2023/simplicite/"
  107. title="Liste de tous les articles 2023 associés à cette étiquette"
  108. rel="tag"
  109. >#simplicité</a>
  110. <a href="/david/#tags-2023"
  111. title="Liste de toutes les étiquettes 2023"
  112. ><svg class="icon icon-tags">
  113. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-tags"></use>
  114. </svg>
  115. tous ?</a
  116. >
  117. </p>
  118. </nav>
  119. <nav>
  120. <p class="center">
  121. <a rel="prev" href="/david/2023/06/12/" title="Publication précédente : Apocalypse">← Précédent</a> •
  122. <a href="/david/2023/" title="Liste des publications récentes">↑ En 2023</a>
  123. </p>
  124. </nav>
  125. </article>
  126. <hr>
  127. <footer>
  128. <p>
  129. <nobr>
  130. <a href="/david/" title="Aller à l’accueil"
  131. ><svg class="icon icon-home">
  132. <use
  133. xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"
  134. ></use>
  135. </svg>
  136. Accueil</a
  137. >
  138. </nobr>
  139. <nobr>
  140. <a href="/david/log/" title="Accès au flux RSS"
  141. ><svg class="icon icon-rss2">
  142. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-rss2"></use>
  143. </svg>
  144. Suivre</a
  145. >
  146. </nobr>
  147. <nobr>
  148. <a href="http://larlet.com" title="Go to my English profile" data-instant
  149. ><svg class="icon icon-user-tie">
  150. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-user-tie"></use>
  151. </svg>
  152. Pro</a
  153. >
  154. </nobr>
  155. <nobr>
  156. <a href="mailto:david%40larlet.fr" title="Envoyer un courriel"
  157. ><svg class="icon icon-mail">
  158. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-mail"></use>
  159. </svg>
  160. Email</a
  161. >
  162. </nobr>
  163. <nobr>
  164. <abbr
  165. class="nowrap"
  166. title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340"
  167. ><svg class="icon icon-hammer2">
  168. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-hammer2"></use>
  169. </svg>
  170. Légal</abbr
  171. >
  172. </nobr>
  173. </p>
  174. <template id="theme-selector">
  175. <form>
  176. <fieldset>
  177. <legend><svg class="icon icon-brightness-contrast">
  178. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-brightness-contrast"></use>
  179. </svg> Thème</legend>
  180. <label>
  181. <input type="radio" value="auto" name="chosen-color-scheme" checked> Auto
  182. </label>
  183. <label>
  184. <input type="radio" value="dark" name="chosen-color-scheme"> Foncé
  185. </label>
  186. <label>
  187. <input type="radio" value="light" name="chosen-color-scheme"> Clair
  188. </label>
  189. </fieldset>
  190. </form>
  191. </template>
  192. </footer>
  193. <script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
  194. <script>
  195. function loadThemeForm(templateName) {
  196. const themeSelectorTemplate = document.querySelector(templateName)
  197. const form = themeSelectorTemplate.content.firstElementChild
  198. themeSelectorTemplate.replaceWith(form)
  199. form.addEventListener('change', (e) => {
  200. const chosenColorScheme = e.target.value
  201. localStorage.setItem('theme', chosenColorScheme)
  202. toggleTheme(chosenColorScheme)
  203. })
  204. const selectedTheme = localStorage.getItem('theme')
  205. if (selectedTheme && selectedTheme !== 'undefined') {
  206. form.querySelector(`[value="${selectedTheme}"]`).checked = true
  207. }
  208. }
  209. const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
  210. window.addEventListener('load', () => {
  211. let hasDarkRules = false
  212. for (const styleSheet of Array.from(document.styleSheets)) {
  213. let mediaRules = []
  214. for (const cssRule of styleSheet.cssRules) {
  215. if (cssRule.type !== CSSRule.MEDIA_RULE) {
  216. continue
  217. }
  218. // WARNING: Safari does not have/supports `conditionText`.
  219. if (cssRule.conditionText) {
  220. if (cssRule.conditionText !== prefersColorSchemeDark) {
  221. continue
  222. }
  223. } else {
  224. if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
  225. continue
  226. }
  227. }
  228. mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
  229. }
  230. // WARNING: do not try to insert a Rule to a styleSheet you are
  231. // currently iterating on, otherwise the browser will be stuck
  232. // in a infinite loop…
  233. for (const mediaRule of mediaRules) {
  234. styleSheet.insertRule(mediaRule.cssText)
  235. hasDarkRules = true
  236. }
  237. }
  238. if (hasDarkRules) {
  239. loadThemeForm('#theme-selector')
  240. }
  241. })
  242. </script>
  243. </body>
  244. </html>