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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588
  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. Sérendipité
  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-09.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="Discovering things via links is way more fun than most algorithmically-driven discovery — in my humble opinion.">
  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. <style type="text/css">
  106. .tippy-content {
  107. min-width: 280px;
  108. padding: .5rem;
  109. font-size: calc(var(--fluid-0) * 0.8);
  110. font-family: var(--labor-font);
  111. letter-spacing: initial;
  112. text-align: left;
  113. }
  114. .tippy-content h3 {
  115. margin-top: 0;
  116. }
  117. .tippy-content h3 img {
  118. max-width: 2rem;
  119. max-height: 2rem;
  120. display: inline-block;
  121. }
  122. .tippy-content .tippy-links {
  123. display: flex;
  124. justify-content: space-around;
  125. }
  126. .tippy-content a {
  127. padding: .4rem;
  128. color: #F06048;
  129. }
  130. </style>
  131. <body data-instant-intensity="viewport-all">
  132. <article>
  133. <header>
  134. <hgroup>
  135. <h1>Sérendipité</h1>
  136. <p>Le <time datetime="2024-03-13">13 mars 2024</time></p>
  137. </hgroup>
  138. </header>
  139. <nav>
  140. <p>
  141. <a rel="prev"
  142. href="/david/2024/03/12/"
  143. title="Publication précédente : Surligner">← Précédent</a> •
  144. <a href="/david/" title="Aller à l’accueil" rel="up">Accueil</a>
  145. <a href="/david/recherche/"
  146. title="Aller à la page de recherche"
  147. rel="search" data-no-instant>Recherche</a>
  148. • <a rel="next"
  149. href="/david/2024/03/14/"
  150. title="Publication suivante : Montre 2">Suivant →</a>
  151. </p>
  152. </nav>
  153. <blockquote lang="en">
  154. <p>Discovering things via links is way more fun than most algorithmically-driven discovery — in my humble&nbsp;opinion.</p>
  155. <p>As an analogy, it’s kind of like going on vacation to a new place and staying/living amongst the locals vs. staying at a manicured 5-star hotel that gives you no reason to leave. <mark>Can you really say you visited the location if you never left the&nbsp;hotel?</mark></p>
  156. <p><cite><em><a data-link-domain="blog.jim-nielsen.com" href="https://blog.jim-nielsen.com/2024/following-links/" hreflang="en"
  157. title="Consultation de l’article (anglais)">Following Links - Jim Nielsen’s Blog</a>
  158. <a href="/david/cache/2024/c26881e908632b460cfd93fe61cc0466/" hreflang="en"
  159. data-tippy data-description="Writing about the big beautiful mess that is making things for the world wide web."
  160. data-source="https://blog.jim-nielsen.com/2024/following-links/"
  161. data-date="2024-03-12"
  162. data-favicon="https://blog.jim-nielsen.com/favicon.ico"
  163. data-domain="blog.jim-nielsen.com"
  164. ><svg xmlns="http://www.w3.org/2000/svg"
  165. width="24" height="24" viewBox="0 0 24 24" fill="none"
  166. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  167. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  168. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  169. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  170. </svg>
  171. <span class="sr-only">[archive]</span></a></em></cite></p>
  172. </blockquote>
  173. <p>Je suis toujours étonné qu’il n’y ait pas des navigateurs qui affichent la toile de nos navigations de manière plus ou moins artistiques. On pourrait avoir des topologies de navigations, potentiellement quotidiennes, des points de comparaison avec d’autres personnes, une représentation de la curiosité, de l’enfermement dans des silos, etc.</p>
  174. <blockquote lang="en">
  175. <p>A surprising number of other features can be expressed in terms of&nbsp;links.</p>
  176. <p><cite><em><a data-link-domain="subconscious.substack.com" href="https://subconscious.substack.com/p/all-you-need-is-links" hreflang="en"
  177. title="Consultation de l’article (anglais)">All you need is links</a>
  178. <a href="/david/cache/2024/a801772c901c3e5cfad33f637d00151e/" hreflang="en"
  179. data-tippy data-description="Before reaching for features, my goal is to explore, to the fullest extent, the creative potential of plain old links."
  180. data-source="https://subconscious.substack.com/p/all-you-need-is-links"
  181. data-date="2024-03-12"
  182. data-favicon="https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F4d01c24b-d99d-497e-9e60-1a2427581cad%2Ffavicon-16x16.png"
  183. data-domain="subconscious.substack.com"
  184. ><svg xmlns="http://www.w3.org/2000/svg"
  185. width="24" height="24" viewBox="0 0 24 24" fill="none"
  186. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  187. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  188. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  189. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  190. </svg>
  191. <span class="sr-only">[archive]</span></a></em></cite></p>
  192. </blockquote>
  193. <a href="#hr-112" title="Lien vers cette section de la page"><hr id="hr-112" /></a>
  194. <blockquote lang="en">
  195. <p><code>printf '\e]8;;http://example.com\e\\This is a link\e]8;;\e\\\n'</code></p>
  196. <p><cite><em><a data-link-domain="notes.billmill.org" href="https://notes.billmill.org/programming/bash/Hyperlink_escape_codes.html" hreflang="en"
  197. title="Consultation de l’article (anglais)">Hyperlink escape codes</a>
  198. <a href="/david/cache/2024/f68e9507784b5baf1584085908d60f58/" hreflang="en"
  199. data-tippy data-description="To print out a clickable hyperlink in a terminal"
  200. data-source="https://notes.billmill.org/programming/bash/Hyperlink_escape_codes.html"
  201. data-date="2024-03-13"
  202. data-favicon="https://notes.billmill.org/favicon.ico"
  203. data-domain="notes.billmill.org"
  204. ><svg xmlns="http://www.w3.org/2000/svg"
  205. width="24" height="24" viewBox="0 0 24 24" fill="none"
  206. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  207. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  208. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  209. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  210. </svg>
  211. <span class="sr-only">[archive]</span></a></em></cite></p>
  212. </blockquote>
  213. <p>Qui me fait découvre <a data-link-domain="github.com" href="https://github.com/nedbat/watchgha">watchgha</a>, bien pratique pour avoir un accès rapide aux résultats de l’intégration&nbsp;continue.</p>
  214. <figure>
  215. <a href="/static/david/2024/2024-03-13-watchgha.png"
  216. title="Cliquer pour une version haute résolution">
  217. <img
  218. src="/static/david/2024/2024-03-13-watchgha.png"
  219. width="2422" height="192"
  220. srcset="/static/david/2024/2024-03-13-watchgha.png 2422w, /static/david/2024/2024-03-13-watchgha.png 660w, /static/david/2024/2024-03-13-watchgha.png 990w, /static/david/2024/2024-03-13-watchgha.png 1320w"
  221. sizes="min(100vw, calc(100vh * 2422 / 192))"
  222. loading="lazy"
  223. decoding="async"
  224. alt="Capture d’écran du résultat de la commande git runs avec l’alias git qui pointe vers watchgha.">
  225. </a>
  226. <figcaption>Ça passe 🎉 (je vais essayer de faire une démo d’oEmbed par ici à un&nbsp;moment).</figcaption>
  227. </figure>
  228. <a href="#hr-113" title="Lien vers cette section de la page"><hr id="hr-113" /></a>
  229. <blockquote>
  230. <p>Le constat est simple&nbsp;: je trouve que le Web ne va pas fort en ce moment, et je voulais à ma petite échelle montrer un peu&nbsp;l’exemple.</p>
  231. <p><cite><em><a data-link-domain="vincent-valentin.name" href="https://vincent-valentin.name/articles/motivation-s" hreflang="fr"
  232. title="Consultation de l’article">Motivation(s) chez Vincent Valentin.</a>
  233. <a href="/david/cache/2024/c6e0fe933581c74380fa8eaa7f229353/" hreflang="fr"
  234. data-tippy data-description="Site personnel de Vincent Valentin, habitant à Nantes, quarante-quatre ans et intégrateur web depuis plus de quinze ans."
  235. data-source="https://vincent-valentin.name/articles/motivation-s"
  236. data-date="2024-03-13"
  237. data-favicon="https://vincent-valentin.name/favicon-32x32.png"
  238. data-domain="vincent-valentin.name"
  239. ><svg xmlns="http://www.w3.org/2000/svg"
  240. width="24" height="24" viewBox="0 0 24 24" fill="none"
  241. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  242. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  243. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  244. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  245. </svg>
  246. <span class="sr-only">[archive]</span></a></em></cite></p>
  247. </blockquote>
  248. <p>Très chouettes publications cette dernière semaine en tout cas&nbsp;&lt;3.</p>
  249. <a href="#hr-114" title="Lien vers cette section de la page"><hr id="hr-114" /></a>
  250. <p>Rétropédalage sur <a href="/david/2024/03/12/" title="Surligner">le surlignage</a>. Beaucoup trop de retours qui trouvent cela davantage distrayant qu’utile. Pour l’instant, j’ai gardé la logique mais sans animation. Je me demande si je vais en faire un <em>opt-in</em> à un&nbsp;moment.</p>
  251. <a href="#hr-115" title="Lien vers cette section de la page"><hr id="hr-115" /></a>
  252. <blockquote>
  253. <p>Puisque la demi-mesure ne fait pas partie de mon vocabulaire, j’ai tenu à travailler au plus proche des techniques médiévales. <mark>J’ai ainsi appris à encrer à la plume, dorer à la feuille d’or pur, peindre aux pigments en poudre et relier au cuir de chèvre.</mark> Je m’y suis dévouée corps et âme, dédiant le moindre de mon temps libre à la concrétisation de ce projet qui devait se mener dans le plus grand secret. Je m’attelais à l’ouvrage à la moindre opportunité, me levant parfois à l’aube pour grappiller une heure de calligraphie avant d’aller bosser ou prolongeant des soirées jusqu’au petit matin lorsque K travaillait de&nbsp;nuit.</p>
  254. <p>Au total j’ai passé plus de 230&nbsp;heures sur ce&nbsp;projet</p>
  255. <p><cite><em><a data-link-domain="hypothermia.fr" href="https://www.hypothermia.fr/2024/03/chiroto-t-datoca/" hreflang="fr"
  256. title="Consultation de l’article">Chiroto T. Datoca</a>
  257. <a href="/david/cache/2024/f5294ac20ea593cce56caf2379813a4a/" hreflang="fr"
  258. data-tippy data-description="Il y a quinze ans, j'ai entamé un projet de calligraphie que je n'ai jamais terminé, un cadeau que je n'ai jamais offert."
  259. data-source="https://www.hypothermia.fr/2024/03/chiroto-t-datoca/"
  260. data-date="2024-03-13"
  261. data-favicon="https://www.hypothermia.fr/wp-content/uploads/fbrfg/favicon-32x32.png"
  262. data-domain="hypothermia.fr"
  263. ><svg xmlns="http://www.w3.org/2000/svg"
  264. width="24" height="24" viewBox="0 0 24 24" fill="none"
  265. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  266. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  267. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  268. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  269. </svg>
  270. <span class="sr-only">[archive]</span></a></em></cite></p>
  271. </blockquote>
  272. <p>Ce moment où tu te rends compte que tu n’es pas perfectionniste en fait 🤯. Chapeau bas&nbsp;l’artiste.</p>
  273. <a href="#hr-116" title="Lien vers cette section de la page"><hr id="hr-116" /></a>
  274. <blockquote lang="en">
  275. <p>Rust-like error handling in Python, with type-safety in&nbsp;mind.</p>
  276. <p><cite><em><a data-link-domain="github.com" href="https://github.com/alexandermalyga/poltergeist">poltergeist</a></em></cite></p>
  277. </blockquote>
  278. <p>J’ai très souvent retrouvé le besoin de ce <em>pattern</em> dans mes&nbsp;projets.</p>
  279. <a href="#hr-117" title="Lien vers cette section de la page"><hr id="hr-117" /></a>
  280. <p>Sortie de la <a data-link-domain="pypi.org" href="https://pypi.org/project/pressoir-cli/2.0.0/">version 2.0&nbsp;de pressoir-cli</a> (oui, <a href="/david/2024/02/16/" title="uMap 2">c’est ma période</a>). L’une des prochaines étapes sera de générer sa propre documentation en l’utilisant. Ça peut paraitre stupide mais c’est trop <em>meta</em> pour ne pas le&nbsp;faire&nbsp;😇.</p>
  281. <a href="#hr-118" title="Lien vers cette section de la page"><hr id="hr-118" /></a>
  282. <blockquote>
  283. <p>Nginx de part sa robustesse, sa structure minimaliste et son fonctionnement événementiel asynchrone est un serveur web plébiscité pour ses performances. Mais ce n’est pas parce qu’on a une Porsche qu’il ne faut pas tenter de la rendre encore plus&nbsp;puissante&#8239;!</p>
  284. <p><cite><em><a data-link-domain="buzut.net" href="https://buzut.net/optimiser-nginx/" hreflang="fr"
  285. title="Consultation de l’article">Optimisez Nginx pour de meilleurs performances</a>
  286. <a href="/david/cache/2024/b33059055c307477e43390a51f9a104a/" hreflang="fr"
  287. data-tippy data-description="Nginx est réputé pour sa rapidité, mais quand votre serveur fait face à un trafic énorme, il est possible d'en tirer encore plus. Voyons comment !"
  288. data-source="https://buzut.net/optimiser-nginx/"
  289. data-date="2024-03-13"
  290. data-favicon="https://buzut.net/img/favicon.png"
  291. data-domain="buzut.net"
  292. ><svg xmlns="http://www.w3.org/2000/svg"
  293. width="24" height="24" viewBox="0 0 24 24" fill="none"
  294. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  295. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  296. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  297. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  298. </svg>
  299. <span class="sr-only">[archive]</span></a></em></cite></p>
  300. </blockquote>
  301. <p>Pour lecture&nbsp;ultérieure.</p>
  302. <a href="#hr-119" title="Lien vers cette section de la page"><hr id="hr-119" /></a>
  303. <blockquote>
  304. <p><code>font-size: calc(1rem + 0.25vw);</code></p>
  305. <p><cite><em><a data-link-domain="jameshfisher.com" href="https://jameshfisher.com/2024/03/12/a-formula-for-responsive-font-size/" hreflang="en"
  306. title="Consultation de l’article (anglais)">A formula for responsive font-size</a>
  307. <a href="/david/cache/2024/08b2b2735f74ebf856d8a850cc9e41cc/" hreflang="en"
  308. data-tippy data-description="This CSS is now part of most websites I make:"
  309. data-source="https://jameshfisher.com/2024/03/12/a-formula-for-responsive-font-size/"
  310. data-date="2024-03-13"
  311. data-favicon="https://jameshfisher.com/assets/jim_128.png"
  312. data-domain="jameshfisher.com"
  313. ><svg xmlns="http://www.w3.org/2000/svg"
  314. width="24" height="24" viewBox="0 0 24 24" fill="none"
  315. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  316. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  317. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  318. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  319. </svg>
  320. <span class="sr-only">[archive]</span></a></em></cite></p>
  321. </blockquote>
  322. <p>Moins poussé que le <a data-link-domain="utopia.fyi" href="https://utopia.fyi/type/calculator?c=320,18,1.2,1240,20,1.25,5,2,&amp;s=0.75%7C0.5%7C0.25,1.5%7C2%7C3%7C4%7C6,s-l&amp;g=s,l,xl,12">Fluid type scale calculator</a> mais dans un contexte plus minimaliste / simple ça fait déjà le&nbsp;taf.</p>
  323. <a href="#hr-120" title="Lien vers cette section de la page"><hr id="hr-120" /></a>
  324. <blockquote lang="en">
  325. <p>To enable such progress, <strong>the Web Consortium too has evolved, always taking a people-first approach:</strong> the Web must continue to serve humanity. The first such inflection point was the creation of the patent policy in 2003&nbsp;which assures that specifications can be implemented on a Royalty-Free basis and used at no cost, thus boosting adoption and usage. Another is the creation in 2011&nbsp;of W3C Community and Business Groups which enable everyone –not just W3C Members– to participate in the development of the Web or its technologies. Our most recent inflection point was <mark>re-launching the Consortium in 2023&nbsp;as a public-interest non-profit organization</mark> to work for the good of the&nbsp;public.</p>
  326. <p><cite><em><a data-link-domain="w3.org" href="https://www.w3.org/blog/2024/from-a-humble-beginning-35-years-ago-the-web-is-now-central-to-the-daily-lives-of-billions/" hreflang="en"
  327. title="Consultation de l’article (anglais)">From a humble beginning 35&nbsp;years ago, the Web is now central to the daily lives of billions</a>
  328. <a href="/david/cache/2024/c684ecb41e8e4ea04c6dac1e1d87f776/" hreflang="en"
  329. data-tippy data-description="In this blog post, W3C CEO Seth Dobbs depicts how from a humble beginning 35 years ago, the Web is now central to the daily lives of billions of people."
  330. data-source="https://www.w3.org/blog/2024/from-a-humble-beginning-35-years-ago-the-web-is-now-central-to-the-daily-lives-of-billions/"
  331. data-date="2024-03-13"
  332. data-favicon="https://www.w3.org/favicon.ico"
  333. data-domain="w3.org"
  334. ><svg xmlns="http://www.w3.org/2000/svg"
  335. width="24" height="24" viewBox="0 0 24 24" fill="none"
  336. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  337. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  338. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  339. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  340. </svg>
  341. <span class="sr-only">[archive]</span></a></em></cite></p>
  342. </blockquote>
  343. <p>35&nbsp;ans de liens. Merci Tim <em>et al.</em> d’avoir permis&nbsp;cela.</p>
  344. <nav>
  345. <p>
  346. <a href="/david/2024/liens/"
  347. title="Liste de tous les articles 2024 associés à cette étiquette"
  348. rel="tag">#liens</a>
  349. <a href="/david/2024/partage/"
  350. title="Liste de tous les articles 2024 associés à cette étiquette"
  351. rel="tag">#partage</a>
  352. <a href="/david/2024/web/"
  353. title="Liste de tous les articles 2024 associés à cette étiquette"
  354. rel="tag">#web</a>
  355. <a href="/david/2024/#tags" title="Liste de toutes les étiquettes 2024">tous ?</a>
  356. </p>
  357. </nav>
  358. <nav>
  359. <p>
  360. <a rel="prev"
  361. href="/david/2024/03/12/"
  362. title="Publication précédente : Surligner">← Précédent</a> •
  363. <a href="/david/2024/" title="Liste des publications récentes">↑ En 2024</a>
  364. • <a rel="next"
  365. href="/david/2024/03/14/"
  366. title="Publication suivante : Montre 2">Suivant →</a>
  367. </p>
  368. </nav>
  369. <form action="/david/recherche/" method="get">
  370. <fieldset>
  371. <legend>Recherche</legend>
  372. <label for="input-search">Termes de votre recherche :</label>
  373. <input id="input-search" type="search" name="s" aria-describedby="indexation-infos" required>
  374. <input type="submit" value="Chercher">
  375. <p id="indexation-infos">
  376. <small>
  377. Seuls les contenus de ces 8 dernières années sont indexés.
  378. </small>
  379. </p>
  380. </fieldset>
  381. </form>
  382. <aside>
  383. <theme-toggle></theme-toggle>
  384. </aside>
  385. </article>
  386. <hr>
  387. <footer>
  388. <p>
  389. <a href="/david/" title="Aller à l’accueil">Accueil</a>
  390. <a href="/david/log/" title="Accès au flux RSS">Suivre</a>
  391. <a href="http://larlet.com"
  392. title="Go to my English profile"
  393. data-instant>Pro</a>
  394. <a href="mailto:david%40larlet.fr" title="Envoyer un courriel">Email</a>
  395. <abbr title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340">Légal</abbr>
  396. </p>
  397. <template id="theme-selector">
  398. <form>
  399. <style type="text/css">
  400. fieldset div {
  401. text-align: center;
  402. }
  403. </style>
  404. <fieldset>
  405. <legend>Thème</legend>
  406. <div>
  407. <label>
  408. <input type="radio" value="auto" name="chosen-color-scheme" checked>
  409. Auto
  410. </label>
  411. <label>
  412. <input type="radio" value="dark" name="chosen-color-scheme">
  413. Foncé
  414. </label>
  415. <label>
  416. <input type="radio" value="light" name="chosen-color-scheme">
  417. Clair
  418. </label>
  419. </div>
  420. </fieldset>
  421. </form>
  422. </template>
  423. </footer>
  424. <script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
  425. <script>
  426. class ThemeToggle extends HTMLElement {
  427. constructor() {
  428. super()
  429. const themeSelectorTemplate = document.querySelector('#theme-selector')
  430. const form = themeSelectorTemplate.content.firstElementChild
  431. this.attachShadow({ mode: 'open' })
  432. this.shadowRoot.appendChild(form.cloneNode(true))
  433. }
  434. connectedCallback() {
  435. const form = this.shadowRoot.querySelector('form')
  436. form.addEventListener('change', (e) => {
  437. const chosenColorScheme = e.target.value
  438. localStorage.setItem('theme', chosenColorScheme)
  439. toggleTheme(chosenColorScheme)
  440. })
  441. const selectedTheme = localStorage.getItem('theme')
  442. if (selectedTheme && selectedTheme !== 'undefined') {
  443. form.querySelector(`[value="${selectedTheme}"]`).checked = true
  444. }
  445. }
  446. }
  447. const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
  448. window.addEventListener('load', () => {
  449. let colorsLayer = undefined
  450. let hasDarkRules = false
  451. for (const styleSheet of Array.from(document.styleSheets)) {
  452. let mediaRules = []
  453. for (const layerRule of styleSheet.cssRules) {
  454. if (!(layerRule instanceof CSSLayerBlockRule)) {
  455. continue
  456. }
  457. if (layerRule.name === 'colors') {
  458. colorsLayer = layerRule
  459. }
  460. for (const cssRule of layerRule.cssRules) {
  461. if (cssRule.type !== CSSRule.MEDIA_RULE) {
  462. continue
  463. }
  464. // WARNING: Safari does not have/supports `conditionText`.
  465. if (cssRule.conditionText) {
  466. if (cssRule.conditionText !== prefersColorSchemeDark) {
  467. continue
  468. }
  469. } else {
  470. if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
  471. continue
  472. }
  473. }
  474. mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
  475. }
  476. }
  477. // WARNING: do not try to insert a Rule to a styleSheet you are
  478. // currently iterating on, otherwise the browser will be stuck
  479. // in a infinite loop…
  480. for (const mediaRule of mediaRules) {
  481. // Safari requires the `0` second parameter (even if default).
  482. colorsLayer.insertRule(mediaRule.cssText, 0)
  483. hasDarkRules = true
  484. }
  485. }
  486. if (hasDarkRules) {
  487. if ('customElements' in window && !customElements.get('theme-toggle')) {
  488. customElements.define('theme-toggle', ThemeToggle)
  489. }
  490. }
  491. })
  492. </script>
  493. <script src="/static/david/js/popper-2.11.8.min.js"></script>
  494. <script src="/static/david/js/tippy-bundle-6.3.7.umd.min.js"></script>
  495. <script>
  496. tippy('[data-tippy]', {
  497. content(reference) {
  498. reference.addEventListener('click', (e) => e.preventDefault())
  499. return `
  500. <h3 lang="fr">
  501. <img src="${reference.dataset.favicon}" loading="lazy">
  502. <a href="${reference.dataset.source}"
  503. >Article sur ${reference.dataset.domain}</a></h3>
  504. <p lang="${reference.hreflang}"><em>${reference.dataset.description}</em></p>
  505. <div class="tippy-links" lang="fr">
  506. <a href="${reference.href}">Archive au ${reference.dataset.date}</a>
  507. </div>
  508. `
  509. },
  510. allowHTML: true,
  511. interactive: true,
  512. delay: [150, 700],
  513. hideOnClick: false
  514. })
  515. </script>
  516. <script type="module">
  517. import { annotate } from '/static/david/js/rough-notation-0.5.1.esm.min.js'
  518. const markObserver = new IntersectionObserver((entries, observer) => {
  519. const computedStyle = getComputedStyle(document.documentElement)
  520. const markBackground = computedStyle.getPropertyValue('--mark-background')
  521. for (const entry of entries) {
  522. if (entry.intersectionRatio === 0) continue
  523. const markElement = entry.target
  524. markElement.style.backgroundColor = 'inherit'
  525. const annotation = annotate(
  526. markElement, {
  527. type: 'highlight',
  528. multiline: true,
  529. color: markBackground,
  530. // animate: !window.matchMedia('(prefers-reduced-motion: reduce)').matches
  531. animate: false
  532. }
  533. )
  534. annotation.show()
  535. observer.unobserve(markElement)
  536. }
  537. }, {threshold: 1.0})
  538. for (const markElement of document.querySelectorAll('mark')) {
  539. markObserver.observe(markElement)
  540. }
  541. </script>
  542. </body>
  543. </html>