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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  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>Accueil — David Larlet</title>
  13. <meta name="description" content="Voici l’espace personnel de David Larlet sur le Web.">
  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. <body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick" data-instant-intensity="viewport-all">
  53. <article>
  54. <header>
  55. <h1>Bienvenue</h1>
  56. </header>
  57. <p>
  58. Voici l’espace personnel de David Larlet sur le Web.
  59. Il se veut modeste, accueillant et pérenne.
  60. Il fixe mes pensées et parfois engage des échanges.
  61. J’essaye de tenir et lier des propos bienveillants.
  62. Je vous souhaite une jolie promenade.
  63. </p>
  64. <p lang="en">
  65. For an English profile, check out
  66. <a href="http://larlet.com" data-instant>this page 🇨🇦</a>.
  67. </p>
  68. <h2>Publications 2023</h2>
  69. <p>Liste des publications récentes en ordre anté-chronologique :</p>
  70. <nav>
  71. <p>
  72. <a href="/david/2023/01/11/">Suspendu</a>,
  73. <a href="/david/2023/01/10/">Qualité</a>,
  74. <a href="/david/2023/01/09/">Indépendant·e</a>,
  75. <a href="/david/2023/01/08/">Partage</a>,
  76. <a href="/david/2023/01/07/">Dette</a>,
  77. <a href="/david/2023/01/06/">Toile</a>,
  78. <a href="/david/2023/01/05/">Instanseul</a>,
  79. <a href="/david/2023/01/04/">Rétrospectives</a>,
  80. <a href="/david/2023/01/03/">Préparation</a>,
  81. <a href="/david/2023/01/02/">Lucidité</a>,
  82. <a href="/david/2023/01/01/">Alleeez</a>.
  83. </p>
  84. </nav>
  85. <p id="tags-2023">Ou par étiquettes :</p>
  86. <nav>
  87. <p>
  88. <a href="/david/2023/accompagnement/">#accompagnement (1)</a>,
  89. <a href="/david/2023/amadou/">#amadou (1)</a>,
  90. <a href="/david/2023/aventure/">#aventure (2)</a>,
  91. <a href="/david/2023/confidentialite/">#confidentialité (2)</a>,
  92. <a href="/david/2023/courage/">#courage (4)</a>,
  93. <a href="/david/2023/decentralisation/">#décentralisation (1)</a>,
  94. <a href="/david/2023/don/">#don (1)</a>,
  95. <a href="/david/2023/gafam/">#gafam (1)</a>,
  96. <a href="/david/2023/gratitude/">#gratitude (1)</a>,
  97. <a href="/david/2023/mastodon/">#mastodon (1)</a>,
  98. <a href="/david/2023/partage/">#partage (1)</a>,
  99. <a href="/david/2023/photographie/">#photographie (1)</a>,
  100. <a href="/david/2023/qualite/">#qualité (1)</a>,
  101. <a href="/david/2023/recherche/">#recherche (3)</a>,
  102. <a href="/david/2023/reponse/">#réponse (2)</a>,
  103. <a href="/david/2023/sport/">#sport (2)</a>,
  104. <a href="/david/2023/technique/">#technique (3)</a>,
  105. <a href="/david/2023/traces/">#traces (1)</a>,
  106. <a href="/david/2023/web/">#web (1)</a>.
  107. </p>
  108. </nav>
  109. <h2>Publications sporadiques 2022</h2>
  110. <p>Liste des publications en ordre chronologique :</p>
  111. <nav>
  112. <p>
  113. <a href="/david/2022/01/19/">Négatif</a>,
  114. <a href="/david/2022/02/17/">Envie</a>,
  115. <a href="/david/2022/03/04/">Régime</a>,
  116. <a href="/david/2022/03/18/">Temps</a>,
  117. <a href="/david/2022/03/23/">Open-source</a>,
  118. <a href="/david/2022/04/02/">Recherche</a>,
  119. <a href="/david/2022/04/14/">Ressenti</a>,
  120. <a href="/david/2022/04/23/">Quarantaine</a>,
  121. <a href="/david/2022/04/26/">R&amp;Day</a>,
  122. <a href="/david/2022/05/13/">Aurore</a>,
  123. <a href="/david/2022/05/15/">Rédemption</a>,
  124. <a href="/david/2022/05/17/">Outils</a>,
  125. <a href="/david/2022/05/30/">Méditation</a>,
  126. <a href="/david/2022/06/06/">Hommes</a>,
  127. <a href="/david/2022/06/24/">Bouddhisme</a>,
  128. <a href="/david/2022/06/30/">Valeur(s)</a>,
  129. <a href="/david/2022/07/06/">Regard</a>,
  130. <a href="/david/2022/07/08/">LudoviCovid</a>,
  131. <a href="/david/2022/07/14/">Vingt</a>,
  132. <a href="/david/2022/07/23/">Origines</a>,
  133. <a href="/david/2022/08/24/">Silence</a>,
  134. <a href="/david/2022/09/03/">Bifurquer</a>,
  135. <a href="/david/2022/10/18/">Esclavage</a>,
  136. <a href="/david/2022/11/12/">Mastodon</a>,
  137. <a href="/david/2022/11/27/">Neuf</a>,
  138. <a href="/david/2022/12/19/">Traces</a>,
  139. <a href="/david/2022/12/22/">Marcher</a>.
  140. </p>
  141. </nav>
  142. <p>
  143. J’ai aussi ouvert trois nouveaux espaces en 2022 :
  144. </p>
  145. <ul>
  146. <li><a href="https://media.larlet.fr/">Des photos/media plus ou moins récents</a></li>
  147. <li><a href="https://code.larlet.fr/">Des morceaux de code et d’apprentissages</a></li>
  148. <li><a href="https://nature.larlet.fr/">Des bribes/expériences de nature</a></li>
  149. </ul>
  150. <p>
  151. En plus de publier des bêtises
  152. <a href="https://fedi.larlet.fr/@david" rel="me">sur Mastodon</a>.
  153. </p>
  154. <h2 id="tags">
  155. Publications <a href="/david/2021/" title="Voir la liste de toutes les publications 2021">2021</a> par tags <svg class="icon icon-tags">
  156. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-tags"></use>
  157. </svg>
  158. </h2>
  159. <nav>
  160. <p>
  161. <a href="/david/2021/accessibilite/">#accessibilité (17)</a>
  162. <a href="/david/2021/accompagnement/">#accompagnement (21)</a>
  163. <a href="/david/2021/allie/">#allié (12)</a>
  164. <a href="/david/2021/alterego/">#alterego (7)</a>
  165. <a href="/david/2021/anarchisme/">#anarchisme (5)</a>
  166. <a href="/david/2021/anxiete/">#anxiété (35)</a>
  167. <a href="/david/2021/capitalocene/">#capitalocène (21)</a>
  168. <a href="/david/2021/climat/">#climat (13)</a>
  169. <a href="/david/2021/contemplation/">#contemplation (7)</a>
  170. <a href="/david/2021/cooperative/">#coopérative (7)</a>
  171. <a href="/david/2021/design/">#design (11)</a>
  172. <a href="/david/2021/echecs/">#échecs (5)</a>
  173. <a href="/david/2021/ecole/">#école (8)</a>
  174. <a href="/david/2021/ecriture/">#écriture (15)</a>
  175. <a href="/david/2021/etiquette/">#étiquette (5)</a>
  176. <a href="/david/2021/exploration/">#exploration (5)</a>
  177. <a href="/david/2021/feminisme/">#féminisme (4)</a>
  178. <a href="/david/2021/foret/">#forêt (40)</a>
  179. <a href="/david/2021/frugalite/">#frugalité (6)</a>
  180. <a href="/david/2021/gafam/">#gafam (15)</a>
  181. <a href="/david/2021/gratitude/">#gratitude (18)</a>
  182. <a href="/david/2021/inclassable/">#inclassable (4)</a>
  183. <a href="/david/2021/incompetence/">#incompétence (35)</a>
  184. <a href="/david/2021/lecture/">#lecture (11)</a>
  185. <a href="/david/2021/materiel/">#matériel (4)</a>
  186. <a href="/david/2021/misanthropie/">#misanthropie (23)</a>
  187. <a href="/david/2021/neige/">#neige (7)</a>
  188. <a href="/david/2021/open-source/">#open-source (12)</a>
  189. <a href="/david/2021/pandemie/">#pandémie (44)</a>
  190. <a href="/david/2021/parentalite/">#parentalité (11)</a>
  191. <a href="/david/2021/partage/">#partage (23)</a>
  192. <a href="/david/2021/pharmakon/">#pharmakon (11)</a>
  193. <a href="/david/2021/poesie/">#poésie (5)</a>
  194. <a href="/david/2021/premieres-nations/">#premières-nations (4)</a>
  195. <a href="/david/2021/produit/">#produit (17)</a>
  196. <a href="/david/2021/protopie/">#protopie (5)</a>
  197. <a href="/david/2021/publication/">#publication (16)</a>
  198. <a href="/david/2021/recherche/">#recherche (29)</a>
  199. <a href="/david/2021/rythme/">#rythme (20)</a>
  200. <a href="/david/2021/scopyleft/">#scopyleft (5)</a>
  201. <a href="/david/2021/sociologie/">#sociologie (26)</a>
  202. <a href="/david/2021/technique/">#technique (47)</a>
  203. <a href="/david/2021/traces/">#traces (15)</a>
  204. <a href="/david/2021/transformation/">#transformation (49)</a>
  205. <a href="/david/2021/travail/">#travail (14)</a>
  206. <a href="/david/2021/utilisateur-ice/">#utilisateur·ice (5)</a>
  207. <a href="/david/2021/video/">#vidéo (21)</a>
  208. <a href="/david/2021/web/">#web (24)</a>
  209. </p>
  210. </nav>
  211. <h2>Publications hebdomadaires <a href="/david/2020/" title="Voir la liste de toutes les publications 2020">2020</a></h2>
  212. <p>Liste des publications en ordre chronologique :</p>
  213. <nav>
  214. <p>
  215. <a href="/david/2020/01/03/">Briques</a>,
  216. <a href="/david/2020/01/06/">Écriture</a>,
  217. <a href="/david/2020/01/10/">Travail</a>,
  218. <a href="/david/2020/01/15/">Futurs</a>,
  219. <a href="/david/2020/01/17/">Datagouv</a>,
  220. <a href="/david/2020/01/22/">Réponses</a>,
  221. <a href="/david/2020/01/29/">Sortie ski</a>,
  222. <a href="/david/2020/01/31/">Intentions</a>,
  223. <a href="/david/2020/02/07/">GAFAM+</a>,
  224. <a href="/david/2020/02/14/">Espoirs</a>,
  225. <a href="/david/2020/02/21/">Service</a>,
  226. <a href="/david/2020/03/13/">Technique</a>,
  227. <a href="/david/2020/03/20/">Rédemption</a>,
  228. <a href="/david/2020/03/27/">Exutoire</a>,
  229. <a href="/david/2020/04/03/">Patience</a>,
  230. <a href="/david/2020/04/10/">Résistance</a>,
  231. <a href="/david/2020/04/18/">Zam</a>,
  232. <a href="/david/2020/05/18/">Relance</a>,
  233. <a href="/david/2020/05/20/">Bikepacking</a>,
  234. <a href="/david/2020/05/26/">Covidoudou</a>,
  235. <a href="/david/2020/06/12/">Vrac</a>,
  236. <a href="/david/2020/06/18/">Mouvements</a>,
  237. <a href="/david/2020/06/25/">Ouvertance</a>,
  238. <a href="/david/2020/07/03/">Confetti</a>,
  239. <a href="/david/2020/07/13/">Bilan</a>,
  240. <a href="/david/2020/08/24/">Personnes</a>,
  241. <a href="/david/2020/09/01/">Rentrée</a>,
  242. <a href="/david/2020/09/07/">Rappels</a>,
  243. <a href="/david/2020/09/16/">Coupable</a>,
  244. <a href="/david/2020/10/08/">Parvenir</a>,
  245. <a href="/david/2020/10/22/">Grand-écart</a>,
  246. <a href="/david/2020/10/28/">Chaos</a>,
  247. <a href="/david/2020/11/27/">Perles</a>,
  248. <a href="/david/2020/12/01/">Compréhension</a>,
  249. <a href="/david/2020/12/13/">Publications</a>,
  250. <a href="/david/2020/12/15/">Vidéos</a>,
  251. <a href="/david/2020/12/18/">Arrakice</a>,
  252. <a href="/david/2020/12/21/">Livres</a>.
  253. </p>
  254. </nav>
  255. <h2>Recherche</h2>
  256. <p>Les contenus de ces dernières années sont indexés.</p>
  257. <form action="/david/recherche/" method="get">
  258. <label for="input-search">Termes de votre recherche :</label>
  259. <input type="search" name="s" required>
  260. <button>Chercher</button>
  261. </form>
  262. <h2>Publications archéologiques</h2>
  263. <p>
  264. Vous pouvez consulter les différents
  265. <a href="/david/blog/">billets de blog</a> qui ont été rédigés de 2004 à 2019
  266. ou les <a href="/david/stream/">entrées de journaux</a> relativement
  267. régulières entre 2009 et 2019.
  268. </p>
  269. <p>
  270. <em>
  271. Notez qu’avec un tel historique, certaines informations sont obsolètes et/ou
  272. plus cautionnées.
  273. </em>
  274. </p>
  275. <h2>Me contacter</h2>
  276. <p>
  277. Je réponds à <em>presque</em> tous les courriels reçus, exception faite de ceux que j’assimile à de la publicité ou du <code>spam</code>. Vous pouvez <a href="mailto:david%40larlet.fr" title="Envoyer un courriel">m’écrire</a> sans trop de civilités et me tutoyer, je répondrai probablement de même. Si vous souhaitez correspondre de manière chiffrée, voici <a href="/static/david/david-larlet-pgp-public-key-1359EA98.asc" title="Clé publique de chiffrement">ma clé publique</a>.
  278. </p>
  279. </article>
  280. <hr>
  281. <footer>
  282. <p>
  283. <nobr>
  284. <a href="/david/" title="Aller à l’accueil"
  285. ><svg class="icon icon-home">
  286. <use
  287. xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"
  288. ></use>
  289. </svg>
  290. Accueil</a
  291. >
  292. </nobr>
  293. <nobr>
  294. <a href="/david/log/" title="Accès au flux RSS"
  295. ><svg class="icon icon-rss2">
  296. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-rss2"></use>
  297. </svg>
  298. Suivre</a
  299. >
  300. </nobr>
  301. <nobr>
  302. <a href="http://larlet.com" title="Go to my English profile" data-instant
  303. ><svg class="icon icon-user-tie">
  304. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-user-tie"></use>
  305. </svg>
  306. Pro</a
  307. >
  308. </nobr>
  309. <nobr>
  310. <a href="mailto:david%40larlet.fr" title="Envoyer un courriel"
  311. ><svg class="icon icon-mail">
  312. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-mail"></use>
  313. </svg>
  314. Email</a
  315. >
  316. </nobr>
  317. <nobr>
  318. <abbr
  319. class="nowrap"
  320. title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340"
  321. ><svg class="icon icon-hammer2">
  322. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-hammer2"></use>
  323. </svg>
  324. Légal</abbr
  325. >
  326. </nobr>
  327. </p>
  328. <template id="theme-selector">
  329. <form>
  330. <fieldset>
  331. <legend><svg class="icon icon-brightness-contrast">
  332. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-brightness-contrast"></use>
  333. </svg> Thème</legend>
  334. <label>
  335. <input type="radio" value="auto" name="chosen-color-scheme" checked> Auto
  336. </label>
  337. <label>
  338. <input type="radio" value="dark" name="chosen-color-scheme"> Foncé
  339. </label>
  340. <label>
  341. <input type="radio" value="light" name="chosen-color-scheme"> Clair
  342. </label>
  343. </fieldset>
  344. </form>
  345. </template>
  346. </footer>
  347. <script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
  348. <script>
  349. function loadThemeForm(templateName) {
  350. const themeSelectorTemplate = document.querySelector(templateName)
  351. const form = themeSelectorTemplate.content.firstElementChild
  352. themeSelectorTemplate.replaceWith(form)
  353. form.addEventListener('change', (e) => {
  354. const chosenColorScheme = e.target.value
  355. localStorage.setItem('theme', chosenColorScheme)
  356. toggleTheme(chosenColorScheme)
  357. })
  358. const selectedTheme = localStorage.getItem('theme')
  359. if (selectedTheme && selectedTheme !== 'undefined') {
  360. form.querySelector(`[value="${selectedTheme}"]`).checked = true
  361. }
  362. }
  363. const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
  364. window.addEventListener('load', () => {
  365. let hasDarkRules = false
  366. for (const styleSheet of Array.from(document.styleSheets)) {
  367. let mediaRules = []
  368. for (const cssRule of styleSheet.cssRules) {
  369. if (cssRule.type !== CSSRule.MEDIA_RULE) {
  370. continue
  371. }
  372. // WARNING: Safari does not have/supports `conditionText`.
  373. if (cssRule.conditionText) {
  374. if (cssRule.conditionText !== prefersColorSchemeDark) {
  375. continue
  376. }
  377. } else {
  378. if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
  379. continue
  380. }
  381. }
  382. mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
  383. }
  384. // WARNING: do not try to insert a Rule to a styleSheet you are
  385. // currently iterating on, otherwise the browser will be stuck
  386. // in a infinite loop…
  387. for (const mediaRule of mediaRules) {
  388. styleSheet.insertRule(mediaRule.cssText)
  389. hasDarkRules = true
  390. }
  391. }
  392. if (hasDarkRules) {
  393. loadThemeForm('#theme-selector')
  394. }
  395. })
  396. </script>
  397. </body>
  398. </html>