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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  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>Tag #écriture — David Larlet</title>
  13. <meta name="description" content="Publications relatives au tag #écriture">
  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. <style type="text/css">
  53. details[open] summary {
  54. display: none;
  55. }
  56. </style>
  57. <body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick" data-instant-intensity="viewport-all">
  58. <header>
  59. <h1>Publications relatives au tag #écriture</h1>
  60. </header>
  61. <nav>
  62. <p class="center">
  63. <a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
  64. <use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-home"></use>
  65. </svg> Accueil</a>
  66. • <a rel="tags" href="/david/#tags-2023" title="Liste de toutes les étiquettes"><svg class="icon icon-tags">
  67. <use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-tags"></use>
  68. </svg> Étiquettes</a>
  69. </p>
  70. </nav>
  71. <hr>
  72. <main>
  73. <p>Les plus récentes en premier, les 3 premières sont dépliées et ensuite c’est à la demande, bonne exploration !</p>
  74. <h2><a href="/david/2023/07/02/" title="Lien permanent vers cet article">Perles</a> (2023-07-02)</h2>
  75. <blockquote>
  76. <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>
  77. <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>
  78. <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>
  79. <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>
  80. <p><cite><em>L’imperméable jaune</em>, Matthew&nbsp;Belmonte</cite></p>
  81. </blockquote>
  82. <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>
  83. <blockquote>
  84. <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>
  85. <p><cite><em>Ibid.</em></cite></p>
  86. </blockquote>
  87. <hr />
  88. <p>Avec son&nbsp;consentement&nbsp;:</p>
  89. <figure>
  90. <a href="/static/david/2023/2023-07-02-explique-ton-hypothese.jpg"
  91. title="Cliquer pour une version haute résolution">
  92. <img
  93. src="/static/david/2023/2023-07-02-explique-ton-hypothese.jpg"
  94. width="3022" height="675"
  95. 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"
  96. sizes="min(100vw, calc(100vh * 3022 / 675))"
  97. loading="lazy"
  98. decoding="async"
  99. alt="Explique ton hypothèse : Ça. (← Ceci n’est pas une hypothèse.)">
  100. </a>
  101. <figcaption>Ni une&nbsp;pipe.</figcaption>
  102. </figure>
  103. <figure>
  104. <a href="/static/david/2023/2023-07-02-que-remarques-tu.jpg"
  105. title="Cliquer pour une version haute résolution">
  106. <img
  107. src="/static/david/2023/2023-07-02-que-remarques-tu.jpg"
  108. width="3022" height="675"
  109. 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"
  110. sizes="min(100vw, calc(100vh * 3022 / 675))"
  111. loading="lazy"
  112. decoding="async"
  113. alt="Que remarques-tu ? J’ai remarqué que j’ai raison.">
  114. </a>
  115. <figcaption>Devenu un&nbsp;mème.</figcaption>
  116. </figure>
  117. <figure>
  118. <a href="/static/david/2023/2023-07-02-pourquoi.jpg"
  119. title="Cliquer pour une version haute résolution">
  120. <img
  121. src="/static/david/2023/2023-07-02-pourquoi.jpg"
  122. width="3022" height="819"
  123. 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"
  124. sizes="min(100vw, calc(100vh * 3022 / 819))"
  125. loading="lazy"
  126. decoding="async"
  127. alt="Pourquoi ? On le dit tout le temps.">
  128. </a>
  129. <figcaption>La&nbsp;facilité.</figcaption>
  130. </figure>
  131. <figure>
  132. <a href="/static/david/2023/2023-07-02-enonce-une-hypothese.jpg"
  133. title="Cliquer pour une version haute résolution">
  134. <img
  135. src="/static/david/2023/2023-07-02-enonce-une-hypothese.jpg"
  136. width="3022" height="1185"
  137. 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"
  138. sizes="min(100vw, calc(100vh * 3022 / 1185))"
  139. loading="lazy"
  140. decoding="async"
  141. alt="Je le pense parce que : car dur + dur + dur = méga-dur">
  142. </a>
  143. <figcaption>La&nbsp;science.</figcaption>
  144. </figure>
  145. <figure>
  146. <a href="/static/david/2023/2023-07-02-vie-de-groupe.jpg"
  147. title="Cliquer pour une version haute résolution">
  148. <img
  149. src="/static/david/2023/2023-07-02-vie-de-groupe.jpg"
  150. width="2932" height="2190"
  151. 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"
  152. sizes="min(100vw, calc(100vh * 2932 / 2190))"
  153. loading="lazy"
  154. decoding="async"
  155. alt="Pourquoi doit-on apprendre à vivre en groupe ? Pour s’amuser. (Car nous vivons en société.) Est-il facile selon toi de vivre en groupe ? Explique pourquoi. NON. J’arrive pas à attendre qu’elle ai terminer ! (Ce n’est pas que du travail à deux)">
  156. </a>
  157. <figcaption>Une histoire de chats et de&nbsp;chiens.</figcaption>
  158. </figure>
  159. <h2><a href="/david/2023/02/02/" title="Lien permanent vers cet article">Moment</a> (2023-02-02)</h2>
  160. <blockquote lang="en">
  161. <p>Three weeks pass and that lonely draft sits around gathering dust, and by the time I remember it, the moment has passed. The conversation has moved on, and so the post is abandoned and eventually&nbsp;deleted.</p>
  162. <p>The internet moves pretty fast and there’s always a “hot topic of the day”, but that doesn’t mean that nobody is interested in anything else. <mark>A beautiful thing about blogs is that they’re&nbsp;asynchronous.</mark></p>
  163. <p><cite><em><a href="https://mxb.dev/blog/seven-reasons-why-i-dont-write/">7&nbsp;Reasons why I don’t write</a></em>&nbsp;(<a href="/david/cache/2023/d7f9460e62402a298210736cdf64b88c/">cache</a>)</cite></p>
  164. </blockquote>
  165. <p>J’admire et j’envie un peu <a href="https://www.la-grange.net/">Karl</a> qui arrive à publier des notes qui ont plusieurs mois. Pour ma part, si je relis un peu trop ou avec trop de recul temporel, je finis par ne plus publier du tout car cela devient vain/suffisant/déjà&nbsp;dit/etc.</p>
  166. <p>J’écris cette entrée avec 2&nbsp;jours d’avance et déjà je sais que ça va être du réchauffé pour ma tête lors de la publication. La pensée s’est consumée avant même d’avoir pu être partagée, je publie des cendres froides. Lorsque l’idée est encore brûlante, il faut que ça sorte. Tout de&nbsp;suite.</p>
  167. <p>C’est la raison pour laquelle je n’aurai jamais la patience d’attendre la publication d’un&nbsp;livre.</p>
  168. <hr />
  169. <blockquote>
  170. <p>💚 Les personnes qui perdurent dans ma vie,<br />
  171. c’est en partie à travers/grâce à leurs écrits,<br />
  172. à leurs carnets,<br />
  173. à leur manière de (se) raconter,<br />
  174. de documenter (en public) leurs&nbsp;pensées.</p>
  175. <p>Quand je te lis,<br />
  176. je grandis.<br />
  177. Quand on se (re)voit,<br />
  178. c’était comme si c’était hier — quelque chose comme&nbsp;ça.</p>
  179. <p><cite><em><a href="https://thom4.net/2023/02/01/carnets/">☕️ Journal&nbsp;: Carnets</a></em>&nbsp;(<a href="/david/cache/2023/09c0739036ea4a8b6c985e127fe7e3c8/">cache</a>)</cite></p>
  180. </blockquote>
  181. <h2><a href="/david/2023/01/20/" title="Lien permanent vers cet article">Lettres</a> (2023-01-20)</h2>
  182. <blockquote lang="en">
  183. <p>This is how it all&nbsp;started:</p>
  184. <p>We asked our friends to write a letter to their great great great grandchildren because we found the way to preserve their letters for a thousand&nbsp;years.</p>
  185. <p><cite><em><a href="https://www.letters-to-the-future.com/">Letters to the&nbsp;future</a></em></cite></p>
  186. </blockquote>
  187. <p>Cette initiative m’émeut. L’idée, l’exécution, le résultat, toutes les étapes comportent leur lot d’espoir <em>et</em> de nostalgie. Une boule de <a href="/david/stream/2018/05/16/">solastalgie</a> qui fait mal à <a href="/david/stream/2019/07/02/">mon anxiété</a>.</p>
  188. <p>Comme une lettre à&nbsp;l’amer.</p>
  189. <blockquote lang="en">
  190. <p>This book brings together the polar opposites of negative and&nbsp;positive.</p>
  191. <p>On one hand, it shows optimism, hope and compassion for the future of the planet. On the other hand, it shows the ever lasting detriment of our actions when it comes to single-use&nbsp;plastic.</p>
  192. <p><cite><em>Ibid.</em></cite></p>
  193. </blockquote>
  194. <hr />
  195. <blockquote>
  196. <p>ETERNESIA est un projet humaniste dont l’objectif est d’inclure chaque existence au sein du patrimoine immatériel de l’humanité, en permettant à tous ceux qui le désirent de laisser un ensemble de&nbsp;traces numériques de leur&nbsp;vie qui seront conservées sans limite de&nbsp;durée.</p>
  197. <p>ETERNESIA est porteur d’<mark>un nouveau droit de l’homme, celui du droit à la mémoire et à la postérité numérique,</mark> dont le droit à l’oubli fait aussi partie intégrante. ETERNESIA est un projet&nbsp;à but non lucratif, indépendant de toute tradition religieuse et de toute idéologie politique. ETERNESIA est par nature philanthropique, éthique et universel, ouvert à tous, sans discrimination d’aucune&nbsp;sorte.</p>
  198. <p><cite><em><a href="http://eternesia.org/">ETERNESIA — Traces&nbsp;d’Eternité</a></em></cite></p>
  199. </blockquote>
  200. </main>
  201. <hr>
  202. <footer>
  203. <p>
  204. <nobr>
  205. <a href="/david/" title="Aller à l’accueil"
  206. ><svg class="icon icon-home">
  207. <use
  208. xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"
  209. ></use>
  210. </svg>
  211. Accueil</a
  212. >
  213. </nobr>
  214. <nobr>
  215. <a href="/david/log/" title="Accès au flux RSS"
  216. ><svg class="icon icon-rss2">
  217. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-rss2"></use>
  218. </svg>
  219. Suivre</a
  220. >
  221. </nobr>
  222. <nobr>
  223. <a href="http://larlet.com" title="Go to my English profile" data-instant
  224. ><svg class="icon icon-user-tie">
  225. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-user-tie"></use>
  226. </svg>
  227. Pro</a
  228. >
  229. </nobr>
  230. <nobr>
  231. <a href="mailto:david%40larlet.fr" title="Envoyer un courriel"
  232. ><svg class="icon icon-mail">
  233. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-mail"></use>
  234. </svg>
  235. Email</a
  236. >
  237. </nobr>
  238. <nobr>
  239. <abbr
  240. class="nowrap"
  241. title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340"
  242. ><svg class="icon icon-hammer2">
  243. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-hammer2"></use>
  244. </svg>
  245. Légal</abbr
  246. >
  247. </nobr>
  248. </p>
  249. <template id="theme-selector">
  250. <form>
  251. <fieldset>
  252. <legend><svg class="icon icon-brightness-contrast">
  253. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-brightness-contrast"></use>
  254. </svg> Thème</legend>
  255. <label>
  256. <input type="radio" value="auto" name="chosen-color-scheme" checked> Auto
  257. </label>
  258. <label>
  259. <input type="radio" value="dark" name="chosen-color-scheme"> Foncé
  260. </label>
  261. <label>
  262. <input type="radio" value="light" name="chosen-color-scheme"> Clair
  263. </label>
  264. </fieldset>
  265. </form>
  266. </template>
  267. </footer>
  268. <script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
  269. <script>
  270. function loadThemeForm(templateName) {
  271. const themeSelectorTemplate = document.querySelector(templateName)
  272. const form = themeSelectorTemplate.content.firstElementChild
  273. themeSelectorTemplate.replaceWith(form)
  274. form.addEventListener('change', (e) => {
  275. const chosenColorScheme = e.target.value
  276. localStorage.setItem('theme', chosenColorScheme)
  277. toggleTheme(chosenColorScheme)
  278. })
  279. const selectedTheme = localStorage.getItem('theme')
  280. if (selectedTheme && selectedTheme !== 'undefined') {
  281. form.querySelector(`[value="${selectedTheme}"]`).checked = true
  282. }
  283. }
  284. const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
  285. window.addEventListener('load', () => {
  286. let hasDarkRules = false
  287. for (const styleSheet of Array.from(document.styleSheets)) {
  288. let mediaRules = []
  289. for (const cssRule of styleSheet.cssRules) {
  290. if (cssRule.type !== CSSRule.MEDIA_RULE) {
  291. continue
  292. }
  293. // WARNING: Safari does not have/supports `conditionText`.
  294. if (cssRule.conditionText) {
  295. if (cssRule.conditionText !== prefersColorSchemeDark) {
  296. continue
  297. }
  298. } else {
  299. if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
  300. continue
  301. }
  302. }
  303. mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
  304. }
  305. // WARNING: do not try to insert a Rule to a styleSheet you are
  306. // currently iterating on, otherwise the browser will be stuck
  307. // in a infinite loop…
  308. for (const mediaRule of mediaRules) {
  309. styleSheet.insertRule(mediaRule.cssText)
  310. hasDarkRules = true
  311. }
  312. }
  313. if (hasDarkRules) {
  314. loadThemeForm('#theme-selector')
  315. }
  316. })
  317. </script>
  318. </body>
  319. </html>