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 17KB

11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
9 months ago
11 months ago
9 months ago
11 months ago
9 months ago
11 months ago
9 months ago
11 months ago
9 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  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>
  13. Perles
  14. — David Larlet</title>
  15. <meta name="description" content="Mon travail de scientifique m’a appris comment les gens construisent des théories pour avoir le sentiment de contrôler leur environnement.">
  16. <!-- That good ol' feed, subscribe :). -->
  17. <link rel="alternate"
  18. type="application/atom+xml"
  19. title="Feed"
  20. href="/david/log/">
  21. <!-- Generated from https://realfavicongenerator.net/ such a mess. -->
  22. <link rel="apple-touch-icon"
  23. sizes="180x180"
  24. href="/static/david/icons2/apple-touch-icon.png">
  25. <link rel="icon"
  26. type="image/png"
  27. sizes="32x32"
  28. href="/static/david/icons2/favicon-32x32.png">
  29. <link rel="icon"
  30. type="image/png"
  31. sizes="16x16"
  32. href="/static/david/icons2/favicon-16x16.png">
  33. <link rel="manifest" href="/static/david/icons2/site.webmanifest">
  34. <link rel="mask-icon"
  35. href="/static/david/icons2/safari-pinned-tab.svg"
  36. color="#07486c">
  37. <link rel="shortcut icon" href="/static/david/icons2/favicon.ico">
  38. <meta name="msapplication-TileColor" content="#f7f7f7">
  39. <meta name="msapplication-config"
  40. content="/static/david/icons2/browserconfig.xml">
  41. <meta name="theme-color"
  42. content="#f7f7f7"
  43. media="(prefers-color-scheme: light)">
  44. <meta name="theme-color"
  45. content="#272727"
  46. media="(prefers-color-scheme: dark)">
  47. <!-- Documented, feel free to shoot an email. -->
  48. <link rel="stylesheet" href="/static/david/css/style_2021-01-20.css">
  49. <!-- See https://www.zachleat.com/web/comprehensive-webfonts/ for the trade-off. -->
  50. <link rel="preload"
  51. href="/static/david/css/fonts/triplicate_t4_poly_regular.woff2"
  52. as="font"
  53. type="font/woff2"
  54. media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
  55. crossorigin>
  56. <link rel="preload"
  57. href="/static/david/css/fonts/triplicate_t4_poly_bold.woff2"
  58. as="font"
  59. type="font/woff2"
  60. media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
  61. crossorigin>
  62. <link rel="preload"
  63. href="/static/david/css/fonts/triplicate_t4_poly_italic.woff2"
  64. as="font"
  65. type="font/woff2"
  66. media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
  67. crossorigin>
  68. <link rel="preload"
  69. href="/static/david/css/fonts/triplicate_t3_regular.woff2"
  70. as="font"
  71. type="font/woff2"
  72. media="(prefers-color-scheme: dark)"
  73. crossorigin>
  74. <link rel="preload"
  75. href="/static/david/css/fonts/triplicate_t3_bold.woff2"
  76. as="font"
  77. type="font/woff2"
  78. media="(prefers-color-scheme: dark)"
  79. crossorigin>
  80. <link rel="preload"
  81. href="/static/david/css/fonts/triplicate_t3_italic.woff2"
  82. as="font"
  83. type="font/woff2"
  84. media="(prefers-color-scheme: dark)"
  85. crossorigin>
  86. <script>
  87. function toggleTheme(themeName) {
  88. document.documentElement.classList.toggle(
  89. 'forced-dark',
  90. themeName === 'dark'
  91. )
  92. document.documentElement.classList.toggle(
  93. 'forced-light',
  94. themeName === 'light'
  95. )
  96. }
  97. const selectedTheme = localStorage.getItem('theme')
  98. if (selectedTheme !== 'undefined') {
  99. toggleTheme(selectedTheme)
  100. }
  101. </script>
  102. <body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick"
  103. data-instant-intensity="viewport-all">
  104. <article>
  105. <header>
  106. <h1>Perles</h1>
  107. </header>
  108. <nav>
  109. <p class="center">
  110. <a rel="prev"
  111. href="/david/2023/06/26/"
  112. title="Publication précédente : Particules">← Précédent</a> •
  113. <nobr>
  114. <a href="/david/" title="Aller à l’accueil" rel="up">
  115. <svg class="icon icon-home">
  116. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"></use>
  117. </svg>
  118. Accueil</a>
  119. </nobr>
  120. <nobr>
  121. <a href="/david/recherche/"
  122. title="Aller à la page de recherche"
  123. rel="search">
  124. <svg class="icon icon-search">
  125. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-search"></use>
  126. </svg>
  127. Recherche</a>
  128. </nobr>
  129. • <a rel="next"
  130. href="/david/2023/07/28/"
  131. title="Publication suivante : France">Suivant →</a>
  132. </p>
  133. </nav>
  134. <hr>
  135. <blockquote>
  136. <p>Mon travail de scientifique m’a appris comment les gens construisent des théories pour avoir le sentiment de contrôler leur&nbsp;environnement.</p>
  137. <p>Ils se comportent ensuite de manière à renforcer ces théories. Les personnes autistes partagent ce désir «&nbsp;normal&nbsp;» de contrôler leur environnement. Ce qui diffère pour elles, c’est l’intensité avec laquelle cet environnement les déborde. Des connexions neuronales atypiques dans le cerveau des personnes autistes peuvent conduire à une perception anormale, augmentant l’importance des événements individuels mais affaiblissant la capacité à relier ces morceaux de vie en des représentations plus intégrées et&nbsp;abstraites.</p>
  138. <p>Les comportements rigides et répétitifs des personnes autistes commencent à avoir un sens lorsque nous les considérons comme la réaction normale d’un être humain à un environnement sensoriel très anormal, plutôt que comme des symptômes d’une maladie. Les symptômes autistiques sont ce qu’une personne fait pour forcer un monde chaotique à suivre un scénario prévisible. Nous essayons tous d’imposer un ordre narratif à ce qui peut sembler un monde fondamentalement chaotique. La différence dans l’autisme est qu’il y a plus de chaos à&nbsp;contrôler.</p>
  139. <p><mark>À cet égard, l’étude de l’autisme peut nous en apprendre beaucoup sur l’humanité en général</mark> et sur la façon dont la détresse psychologique peut être expliquée comme une réaction rationnelle, bien qu’extrême, à un monde qui ne tourne pas&nbsp;rond.</p>
  140. <p><cite><em>L’imperméable jaune</em>, Matthew&nbsp;Belmonte</cite></p>
  141. </blockquote>
  142. <p>Une citation extraite de <em>Des gènes, des synapses, des autismes</em> de Thomas Bourgeron qui est assez technique et que je recommande. Cela me donne envie de séquencer mon génome pour jouer avec mais comment réduire les intermédiaires&nbsp;profiteurs&#8239;?</p>
  143. <blockquote>
  144. <p>La génétique n’est pas la science des gènes mais la science de la diversité génétique qui contribue à notre&nbsp;individualité.</p>
  145. <p><cite><em>Ibid.</em></cite></p>
  146. </blockquote>
  147. <hr />
  148. <p>Avec son&nbsp;consentement&nbsp;:</p>
  149. <figure>
  150. <a href="/static/david/2023/2023-07-02-explique-ton-hypothese.jpg"
  151. title="Cliquer pour une version haute résolution">
  152. <img
  153. src="/static/david/2023/2023-07-02-explique-ton-hypothese.jpg"
  154. width="3022" height="675"
  155. srcset="/static/david/2023/2023-07-02-explique-ton-hypothese.jpg 3022w, /static/david/2023/2023-07-02-explique-ton-hypothese_660x440.jpg 660w, /static/david/2023/2023-07-02-explique-ton-hypothese_990x660.jpg 990w, /static/david/2023/2023-07-02-explique-ton-hypothese_1320x880.jpg 1320w"
  156. sizes="min(100vw, calc(100vh * 3022 / 675))"
  157. loading="lazy"
  158. decoding="async"
  159. alt="Explique ton hypothèse&nbsp;: Ça. (← Ceci n’est pas une hypothèse.)">
  160. </a>
  161. <figcaption>Ni une&nbsp;pipe.</figcaption>
  162. </figure>
  163. <figure>
  164. <a href="/static/david/2023/2023-07-02-que-remarques-tu.jpg"
  165. title="Cliquer pour une version haute résolution">
  166. <img
  167. src="/static/david/2023/2023-07-02-que-remarques-tu.jpg"
  168. width="3022" height="675"
  169. srcset="/static/david/2023/2023-07-02-que-remarques-tu.jpg 3022w, /static/david/2023/2023-07-02-que-remarques-tu_660x440.jpg 660w, /static/david/2023/2023-07-02-que-remarques-tu_990x660.jpg 990w, /static/david/2023/2023-07-02-que-remarques-tu_1320x880.jpg 1320w"
  170. sizes="min(100vw, calc(100vh * 3022 / 675))"
  171. loading="lazy"
  172. decoding="async"
  173. alt="Que remarques-tu&#8239;? J’ai remarqué que j’ai raison.">
  174. </a>
  175. <figcaption>Devenu un&nbsp;mème.</figcaption>
  176. </figure>
  177. <figure>
  178. <a href="/static/david/2023/2023-07-02-pourquoi.jpg"
  179. title="Cliquer pour une version haute résolution">
  180. <img
  181. src="/static/david/2023/2023-07-02-pourquoi.jpg"
  182. width="3022" height="819"
  183. srcset="/static/david/2023/2023-07-02-pourquoi.jpg 3022w, /static/david/2023/2023-07-02-pourquoi_660x440.jpg 660w, /static/david/2023/2023-07-02-pourquoi_990x660.jpg 990w, /static/david/2023/2023-07-02-pourquoi_1320x880.jpg 1320w"
  184. sizes="min(100vw, calc(100vh * 3022 / 819))"
  185. loading="lazy"
  186. decoding="async"
  187. alt="Pourquoi&#8239;? On le dit tout le temps.">
  188. </a>
  189. <figcaption>La&nbsp;facilité.</figcaption>
  190. </figure>
  191. <figure>
  192. <a href="/static/david/2023/2023-07-02-enonce-une-hypothese.jpg"
  193. title="Cliquer pour une version haute résolution">
  194. <img
  195. src="/static/david/2023/2023-07-02-enonce-une-hypothese.jpg"
  196. width="3022" height="1185"
  197. srcset="/static/david/2023/2023-07-02-enonce-une-hypothese.jpg 3022w, /static/david/2023/2023-07-02-enonce-une-hypothese_660x440.jpg 660w, /static/david/2023/2023-07-02-enonce-une-hypothese_990x660.jpg 990w, /static/david/2023/2023-07-02-enonce-une-hypothese_1320x880.jpg 1320w"
  198. sizes="min(100vw, calc(100vh * 3022 / 1185))"
  199. loading="lazy"
  200. decoding="async"
  201. alt="Je le pense parce que&nbsp;: car dur + dur + dur = méga-dur">
  202. </a>
  203. <figcaption>La&nbsp;science.</figcaption>
  204. </figure>
  205. <figure>
  206. <a href="/static/david/2023/2023-07-02-vie-de-groupe.jpg"
  207. title="Cliquer pour une version haute résolution">
  208. <img
  209. src="/static/david/2023/2023-07-02-vie-de-groupe.jpg"
  210. width="2932" height="2190"
  211. srcset="/static/david/2023/2023-07-02-vie-de-groupe.jpg 2932w, /static/david/2023/2023-07-02-vie-de-groupe_660x440.jpg 660w, /static/david/2023/2023-07-02-vie-de-groupe_990x660.jpg 990w, /static/david/2023/2023-07-02-vie-de-groupe_1320x880.jpg 1320w"
  212. sizes="min(100vw, calc(100vh * 2932 / 2190))"
  213. loading="lazy"
  214. decoding="async"
  215. alt="Pourquoi doit-on apprendre à vivre en groupe&#8239;? Pour s’amuser. (Car nous vivons en société.) Est-il facile selon toi de vivre en groupe&#8239;? Explique pourquoi. NON. J’arrive pas à attendre qu’elle ai terminer&#8239;! (Ce n’est pas que du travail à deux)">
  216. </a>
  217. <figcaption>Une histoire de chats et de&nbsp;chiens.</figcaption>
  218. </figure>
  219. <nav>
  220. <p>
  221. <a href="/david/2023/accompagnement/"
  222. title="Liste de tous les articles 2023 associés à cette étiquette"
  223. rel="tag">#accompagnement</a>
  224. <a href="/david/2023/ecriture/"
  225. title="Liste de tous les articles 2023 associés à cette étiquette"
  226. rel="tag">#écriture</a>
  227. <a href="/david/2023/parentalite/"
  228. title="Liste de tous les articles 2023 associés à cette étiquette"
  229. rel="tag">#parentalité</a>
  230. <a href="/david/#tags-2023" title="Liste de toutes les étiquettes 2023">
  231. <svg class="icon icon-tags">
  232. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-tags"></use>
  233. </svg>
  234. tous ?</a>
  235. </p>
  236. </nav>
  237. <nav>
  238. <p class="center">
  239. <a rel="prev"
  240. href="/david/2023/06/26/"
  241. title="Publication précédente : Particules">← Précédent</a> •
  242. <a href="/david/2023/" title="Liste des publications récentes">↑ En 2023</a>
  243. • <a rel="next"
  244. href="/david/2023/07/28/"
  245. title="Publication suivante : France">Suivant →</a>
  246. </p>
  247. </nav>
  248. </article>
  249. <hr>
  250. <footer>
  251. <p>
  252. <nobr>
  253. <a href="/david/" title="Aller à l’accueil">
  254. <svg class="icon icon-home">
  255. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"></use>
  256. </svg>
  257. Accueil</a>
  258. </nobr>
  259. <nobr>
  260. <a href="/david/log/" title="Accès au flux RSS">
  261. <svg class="icon icon-rss2">
  262. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-rss2"></use>
  263. </svg>
  264. Suivre</a>
  265. </nobr>
  266. <nobr>
  267. <a href="http://larlet.com"
  268. title="Go to my English profile"
  269. data-instant>
  270. <svg class="icon icon-user-tie">
  271. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-user-tie"></use>
  272. </svg>
  273. Pro</a>
  274. </nobr>
  275. <nobr>
  276. <a href="mailto:david%40larlet.fr" title="Envoyer un courriel">
  277. <svg class="icon icon-mail">
  278. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-mail"></use>
  279. </svg>
  280. Email</a>
  281. </nobr>
  282. <nobr>
  283. <abbr class="nowrap"
  284. title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340">
  285. <svg class="icon icon-hammer2">
  286. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-hammer2"></use>
  287. </svg>
  288. Légal</abbr>
  289. </nobr>
  290. </p>
  291. <template id="theme-selector">
  292. <form>
  293. <fieldset>
  294. <legend>
  295. <svg class="icon icon-brightness-contrast">
  296. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-brightness-contrast"></use>
  297. </svg>
  298. Thème
  299. </legend>
  300. <label>
  301. <input type="radio" value="auto" name="chosen-color-scheme" checked>
  302. Auto
  303. </label>
  304. <label>
  305. <input type="radio" value="dark" name="chosen-color-scheme">
  306. Foncé
  307. </label>
  308. <label>
  309. <input type="radio" value="light" name="chosen-color-scheme">
  310. Clair
  311. </label>
  312. </fieldset>
  313. </form>
  314. </template>
  315. </footer>
  316. <script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
  317. <script>
  318. function loadThemeForm(templateName) {
  319. const themeSelectorTemplate = document.querySelector(templateName)
  320. const form = themeSelectorTemplate.content.firstElementChild
  321. themeSelectorTemplate.replaceWith(form)
  322. form.addEventListener('change', (e) => {
  323. const chosenColorScheme = e.target.value
  324. localStorage.setItem('theme', chosenColorScheme)
  325. toggleTheme(chosenColorScheme)
  326. })
  327. const selectedTheme = localStorage.getItem('theme')
  328. if (selectedTheme && selectedTheme !== 'undefined') {
  329. form.querySelector(`[value="${selectedTheme}"]`).checked = true
  330. }
  331. }
  332. const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
  333. window.addEventListener('load', () => {
  334. let hasDarkRules = false
  335. for (const styleSheet of Array.from(document.styleSheets)) {
  336. let mediaRules = []
  337. for (const cssRule of styleSheet.cssRules) {
  338. if (cssRule.type !== CSSRule.MEDIA_RULE) {
  339. continue
  340. }
  341. // WARNING: Safari does not have/supports `conditionText`.
  342. if (cssRule.conditionText) {
  343. if (cssRule.conditionText !== prefersColorSchemeDark) {
  344. continue
  345. }
  346. } else {
  347. if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
  348. continue
  349. }
  350. }
  351. mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
  352. }
  353. // WARNING: do not try to insert a Rule to a styleSheet you are
  354. // currently iterating on, otherwise the browser will be stuck
  355. // in a infinite loop…
  356. for (const mediaRule of mediaRules) {
  357. styleSheet.insertRule(mediaRule.cssText)
  358. hasDarkRules = true
  359. }
  360. }
  361. if (hasDarkRules) {
  362. loadThemeForm('#theme-selector')
  363. }
  364. })
  365. </script>
  366. </body>
  367. </html>