Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

index.html 33KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629
  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. Accueil
  14. — David Larlet</title>
  15. <script>
  16. function toggleTheme(themeName) {
  17. document.documentElement.classList.toggle(
  18. 'forced-dark',
  19. themeName === 'dark'
  20. )
  21. document.documentElement.classList.toggle(
  22. 'forced-light',
  23. themeName === 'light'
  24. )
  25. }
  26. const selectedTheme = localStorage.getItem('theme')
  27. if (selectedTheme !== 'undefined') {
  28. toggleTheme(selectedTheme)
  29. }
  30. </script>
  31. <!-- Documented, feel free to shoot an email. -->
  32. <link rel="stylesheet" href="/static/david/css/style_2024-03-07.css">
  33. <!-- See https://www.zachleat.com/web/comprehensive-webfonts/ for the trade-off. -->
  34. <link rel="preload"
  35. href="/static/david/css/fonts/century_supra_ot_a_regular.woff2"
  36. as="font"
  37. type="font/woff2"
  38. media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
  39. crossorigin>
  40. <link rel="preload"
  41. href="/static/david/css/fonts/century_supra_ot_a_bold.woff2"
  42. as="font"
  43. type="font/woff2"
  44. media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
  45. crossorigin>
  46. <link rel="preload"
  47. href="/static/david/css/fonts/century_supra_ot_a_italic.woff2"
  48. as="font"
  49. type="font/woff2"
  50. media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
  51. crossorigin>
  52. <link rel="preload"
  53. href="/static/david/css/fonts/century_supra_ot_b_regular.woff2"
  54. as="font"
  55. type="font/woff2"
  56. media="(prefers-color-scheme: dark)"
  57. crossorigin>
  58. <link rel="preload"
  59. href="/static/david/css/fonts/century_supra_ot_b_bold.woff2"
  60. as="font"
  61. type="font/woff2"
  62. media="(prefers-color-scheme: dark)"
  63. crossorigin>
  64. <link rel="preload"
  65. href="/static/david/css/fonts/century_supra_ot_b_italic.woff2"
  66. as="font"
  67. type="font/woff2"
  68. media="(prefers-color-scheme: dark)"
  69. crossorigin>
  70. <meta name="description" content="Voici l’espace personnel de David Larlet sur le Web.">
  71. <!-- That good ol' feed, subscribe :). -->
  72. <link rel="alternate"
  73. type="application/atom+xml"
  74. title="Feed"
  75. href="/david/log/">
  76. <!-- Generated from https://realfavicongenerator.net/ such a mess. -->
  77. <link rel="apple-touch-icon"
  78. sizes="180x180"
  79. href="/static/david/icons2/apple-touch-icon.png">
  80. <link rel="icon"
  81. type="image/png"
  82. sizes="32x32"
  83. href="/static/david/icons2/favicon-32x32.png">
  84. <link rel="icon"
  85. type="image/png"
  86. sizes="16x16"
  87. href="/static/david/icons2/favicon-16x16.png">
  88. <link rel="manifest" href="/static/david/icons2/site.webmanifest">
  89. <link rel="mask-icon"
  90. href="/static/david/icons2/safari-pinned-tab.svg"
  91. color="#07486c">
  92. <link rel="shortcut icon" href="/static/david/icons2/favicon.ico">
  93. <meta name="msapplication-TileColor" content="#f7f7f7">
  94. <meta name="msapplication-config"
  95. content="/static/david/icons2/browserconfig.xml">
  96. <meta name="theme-color"
  97. content="#f7f7f7"
  98. media="(prefers-color-scheme: light)">
  99. <meta name="theme-color"
  100. content="#272727"
  101. media="(prefers-color-scheme: dark)">
  102. <!-- Is that even respected? Retrospectively? What a shAItshow…
  103. https://neil-clarke.com/block-the-bots-that-feed-ai-models-by-scraping-your-website/ -->
  104. <meta name="robots" content="noai, noimageai">
  105. <body data-instant-intensity="viewport-all">
  106. <article>
  107. <header>
  108. <hgroup>
  109. <h1>David Larlet</h1>
  110. <p>Avant Facebook, il y avait les sites perso.</p>
  111. </hgroup>
  112. </header>
  113. <h2>Bienvenue</h2>
  114. <p>
  115. Voici mon espace sur le Web.
  116. C’est un jardin pour faire pousser mes idées,
  117. une boîte à chaussure pour mes souvenirs,
  118. la forêt de mes réflexions plus ou moins enchevêtrées,
  119. les métaphores ne manquent pas.
  120. Je vous souhaite de vous y perdre, de revenir,
  121. d’engager des échanges, d’être en désaccord,
  122. d’improviser une rencontre
  123. et que l’on finisse par s’échanger nos meilleures recettes.
  124. </p>
  125. <p>
  126. Souvent je <a href="https://code.larlet.fr/">code</a>,
  127. parfois je vais <a href="https://nature.larlet.fr/">en forêt</a>
  128. et il m’arrive même de prendre <a href="https://media.larlet.fr/">des photos</a>.
  129. On peut papoter <a href="https://fedi.larlet.fr/@david">sur mastodon</a>
  130. ou <a href="mailto:david%40larlet.fr" title="Envoyer un courriel">par courriel</a>.
  131. Vous pouvez <a href="/david/log/" title="Accès au flux RSS">suivre les publications</a>
  132. grâce au flux RSS/Atom (<a href="/david/blog/2019/flux-rss/">explications</a>).
  133. </p>
  134. <p lang="en">
  135. <em>
  136. Check out my
  137. <a href="http://larlet.com" data-instant>profile in English</a>🇨🇦
  138. for up-to-date professional informations.
  139. </em>
  140. </p>
  141. <h2>Publications 2024</h2>
  142. <style type="text/css">
  143. body [data-tag="accessibilite"]:hover,
  144. body:has([data-tag="accessibilite"]:hover) [data-accessibilite],
  145. body:has([data-accessibilite]:hover) [data-tag="accessibilite"] {
  146. background-color: var(--hover-tag-color);
  147. }
  148. body [data-tag="accompagnement"]:hover,
  149. body:has([data-tag="accompagnement"]:hover) [data-accompagnement],
  150. body:has([data-accompagnement]:hover) [data-tag="accompagnement"] {
  151. background-color: var(--hover-tag-color);
  152. }
  153. body [data-tag="adaptation"]:hover,
  154. body:has([data-tag="adaptation"]:hover) [data-adaptation],
  155. body:has([data-adaptation]:hover) [data-tag="adaptation"] {
  156. background-color: var(--hover-tag-color);
  157. }
  158. body [data-tag="addiction"]:hover,
  159. body:has([data-tag="addiction"]:hover) [data-addiction],
  160. body:has([data-addiction]:hover) [data-tag="addiction"] {
  161. background-color: var(--hover-tag-color);
  162. }
  163. body [data-tag="apprentissage"]:hover,
  164. body:has([data-tag="apprentissage"]:hover) [data-apprentissage],
  165. body:has([data-apprentissage]:hover) [data-tag="apprentissage"] {
  166. background-color: var(--hover-tag-color);
  167. }
  168. body [data-tag="aventure"]:hover,
  169. body:has([data-tag="aventure"]:hover) [data-aventure],
  170. body:has([data-aventure]:hover) [data-tag="aventure"] {
  171. background-color: var(--hover-tag-color);
  172. }
  173. body [data-tag="commun"]:hover,
  174. body:has([data-tag="commun"]:hover) [data-commun],
  175. body:has([data-commun]:hover) [data-tag="commun"] {
  176. background-color: var(--hover-tag-color);
  177. }
  178. body [data-tag="communaute"]:hover,
  179. body:has([data-tag="communaute"]:hover) [data-communaute],
  180. body:has([data-communaute]:hover) [data-tag="communaute"] {
  181. background-color: var(--hover-tag-color);
  182. }
  183. body [data-tag="deception"]:hover,
  184. body:has([data-tag="deception"]:hover) [data-deception],
  185. body:has([data-deception]:hover) [data-tag="deception"] {
  186. background-color: var(--hover-tag-color);
  187. }
  188. body [data-tag="decision"]:hover,
  189. body:has([data-tag="decision"]:hover) [data-decision],
  190. body:has([data-decision]:hover) [data-tag="decision"] {
  191. background-color: var(--hover-tag-color);
  192. }
  193. body [data-tag="dependance"]:hover,
  194. body:has([data-tag="dependance"]:hover) [data-dependance],
  195. body:has([data-dependance]:hover) [data-tag="dependance"] {
  196. background-color: var(--hover-tag-color);
  197. }
  198. body [data-tag="documentation"]:hover,
  199. body:has([data-tag="documentation"]:hover) [data-documentation],
  200. body:has([data-documentation]:hover) [data-tag="documentation"] {
  201. background-color: var(--hover-tag-color);
  202. }
  203. body [data-tag="dystopie"]:hover,
  204. body:has([data-tag="dystopie"]:hover) [data-dystopie],
  205. body:has([data-dystopie]:hover) [data-tag="dystopie"] {
  206. background-color: var(--hover-tag-color);
  207. }
  208. body [data-tag="echanges"]:hover,
  209. body:has([data-tag="echanges"]:hover) [data-echanges],
  210. body:has([data-echanges]:hover) [data-tag="echanges"] {
  211. background-color: var(--hover-tag-color);
  212. }
  213. body [data-tag="ecriture"]:hover,
  214. body:has([data-tag="ecriture"]:hover) [data-ecriture],
  215. body:has([data-ecriture]:hover) [data-tag="ecriture"] {
  216. background-color: var(--hover-tag-color);
  217. }
  218. body [data-tag="equipe"]:hover,
  219. body:has([data-tag="equipe"]:hover) [data-equipe],
  220. body:has([data-equipe]:hover) [data-tag="equipe"] {
  221. background-color: var(--hover-tag-color);
  222. }
  223. body [data-tag="evolution"]:hover,
  224. body:has([data-tag="evolution"]:hover) [data-evolution],
  225. body:has([data-evolution]:hover) [data-tag="evolution"] {
  226. background-color: var(--hover-tag-color);
  227. }
  228. body [data-tag="experience"]:hover,
  229. body:has([data-tag="experience"]:hover) [data-experience],
  230. body:has([data-experience]:hover) [data-tag="experience"] {
  231. background-color: var(--hover-tag-color);
  232. }
  233. body [data-tag="fediverse"]:hover,
  234. body:has([data-tag="fediverse"]:hover) [data-fediverse],
  235. body:has([data-fediverse]:hover) [data-tag="fediverse"] {
  236. background-color: var(--hover-tag-color);
  237. }
  238. body [data-tag="foret"]:hover,
  239. body:has([data-tag="foret"]:hover) [data-foret],
  240. body:has([data-foret]:hover) [data-tag="foret"] {
  241. background-color: var(--hover-tag-color);
  242. }
  243. body [data-tag="gratitude"]:hover,
  244. body:has([data-tag="gratitude"]:hover) [data-gratitude],
  245. body:has([data-gratitude]:hover) [data-tag="gratitude"] {
  246. background-color: var(--hover-tag-color);
  247. }
  248. body [data-tag="ia"]:hover,
  249. body:has([data-tag="ia"]:hover) [data-ia],
  250. body:has([data-ia]:hover) [data-tag="ia"] {
  251. background-color: var(--hover-tag-color);
  252. }
  253. body [data-tag="laboratoire"]:hover,
  254. body:has([data-tag="laboratoire"]:hover) [data-laboratoire],
  255. body:has([data-laboratoire]:hover) [data-tag="laboratoire"] {
  256. background-color: var(--hover-tag-color);
  257. }
  258. body [data-tag="lecture"]:hover,
  259. body:has([data-tag="lecture"]:hover) [data-lecture],
  260. body:has([data-lecture]:hover) [data-tag="lecture"] {
  261. background-color: var(--hover-tag-color);
  262. }
  263. body [data-tag="opendata"]:hover,
  264. body:has([data-tag="opendata"]:hover) [data-opendata],
  265. body:has([data-opendata]:hover) [data-tag="opendata"] {
  266. background-color: var(--hover-tag-color);
  267. }
  268. body [data-tag="opensource"]:hover,
  269. body:has([data-tag="opensource"]:hover) [data-opensource],
  270. body:has([data-opensource]:hover) [data-tag="opensource"] {
  271. background-color: var(--hover-tag-color);
  272. }
  273. body [data-tag="parentalite"]:hover,
  274. body:has([data-tag="parentalite"]:hover) [data-parentalite],
  275. body:has([data-parentalite]:hover) [data-tag="parentalite"] {
  276. background-color: var(--hover-tag-color);
  277. }
  278. body [data-tag="partage"]:hover,
  279. body:has([data-tag="partage"]:hover) [data-partage],
  280. body:has([data-partage]:hover) [data-tag="partage"] {
  281. background-color: var(--hover-tag-color);
  282. }
  283. body [data-tag="parvenir"]:hover,
  284. body:has([data-tag="parvenir"]:hover) [data-parvenir],
  285. body:has([data-parvenir]:hover) [data-tag="parvenir"] {
  286. background-color: var(--hover-tag-color);
  287. }
  288. body [data-tag="photographie"]:hover,
  289. body:has([data-tag="photographie"]:hover) [data-photographie],
  290. body:has([data-photographie]:hover) [data-tag="photographie"] {
  291. background-color: var(--hover-tag-color);
  292. }
  293. body [data-tag="poesie"]:hover,
  294. body:has([data-tag="poesie"]:hover) [data-poesie],
  295. body:has([data-poesie]:hover) [data-tag="poesie"] {
  296. background-color: var(--hover-tag-color);
  297. }
  298. body [data-tag="processus"]:hover,
  299. body:has([data-tag="processus"]:hover) [data-processus],
  300. body:has([data-processus]:hover) [data-tag="processus"] {
  301. background-color: var(--hover-tag-color);
  302. }
  303. body [data-tag="propriete"]:hover,
  304. body:has([data-tag="propriete"]:hover) [data-propriete],
  305. body:has([data-propriete]:hover) [data-tag="propriete"] {
  306. background-color: var(--hover-tag-color);
  307. }
  308. body [data-tag="protopie"]:hover,
  309. body:has([data-tag="protopie"]:hover) [data-protopie],
  310. body:has([data-protopie]:hover) [data-tag="protopie"] {
  311. background-color: var(--hover-tag-color);
  312. }
  313. body [data-tag="psychologie"]:hover,
  314. body:has([data-tag="psychologie"]:hover) [data-psychologie],
  315. body:has([data-psychologie]:hover) [data-tag="psychologie"] {
  316. background-color: var(--hover-tag-color);
  317. }
  318. body [data-tag="solastalgia"]:hover,
  319. body:has([data-tag="solastalgia"]:hover) [data-solastalgia],
  320. body:has([data-solastalgia]:hover) [data-tag="solastalgia"] {
  321. background-color: var(--hover-tag-color);
  322. }
  323. body [data-tag="sport"]:hover,
  324. body:has([data-tag="sport"]:hover) [data-sport],
  325. body:has([data-sport]:hover) [data-tag="sport"] {
  326. background-color: var(--hover-tag-color);
  327. }
  328. body [data-tag="technique"]:hover,
  329. body:has([data-tag="technique"]:hover) [data-technique],
  330. body:has([data-technique]:hover) [data-tag="technique"] {
  331. background-color: var(--hover-tag-color);
  332. }
  333. body [data-tag="velo"]:hover,
  334. body:has([data-tag="velo"]:hover) [data-velo],
  335. body:has([data-velo]:hover) [data-tag="velo"] {
  336. background-color: var(--hover-tag-color);
  337. }
  338. body [data-tag="web"]:hover,
  339. body:has([data-tag="web"]:hover) [data-web],
  340. body:has([data-web]:hover) [data-tag="web"] {
  341. background-color: var(--hover-tag-color);
  342. }
  343. </style>
  344. <p>Liste des publications récentes en ordre anté-chronologique :</p>
  345. <p>
  346. <a href="/david/2024/03/06/" data-apprentissage data-parentalite data-protopie title="Étiquettes : apprentissage, parentalité, protopie.">Vannerie</a>,
  347. <a href="/david/2024/03/05/" data-adaptation data-aventure data-psychologie title="Étiquettes : adaptation, aventure, psychologie.">Jour&nbsp;2</a>,
  348. <a href="/david/2024/03/04/" data-dystopie data-foret data-solastalgia title="Étiquettes : dystopie, forêt, solastalgia.">Jour&nbsp;1</a>,
  349. <a href="/david/2024/03/03/" data-dependance data-opensource data-parvenir title="Étiquettes : dépendance, opensource, parvenir.">Permanence</a>,
  350. <a href="/david/2024/03/02/" data-dependance data-sport data-technique title="Étiquettes : dépendance, sport, technique.">Montre</a>,
  351. <a href="/david/2024/03/01/" data-evolution data-laboratoire data-web title="Étiquettes : évolution, laboratoire, web.">Simple</a>,
  352. <a href="/david/2024/02/29/" data-commun data-deception data-psychologie title="Étiquettes : commun, déception, psychologie.">Wikipédia</a>,
  353. <a href="/david/2024/02/28/" data-documentation data-partage data-solastalgia title="Étiquettes : documentation, partage, solastalgia.">Dérèglement</a>,
  354. <a href="/david/2024/02/27/" data-ecriture data-processus data-psychologie title="Étiquettes : écriture, processus, psychologie.">Rédaction</a>,
  355. <a href="/david/2024/02/26/" data-parentalite data-poesie data-solastalgia title="Étiquettes : parentalité, poésie, solastalgia.">Galaxie</a>,
  356. <a href="/david/2024/02/25/" data-aventure data-foret data-gratitude title="Étiquettes : aventure, forêt, gratitude.">Jour&nbsp;2</a>,
  357. <a href="/david/2024/02/24/" data-aventure data-foret data-sport title="Étiquettes : aventure, forêt, sport.">Jour&nbsp;1</a>,
  358. <a href="/david/2024/02/23/" data-apprentissage data-processus data-web title="Étiquettes : apprentissage, processus, web.">Préparatifs</a>,
  359. <a href="/david/2024/02/22/" data-decision data-experience data-partage title="Étiquettes : décision, expérience, partage.">Responsabilité</a>,
  360. <a href="/david/2024/02/21/" data-dystopie data-ia data-psychologie title="Étiquettes : dystopie, IA, psychologie.">Cinéma</a>,
  361. <a href="/david/2024/02/20/" data-echanges data-laboratoire data-protopie title="Étiquettes : échanges, laboratoire, protopie.">Véhicule</a>,
  362. <a href="/david/2024/02/19/" data-apprentissage data-laboratoire data-web title="Étiquettes : apprentissage, laboratoire, web.">Injection</a>,
  363. <a href="/david/2024/02/18/" data-commun data-dependance data-technique title="Étiquettes : commun, dépendance, technique.">In·directions</a>,
  364. <a href="/david/2024/02/17/" data-ecriture data-lecture data-solastalgia title="Étiquettes : écriture, lecture, solastalgia.">Quotidien</a>,
  365. <a href="/david/2024/02/16/" data-commun data-decision data-opensource title="Étiquettes : commun, décision, opensource.">uMap&nbsp;2</a>,
  366. <a href="/david/2024/02/15/" data-commun data-decision data-opensource title="Étiquettes : commun, décision, opensource.">Licence</a>,
  367. <a href="/david/2024/02/14/" data-commun data-opendata data-technique title="Étiquettes : commun, opendata, technique.">GéoCodage</a>,
  368. <a href="/david/2024/02/13/" data-apprentissage data-processus data-protopie title="Étiquettes : apprentissage, processus, protopie.">Feutrage</a>,
  369. <a href="/david/2024/02/12/" data-apprentissage data-echanges data-photographie title="Étiquettes : apprentissage, échanges, photographie.">Renards</a>,
  370. <a href="/david/2024/02/11/" data-communaute data-opensource data-psychologie title="Étiquettes : communauté, opensource, psychologie.">Violence</a>,
  371. <a href="/david/2024/02/10/" data-accessibilite data-experience data-psychologie title="Étiquettes : accessibilité, expérience, psychologie.">Validisme</a>,
  372. <a href="/david/2024/02/09/" data-apprentissage data-decision data-opensource title="Étiquettes : apprentissage, décision, opensource.">Version</a>,
  373. <a href="/david/2024/02/08/" data-apprentissage data-equipe data-evolution title="Étiquettes : apprentissage, équipe, évolution.">Écoute</a>,
  374. <a href="/david/2024/02/07/" data-decision data-foret data-photographie title="Étiquettes : décision, forêt, photographie.">Écureuil</a>,
  375. <a href="/david/2024/02/06/" data-communaute data-equipe data-lecture title="Étiquettes : communauté, équipe, lecture.">Anneau</a>,
  376. <a href="/david/2024/02/05/" data-experience data-psychologie data-technique title="Étiquettes : expérience, psychologie, technique.">Jeu</a>,
  377. <a href="/david/2024/02/04/" data-apprentissage data-technique data-web title="Étiquettes : apprentissage, technique, web.">Tooltipopover</a>,
  378. <a href="/david/2024/02/03/" data-dependance data-opensource data-technique title="Étiquettes : dépendance, opensource, technique.">Archives</a>,
  379. <a href="/david/2024/02/02/" data-equipe data-processus data-protopie title="Étiquettes : équipe, processus, protopie.">Valeurs</a>,
  380. <a href="/david/2024/02/01/" data-accessibilite data-dystopie data-evolution title="Étiquettes : accessibilité, dystopie, évolution.">Vision</a>,
  381. <a href="/david/2024/01/31/" data-commun data-documentation data-partage title="Étiquettes : commun, documentation, partage.">Mécénat</a>,
  382. <a href="/david/2024/01/30/" data-apprentissage data-equipe data-processus title="Étiquettes : apprentissage, équipe, processus.">Équipe</a>,
  383. <a href="/david/2024/01/29/" data-echanges data-technique data-web title="Étiquettes : échanges, technique, web.">Déploiement</a>,
  384. <a href="/david/2024/01/28/" data-experience data-foret data-parentalite title="Étiquettes : expérience, forêt, parentalité.">Jour&nbsp;2</a>,
  385. <a href="/david/2024/01/27/" data-experience data-foret data-parentalite title="Étiquettes : expérience, forêt, parentalité.">Jour&nbsp;1</a>,
  386. <a href="/david/2024/01/26/" data-gratitude data-partage data-psychologie title="Étiquettes : gratitude, partage, psychologie.">Cargo</a>,
  387. <a href="/david/2024/01/25/" data-apprentissage data-equipe data-velo title="Étiquettes : apprentissage, équipe, vélo.">Stratégie</a>,
  388. <a href="/david/2024/01/24/" data-communaute data-equipe data-processus title="Étiquettes : communauté, équipe, processus.">Taille</a>,
  389. <a href="/david/2024/01/23/" data-commun data-experience data-processus title="Étiquettes : commun, expérience, processus.">Thèse</a>,
  390. <a href="/david/2024/01/22/" data-echanges data-experience data-gratitude title="Étiquettes : échanges, expérience, gratitude.">Légitimité</a>,
  391. <a href="/david/2024/01/21/" data-apprentissage data-foret data-protopie title="Étiquettes : apprentissage, forêt, protopie.">Bois</a>,
  392. <a href="/david/2024/01/20/" data-dependance data-evolution data-parentalite title="Étiquettes : dépendance, évolution, parentalité.">Extinction</a>,
  393. <a href="/david/2024/01/19/" data-accompagnement data-communaute data-echanges title="Étiquettes : accompagnement, communauté, échanges.">Marcher</a>,
  394. <a href="/david/2024/01/18/" data-commun data-decision data-opensource title="Étiquettes : commun, décision, opensource.">Open-source</a>,
  395. <a href="/david/2024/01/17/" data-experience data-technique data-web title="Étiquettes : expérience, technique, web.">Vieillesse</a>,
  396. <a href="/david/2024/01/16/" data-addiction data-evolution data-technique title="Étiquettes : addiction, évolution, technique.">Endorphines</a>,
  397. <a href="/david/2024/01/15/" data-addiction data-evolution data-sport title="Étiquettes : addiction, évolution, sport.">Rééducation</a>,
  398. <a href="/david/2024/01/14/" data-ecriture data-experience data-protopie title="Étiquettes : écriture, expérience, protopie.">Fiction</a>,
  399. <a href="/david/2024/01/13/" data-ecriture data-ia data-parvenir title="Étiquettes : écriture, IA, parvenir.">Wuwei</a>,
  400. <a href="/david/2024/01/12/" data-ecriture data-processus data-psychologie title="Étiquettes : écriture, processus, psychologie.">Personnel</a>,
  401. <a href="/david/2024/01/11/" data-evolution data-technique data-web title="Étiquettes : évolution, technique, web.">Impact</a>,
  402. <a href="/david/2024/01/10/" data-apprentissage data-ecriture data-ia title="Étiquettes : apprentissage, écriture, IA.">Écriture</a>,
  403. <a href="/david/2024/01/09/" data-accessibilite data-sport data-technique title="Étiquettes : accessibilité, sport, technique.">Blessure</a>,
  404. <a href="/david/2024/01/08/" data-processus data-solastalgia data-technique title="Étiquettes : processus, solastalgia, technique.">Liens</a>,
  405. <a href="/david/2024/01/07/" data-apprentissage data-communaute data-fediverse title="Étiquettes : apprentissage, communauté, fédiverse.">Dons</a>,
  406. <a href="/david/2024/01/06/" data-addiction data-processus data-sport title="Étiquettes : addiction, processus, sport.">Objectif</a>,
  407. <a href="/david/2024/01/05/" data-apprentissage data-decision data-equipe title="Étiquettes : apprentissage, décision, équipe.">Vocabulaire</a>,
  408. <a href="/david/2024/01/04/" data-decision data-parvenir data-propriete title="Étiquettes : décision, parvenir, propriété.">Repos</a>,
  409. <a href="/david/2024/01/03/" data-accompagnement data-ecriture data-web title="Étiquettes : accompagnement, écriture, web.">Appariement</a>,
  410. <a href="/david/2024/01/02/" data-experience data-technique data-web title="Étiquettes : expérience, technique, web.">Fondations</a>,
  411. <a href="/david/2024/01/01/" data-addiction data-experience data-protopie title="Étiquettes : addiction, expérience, protopie.">Dryear(s)</a>.
  412. </p>
  413. <p id="tags-2024">Ou par étiquettes :</p>
  414. <p>
  415. <a href="/david/2024/accessibilite/" data-tag="accessibilite" rel="tag">#accessibilité (3)</a>,
  416. <a href="/david/2024/accompagnement/" data-tag="accompagnement" rel="tag">#accompagnement (2)</a>,
  417. <a href="/david/2024/adaptation/" data-tag="adaptation" rel="tag">#adaptation (1)</a>,
  418. <a href="/david/2024/addiction/" data-tag="addiction" rel="tag">#addiction (4)</a>,
  419. <a href="/david/2024/apprentissage/" data-tag="apprentissage" rel="tag">#apprentissage (14)</a>,
  420. <a href="/david/2024/aventure/" data-tag="aventure" rel="tag">#aventure (3)</a>,
  421. <a href="/david/2024/commun/" data-tag="commun" rel="tag">#commun (8)</a>,
  422. <a href="/david/2024/communaute/" data-tag="communaute" rel="tag">#communauté (5)</a>,
  423. <a href="/david/2024/deception/" data-tag="deception" rel="tag">#déception (1)</a>,
  424. <a href="/david/2024/decision/" data-tag="decision" rel="tag">#décision (8)</a>,
  425. <a href="/david/2024/dependance/" data-tag="dependance" rel="tag">#dépendance (5)</a>,
  426. <a href="/david/2024/documentation/" data-tag="documentation" rel="tag">#documentation (2)</a>,
  427. <a href="/david/2024/dystopie/" data-tag="dystopie" rel="tag">#dystopie (3)</a>,
  428. <a href="/david/2024/echanges/" data-tag="echanges" rel="tag">#échanges (5)</a>,
  429. <a href="/david/2024/ecriture/" data-tag="ecriture" rel="tag">#écriture (7)</a>,
  430. <a href="/david/2024/equipe/" data-tag="equipe" rel="tag">#équipe (7)</a>,
  431. <a href="/david/2024/evolution/" data-tag="evolution" rel="tag">#évolution (7)</a>,
  432. <a href="/david/2024/experience/" data-tag="experience" rel="tag">#expérience (11)</a>,
  433. <a href="/david/2024/fediverse/" data-tag="fediverse" rel="tag">#fédiverse (1)</a>,
  434. <a href="/david/2024/foret/" data-tag="foret" rel="tag">#forêt (7)</a>,
  435. <a href="/david/2024/gratitude/" data-tag="gratitude" rel="tag">#gratitude (3)</a>,
  436. <a href="/david/2024/ia/" data-tag="ia" rel="tag">#IA (3)</a>,
  437. <a href="/david/2024/laboratoire/" data-tag="laboratoire" rel="tag">#laboratoire (3)</a>,
  438. <a href="/david/2024/lecture/" data-tag="lecture" rel="tag">#lecture (2)</a>,
  439. <a href="/david/2024/opendata/" data-tag="opendata" rel="tag">#opendata (1)</a>,
  440. <a href="/david/2024/opensource/" data-tag="opensource" rel="tag">#opensource (7)</a>,
  441. <a href="/david/2024/parentalite/" data-tag="parentalite" rel="tag">#parentalité (5)</a>,
  442. <a href="/david/2024/partage/" data-tag="partage" rel="tag">#partage (4)</a>,
  443. <a href="/david/2024/parvenir/" data-tag="parvenir" rel="tag">#parvenir (3)</a>,
  444. <a href="/david/2024/photographie/" data-tag="photographie" rel="tag">#photographie (2)</a>,
  445. <a href="/david/2024/poesie/" data-tag="poesie" rel="tag">#poésie (1)</a>,
  446. <a href="/david/2024/processus/" data-tag="processus" rel="tag">#processus (10)</a>,
  447. <a href="/david/2024/propriete/" data-tag="propriete" rel="tag">#propriété (1)</a>,
  448. <a href="/david/2024/protopie/" data-tag="protopie" rel="tag">#protopie (7)</a>,
  449. <a href="/david/2024/psychologie/" data-tag="psychologie" rel="tag">#psychologie (9)</a>,
  450. <a href="/david/2024/solastalgia/" data-tag="solastalgia" rel="tag">#solastalgia (5)</a>,
  451. <a href="/david/2024/sport/" data-tag="sport" rel="tag">#sport (5)</a>,
  452. <a href="/david/2024/technique/" data-tag="technique" rel="tag">#technique (13)</a>,
  453. <a href="/david/2024/velo/" data-tag="velo" rel="tag">#vélo (1)</a>,
  454. <a href="/david/2024/web/" data-tag="web" rel="tag">#web (9)</a>.
  455. </p>
  456. <p>
  457. Les <a href="/david/blogroll/">liens des ami·es</a> avec leurs dernières publications 🤗.
  458. </p>
  459. <h2>Publications plus anciennes</h2>
  460. <p>
  461. J’ai publié
  462. sporadiquement en <a href="/david/2023/"
  463. title="Voir la liste de toutes les publications 2023">2023</a>
  464. ainsi qu’en <a href="/david/2022/"
  465. title="Voir la liste de toutes les publications 2022">2022</a>,
  466. (pres)quotidiennemment en <a href="/david/2021/"
  467. title="Voir la liste de toutes les publications 2021">2021</a> et
  468. hebdomadairement en <a href="/david/2020/"
  469. title="Voir la liste de toutes les publications 2020">2020</a>
  470. .
  471. </p>
  472. <p>
  473. Vous pouvez aussi consulter les différents
  474. <a href="/david/blog/">billets de blog</a> qui ont été rédigés de 2004 (!) à 2019
  475. ou les <a href="/david/stream/">entrées de journaux</a> relativement
  476. régulières entre 2009 et 2019.
  477. </p>
  478. <p>
  479. <em>
  480. Notez qu’avec un tel historique, certaines informations sont obsolètes et/ou
  481. plus cautionnées.
  482. </em>
  483. </p>
  484. <form action="/david/recherche/" method="get">
  485. <fieldset>
  486. <legend>Recherche</legend>
  487. <label for="input-search">Termes de votre recherche :</label>
  488. <input id="input-search" type="search" name="s" aria-describedby="indexation-infos" required>
  489. <input type="submit" value="Chercher">
  490. <p id="indexation-infos">
  491. <small>
  492. Seuls les contenus de ces 8 dernières années sont indexés.
  493. </small>
  494. </p>
  495. </fieldset>
  496. </form>
  497. <aside>
  498. <theme-toggle></theme-toggle>
  499. </aside>
  500. </article>
  501. <hr>
  502. <footer>
  503. <p>
  504. <a href="/david/" title="Aller à l’accueil">Accueil</a>
  505. <a href="/david/log/" title="Accès au flux RSS">Suivre</a>
  506. <a href="http://larlet.com"
  507. title="Go to my English profile"
  508. data-instant>Pro</a>
  509. <a href="mailto:david%40larlet.fr" title="Envoyer un courriel">Email</a>
  510. <abbr title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340">Légal</abbr>
  511. </p>
  512. <template id="theme-selector">
  513. <form>
  514. <style type="text/css">
  515. fieldset div {
  516. text-align: center;
  517. }
  518. </style>
  519. <fieldset>
  520. <legend>Thème</legend>
  521. <div>
  522. <label>
  523. <input type="radio" value="auto" name="chosen-color-scheme" checked>
  524. Auto
  525. </label>
  526. <label>
  527. <input type="radio" value="dark" name="chosen-color-scheme">
  528. Foncé
  529. </label>
  530. <label>
  531. <input type="radio" value="light" name="chosen-color-scheme">
  532. Clair
  533. </label>
  534. </div>
  535. </fieldset>
  536. </form>
  537. </template>
  538. </footer>
  539. <script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
  540. <script>
  541. class ThemeToggle extends HTMLElement {
  542. constructor() {
  543. super()
  544. const themeSelectorTemplate = document.querySelector('#theme-selector')
  545. const form = themeSelectorTemplate.content.firstElementChild
  546. this.attachShadow({ mode: 'open' })
  547. this.shadowRoot.appendChild(form.cloneNode(true))
  548. }
  549. connectedCallback() {
  550. const form = this.shadowRoot.querySelector('form')
  551. form.addEventListener('change', (e) => {
  552. const chosenColorScheme = e.target.value
  553. localStorage.setItem('theme', chosenColorScheme)
  554. toggleTheme(chosenColorScheme)
  555. })
  556. const selectedTheme = localStorage.getItem('theme')
  557. if (selectedTheme && selectedTheme !== 'undefined') {
  558. form.querySelector(`[value="${selectedTheme}"]`).checked = true
  559. }
  560. }
  561. }
  562. const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
  563. window.addEventListener('load', () => {
  564. let colorsLayer = undefined
  565. let hasDarkRules = false
  566. for (const styleSheet of Array.from(document.styleSheets)) {
  567. let mediaRules = []
  568. for (const layerRule of styleSheet.cssRules) {
  569. if (!(layerRule instanceof CSSLayerBlockRule)) {
  570. continue
  571. }
  572. if (layerRule.name === 'colors') {
  573. colorsLayer = layerRule
  574. }
  575. for (const cssRule of layerRule.cssRules) {
  576. if (cssRule.type !== CSSRule.MEDIA_RULE) {
  577. continue
  578. }
  579. // WARNING: Safari does not have/supports `conditionText`.
  580. if (cssRule.conditionText) {
  581. if (cssRule.conditionText !== prefersColorSchemeDark) {
  582. continue
  583. }
  584. } else {
  585. if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
  586. continue
  587. }
  588. }
  589. mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
  590. }
  591. }
  592. // WARNING: do not try to insert a Rule to a styleSheet you are
  593. // currently iterating on, otherwise the browser will be stuck
  594. // in a infinite loop…
  595. for (const mediaRule of mediaRules) {
  596. // Safari requires the `0` second parameter (even if default).
  597. colorsLayer.insertRule(mediaRule.cssText, 0)
  598. hasDarkRules = true
  599. }
  600. }
  601. if (hasDarkRules) {
  602. if ('customElements' in window && !customElements.get('theme-toggle')) {
  603. customElements.define('theme-toggle', ThemeToggle)
  604. }
  605. }
  606. })
  607. </script>
  608. </body>
  609. </html>