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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  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. Publications sporadiques 2023
  14. — David Larlet</title>
  15. <meta name="description" content="Archives 2023 des publications de David Larlet">
  16. <!-- That good ol' feed, subscribe :). -->
  17. <link rel="alternate"
  18. type="application/atom+xml"
  19. title="Feed"
  20. href="/david/log/">
  21. <!-- Generated from https://realfavicongenerator.net/ such a mess. -->
  22. <link rel="apple-touch-icon"
  23. sizes="180x180"
  24. href="/static/david/icons2/apple-touch-icon.png">
  25. <link rel="icon"
  26. type="image/png"
  27. sizes="32x32"
  28. href="/static/david/icons2/favicon-32x32.png">
  29. <link rel="icon"
  30. type="image/png"
  31. sizes="16x16"
  32. href="/static/david/icons2/favicon-16x16.png">
  33. <link rel="manifest" href="/static/david/icons2/site.webmanifest">
  34. <link rel="mask-icon"
  35. href="/static/david/icons2/safari-pinned-tab.svg"
  36. color="#07486c">
  37. <link rel="shortcut icon" href="/static/david/icons2/favicon.ico">
  38. <meta name="msapplication-TileColor" content="#f7f7f7">
  39. <meta name="msapplication-config"
  40. content="/static/david/icons2/browserconfig.xml">
  41. <meta name="theme-color"
  42. content="#f7f7f7"
  43. media="(prefers-color-scheme: light)">
  44. <meta name="theme-color"
  45. content="#272727"
  46. media="(prefers-color-scheme: dark)">
  47. <!-- Documented, feel free to shoot an email. -->
  48. <link rel="stylesheet" href="/static/david/css/style_2021-01-20.css">
  49. <!-- See https://www.zachleat.com/web/comprehensive-webfonts/ for the trade-off. -->
  50. <link rel="preload"
  51. href="/static/david/css/fonts/triplicate_t4_poly_regular.woff2"
  52. as="font"
  53. type="font/woff2"
  54. media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
  55. crossorigin>
  56. <link rel="preload"
  57. href="/static/david/css/fonts/triplicate_t4_poly_bold.woff2"
  58. as="font"
  59. type="font/woff2"
  60. media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
  61. crossorigin>
  62. <link rel="preload"
  63. href="/static/david/css/fonts/triplicate_t4_poly_italic.woff2"
  64. as="font"
  65. type="font/woff2"
  66. media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
  67. crossorigin>
  68. <link rel="preload"
  69. href="/static/david/css/fonts/triplicate_t3_regular.woff2"
  70. as="font"
  71. type="font/woff2"
  72. media="(prefers-color-scheme: dark)"
  73. crossorigin>
  74. <link rel="preload"
  75. href="/static/david/css/fonts/triplicate_t3_bold.woff2"
  76. as="font"
  77. type="font/woff2"
  78. media="(prefers-color-scheme: dark)"
  79. crossorigin>
  80. <link rel="preload"
  81. href="/static/david/css/fonts/triplicate_t3_italic.woff2"
  82. as="font"
  83. type="font/woff2"
  84. media="(prefers-color-scheme: dark)"
  85. crossorigin>
  86. <script>
  87. function toggleTheme(themeName) {
  88. document.documentElement.classList.toggle(
  89. 'forced-dark',
  90. themeName === 'dark'
  91. )
  92. document.documentElement.classList.toggle(
  93. 'forced-light',
  94. themeName === 'light'
  95. )
  96. }
  97. const selectedTheme = localStorage.getItem('theme')
  98. if (selectedTheme !== 'undefined') {
  99. toggleTheme(selectedTheme)
  100. }
  101. </script>
  102. <body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick"
  103. data-instant-intensity="viewport-all">
  104. <header>
  105. <h1>Publications sporadiques 2023</h1>
  106. </header>
  107. <nav>
  108. <p class="center">
  109. <nobr>
  110. <a href="/david/" title="Aller à l’accueil" rel="up"
  111. ><svg class="icon icon-home">
  112. <use
  113. xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"
  114. ></use>
  115. </svg>
  116. Accueil</a
  117. >
  118. </nobr>
  119. <nobr>
  120. <a href="/david/recherche/" title="Aller à la page de recherche" rel="search"
  121. ><svg class="icon icon-search">
  122. <use
  123. xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-search"
  124. ></use>
  125. </svg>
  126. Recherche</a
  127. >
  128. </nobr>
  129. </p>
  130. </nav>
  131. <hr>
  132. <main>
  133. <h3>Janvier 2023</h3>
  134. <p>
  135. <a href="/david/2023/01/01/">Alleeez</a>,
  136. <a href="/david/2023/01/02/">Lucidité</a>,
  137. <a href="/david/2023/01/03/">Préparation</a>,
  138. <a href="/david/2023/01/04/">Rétrospectives</a>,
  139. <a href="/david/2023/01/05/">Instanseul</a>,
  140. <a href="/david/2023/01/06/">Toile</a>,
  141. <a href="/david/2023/01/07/">Dette</a>,
  142. <a href="/david/2023/01/08/">Partage</a>,
  143. <a href="/david/2023/01/09/">Indépendant·e</a>,
  144. <a href="/david/2023/01/10/">Qualité</a>,
  145. <a href="/david/2023/01/11/">Suspendu</a>,
  146. <a href="/david/2023/01/12/">Masque</a>,
  147. <a href="/david/2023/01/13/">Eaux&nbsp;grises</a>,
  148. <a href="/david/2023/01/14/">Dépendances</a>,
  149. <a href="/david/2023/01/15/">Snow&nbsp;Fall</a>,
  150. <a href="/david/2023/01/16/">Chasse</a>,
  151. <a href="/david/2023/01/17/">Populaire</a>,
  152. <a href="/david/2023/01/18/">Femmes</a>,
  153. <a href="/david/2023/01/20/">Lettres</a>,
  154. <a href="/david/2023/01/21/">Jour&nbsp;1</a>,
  155. <a href="/david/2023/01/22/">Jour&nbsp;2</a>,
  156. <a href="/david/2023/01/23/">Déception</a>,
  157. <a href="/david/2023/01/24/">Capot</a>,
  158. <a href="/david/2023/01/26/">Décentralisation</a>,
  159. <a href="/david/2023/01/30/">Lecture</a>,
  160. <a href="/david/2023/01/31/">Ennui</a>.
  161. </p>
  162. <h3>Février 2023</h3>
  163. <p>
  164. <a href="/david/2023/02/01/">Ombres</a>,
  165. <a href="/david/2023/02/02/">Moment</a>,
  166. <a href="/david/2023/02/03/">Chargement</a>,
  167. <a href="/david/2023/02/05/">Attente</a>,
  168. <a href="/david/2023/02/07/">Madeleine</a>,
  169. <a href="/david/2023/02/08/">TextcAIst</a>,
  170. <a href="/david/2023/02/09/">Allumage</a>,
  171. <a href="/david/2023/02/10/">Jour&nbsp;1</a>,
  172. <a href="/david/2023/02/11/">Jour&nbsp;2</a>,
  173. <a href="/david/2023/02/12/">Jour&nbsp;3</a>,
  174. <a href="/david/2023/02/13/">Livre</a>,
  175. <a href="/david/2023/02/18/">Quiz</a>,
  176. <a href="/david/2023/02/25/">Transmission</a>,
  177. <a href="/david/2023/02/28/">AlgoRSSithme</a>.
  178. </p>
  179. <h3>Mars 2023</h3>
  180. <p>
  181. <a href="/david/2023/03/02/">Jour&nbsp;1</a>,
  182. <a href="/david/2023/03/03/">Jour&nbsp;2</a>,
  183. <a href="/david/2023/03/04/">Jour&nbsp;3</a>,
  184. <a href="/david/2023/03/13/">Traditions</a>.
  185. </p>
  186. <h3>Mai 2023</h3>
  187. <p>
  188. <a href="/david/2023/05/01/">Long&nbsp;cours</a>,
  189. <a href="/david/2023/05/05/">AÏe</a>,
  190. <a href="/david/2023/05/06/">SudWeb</a>.
  191. </p>
  192. <h3>Juin 2023</h3>
  193. <p>
  194. <a href="/david/2023/06/06/">Réponse(s)</a>,
  195. <a href="/david/2023/06/12/">Apocalypse</a>,
  196. <a href="/david/2023/06/19/">Village</a>,
  197. <a href="/david/2023/06/26/">Particules</a>.
  198. </p>
  199. <h3>Juillet 2023</h3>
  200. <p>
  201. <a href="/david/2023/07/02/">Perles</a>,
  202. <a href="/david/2023/07/28/">France</a>.
  203. </p>
  204. <h3>Septembre 2023</h3>
  205. <p>
  206. <a href="/david/2023/09/06/">Retour</a>,
  207. <a href="/david/2023/09/07/">Conteur</a>,
  208. <a href="/david/2023/09/08/">Char&nbsp;2</a>,
  209. <a href="/david/2023/09/09/">Blogroll</a>,
  210. <a href="/david/2023/09/13/">Documentation</a>,
  211. <a href="/david/2023/09/23/">Éco-conception</a>.
  212. </p>
  213. <h3 id="tags">
  214. Par tags <svg class="icon icon-tags">
  215. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-tags"></use>
  216. </svg>
  217. </h3>
  218. <p>
  219. <a href="/david/2021/accompagnement/" rel="tag">#accompagnement (7)</a>
  220. <a href="/david/2021/amadou/" rel="tag">#amadou (1)</a>
  221. <a href="/david/2021/attention/" rel="tag">#attention (2)</a>
  222. <a href="/david/2021/aventure/" rel="tag">#aventure (13)</a>
  223. <a href="/david/2021/complexite/" rel="tag">#complexité (5)</a>
  224. <a href="/david/2021/confiance/" rel="tag">#confiance (5)</a>
  225. <a href="/david/2021/confidentialite/" rel="tag">#confidentialité (4)</a>
  226. <a href="/david/2021/courage/" rel="tag">#courage (7)</a>
  227. <a href="/david/2021/decentralisation/" rel="tag">#décentralisation (4)</a>
  228. <a href="/david/2021/don/" rel="tag">#don (2)</a>
  229. <a href="/david/2021/eau/" rel="tag">#eau (3)</a>
  230. <a href="/david/2021/ecriture/" rel="tag">#écriture (5)</a>
  231. <a href="/david/2021/foret/" rel="tag">#forêt (11)</a>
  232. <a href="/david/2021/gafam/" rel="tag">#gafam (2)</a>
  233. <a href="/david/2021/gratitude/" rel="tag">#gratitude (8)</a>
  234. <a href="/david/2021/incompetence/" rel="tag">#incompétence (4)</a>
  235. <a href="/david/2021/intimite/" rel="tag">#intimité (3)</a>
  236. <a href="/david/2021/livre/" rel="tag">#livre (3)</a>
  237. <a href="/david/2021/masque/" rel="tag">#masque (1)</a>
  238. <a href="/david/2021/mastodon/" rel="tag">#mastodon (1)</a>
  239. <a href="/david/2021/nostalgie/" rel="tag">#nostalgie (4)</a>
  240. <a href="/david/2021/parentalite/" rel="tag">#parentalité (4)</a>
  241. <a href="/david/2021/partage/" rel="tag">#partage (3)</a>
  242. <a href="/david/2021/patriarcat/" rel="tag">#patriarcat (1)</a>
  243. <a href="/david/2021/photographie/" rel="tag">#photographie (3)</a>
  244. <a href="/david/2021/propriete/" rel="tag">#propriété (1)</a>
  245. <a href="/david/2021/psychologie/" rel="tag">#psychologie (2)</a>
  246. <a href="/david/2021/qualite/" rel="tag">#qualité (4)</a>
  247. <a href="/david/2021/recherche/" rel="tag">#recherche (10)</a>
  248. <a href="/david/2021/recyclage/" rel="tag">#recyclage (2)</a>
  249. <a href="/david/2021/reponse/" rel="tag">#réponse (2)</a>
  250. <a href="/david/2021/scopyleft/" rel="tag">#scopyleft (2)</a>
  251. <a href="/david/2021/simplicite/" rel="tag">#simplicité (4)</a>
  252. <a href="/david/2021/sociologie/" rel="tag">#sociologie (7)</a>
  253. <a href="/david/2021/solastalgia/" rel="tag">#solastalgia (3)</a>
  254. <a href="/david/2021/sport/" rel="tag">#sport (3)</a>
  255. <a href="/david/2021/technique/" rel="tag">#technique (8)</a>
  256. <a href="/david/2021/traces/" rel="tag">#traces (6)</a>
  257. <a href="/david/2021/tristesse/" rel="tag">#tristesse (4)</a>
  258. <a href="/david/2021/viande/" rel="tag">#viande (1)</a>
  259. <a href="/david/2021/web/" rel="tag">#web (9)</a>
  260. </p>
  261. </main>
  262. <hr>
  263. <footer>
  264. <p>
  265. <nobr>
  266. <a href="/david/" title="Aller à l’accueil">
  267. <svg class="icon icon-home">
  268. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"></use>
  269. </svg>
  270. Accueil</a>
  271. </nobr>
  272. <nobr>
  273. <a href="/david/log/" title="Accès au flux RSS">
  274. <svg class="icon icon-rss2">
  275. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-rss2"></use>
  276. </svg>
  277. Suivre</a>
  278. </nobr>
  279. <nobr>
  280. <a href="http://larlet.com"
  281. title="Go to my English profile"
  282. data-instant>
  283. <svg class="icon icon-user-tie">
  284. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-user-tie"></use>
  285. </svg>
  286. Pro</a>
  287. </nobr>
  288. <nobr>
  289. <a href="mailto:david%40larlet.fr" title="Envoyer un courriel">
  290. <svg class="icon icon-mail">
  291. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-mail"></use>
  292. </svg>
  293. Email</a>
  294. </nobr>
  295. <nobr>
  296. <abbr class="nowrap"
  297. title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340">
  298. <svg class="icon icon-hammer2">
  299. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-hammer2"></use>
  300. </svg>
  301. Légal</abbr>
  302. </nobr>
  303. </p>
  304. <template id="theme-selector">
  305. <form>
  306. <fieldset>
  307. <legend>
  308. <svg class="icon icon-brightness-contrast">
  309. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-brightness-contrast"></use>
  310. </svg>
  311. Thème
  312. </legend>
  313. <label>
  314. <input type="radio" value="auto" name="chosen-color-scheme" checked>
  315. Auto
  316. </label>
  317. <label>
  318. <input type="radio" value="dark" name="chosen-color-scheme">
  319. Foncé
  320. </label>
  321. <label>
  322. <input type="radio" value="light" name="chosen-color-scheme">
  323. Clair
  324. </label>
  325. </fieldset>
  326. </form>
  327. </template>
  328. </footer>
  329. <script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
  330. <script>
  331. function loadThemeForm(templateName) {
  332. const themeSelectorTemplate = document.querySelector(templateName)
  333. const form = themeSelectorTemplate.content.firstElementChild
  334. themeSelectorTemplate.replaceWith(form)
  335. form.addEventListener('change', (e) => {
  336. const chosenColorScheme = e.target.value
  337. localStorage.setItem('theme', chosenColorScheme)
  338. toggleTheme(chosenColorScheme)
  339. })
  340. const selectedTheme = localStorage.getItem('theme')
  341. if (selectedTheme && selectedTheme !== 'undefined') {
  342. form.querySelector(`[value="${selectedTheme}"]`).checked = true
  343. }
  344. }
  345. const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
  346. window.addEventListener('load', () => {
  347. let hasDarkRules = false
  348. for (const styleSheet of Array.from(document.styleSheets)) {
  349. let mediaRules = []
  350. for (const cssRule of styleSheet.cssRules) {
  351. if (cssRule.type !== CSSRule.MEDIA_RULE) {
  352. continue
  353. }
  354. // WARNING: Safari does not have/supports `conditionText`.
  355. if (cssRule.conditionText) {
  356. if (cssRule.conditionText !== prefersColorSchemeDark) {
  357. continue
  358. }
  359. } else {
  360. if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
  361. continue
  362. }
  363. }
  364. mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
  365. }
  366. // WARNING: do not try to insert a Rule to a styleSheet you are
  367. // currently iterating on, otherwise the browser will be stuck
  368. // in a infinite loop…
  369. for (const mediaRule of mediaRules) {
  370. styleSheet.insertRule(mediaRule.cssText)
  371. hasDarkRules = true
  372. }
  373. }
  374. if (hasDarkRules) {
  375. loadThemeForm('#theme-selector')
  376. }
  377. })
  378. </script>
  379. </body>
  380. </html>