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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711
  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 [data-accessibilite]:hover,
  145. body:has([data-tag="accessibilite"]:hover) [data-accessibilite],
  146. body:has([data-accessibilite]:hover) [data-tag="accessibilite"] {
  147. background-color: var(--hover-tag-color);
  148. }
  149. body [data-tag="accompagnement"]:hover,
  150. body [data-accompagnement]:hover,
  151. body:has([data-tag="accompagnement"]:hover) [data-accompagnement],
  152. body:has([data-accompagnement]:hover) [data-tag="accompagnement"] {
  153. background-color: var(--hover-tag-color);
  154. }
  155. body [data-tag="adaptation"]:hover,
  156. body [data-adaptation]:hover,
  157. body:has([data-tag="adaptation"]:hover) [data-adaptation],
  158. body:has([data-adaptation]:hover) [data-tag="adaptation"] {
  159. background-color: var(--hover-tag-color);
  160. }
  161. body [data-tag="addiction"]:hover,
  162. body [data-addiction]:hover,
  163. body:has([data-tag="addiction"]:hover) [data-addiction],
  164. body:has([data-addiction]:hover) [data-tag="addiction"] {
  165. background-color: var(--hover-tag-color);
  166. }
  167. body [data-tag="apprentissage"]:hover,
  168. body [data-apprentissage]:hover,
  169. body:has([data-tag="apprentissage"]:hover) [data-apprentissage],
  170. body:has([data-apprentissage]:hover) [data-tag="apprentissage"] {
  171. background-color: var(--hover-tag-color);
  172. }
  173. body [data-tag="aventure"]:hover,
  174. body [data-aventure]:hover,
  175. body:has([data-tag="aventure"]:hover) [data-aventure],
  176. body:has([data-aventure]:hover) [data-tag="aventure"] {
  177. background-color: var(--hover-tag-color);
  178. }
  179. body [data-tag="commun"]:hover,
  180. body [data-commun]:hover,
  181. body:has([data-tag="commun"]:hover) [data-commun],
  182. body:has([data-commun]:hover) [data-tag="commun"] {
  183. background-color: var(--hover-tag-color);
  184. }
  185. body [data-tag="communaute"]:hover,
  186. body [data-communaute]:hover,
  187. body:has([data-tag="communaute"]:hover) [data-communaute],
  188. body:has([data-communaute]:hover) [data-tag="communaute"] {
  189. background-color: var(--hover-tag-color);
  190. }
  191. body [data-tag="deception"]:hover,
  192. body [data-deception]:hover,
  193. body:has([data-tag="deception"]:hover) [data-deception],
  194. body:has([data-deception]:hover) [data-tag="deception"] {
  195. background-color: var(--hover-tag-color);
  196. }
  197. body [data-tag="decision"]:hover,
  198. body [data-decision]:hover,
  199. body:has([data-tag="decision"]:hover) [data-decision],
  200. body:has([data-decision]:hover) [data-tag="decision"] {
  201. background-color: var(--hover-tag-color);
  202. }
  203. body [data-tag="dependance"]:hover,
  204. body [data-dependance]:hover,
  205. body:has([data-tag="dependance"]:hover) [data-dependance],
  206. body:has([data-dependance]:hover) [data-tag="dependance"] {
  207. background-color: var(--hover-tag-color);
  208. }
  209. body [data-tag="documentation"]:hover,
  210. body [data-documentation]:hover,
  211. body:has([data-tag="documentation"]:hover) [data-documentation],
  212. body:has([data-documentation]:hover) [data-tag="documentation"] {
  213. background-color: var(--hover-tag-color);
  214. }
  215. body [data-tag="dystopie"]:hover,
  216. body [data-dystopie]:hover,
  217. body:has([data-tag="dystopie"]:hover) [data-dystopie],
  218. body:has([data-dystopie]:hover) [data-tag="dystopie"] {
  219. background-color: var(--hover-tag-color);
  220. }
  221. body [data-tag="echanges"]:hover,
  222. body [data-echanges]:hover,
  223. body:has([data-tag="echanges"]:hover) [data-echanges],
  224. body:has([data-echanges]:hover) [data-tag="echanges"] {
  225. background-color: var(--hover-tag-color);
  226. }
  227. body [data-tag="ecriture"]:hover,
  228. body [data-ecriture]:hover,
  229. body:has([data-tag="ecriture"]:hover) [data-ecriture],
  230. body:has([data-ecriture]:hover) [data-tag="ecriture"] {
  231. background-color: var(--hover-tag-color);
  232. }
  233. body [data-tag="equipe"]:hover,
  234. body [data-equipe]:hover,
  235. body:has([data-tag="equipe"]:hover) [data-equipe],
  236. body:has([data-equipe]:hover) [data-tag="equipe"] {
  237. background-color: var(--hover-tag-color);
  238. }
  239. body [data-tag="evolution"]:hover,
  240. body [data-evolution]:hover,
  241. body:has([data-tag="evolution"]:hover) [data-evolution],
  242. body:has([data-evolution]:hover) [data-tag="evolution"] {
  243. background-color: var(--hover-tag-color);
  244. }
  245. body [data-tag="experience"]:hover,
  246. body [data-experience]:hover,
  247. body:has([data-tag="experience"]:hover) [data-experience],
  248. body:has([data-experience]:hover) [data-tag="experience"] {
  249. background-color: var(--hover-tag-color);
  250. }
  251. body [data-tag="fediverse"]:hover,
  252. body [data-fediverse]:hover,
  253. body:has([data-tag="fediverse"]:hover) [data-fediverse],
  254. body:has([data-fediverse]:hover) [data-tag="fediverse"] {
  255. background-color: var(--hover-tag-color);
  256. }
  257. body [data-tag="foret"]:hover,
  258. body [data-foret]:hover,
  259. body:has([data-tag="foret"]:hover) [data-foret],
  260. body:has([data-foret]:hover) [data-tag="foret"] {
  261. background-color: var(--hover-tag-color);
  262. }
  263. body [data-tag="gratitude"]:hover,
  264. body [data-gratitude]:hover,
  265. body:has([data-tag="gratitude"]:hover) [data-gratitude],
  266. body:has([data-gratitude]:hover) [data-tag="gratitude"] {
  267. background-color: var(--hover-tag-color);
  268. }
  269. body [data-tag="ia"]:hover,
  270. body [data-ia]:hover,
  271. body:has([data-tag="ia"]:hover) [data-ia],
  272. body:has([data-ia]:hover) [data-tag="ia"] {
  273. background-color: var(--hover-tag-color);
  274. }
  275. body [data-tag="laboratoire"]:hover,
  276. body [data-laboratoire]:hover,
  277. body:has([data-tag="laboratoire"]:hover) [data-laboratoire],
  278. body:has([data-laboratoire]:hover) [data-tag="laboratoire"] {
  279. background-color: var(--hover-tag-color);
  280. }
  281. body [data-tag="lecture"]:hover,
  282. body [data-lecture]:hover,
  283. body:has([data-tag="lecture"]:hover) [data-lecture],
  284. body:has([data-lecture]:hover) [data-tag="lecture"] {
  285. background-color: var(--hover-tag-color);
  286. }
  287. body [data-tag="opendata"]:hover,
  288. body [data-opendata]:hover,
  289. body:has([data-tag="opendata"]:hover) [data-opendata],
  290. body:has([data-opendata]:hover) [data-tag="opendata"] {
  291. background-color: var(--hover-tag-color);
  292. }
  293. body [data-tag="opensource"]:hover,
  294. body [data-opensource]:hover,
  295. body:has([data-tag="opensource"]:hover) [data-opensource],
  296. body:has([data-opensource]:hover) [data-tag="opensource"] {
  297. background-color: var(--hover-tag-color);
  298. }
  299. body [data-tag="parentalite"]:hover,
  300. body [data-parentalite]:hover,
  301. body:has([data-tag="parentalite"]:hover) [data-parentalite],
  302. body:has([data-parentalite]:hover) [data-tag="parentalite"] {
  303. background-color: var(--hover-tag-color);
  304. }
  305. body [data-tag="partage"]:hover,
  306. body [data-partage]:hover,
  307. body:has([data-tag="partage"]:hover) [data-partage],
  308. body:has([data-partage]:hover) [data-tag="partage"] {
  309. background-color: var(--hover-tag-color);
  310. }
  311. body [data-tag="parvenir"]:hover,
  312. body [data-parvenir]:hover,
  313. body:has([data-tag="parvenir"]:hover) [data-parvenir],
  314. body:has([data-parvenir]:hover) [data-tag="parvenir"] {
  315. background-color: var(--hover-tag-color);
  316. }
  317. body [data-tag="photographie"]:hover,
  318. body [data-photographie]:hover,
  319. body:has([data-tag="photographie"]:hover) [data-photographie],
  320. body:has([data-photographie]:hover) [data-tag="photographie"] {
  321. background-color: var(--hover-tag-color);
  322. }
  323. body [data-tag="poesie"]:hover,
  324. body [data-poesie]:hover,
  325. body:has([data-tag="poesie"]:hover) [data-poesie],
  326. body:has([data-poesie]:hover) [data-tag="poesie"] {
  327. background-color: var(--hover-tag-color);
  328. }
  329. body [data-tag="processus"]:hover,
  330. body [data-processus]:hover,
  331. body:has([data-tag="processus"]:hover) [data-processus],
  332. body:has([data-processus]:hover) [data-tag="processus"] {
  333. background-color: var(--hover-tag-color);
  334. }
  335. body [data-tag="propriete"]:hover,
  336. body [data-propriete]:hover,
  337. body:has([data-tag="propriete"]:hover) [data-propriete],
  338. body:has([data-propriete]:hover) [data-tag="propriete"] {
  339. background-color: var(--hover-tag-color);
  340. }
  341. body [data-tag="protopie"]:hover,
  342. body [data-protopie]:hover,
  343. body:has([data-tag="protopie"]:hover) [data-protopie],
  344. body:has([data-protopie]:hover) [data-tag="protopie"] {
  345. background-color: var(--hover-tag-color);
  346. }
  347. body [data-tag="psychologie"]:hover,
  348. body [data-psychologie]:hover,
  349. body:has([data-tag="psychologie"]:hover) [data-psychologie],
  350. body:has([data-psychologie]:hover) [data-tag="psychologie"] {
  351. background-color: var(--hover-tag-color);
  352. }
  353. body [data-tag="solastalgia"]:hover,
  354. body [data-solastalgia]:hover,
  355. body:has([data-tag="solastalgia"]:hover) [data-solastalgia],
  356. body:has([data-solastalgia]:hover) [data-tag="solastalgia"] {
  357. background-color: var(--hover-tag-color);
  358. }
  359. body [data-tag="sport"]:hover,
  360. body [data-sport]:hover,
  361. body:has([data-tag="sport"]:hover) [data-sport],
  362. body:has([data-sport]:hover) [data-tag="sport"] {
  363. background-color: var(--hover-tag-color);
  364. }
  365. body [data-tag="technique"]:hover,
  366. body [data-technique]:hover,
  367. body:has([data-tag="technique"]:hover) [data-technique],
  368. body:has([data-technique]:hover) [data-tag="technique"] {
  369. background-color: var(--hover-tag-color);
  370. }
  371. body [data-tag="velo"]:hover,
  372. body [data-velo]:hover,
  373. body:has([data-tag="velo"]:hover) [data-velo],
  374. body:has([data-velo]:hover) [data-tag="velo"] {
  375. background-color: var(--hover-tag-color);
  376. }
  377. body [data-tag="web"]:hover,
  378. body [data-web]:hover,
  379. body:has([data-tag="web"]:hover) [data-web],
  380. body:has([data-web]:hover) [data-tag="web"] {
  381. background-color: var(--hover-tag-color);
  382. }
  383. </style>
  384. <p>Liste des publications récentes en ordre anté-chronologique :</p>
  385. <p>
  386. <a href="/david/2024/03/08/" data-experience data-psychologie data-technique title="Étiquettes : expérience, psychologie, technique.">Flow</a>,
  387. <a href="/david/2024/03/07/" data-commun data-deception data-web title="Étiquettes : commun, déception, web.">Sondages</a>,
  388. <a href="/david/2024/03/06/" data-apprentissage data-parentalite data-protopie title="Étiquettes : apprentissage, parentalité, protopie.">Vannerie</a>,
  389. <a href="/david/2024/03/05/" data-adaptation data-aventure data-psychologie title="Étiquettes : adaptation, aventure, psychologie.">Jour&nbsp;2</a>,
  390. <a href="/david/2024/03/04/" data-dystopie data-foret data-solastalgia title="Étiquettes : dystopie, forêt, solastalgia.">Jour&nbsp;1</a>,
  391. <a href="/david/2024/03/03/" data-dependance data-opensource data-parvenir title="Étiquettes : dépendance, opensource, parvenir.">Permanence</a>,
  392. <a href="/david/2024/03/02/" data-dependance data-sport data-technique title="Étiquettes : dépendance, sport, technique.">Montre</a>,
  393. <a href="/david/2024/03/01/" data-evolution data-laboratoire data-web title="Étiquettes : évolution, laboratoire, web.">Simple</a>,
  394. <a href="/david/2024/02/29/" data-commun data-deception data-psychologie title="Étiquettes : commun, déception, psychologie.">Wikipédia</a>,
  395. <a href="/david/2024/02/28/" data-documentation data-partage data-solastalgia title="Étiquettes : documentation, partage, solastalgia.">Dérèglement</a>,
  396. <a href="/david/2024/02/27/" data-ecriture data-processus data-psychologie title="Étiquettes : écriture, processus, psychologie.">Rédaction</a>,
  397. <a href="/david/2024/02/26/" data-parentalite data-poesie data-solastalgia title="Étiquettes : parentalité, poésie, solastalgia.">Galaxie</a>,
  398. <a href="/david/2024/02/25/" data-aventure data-foret data-gratitude title="Étiquettes : aventure, forêt, gratitude.">Jour&nbsp;2</a>,
  399. <a href="/david/2024/02/24/" data-aventure data-foret data-sport title="Étiquettes : aventure, forêt, sport.">Jour&nbsp;1</a>,
  400. <a href="/david/2024/02/23/" data-apprentissage data-processus data-web title="Étiquettes : apprentissage, processus, web.">Préparatifs</a>,
  401. <a href="/david/2024/02/22/" data-decision data-experience data-partage title="Étiquettes : décision, expérience, partage.">Responsabilité</a>,
  402. <a href="/david/2024/02/21/" data-dystopie data-ia data-psychologie title="Étiquettes : dystopie, IA, psychologie.">Cinéma</a>,
  403. <a href="/david/2024/02/20/" data-echanges data-laboratoire data-protopie title="Étiquettes : échanges, laboratoire, protopie.">Véhicule</a>,
  404. <a href="/david/2024/02/19/" data-apprentissage data-laboratoire data-web title="Étiquettes : apprentissage, laboratoire, web.">Injection</a>,
  405. <a href="/david/2024/02/18/" data-commun data-dependance data-technique title="Étiquettes : commun, dépendance, technique.">In·directions</a>,
  406. <a href="/david/2024/02/17/" data-ecriture data-lecture data-solastalgia title="Étiquettes : écriture, lecture, solastalgia.">Quotidien</a>,
  407. <a href="/david/2024/02/16/" data-commun data-decision data-opensource title="Étiquettes : commun, décision, opensource.">uMap&nbsp;2</a>,
  408. <a href="/david/2024/02/15/" data-commun data-decision data-opensource title="Étiquettes : commun, décision, opensource.">Licence</a>,
  409. <a href="/david/2024/02/14/" data-commun data-opendata data-technique title="Étiquettes : commun, opendata, technique.">GéoCodage</a>,
  410. <a href="/david/2024/02/13/" data-apprentissage data-processus data-protopie title="Étiquettes : apprentissage, processus, protopie.">Feutrage</a>,
  411. <a href="/david/2024/02/12/" data-apprentissage data-echanges data-photographie title="Étiquettes : apprentissage, échanges, photographie.">Renards</a>,
  412. <a href="/david/2024/02/11/" data-communaute data-opensource data-psychologie title="Étiquettes : communauté, opensource, psychologie.">Violence</a>,
  413. <a href="/david/2024/02/10/" data-accessibilite data-experience data-psychologie title="Étiquettes : accessibilité, expérience, psychologie.">Validisme</a>,
  414. <a href="/david/2024/02/09/" data-apprentissage data-decision data-opensource title="Étiquettes : apprentissage, décision, opensource.">Version</a>,
  415. <a href="/david/2024/02/08/" data-apprentissage data-equipe data-evolution title="Étiquettes : apprentissage, équipe, évolution.">Écoute</a>,
  416. <a href="/david/2024/02/07/" data-decision data-foret data-photographie title="Étiquettes : décision, forêt, photographie.">Écureuil</a>,
  417. <a href="/david/2024/02/06/" data-communaute data-equipe data-lecture title="Étiquettes : communauté, équipe, lecture.">Anneau</a>,
  418. <a href="/david/2024/02/05/" data-experience data-psychologie data-technique title="Étiquettes : expérience, psychologie, technique.">Jeu</a>,
  419. <a href="/david/2024/02/04/" data-apprentissage data-technique data-web title="Étiquettes : apprentissage, technique, web.">Tooltipopover</a>,
  420. <a href="/david/2024/02/03/" data-dependance data-opensource data-technique title="Étiquettes : dépendance, opensource, technique.">Archives</a>,
  421. <a href="/david/2024/02/02/" data-equipe data-processus data-protopie title="Étiquettes : équipe, processus, protopie.">Valeurs</a>,
  422. <a href="/david/2024/02/01/" data-accessibilite data-dystopie data-evolution title="Étiquettes : accessibilité, dystopie, évolution.">Vision</a>,
  423. <a href="/david/2024/01/31/" data-commun data-documentation data-partage title="Étiquettes : commun, documentation, partage.">Mécénat</a>,
  424. <a href="/david/2024/01/30/" data-apprentissage data-equipe data-processus title="Étiquettes : apprentissage, équipe, processus.">Équipe</a>,
  425. <a href="/david/2024/01/29/" data-echanges data-technique data-web title="Étiquettes : échanges, technique, web.">Déploiement</a>,
  426. <a href="/david/2024/01/28/" data-experience data-foret data-parentalite title="Étiquettes : expérience, forêt, parentalité.">Jour&nbsp;2</a>,
  427. <a href="/david/2024/01/27/" data-experience data-foret data-parentalite title="Étiquettes : expérience, forêt, parentalité.">Jour&nbsp;1</a>,
  428. <a href="/david/2024/01/26/" data-gratitude data-partage data-psychologie title="Étiquettes : gratitude, partage, psychologie.">Cargo</a>,
  429. <a href="/david/2024/01/25/" data-apprentissage data-equipe data-velo title="Étiquettes : apprentissage, équipe, vélo.">Stratégie</a>,
  430. <a href="/david/2024/01/24/" data-communaute data-equipe data-processus title="Étiquettes : communauté, équipe, processus.">Taille</a>,
  431. <a href="/david/2024/01/23/" data-commun data-experience data-processus title="Étiquettes : commun, expérience, processus.">Thèse</a>,
  432. <a href="/david/2024/01/22/" data-echanges data-experience data-gratitude title="Étiquettes : échanges, expérience, gratitude.">Légitimité</a>,
  433. <a href="/david/2024/01/21/" data-apprentissage data-foret data-protopie title="Étiquettes : apprentissage, forêt, protopie.">Bois</a>,
  434. <a href="/david/2024/01/20/" data-dependance data-evolution data-parentalite title="Étiquettes : dépendance, évolution, parentalité.">Extinction</a>,
  435. <a href="/david/2024/01/19/" data-accompagnement data-communaute data-echanges title="Étiquettes : accompagnement, communauté, échanges.">Marcher</a>,
  436. <a href="/david/2024/01/18/" data-commun data-decision data-opensource title="Étiquettes : commun, décision, opensource.">Open-source</a>,
  437. <a href="/david/2024/01/17/" data-experience data-technique data-web title="Étiquettes : expérience, technique, web.">Vieillesse</a>,
  438. <a href="/david/2024/01/16/" data-addiction data-evolution data-technique title="Étiquettes : addiction, évolution, technique.">Endorphines</a>,
  439. <a href="/david/2024/01/15/" data-addiction data-evolution data-sport title="Étiquettes : addiction, évolution, sport.">Rééducation</a>,
  440. <a href="/david/2024/01/14/" data-ecriture data-experience data-protopie title="Étiquettes : écriture, expérience, protopie.">Fiction</a>,
  441. <a href="/david/2024/01/13/" data-ecriture data-ia data-parvenir title="Étiquettes : écriture, IA, parvenir.">Wuwei</a>,
  442. <a href="/david/2024/01/12/" data-ecriture data-processus data-psychologie title="Étiquettes : écriture, processus, psychologie.">Personnel</a>,
  443. <a href="/david/2024/01/11/" data-evolution data-technique data-web title="Étiquettes : évolution, technique, web.">Impact</a>,
  444. <a href="/david/2024/01/10/" data-apprentissage data-ecriture data-ia title="Étiquettes : apprentissage, écriture, IA.">Écriture</a>,
  445. <a href="/david/2024/01/09/" data-accessibilite data-sport data-technique title="Étiquettes : accessibilité, sport, technique.">Blessure</a>,
  446. <a href="/david/2024/01/08/" data-processus data-solastalgia data-technique title="Étiquettes : processus, solastalgia, technique.">Liens</a>,
  447. <a href="/david/2024/01/07/" data-apprentissage data-communaute data-fediverse title="Étiquettes : apprentissage, communauté, fédiverse.">Dons</a>,
  448. <a href="/david/2024/01/06/" data-addiction data-processus data-sport title="Étiquettes : addiction, processus, sport.">Objectif</a>,
  449. <a href="/david/2024/01/05/" data-apprentissage data-decision data-equipe title="Étiquettes : apprentissage, décision, équipe.">Vocabulaire</a>,
  450. <a href="/david/2024/01/04/" data-decision data-parvenir data-propriete title="Étiquettes : décision, parvenir, propriété.">Repos</a>,
  451. <a href="/david/2024/01/03/" data-accompagnement data-ecriture data-web title="Étiquettes : accompagnement, écriture, web.">Appariement</a>,
  452. <a href="/david/2024/01/02/" data-experience data-technique data-web title="Étiquettes : expérience, technique, web.">Fondations</a>,
  453. <a href="/david/2024/01/01/" data-addiction data-experience data-protopie title="Étiquettes : addiction, expérience, protopie.">Dryear(s)</a>.
  454. </p>
  455. <p id="tags-2024">Ou par étiquettes :</p>
  456. <p>
  457. <a href="/david/2024/accessibilite/" data-tag="accessibilite" rel="tag">#accessibilité (3)</a>,
  458. <a href="/david/2024/accompagnement/" data-tag="accompagnement" rel="tag">#accompagnement (2)</a>,
  459. <a href="/david/2024/adaptation/" data-tag="adaptation" rel="tag">#adaptation (1)</a>,
  460. <a href="/david/2024/addiction/" data-tag="addiction" rel="tag">#addiction (4)</a>,
  461. <a href="/david/2024/apprentissage/" data-tag="apprentissage" rel="tag">#apprentissage (14)</a>,
  462. <a href="/david/2024/aventure/" data-tag="aventure" rel="tag">#aventure (3)</a>,
  463. <a href="/david/2024/commun/" data-tag="commun" rel="tag">#commun (9)</a>,
  464. <a href="/david/2024/communaute/" data-tag="communaute" rel="tag">#communauté (5)</a>,
  465. <a href="/david/2024/deception/" data-tag="deception" rel="tag">#déception (2)</a>,
  466. <a href="/david/2024/decision/" data-tag="decision" rel="tag">#décision (8)</a>,
  467. <a href="/david/2024/dependance/" data-tag="dependance" rel="tag">#dépendance (5)</a>,
  468. <a href="/david/2024/documentation/" data-tag="documentation" rel="tag">#documentation (2)</a>,
  469. <a href="/david/2024/dystopie/" data-tag="dystopie" rel="tag">#dystopie (3)</a>,
  470. <a href="/david/2024/echanges/" data-tag="echanges" rel="tag">#échanges (5)</a>,
  471. <a href="/david/2024/ecriture/" data-tag="ecriture" rel="tag">#écriture (7)</a>,
  472. <a href="/david/2024/equipe/" data-tag="equipe" rel="tag">#équipe (7)</a>,
  473. <a href="/david/2024/evolution/" data-tag="evolution" rel="tag">#évolution (7)</a>,
  474. <a href="/david/2024/experience/" data-tag="experience" rel="tag">#expérience (12)</a>,
  475. <a href="/david/2024/fediverse/" data-tag="fediverse" rel="tag">#fédiverse (1)</a>,
  476. <a href="/david/2024/foret/" data-tag="foret" rel="tag">#forêt (7)</a>,
  477. <a href="/david/2024/gratitude/" data-tag="gratitude" rel="tag">#gratitude (3)</a>,
  478. <a href="/david/2024/ia/" data-tag="ia" rel="tag">#IA (3)</a>,
  479. <a href="/david/2024/laboratoire/" data-tag="laboratoire" rel="tag">#laboratoire (3)</a>,
  480. <a href="/david/2024/lecture/" data-tag="lecture" rel="tag">#lecture (2)</a>,
  481. <a href="/david/2024/opendata/" data-tag="opendata" rel="tag">#opendata (1)</a>,
  482. <a href="/david/2024/opensource/" data-tag="opensource" rel="tag">#opensource (7)</a>,
  483. <a href="/david/2024/parentalite/" data-tag="parentalite" rel="tag">#parentalité (5)</a>,
  484. <a href="/david/2024/partage/" data-tag="partage" rel="tag">#partage (4)</a>,
  485. <a href="/david/2024/parvenir/" data-tag="parvenir" rel="tag">#parvenir (3)</a>,
  486. <a href="/david/2024/photographie/" data-tag="photographie" rel="tag">#photographie (2)</a>,
  487. <a href="/david/2024/poesie/" data-tag="poesie" rel="tag">#poésie (1)</a>,
  488. <a href="/david/2024/processus/" data-tag="processus" rel="tag">#processus (10)</a>,
  489. <a href="/david/2024/propriete/" data-tag="propriete" rel="tag">#propriété (1)</a>,
  490. <a href="/david/2024/protopie/" data-tag="protopie" rel="tag">#protopie (7)</a>,
  491. <a href="/david/2024/psychologie/" data-tag="psychologie" rel="tag">#psychologie (10)</a>,
  492. <a href="/david/2024/solastalgia/" data-tag="solastalgia" rel="tag">#solastalgia (5)</a>,
  493. <a href="/david/2024/sport/" data-tag="sport" rel="tag">#sport (5)</a>,
  494. <a href="/david/2024/technique/" data-tag="technique" rel="tag">#technique (14)</a>,
  495. <a href="/david/2024/velo/" data-tag="velo" rel="tag">#vélo (1)</a>,
  496. <a href="/david/2024/web/" data-tag="web" rel="tag">#web (10)</a>.
  497. </p>
  498. <p>
  499. Les <a href="/david/blogroll/">liens des ami·es</a> avec leurs dernières publications 🤗.
  500. </p>
  501. <h2>Publications plus anciennes</h2>
  502. <p>
  503. J’ai publié
  504. sporadiquement en <a href="/david/2023/"
  505. title="Voir la liste de toutes les publications 2023">2023</a>
  506. ainsi qu’en <a href="/david/2022/"
  507. title="Voir la liste de toutes les publications 2022">2022</a>,
  508. (pres)quotidiennemment en <a href="/david/2021/"
  509. title="Voir la liste de toutes les publications 2021">2021</a> et
  510. hebdomadairement en <a href="/david/2020/"
  511. title="Voir la liste de toutes les publications 2020">2020</a>
  512. .
  513. </p>
  514. <p>
  515. Vous pouvez aussi consulter les différents
  516. <a href="/david/blog/">billets de blog</a> qui ont été rédigés de 2004 (!) à 2019
  517. ou les <a href="/david/stream/">entrées de journaux</a> relativement
  518. régulières entre 2009 et 2019.
  519. </p>
  520. <p>
  521. <em>
  522. Notez qu’avec un tel historique, certaines informations sont obsolètes et/ou
  523. plus cautionnées.
  524. </em>
  525. </p>
  526. <form action="/david/recherche/" method="get">
  527. <fieldset>
  528. <legend>Recherche</legend>
  529. <label for="input-search">Termes de votre recherche :</label>
  530. <input id="input-search" type="search" name="s" aria-describedby="indexation-infos" required>
  531. <input type="submit" value="Chercher">
  532. <p id="indexation-infos">
  533. <small>
  534. Seuls les contenus de ces 8 dernières années sont indexés.
  535. </small>
  536. </p>
  537. </fieldset>
  538. </form>
  539. <aside>
  540. <theme-toggle></theme-toggle>
  541. </aside>
  542. </article>
  543. <hr>
  544. <footer>
  545. <p>
  546. <a href="/david/" title="Aller à l’accueil">Accueil</a>
  547. <a href="/david/log/" title="Accès au flux RSS">Suivre</a>
  548. <a href="http://larlet.com"
  549. title="Go to my English profile"
  550. data-instant>Pro</a>
  551. <a href="mailto:david%40larlet.fr" title="Envoyer un courriel">Email</a>
  552. <abbr title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340">Légal</abbr>
  553. </p>
  554. <template id="theme-selector">
  555. <form>
  556. <style type="text/css">
  557. fieldset div {
  558. text-align: center;
  559. }
  560. </style>
  561. <fieldset>
  562. <legend>Thème</legend>
  563. <div>
  564. <label>
  565. <input type="radio" value="auto" name="chosen-color-scheme" checked>
  566. Auto
  567. </label>
  568. <label>
  569. <input type="radio" value="dark" name="chosen-color-scheme">
  570. Foncé
  571. </label>
  572. <label>
  573. <input type="radio" value="light" name="chosen-color-scheme">
  574. Clair
  575. </label>
  576. </div>
  577. </fieldset>
  578. </form>
  579. </template>
  580. </footer>
  581. <script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
  582. <script>
  583. class ThemeToggle extends HTMLElement {
  584. constructor() {
  585. super()
  586. const themeSelectorTemplate = document.querySelector('#theme-selector')
  587. const form = themeSelectorTemplate.content.firstElementChild
  588. this.attachShadow({ mode: 'open' })
  589. this.shadowRoot.appendChild(form.cloneNode(true))
  590. }
  591. connectedCallback() {
  592. const form = this.shadowRoot.querySelector('form')
  593. form.addEventListener('change', (e) => {
  594. const chosenColorScheme = e.target.value
  595. localStorage.setItem('theme', chosenColorScheme)
  596. toggleTheme(chosenColorScheme)
  597. })
  598. const selectedTheme = localStorage.getItem('theme')
  599. if (selectedTheme && selectedTheme !== 'undefined') {
  600. form.querySelector(`[value="${selectedTheme}"]`).checked = true
  601. }
  602. }
  603. }
  604. const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
  605. window.addEventListener('load', () => {
  606. let colorsLayer = undefined
  607. let hasDarkRules = false
  608. for (const styleSheet of Array.from(document.styleSheets)) {
  609. let mediaRules = []
  610. for (const layerRule of styleSheet.cssRules) {
  611. if (!(layerRule instanceof CSSLayerBlockRule)) {
  612. continue
  613. }
  614. if (layerRule.name === 'colors') {
  615. colorsLayer = layerRule
  616. }
  617. for (const cssRule of layerRule.cssRules) {
  618. if (cssRule.type !== CSSRule.MEDIA_RULE) {
  619. continue
  620. }
  621. // WARNING: Safari does not have/supports `conditionText`.
  622. if (cssRule.conditionText) {
  623. if (cssRule.conditionText !== prefersColorSchemeDark) {
  624. continue
  625. }
  626. } else {
  627. if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
  628. continue
  629. }
  630. }
  631. mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
  632. }
  633. }
  634. // WARNING: do not try to insert a Rule to a styleSheet you are
  635. // currently iterating on, otherwise the browser will be stuck
  636. // in a infinite loop…
  637. for (const mediaRule of mediaRules) {
  638. // Safari requires the `0` second parameter (even if default).
  639. colorsLayer.insertRule(mediaRule.cssText, 0)
  640. hasDarkRules = true
  641. }
  642. }
  643. if (hasDarkRules) {
  644. if ('customElements' in window && !customElements.get('theme-toggle')) {
  645. customElements.define('theme-toggle', ThemeToggle)
  646. }
  647. }
  648. })
  649. </script>
  650. </body>
  651. </html>