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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171
  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. Étiquette #dépendance
  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="Publications relatives au tag #dépendance">
  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. details[open] summary {
  107. display: none;
  108. }
  109. </style>
  110. <body data-instant-intensity="viewport-all">
  111. <article>
  112. <header>
  113. <hgroup>
  114. <h1>#dépendance</h1>
  115. <p>Publications relatives à cette étiquette</p>
  116. </hgroup>
  117. </header>
  118. <nav>
  119. <p>
  120. <a href="/david/" title="Aller à l’accueil">
  121. Accueil</a>
  122. <a rel="tags"
  123. href="/david/2024/#tags"
  124. title="Liste de toutes les étiquettes">
  125. Étiquettes</a>
  126. <a href="/david/recherche/" title="Aller à la page de recherche" rel="search" data-no-instant>Recherche</a>
  127. <a href="/david/log/" title="Accès au flux RSS">Suivre</a>
  128. </p>
  129. </nav>
  130. <h2>
  131. <a href="/david/2024/03/25/" title="Lien permanent vers cet article">Inclusion</a> <time datetime="2024-03-25">25 mars 2024</time>
  132. </h2>
  133. <p>Dans le cadre de <del><a data-link-domain="en.wikipedia.org" href="https://en.wikipedia.org/wiki/Eating_your_own_dog_food">manger ma propre bouffe pour chien</a></del> mon <a data-link-domain="fr.wikipedia.org" href="https://fr.wikipedia.org/wiki/Auto%C3%A9quipement">autoéquipement</a>, je voulais vérifier si l’implémentation de <a data-link-domain="oembed.com" href="https://oembed.com/">oEmbed</a> dans <a data-link-domain="umap-project.org" href="https://umap-project.org/fr/">uMap</a> était utilisable… et il se trouve que ce n’était pas le cas avant aujourd’hui. Il y aurait encore des pistes d’améliorations mais au moins ça affiche une carte (si vous autorisez les requêtes externes en&nbsp;JS)&nbsp;:</p>
  134. <style type="text/css">
  135. o-embed {
  136. /* Size of the oembed + paragraph + margins. */
  137. height: calc(300px + 1rem + 3rem);
  138. }
  139. </style>
  140. <o-embed url="https://umap.openstreetmap.fr/fr/map/grand-tour-de-la-foret-de-ouareau_1037457">
  141. <p>
  142. Vous devriez voir s’afficher une carte de mon « Grand Tour de la forêt de Ouareau »,
  143. il est probable que cela ne s’exécute pas dans un agrégateur par exemple.
  144. </p>
  145. </o-embed>
  146. <script type="module">
  147. class OEmbed extends HTMLElement {
  148. static tagName = 'o-embed'
  149. static register(tagName, registry) {
  150. if(!registry && ('customElements' in globalThis)) {
  151. registry = globalThis.customElements
  152. }
  153. registry?.define(tagName || this.tagName, this)
  154. }
  155. get url() {
  156. return this.getAttribute('url') || ''
  157. }
  158. constructor() {
  159. super()
  160. this.attachShadow({ mode: 'open' })
  161. }
  162. async connectedCallback() {
  163. let slot = document.createElement('slot')
  164. this.shadowRoot.appendChild(slot)
  165. const html = await this.fetchText(this.url)
  166. const oEmbedLink = this.extractOembedLink(html)
  167. const oEmbedJson = await this.fetchJson(oEmbedLink)
  168. this.innerHTML = oEmbedJson.html
  169. }
  170. fetchText(url) {
  171. return fetch(url)
  172. .then((data) => data.text())
  173. .catch(console.error.bind(this))
  174. }
  175. fetchJson(url) {
  176. return fetch(url, { type: 'json' })
  177. .then((data) => data.json())
  178. .catch(console.error.bind(this))
  179. }
  180. extractOembedLink(html) {
  181. const parser = new DOMParser()
  182. const htmlDocument = parser.parseFromString(html, "text/html")
  183. const oEmbedMeta = htmlDocument.documentElement.querySelector(
  184. 'link[type="application/json+oembed"]'
  185. )
  186. return oEmbedMeta.href
  187. }
  188. }
  189. OEmbed.register()
  190. </script>
  191. <p>J’en ai fait un <em>web component</em> car je compte explorer / publier davantage de cartes par la suite. Je vais essayer d’ajouter des options lorsqu’elles deviendront disponibles côté uMap. Pour l’instant, il faudra vous contenter d’un <code>view-source:</code> (meilleure fonctionnalité du Web, ne l’oublions&nbsp;jamais).</p>
  192. <p>Au passage, j’ai mis à jour le moteur de ce site pour pouvoir injecter des morceaux de HTML (et donc CSS/JS) sur des billets en particulier. Je m’amuse&nbsp;bien&nbsp;🧑‍🔬.</p>
  193. <p>Je compte <a href="/david/2024/03/11/#hr-109">reparler de cette carte</a>.</p>
  194. <a href="#hr-134" title="Lien vers cette section de la page"><hr id="hr-134" /></a>
  195. <p>Beaucoup moins glorieux, j’ai participé à <a data-link-domain="forum.openstreetmap.fr" href="https://forum.openstreetmap.fr/t/mise-en-production-umap-v2-1-x-compliquee-perte-des-dernieres-donnees-sauvegardees-sur-52-cartes/22336">de la perte de données</a> aujourd’hui. Nous avons eu besoin de trois cerveaux et pas mal d’heures pour comprendre ce qu’il se passait. Il était difficile de tester / imaginer / reproduire autrement que sur le serveur de production. C’est déjà pas mal d’avoir eu la possibilité de passer en lecture seule avant que ça ne touche trop de&nbsp;cartes.</p>
  196. <p>J’ai appris qu’il ne fallait pas se fier à l’ordre des IDs… lorsqu’ils deviennent des&nbsp;UUIDs&#8239;!</p>
  197. <a href="#hr-135" title="Lien vers cette section de la page"><hr id="hr-135" /></a>
  198. <blockquote lang="en">
  199. <p>A data hoarder’s dream come true: bundle any web page into a single HTML file. You can finally replace that gazillion of open tabs with a gazillion of .html files stored somewhere on your precious little&nbsp;drive.</p>
  200. <p>Unlike the conventional “Save page as”, monolith not only saves the target document, <mark>it embeds CSS, image, and JavaScript assets all at once,</mark> producing a single HTML5 document that is a joy to store and&nbsp;share.</p>
  201. <p><cite><em><a data-link-domain="github.com" href="https://github.com/Y2Z/monolith">monolith</a></em></cite></p>
  202. </blockquote>
  203. <p>Je me demande si je ne devrais pas avoir recours à ce type d’outil plutôt que de n’extraire que la partie de HTML qui m’intéresse pour garder <a href="/david/2024/02/03/" title="Archives">une copie des liens</a> que je lie par ici. C’est pour l’instant un peu fastidieux mais ça me fait aussi découvrir des choses en explorant le code des&nbsp;autres.</p>
  204. <a href="#hr-136" title="Lien vers cette section de la page"><hr id="hr-136" /></a>
  205. <blockquote lang="en">
  206. <p>For this reason, I got more into <mark>“Conflict-free Resolution Data Types” (CRDTs),</mark> with the goal of understanding what they are, how they work, what are the different libraries out there, and which one would be a good fit for us, if&nbsp;any.</p>
  207. <p><cite><em><a data-link-domain="blog.notmyidea.org" href="https://blog.notmyidea.org/a-comparison-of-javascript-crdts.html" hreflang="fr"
  208. title="Consultation de l’article">A comparison of JavaScript CRDTs</a>
  209. <a href="/david/cache/2024/2c0b2588dfcd3a194da4133c7505cd3e/" hreflang="fr"
  210. data-tippy data-description=""
  211. data-source="https://blog.notmyidea.org/a-comparison-of-javascript-crdts.html"
  212. data-date="2024-03-25"
  213. data-favicon="https://blog.notmyidea.org/favicon-32x32.png"
  214. data-domain="blog.notmyidea.org"
  215. ><svg xmlns="http://www.w3.org/2000/svg"
  216. width="24" height="24" viewBox="0 0 24 24" fill="none"
  217. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  218. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  219. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  220. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  221. </svg>
  222. <span class="sr-only">[archive]</span></a></em></cite></p>
  223. </blockquote>
  224. <p>J’apprends plein de choses à ce sujet grâce à Alexis, c’est chouette à explorer par&nbsp;procuration.</p>
  225. <a href="#hr-137" title="Lien vers cette section de la page"><hr id="hr-137" /></a>
  226. <blockquote lang="en">
  227. <p>To summarize, digital information requires maintenance. It's not sufficient to make backups; the backups also need to be maintained, upgraded, transferred, and curated. Without conscientious care, the data of today will be lost forever in a few years. Even with care, it's possible through software or hardware changes to lose access forever. That shoebox of old backup CDs will be unreadable&nbsp;soon.</p>
  228. <p>Which brings us back to those old photo caches. They held negatives and prints, physical objects that stored images. They needed no attention, no curating, no updating. They sat untended and forgotten for decades, but through all that time faithfully held their information, waiting for a future discoverer. As a result, we can all see what the Scott Antarctic expedition saw, and I can see what my great-grandparents looked&nbsp;like.</p>
  229. <p><mark>It is a sad irony that modern technology makes it unlikely that future generations will see the images made&nbsp;today.</mark></p>
  230. <p>Ask yourself whether your great-grandchildren will be able to see your photographs. If the images exist only as a digital image file, the answer is almost certainly, &quot;No&quot;. If, however, there are physical prints, the odds improve. Those digital images need to be made real to endure. Without a print, a digital photograph has no&nbsp;future.</p>
  231. <p><cite><em><a data-link-domain="commandcenter.blogspot.com" href="https://commandcenter.blogspot.com/2014/08/prints.html" hreflang="en"
  232. title="Consultation de l’article (anglais)">command center: Prints</a>
  233. <a href="/david/cache/2024/46dc6f44f3e34c4c0626ad4b13dba768/" hreflang="en"
  234. data-tippy data-description="Two long-buried caches of photographs came to light last year. One was a stack of cellulose nitrate negatives made on the Scott Antarctic ex..."
  235. data-source="https://commandcenter.blogspot.com/2014/08/prints.html"
  236. data-date="2024-03-25"
  237. data-favicon="https://commandcenter.blogspot.com/favicon.ico"
  238. data-domain="commandcenter.blogspot.com"
  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 vrai <em>et</em> je me demande si le fait d’avoir des artefacts qui perdurent sur plusieurs générations sans entretien / transmission n’est pas justement un épiphénomène. Le numérique est peut-être plus proche de la transmission orale, une information qui a besoin d’être appropriée par læ récepteur·ice pour qu’elle continue à&nbsp;vivre.</p>
  249. <p>Ce sera à moi d’apprendre à ma descendance comment garder en vie cette flamme numérique qui vacille à chaque coup de vent de format&nbsp;propriétaire.</p>
  250. <nav>
  251. <p>
  252. <a href="/david/2024/dependance/"
  253. title="Liste de tous les articles 2024 associés à cette étiquette"
  254. rel="tag">#dépendance</a>
  255. <a href="/david/2024/partage/"
  256. title="Liste de tous les articles 2024 associés à cette étiquette"
  257. rel="tag">#partage</a>
  258. <a href="/david/2024/technique/"
  259. title="Liste de tous les articles 2024 associés à cette étiquette"
  260. rel="tag">#technique</a>
  261. <a href="/david/2024/#tags" title="Liste de toutes les étiquettes 2024">tous ?</a>
  262. </p>
  263. </nav>
  264. <h2>
  265. <a href="/david/2024/03/23/" title="Lien permanent vers cet article">Intendant</a> <time datetime="2024-03-23">23 mars 2024</time>
  266. </h2>
  267. <blockquote lang="en">
  268. <p>In <a data-link-domain="andrewkelley.me" href="https://andrewkelley.me/post/why-we-cant-have-nice-software.html">Why We Can’t Have Nice Software</a>, I point out this pattern of needless software churn in the mindless quest for profit. This is a perfect example occurring right now. Redict has already reached its peak; it does not need any more serious software development to occur. It does not need to <a data-link-domain="redis.com" href="https://redis.com/blog/the-future-of-redis/">pivot to AI</a>. It can be maintained for decades to come with minimal effort. It can continue to provide a high amount of value for a low amount of labor. That’s the entire point of&nbsp;software!</p>
  269. <p>Redict does not have any profit left to offer. It no longer needs a fund-raising entity behind it anymore. <mark>It just needs a good project&nbsp;steward.</mark></p>
  270. <p><cite><em><a data-link-domain="andrewkelley.me" href="https://andrewkelley.me/post/redis-renamed-to-redict.html" hreflang="en"
  271. title="Consultation de l’article (anglais)">Redis Renamed to Redict</a>
  272. <a href="/david/cache/2024/d58c7619eec894c5c069244114ea1df5/" hreflang="en"
  273. data-tippy data-description="In other words, Redict is the true spiritual successor to what was once Redis."
  274. data-source="https://andrewkelley.me/post/redis-renamed-to-redict.html"
  275. data-date="2024-03-23"
  276. data-favicon=""
  277. data-domain="andrewkelley.me"
  278. ><svg xmlns="http://www.w3.org/2000/svg"
  279. width="24" height="24" viewBox="0 0 24 24" fill="none"
  280. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  281. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  282. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  283. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  284. </svg>
  285. <span class="sr-only">[archive]</span></a></em></cite></p>
  286. </blockquote>
  287. <p>Je me pose beaucoup de questions sur cette notion de finitude logicielle. Et sur le fait de parfois créer ma propre nécessité, sans en avoir forcément conscience ou&nbsp;l’intention.</p>
  288. <p>J’y vois un parallèle avec une frugalité que je n’arrive pas à atteindre, les deux étant probablement&nbsp;liés.</p>
  289. <p>Il me reste encore tellement de choses à&nbsp;démêler…</p>
  290. <a href="#hr-130" title="Lien vers cette section de la page"><hr id="hr-130" /></a>
  291. <blockquote lang="en">
  292. <p>So, yeah, I’ve been at this for a while, and this is the answer: Write CSS. Not too much. Mostly&nbsp;scoped.</p>
  293. <p>I’m sure we’ll never argue about how to manage CSS ever&nbsp;again.</p>
  294. <p><cite><em><a data-link-domain="leereamsnyder.com" href="https://www.leereamsnyder.com/write-css-not-too-much-mostly-scoped" hreflang="en"
  295. title="Consultation de l’article (anglais)">Write CSS. Not too much. Mostly scoped.</a>
  296. <a href="/david/cache/2024/4e116948ed4d26daa981a6c4ea9e4282/" hreflang="en"
  297. data-tippy data-description="Let’s talk about Tailwind and appease no one"
  298. data-source="https://www.leereamsnyder.com/write-css-not-too-much-mostly-scoped"
  299. data-date="2024-03-23"
  300. data-favicon="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='64'%20height='64'%3e%3cstyle%3e%20@media%20(prefers-color-scheme:%20dark)%20{%20.lee%20{%20fill:%20%23FF4640;%20}%20.ream%20{%20fill:%20%23EC7F00;%20}%20.sny%20{%20fill:%20%23FFB258;%20}%20.der%20{%20fill:%20%23FFDFC6;%20}%20.letters%20{%20fill:%20%23373948;%20}%20}%20%3c/style%3e%3cpath%20class='lee'%20fill='%239B70FF'%20d='M0%203.066A3.066%203.066%200%200%201%203.066%200h57.868A3.066%203.066%200%200%201%2064%203.066v14.946H0V3.066Z'/%3e%3cpath%20class='ream'%20fill='%2300749D'%20d='M64%2034.108H0V15.713h64z'/%3e%3cpath%20class='sny'%20fill='%230092C5'%20d='M64%2031.808v20.695H0V31.808z'/%3e%3cpath%20class='der'%20fill='%238BCFFC'%20d='M64%2047.904v13.03A3.066%203.066%200%200%201%2060.934%2064H3.066A3.066%203.066%200%200%201%200%2060.934v-13.03h64Z'/%3e%3cg%20class='letters'%20fill='%23fff'%20fill-rule='nonzero'%3e%3cpath%20d='M13.275%2040.809c0-4.277%207.379-14.523%207.379-20.304%200-3.102-1.927-4.7-5.17-4.7-4.089%200-8.554%202.021-13.865%206.063a20.491%2020.491%200%200%201%202.726%204.277c3.807-3.055%206.016-4.559%207.849-4.559%201.081%200%201.457.517%201.457%201.363%200%203.76-6.956%2012.643-6.956%2019.458%200%204.136%202.444%206.063%207.144%206.063%205.687%200%2010.481-2.679%2016.215-9.494-1.175-.893-2.303-1.739-3.854-3.384-3.854%205.405-7.332%207.52-10.199%207.52-1.927%200-2.726-.846-2.726-2.303ZM50.286%2048c.33-1.692%201.128-3.431%201.833-5.17-.987.047-3.384.141-5.875.141-1.692%200-1.88-1.128-1.41-2.444%202.444-6.58%206.44-10.81%2010.575-10.81%201.363%200%202.491.423%203.243%201.41-.235-.047-.517-.047-.799-.047-2.538%200-3.9%201.739-3.9%203.76s1.268%203.29%203.336%203.29c3.29%200%204.935-3.431%204.935-7.332%200-3.619-1.692-6.627-5.687-6.627-4.183%200-7.52%203.055-10.763%209.87h-.423c.423-2.021.658-3.572.658-4.559%200-3.525-2.115-5.264-5.499-5.264-2.96%200-5.78%201.363-8.883%203.854.893.987%201.645%202.256%202.491%203.807%202.021-1.833%203.478-2.679%204.935-2.679%201.081%200%201.551.705%201.551%201.88%200%201.645-.94%205.311-2.726%209.776-.705%201.739-1.363%202.115-2.679%202.115-2.02%200-3.572-.141-4.324-.141-.329%201.692-1.08%203.431-1.786%205.17%202.632-.141%2018.33-.141%2021.197%200Z'/%3e%3c/g%3e%3c/svg%3e"
  301. data-domain="leereamsnyder.com"
  302. ><svg xmlns="http://www.w3.org/2000/svg"
  303. width="24" height="24" viewBox="0 0 24 24" fill="none"
  304. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  305. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  306. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  307. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  308. </svg>
  309. <span class="sr-only">[archive]</span></a></em></cite></p>
  310. </blockquote>
  311. <p>Ça commence par le classique «&nbsp;pour ou contre Tailwind&nbsp;» mais après il y a des choses&nbsp;inspirantes.</p>
  312. <a href="#hr-131" title="Lien vers cette section de la page"><hr id="hr-131" /></a>
  313. <blockquote lang="en">
  314. <p>quick q, however: how do they get off the worm when they’ve arrived at their&nbsp;destination</p>
  315. <p>keep noticing that the movie cuts before they get off, Denis my friend you can’t fool me, how do you stop riding the worm, answer&nbsp;us</p>
  316. <p><cite><em><a data-link-domain="youngvulgarian.substack.com" href="https://youngvulgarian.substack.com/p/sydney-sweeney-if-youre-free-on-thursday" hreflang="en"
  317. title="Consultation de l’article (anglais)">Sydney Sweeney, if you’re free on Thursday,</a>
  318. <a href="/david/cache/2024/0e3d54128711421c0878723dafed66e8/" hreflang="en"
  319. data-tippy data-description="Behold! I have had a thought."
  320. data-source="https://youngvulgarian.substack.com/p/sydney-sweeney-if-youre-free-on-thursday"
  321. data-date="2024-03-23"
  322. data-favicon="https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdaf53371-1861-41b7-8e48-82787a877e62%2Ffavicon-16x16.png"
  323. data-domain="youngvulgarian.substack.com"
  324. ><svg xmlns="http://www.w3.org/2000/svg"
  325. width="24" height="24" viewBox="0 0 24 24" fill="none"
  326. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  327. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  328. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  329. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  330. </svg>
  331. <span class="sr-only">[archive]</span></a></em></cite></p>
  332. </blockquote>
  333. <p>Tiens c’est vrai ça&#8239;! 🤔🤯</p>
  334. <nav>
  335. <p>
  336. <a href="/david/2024/dependance/"
  337. title="Liste de tous les articles 2024 associés à cette étiquette"
  338. rel="tag">#dépendance</a>
  339. <a href="/david/2024/psychologie/"
  340. title="Liste de tous les articles 2024 associés à cette étiquette"
  341. rel="tag">#psychologie</a>
  342. <a href="/david/2024/technique/"
  343. title="Liste de tous les articles 2024 associés à cette étiquette"
  344. rel="tag">#technique</a>
  345. <a href="/david/2024/#tags" title="Liste de toutes les étiquettes 2024">tous ?</a>
  346. </p>
  347. </nav>
  348. <h2>
  349. <a href="/david/2024/03/11/" title="Lien permanent vers cet article">LoginWall</a> <time datetime="2024-03-11">11 mars 2024</time>
  350. </h2>
  351. <blockquote lang="en">
  352. <p>I don’t have a LinkedIn account. I don’t like the idea that we both <strong>need</strong> an account. I need one to <strong>post</strong> my résumé, and you need one to <strong>view</strong> it. How does that benefit me to have my résumé behind a login wall? It doesn’t. It benefits LinkedIn. Now, my résumé is on my website, displayed more beautifully than LinkedIn lets&nbsp;me.</p>
  353. <p>[…]</p>
  354. <p>Every new thing that I add to my website works to regain my internet presence <strong>away</strong> from companies that <strong>do not</strong> have my interests at heart. And I will avoid future problems like a company deciding to put login walls or paywalls in front of my content. Or putting Nazi content beside mine. <mark>I can avoid all of that by&nbsp;self-publishing.</mark></p>
  355. <p><cite><em><a data-link-domain="lmnt.me" href="https://lmnt.me/blog/web-independence.html" hreflang="en"
  356. title="Consultation de l’article (anglais)">Web Independence</a>
  357. <a href="/david/cache/2024/ce6e3472d21a189dc76b3fc6e6f1b49c/" hreflang="en"
  358. data-tippy data-description="Be independent. We can build things on the web without them. Better things."
  359. data-source="https://lmnt.me/blog/web-independence.html"
  360. data-date="2024-03-11"
  361. data-favicon="https://lmnt.me/lmnt.png"
  362. data-domain="lmnt.me"
  363. ><svg xmlns="http://www.w3.org/2000/svg"
  364. width="24" height="24" viewBox="0 0 24 24" fill="none"
  365. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  366. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  367. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  368. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  369. </svg>
  370. <span class="sr-only">[archive]</span></a></em></cite></p>
  371. </blockquote>
  372. <p>Le problème de sites comme LinkedIn c’est qu’il est difficile de se rendre compte de leur inaccessibilité lorsqu’on a un compte. Ou alors les personnes mettent leurs CV en signature de courriel en sachant que je ne vais pas pouvoir les&nbsp;consulter&#8239;?</p>
  373. <p>Avec TwiX c’est encore pire car ça varie d’un jour sur l’autre. Parfois le <em>tweet</em> est accessible mais seul, parfois il faut un compte, parfois on accède à une page avec la liste des dernières publications de la personne mais ordonnées par «&nbsp;popularité&nbsp;», ça sent bon la girouette qui est à la tête de&nbsp;l’entreprise.</p>
  374. <p>Et je ne parle même pas de ce qui se passe sur&nbsp;Facebook.</p>
  375. <a href="#hr-108" title="Lien vers cette section de la page"><hr id="hr-108" /></a>
  376. <blockquote lang="en">
  377. <p>What I try to keep in mind is the <a data-link-domain="en.wikipedia.org" href="https://en.wikipedia.org/wiki/Curb_cut_effect">curb cut effect</a>, also known as the «&nbsp;i want subtitles on my favourite show because even though my ears are just fine, i like to eat crisps while watching&nbsp;» rule. In many cases, adding accessibility to your website makes it nicer for everyone, not only for the people who needed these changes. (Corollary: everything that makes you squint is giving a giant migraine to someone else out&nbsp;there.)</p>
  378. <p><cite><em><a data-link-domain="alexsirac.com" href="https://alexsirac.com/accessibility-notes/" hreflang="fr"
  379. title="Consultation de l’article">Accessibility notes from your headache-prone friend</a>
  380. <a href="/david/cache/2024/4dc1c2edacf179310783146044f0d06e/" hreflang="fr"
  381. data-tippy data-description=""
  382. data-source="https://alexsirac.com/accessibility-notes/"
  383. data-date="2024-03-11"
  384. data-favicon="https://alexsirac.com/wp-content/uploads/2023/01/cropped-cropped-portraitplante-32x32.webp"
  385. data-domain="alexsirac.com"
  386. ><svg xmlns="http://www.w3.org/2000/svg"
  387. width="24" height="24" viewBox="0 0 24 24" fill="none"
  388. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  389. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  390. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  391. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  392. </svg>
  393. <span class="sr-only">[archive]</span></a></em></cite></p>
  394. </blockquote>
  395. <p>Je ne connaissais pas le nom de cet effet, j’espère le retenir en le notant ici. Merci&nbsp;Alex&#8239;!</p>
  396. <p><mark>Lu le lendemain</mark> <a data-link-domain="toot.cat" href="https://toot.cat/@nickcolley/112073548430975046">sur masto</a>&nbsp;:</p>
  397. <blockquote lang="en">
  398. <p>It is true that meeting the needs of many disabled people makes services better for non-disabled&nbsp;people.</p>
  399. <p>It is wrong though to say that all accessibility efforts benefit non-disabled&nbsp;people.</p>
  400. <p>They don’t, meeting some access needs <em>only</em> benefit some disabled&nbsp;people.</p>
  401. <p>It is tiring hearing &quot;you’ll be disabled in the future&quot; when there’s such a broad experience of disability that many people won’t experience due to&nbsp;age.</p>
  402. <p>We must create strategies where we aim to humanise and value disabled people inherently and not have to lean so hard on non-disabled people’s self&nbsp;interest.</p>
  403. </blockquote>
  404. <a href="#hr-109" title="Lien vers cette section de la page"><hr id="hr-109" /></a>
  405. <figure>
  406. <a href="/static/david/2024/2024-03-11-parcours-ouareau.png"
  407. title="Cliquer pour une version haute résolution">
  408. <img
  409. src="/static/david/2024/2024-03-11-parcours-ouareau.png"
  410. width="1294" height="1108"
  411. srcset="/static/david/2024/2024-03-11-parcours-ouareau.png 1294w, /static/david/2024/2024-03-11-parcours-ouareau.png 660w, /static/david/2024/2024-03-11-parcours-ouareau.png 990w, /static/david/2024/2024-03-11-parcours-ouareau.png 1320w"
  412. sizes="min(100vw, calc(100vh * 1294 / 1108))"
  413. loading="lazy"
  414. decoding="async"
  415. alt="Capture d’écran d’un parcours sur 4&nbsp;jours avec une soixantaine de kilomètres.">
  416. </a>
  417. <figcaption>Si ma cheville le&nbsp;permet.</figcaption>
  418. </figure>
  419. <p>J’ai joué avec le <a data-link-domain="komoot.com" href="https://www.komoot.com/fr-fr/plan">Planificateur d’itinéraire de Komoot</a> hier, je ne m’étais jamais demandé vraiment quelles distances est-ce que je pouvais parcourir dans la forêt. J’aime bien le fait d’avoir l’option de suivre les chemins connus. À voir si j’arrive à faire ce grand tour en rando rapide / légère. Je connais déjà 80% du parcours et je sais dès à présent que la deuxième journée serait bien longue. L’avantage d’être en terrain connu, c’est de connaître les endroits où je peux couper en cas de pépin&nbsp;physique.</p>
  420. <p>J’ai du matériel très léger mais je me rends compte que la nourriture est déjà un défi sur 4&nbsp;jours pour garder un sac qui permette de courir. Je m’entraîne en ce moment en faisant des aller-retours à la bibliothèque avec 5kg de livres sur le dos. On verra bien si c’est utile… au pire j’aurais découvert des&nbsp;BD&nbsp;:-).</p>
  421. <nav>
  422. <p>
  423. <a href="/david/2024/decentralisation/"
  424. title="Liste de tous les articles 2024 associés à cette étiquette"
  425. rel="tag">#décentralisation</a>
  426. <a href="/david/2024/dependance/"
  427. title="Liste de tous les articles 2024 associés à cette étiquette"
  428. rel="tag">#dépendance</a>
  429. <a href="/david/2024/web/"
  430. title="Liste de tous les articles 2024 associés à cette étiquette"
  431. rel="tag">#web</a>
  432. <a href="/david/2024/#tags" title="Liste de toutes les étiquettes 2024">tous ?</a>
  433. </p>
  434. </nav>
  435. <h2>
  436. <a href="/david/2024/03/03/" title="Lien permanent vers cet article">Permanence</a> <time datetime="2024-03-03">3 mars 2024</time>
  437. </h2>
  438. <blockquote lang="en">
  439. <p>Eventually, I started asking myself: <mark><em>why am I promising permanence?</em></mark> The answer crept up on me: <em>because permanence is better than nothing.</em> Without the momentum of obligation, I didn’t trust myself to begin anything in&nbsp;earnest.</p>
  440. <p>The thing is, it never worked. The half-life of obligation is short; the half-life of guilt is long. Promises never saved one of my side projects, but they clogged many nights and weekends with the gunk of regret. Something had to&nbsp;change.</p>
  441. <p><cite><em><a data-link-domain="dianaberlin.com" href="https://dianaberlin.com/posts/no-more-forever-projects" hreflang="en"
  442. title="Consultation de l’article (anglais)">No more forever projects</a>
  443. <a href="/david/cache/2024/4c8a04c4c0e928bd78f22db77425bb47/" hreflang="en"
  444. data-tippy data-description="It took me a long time to see past forever projects. I told myself that making promises gave beginnings gravity. I labeled my newsletter &nbsp;a “lifelong project” not long after I started it. I called /mentoring a “movement” the day I announced it. Commitment marked a project as something w"
  445. data-source="https://dianaberlin.com/posts/no-more-forever-projects"
  446. data-date="2024-03-03"
  447. data-favicon="https://images.squarespace-cdn.com/content/v1/598927e3bebafbda588a07e2/1504459315187-9G9MSVDRY4HEGXNT8JAL/favicon.ico"
  448. data-domain="dianaberlin.com"
  449. ><svg xmlns="http://www.w3.org/2000/svg"
  450. width="24" height="24" viewBox="0 0 24 24" fill="none"
  451. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  452. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  453. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  454. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  455. </svg>
  456. <span class="sr-only">[archive]</span></a></em></cite></p>
  457. </blockquote>
  458. <p>Je vais aller m’enforester avec cette question. Le refuge ne va pas être accessible via la piste de ski (de fond), plus assez de&nbsp;neige.</p>
  459. <p>Un 3&nbsp;mars, au nord de&nbsp;Montréal.</p>
  460. <a href="#hr-97" title="Lien vers cette section de la page"><hr id="hr-97" /></a>
  461. <blockquote>
  462. <p>Ces chaleurs extrêmes de 2023&nbsp;ont moins à voir avec le développement d’El Niño qu’avec les conditions anticycloniques de la zone. <em>«&nbsp;On a observé une baisse des vents assez forte sur l’Atlantique Nord,</em> explique Christophe Cassou. <em>Or quand il y a moins de vent, il y a moins d’évaporation, ce qui conduit à un réchauffement des eaux de surface. Ces eaux chauffent aussi car elles se mélangent moins avec les eaux plus profondes et plus&nbsp;froides.&nbsp;»</em></p>
  463. <p>Aujourd’hui, cette configuration météorologique a disparu mais les eaux de surface de l’Atlantique Nord continuent de battre des records de chaleur à cause du phénomène El Niño, qui a fini par réchauffer progressivement les eaux de l’océan pendant&nbsp;l’hiver.</p>
  464. <p><cite><em><a data-link-domain="lemonde.fr" href="https://www.lemonde.fr/les-decodeurs/article/2024/03/03/climat-pourquoi-les-temperatures-battent-tous-les-records-depuis-la-mi-2023_6219806_4355770.html" hreflang="fr"
  465. title="Consultation de l’article">Climat&nbsp;: pourquoi les températures battent tous les records depuis la mi-2023</a>
  466. <a href="/david/cache/2024/6fc45aab6c9584cbb6f55ef70a685d01/" hreflang="fr"
  467. data-tippy data-description="L’année 2023 a été classée comme la plus chaude enregistrée depuis 1850, avec 14,98 °C de moyenne sur l’ensemble du globe. La tendance continue en 2024. Le principal coupable : le réchauffement lié aux gaz à effet de serre d’origine humaine."
  468. data-source="https://www.lemonde.fr/les-decodeurs/article/2024/03/03/climat-pourquoi-les-temperatures-battent-tous-les-records-depuis-la-mi-2023_6219806_4355770.html"
  469. data-date="2024-03-03"
  470. data-favicon="https://www.lemonde.fr/dist/assets/img/logos/pwa-180.png"
  471. data-domain="lemonde.fr"
  472. ><svg xmlns="http://www.w3.org/2000/svg"
  473. width="24" height="24" viewBox="0 0 24 24" fill="none"
  474. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  475. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  476. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  477. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  478. </svg>
  479. <span class="sr-only">[archive]</span></a></em></cite></p>
  480. </blockquote>
  481. <p>Les Décodeurs m’offrent une grille de lecture des phénomènes en cours&nbsp;intéressante.</p>
  482. <a href="#hr-98" title="Lien vers cette section de la page"><hr id="hr-98" /></a>
  483. <blockquote lang="en">
  484. <p>From pragma directives, to async scripts, to stylesheets, to open graph tags, it’s easy to mess up and can have consequences. Capo.js will show you the <a data-link-domain="rviscomi.github.io" href="https://rviscomi.github.io/capo.js/user/rules/">specific order of elements</a> to make your <code>&lt;head&gt;</code> and your page a little (or a lotta) bit&nbsp;faster.</p>
  485. <p><cite><em><a data-link-domain="frontendmasters.com" href="https://frontendmasters.com/blog/capo-js-a-five-minute-web-performance-boost/" hreflang="en"
  486. title="Consultation de l’article (anglais)">Capo.js: A five minute web performance boost</a>
  487. <a href="/david/cache/2024/a122504621c3c5318c0bdee38ef4479b/" hreflang="en"
  488. data-tippy data-description="You want a quick web performance win at work that’s sure to get you a promotion? Want it to only take five minutes? Then I got you. Capo.js is a tool to get your <head> in order. It’s based o…"
  489. data-source="https://frontendmasters.com/blog/capo-js-a-five-minute-web-performance-boost/"
  490. data-date="2024-03-03"
  491. data-favicon="https://frontendmasters.com/favicon-32x32.png"
  492. data-domain="frontendmasters.com"
  493. ><svg xmlns="http://www.w3.org/2000/svg"
  494. width="24" height="24" viewBox="0 0 24 24" fill="none"
  495. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  496. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  497. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  498. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  499. </svg>
  500. <span class="sr-only">[archive]</span></a></em></cite></p>
  501. </blockquote>
  502. <p>Il est aussi possible d’<a data-link-domain="rviscomi.github.io" href="https://rviscomi.github.io/capo.js/user/demo/">utiliser la démo</a> sans installer aucun JS en copiant du HTML ou en pointant vers une page. J’ai du mal à évaluer à quel point c’est pertinent pour cet espace, peut-être davantage dans des <a data-link-domain="tonsky.me" href="https://tonsky.me/blog/js-bloat/" hreflang="en"
  503. title="Consultation de l’article (anglais)">contextes sans prise de soin</a>
  504. <a href="/david/cache/2024/ad911ebf7ba5523ef0be1bdd599f7623/" hreflang="en"
  505. data-tippy data-description="What is the average size of JavaScript code downloaded per website? Fuck around and find out!"
  506. data-source="https://tonsky.me/blog/js-bloat/"
  507. data-date="2024-03-03"
  508. data-favicon="https://tonsky.me/i/favicon.png"
  509. data-domain="tonsky.me"
  510. ><svg xmlns="http://www.w3.org/2000/svg"
  511. width="24" height="24" viewBox="0 0 24 24" fill="none"
  512. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  513. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  514. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  515. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  516. </svg>
  517. <span class="sr-only">[archive]</span></a> qui semblent être la norme&nbsp;aujourd’hui.</p>
  518. <a href="#hr-99" title="Lien vers cette section de la page"><hr id="hr-99" /></a>
  519. <blockquote>
  520. <p>Rêve de la nuit&nbsp;dernière</p>
  521. <p><cite><em><a data-link-domain="la-grange.net" href="https://www.la-grange.net/2024/02/20/reve" hreflang="fr"
  522. title="Consultation de l’article">rêve - Carnets Web de La Grange</a>
  523. <a href="/david/cache/2024/24716a84007189a332fd8db3e5ff4c05/" hreflang="fr"
  524. data-tippy data-description=""
  525. data-source="https://www.la-grange.net/2024/02/20/reve"
  526. data-date="2024-03-03"
  527. data-favicon="https://www.la-grange.net/favicon.ico"
  528. data-domain="la-grange.net"
  529. ><svg xmlns="http://www.w3.org/2000/svg"
  530. width="24" height="24" viewBox="0 0 24 24" fill="none"
  531. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  532. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  533. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  534. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  535. </svg>
  536. <span class="sr-only">[archive]</span></a></em></cite></p>
  537. </blockquote>
  538. <p>💚</p>
  539. <nav>
  540. <p>
  541. <a href="/david/2024/dependance/"
  542. title="Liste de tous les articles 2024 associés à cette étiquette"
  543. rel="tag">#dépendance</a>
  544. <a href="/david/2024/opensource/"
  545. title="Liste de tous les articles 2024 associés à cette étiquette"
  546. rel="tag">#opensource</a>
  547. <a href="/david/2024/parvenir/"
  548. title="Liste de tous les articles 2024 associés à cette étiquette"
  549. rel="tag">#parvenir</a>
  550. <a href="/david/2024/#tags" title="Liste de toutes les étiquettes 2024">tous ?</a>
  551. </p>
  552. </nav>
  553. <h2>
  554. <a href="/david/2024/03/02/" title="Lien permanent vers cet article">Montre</a> <time datetime="2024-03-02">2 mars 2024</time>
  555. </h2>
  556. <p>J’ai une <a data-link-domain="suunto.com" href="https://www.suunto.com/fr-ca/Produits/Montres-de-sport/Suunto-Ambit/Suunto-Ambit-Black/" hreflang="fr"
  557. title="Consultation de l’article">Suunto Ambit Black</a>
  558. <a href="/david/cache/2024/4050651a19400713c8563166e2a9abd5/" hreflang="fr"
  559. data-tippy data-description="La qualifier de simple montre serait un peu réducteur."
  560. data-source="https://www.suunto.com/fr-ca/Produits/Montres-de-sport/Suunto-Ambit/Suunto-Ambit-Black/"
  561. data-date="2024-03-02"
  562. data-favicon="https://www.suunto.com/favicon-16x16.png"
  563. data-domain="suunto.com"
  564. ><svg xmlns="http://www.w3.org/2000/svg"
  565. width="24" height="24" viewBox="0 0 24 24" fill="none"
  566. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  567. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  568. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  569. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  570. </svg>
  571. <span class="sr-only">[archive]</span></a> achetée il y a une douzaine d’années. (Merci à Suunto de garder une page avec les caractéristiques d’un produit qui n’est plus construit / vendu&#8239;! C’est notamment utile pour comparer les spécifications de taille et poids.) Je me demandais si les montres actuelles allaient pouvoir résister à une <a href="/david/2024/02/24/" title="Jour 1">température inférieure à -20°C</a> et il semblerait que ce ne soit pas le cas, tous les modèles que j’ai consulté spécifient clairement que c’est la limite&nbsp;basse.</p>
  572. <figure>
  573. <a href="/static/david/2024/2024-03-02-coros-apex-2-temperatures.png"
  574. title="Cliquer pour une version haute résolution">
  575. <img
  576. src="/static/david/2024/2024-03-02-coros-apex-2-temperatures.png"
  577. width="2390" height="1306"
  578. srcset="/static/david/2024/2024-03-02-coros-apex-2-temperatures.png 2390w, /static/david/2024/2024-03-02-coros-apex-2-temperatures.png 660w, /static/david/2024/2024-03-02-coros-apex-2-temperatures.png 990w, /static/david/2024/2024-03-02-coros-apex-2-temperatures.png 1320w"
  579. sizes="min(100vw, calc(100vh * 2390 / 1306))"
  580. loading="lazy"
  581. decoding="async"
  582. alt="Capture d’écran pour la Coros Apex 2&nbsp;qui va de -20°C à 50°C.">
  583. </a>
  584. <figcaption>Même Kiki a du mal par -20°C&nbsp;!</figcaption>
  585. </figure>
  586. <p><em>Détail marrant&nbsp;: Kilian Jornet était déjà sur les photos de promotion de la Suunto Ambit Black et on le retrouve sur la Coros Apex 2&nbsp;Pro&nbsp;d’aujourd’hui.</em></p>
  587. <p>Au-delà de l’aspect scientifique d’envisager une montre qui résiste aux températures locales, il y a une <a href="/david/2024/01/27/" title="Jour 1">situation récente</a> qui me reste en tête aussi (ce n’est <a href="/david/2020/12/18/">pas la première fois</a>, et ce ne sera certainement pas la dernière). Une position GPS précise aurait certainement pu m’aider dans ce cas là, si je n’avais pas été trop entêté pour ne pas la consulter. J’envisage aussi des <a href="/david/2024/01/06/" title="Objectif">objectifs</a> sur lesquels j’ai besoin de me rassurer / entraîner spécifiquement en ayant une idée des distances que je pourrais parcourir dans un contexte donné que j’envisage plus rapide que ce que j’ai l’habitude de&nbsp;faire.</p>
  588. <p>Je cherche en priorité une montre qui affiche un fond de carte, ce n’est pas tant ma trace programmée que ce qu’il y a autour qui m’intéresse dans d’autres contextes exploratoires. Sur ma montre actuelle, je ne pouvais qu’enregistrer une trace à suivre qui m’indiquait les déviations mais <em>pour ma pratique</em> ce n’était pas très intéressant. Savoir qu’il y a un lac / chemin forestier à proximité peut changer ma sortie. Difficile de savoir <em>a priori</em> si les données pour mes lieux de balade seront à jour ou suffisamment&nbsp;détaillées.</p>
  589. <p>J’ai regardé l’Apple Watch Ultra 2, la Suunto Vertical Titanium Solar, des Garmin d’«&nbsp;aventure&nbsp;» et finalement la Coros Apex 2 (Pro). Dans tous les cas, ce sont de grosses montres et j’ai un poignet fin. Dans tous les cas, le <em>marketing</em> est complètement délirant&nbsp;🙃. Sans compter le prix. La Coros semble être la moins chère (!) qui réponde à l’ensemble de mes attentes, la version Pro ayant une meilleure précision GPS et autonomie, ce qui m’importe&nbsp;beaucoup.</p>
  590. <p>Ah, <a href="/david/2024/02/07/#hr-69">aussi</a>. Difficile à justifier, même amortie sur la prochaine décennie… et c’est d’ailleurs là où j’ai de sérieux doutes en terme d’obsolescence programmée, ce qui a duré 10&nbsp;ans ne durera probablement plus 10&nbsp;ans. Triste réalité. J’essaye de ne pas trop me demande si <em>je</em> vais être capable de passer encore une décennie à arpenter la&nbsp;forêt.</p>
  591. <p><strong>Montre</strong> moi tes peurs et je te dirai comment les&nbsp;acheter.</p>
  592. <p><em>P.S.&nbsp;: j’ai un petit truc qui me gratte aussi dans le fait de ne pas être utilisateur régulier de <a data-link-domain="umap-project.org" href="https://umap-project.org/fr/">uMap</a>, ce qui est un manque à différents niveaux. Avoir davantage de données me motiverait certainement à jouer avec. Il y a des lieux que je veux garder intimes et d’autres qui sont déjà bien publics. J’ai une vieille envie de pouvoir raconter mes sorties sur un fond de carte à la <a data-link-domain="storymap.knightlab.com" href="https://storymap.knightlab.com/">StoryMap</a> (<a data-link-domain="github.com" href="https://github.com/slead/leaflet-storymap">avec Leaflet&#8239;?</a>) pour agrémenter les récits de sons et images correspondants aux lieux&nbsp;parcourus.</em></p>
  593. <nav>
  594. <p>
  595. <a href="/david/2024/dependance/"
  596. title="Liste de tous les articles 2024 associés à cette étiquette"
  597. rel="tag">#dépendance</a>
  598. <a href="/david/2024/sport/"
  599. title="Liste de tous les articles 2024 associés à cette étiquette"
  600. rel="tag">#sport</a>
  601. <a href="/david/2024/technique/"
  602. title="Liste de tous les articles 2024 associés à cette étiquette"
  603. rel="tag">#technique</a>
  604. <a href="/david/2024/#tags" title="Liste de toutes les étiquettes 2024">tous ?</a>
  605. </p>
  606. </nav>
  607. <h2>
  608. <a href="/david/2024/02/18/" title="Lien permanent vers cet article">In·directions</a> <time datetime="2024-02-18">18 février 2024</time>
  609. </h2>
  610. <blockquote lang="en">
  611. <p>Any time you have a design that references the same value across multiple pieces of UI, I’d suggest that is an opportunity for <mark>abstracting</mark> that value into a name that better describes the intention of the value in the&nbsp;design.</p>
  612. <p><cite><em><a data-link-domain="jwdallas.com" href="https://jwdallas.com/posts/namingcssvariables/" hreflang="en"
  613. title="Consultation de l’article (anglais)">Naming Variables In CSS</a>
  614. <a href="/david/cache/2024/d0ffe1891c332b6fc6e7d7826d8489da/" hreflang="en"
  615. data-tippy data-description="Some collected thoughts around how to name variables in CSS. Ideas, conventions, and some do's and don't for consideration."
  616. data-source="https://jwdallas.com/posts/namingcssvariables/"
  617. data-date="2024-02-18"
  618. data-favicon="https://jwdallas.com/icons/favicon.ico"
  619. data-domain="jwdallas.com"
  620. ><svg xmlns="http://www.w3.org/2000/svg"
  621. width="24" height="24" viewBox="0 0 24 24" fill="none"
  622. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  623. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  624. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  625. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  626. </svg>
  627. <span class="sr-only">[archive]</span></a></em></cite></p>
  628. </blockquote>
  629. <p>Je me demande souvent quel est le bon niveau hiérarchique au sein des CSS modernes. L’approche constatée actuelle semble être de mettre des variables par couleur (par exemple) puis ensuite définir des variables intermédiaires pour leur donner un sens pour un contexte&nbsp;donné.</p>
  630. <pre><code>:root {
  631. --umap-color-darkBlue: #263B58;
  632. }
  633. button {
  634. --color-primary: var(--umap-color-darkBlue);
  635. }
  636. button.primary {
  637. background-color: var(--color-primary);
  638. }
  639. </code></pre>
  640. <p>Il s’agit ici de partir d’un exemple simpliste mais concret. J’imagine qu’il y a autant de dévelopeur·euse que de façon d’écrire ces 3&nbsp;seules déclarations&nbsp;:). Pourquoi <code>:root</code> et pas <code>html</code>&#8239;? Est-ce qu’il faut définir les couleurs primaires sur le <code>button</code> ou sur <code>form, nav</code>&#8239;? Ou faire sauter cet intermédiaire&#8239;? Est-ce qu’il faut <code>button.primary</code>, <code>.primary</code>, <code>.button-primary</code>, <code>.button.button-primary</code>&#8239;? Etc, etc.</p>
  641. <p>Et je ne mentionne même pas les solutions à partir de <code>:host</code> / <code>:host-context()</code> ou <code>:scope</code> qui sont encore d’autres façons de faire qui sont peut-être amenées à devenir&nbsp;populaires.</p>
  642. <p>Venant d’un langage dont l’<a data-link-domain="en.wikipedia.org" href="https://en.wikipedia.org/wiki/Zen_of_Python">un des mantras</a> est <q lang="en">There should be one-- and preferably only one --obvious way to do it.</q>, il est plus difficile de se retrouver devant une telle… flexibilité&#8239;? Lorsqu’on envisage un commun sur ces 10&nbsp;prochaines années, comment trouver une stratégie maintenable qui s’inscrira dans la durée avec&nbsp;enthousiasme&#8239;?</p>
  643. <p>Ce qui est certain, c’est que l’approche de Tailwind ne me convient pas du&nbsp;tout.</p>
  644. <blockquote lang="en">
  645. <p>To keep up with the ever-evolving CSS standard Tailwind introduced another set of language literals. Over the years Tailwind has grown from a simple set of atoms to a <mark>vendor-specific</mark> language with expressions, operators, and method&nbsp;calls.</p>
  646. <p><cite><em><a data-link-domain="nuejs.org" href="https://nuejs.org/blog/tailwind-misinformation-engine/" hreflang=""
  647. title="Consultation de l’article">Tailwind marketing and misinformation engine</a>
  648. <a href="/david/cache/2024/44c12c8fbb59c7239f0f3b04bae189b7/" hreflang=""
  649. data-tippy data-description="The origins of Tailwind and how it is framed against semantic CSS"
  650. data-source="https://nuejs.org/blog/tailwind-misinformation-engine/"
  651. data-date="2024-02-18"
  652. data-favicon="https://nuejs.org/img/favicon.svg"
  653. data-domain="nuejs.org"
  654. ><svg xmlns="http://www.w3.org/2000/svg"
  655. width="24" height="24" viewBox="0 0 24 24" fill="none"
  656. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  657. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  658. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  659. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  660. </svg>
  661. <span class="sr-only">[archive]</span></a></em></cite></p>
  662. </blockquote>
  663. <a href="#hr-77" title="Lien vers cette section de la page"><hr id="hr-77" /></a>
  664. <blockquote lang="en">
  665. <p><em>File over app</em> is a philosophy: if you want to create digital artifacts that last, they must be files you can control, in formats that are easy to retrieve and read. <mark>Use tools that give you this&nbsp;freedom.</mark></p>
  666. <p><em>File over app</em> is an appeal to tool makers: accept that all software is ephemeral, and give people ownership over their&nbsp;data.</p>
  667. <p><cite><em><a data-link-domain="stephango.com" href="https://stephango.com/file-over-app" hreflang="en"
  668. title="Consultation de l’article (anglais)">File over app - Steph Ango</a>
  669. <a href="/david/cache/2024/20d288eb47779c4f1b3f36fb86aa7108/" hreflang="en"
  670. data-tippy data-description="If you want to create digital artifacts that last, they must be files you can control, in formats that are easy to retrieve and read. Use tools that give you..."
  671. data-source="https://stephango.com/file-over-app"
  672. data-date="2024-02-18"
  673. data-favicon="https://stephango.com/icon.svg"
  674. data-domain="stephango.com"
  675. ><svg xmlns="http://www.w3.org/2000/svg"
  676. width="24" height="24" viewBox="0 0 24 24" fill="none"
  677. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  678. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  679. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  680. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  681. </svg>
  682. <span class="sr-only">[archive]</span></a></em></cite></p>
  683. </blockquote>
  684. <a href="#hr-78" title="Lien vers cette section de la page"><hr id="hr-78" /></a>
  685. <blockquote lang="en">
  686. <p>Learn about the systems that already exist, and build on them rather than around them. If an existing system doesn’t do what you want, maybe the problem is in the design of your system, not that&nbsp;one.</p>
  687. <p>If you do build a new component, make sure it’s of general utility. Don’t build infrastructure that solves only the problems of your own&nbsp;team.</p>
  688. <p>It’s easy to build complexity. In the rush to launch, it’s quicker and easier to code than to redesign. <mark>But the costs accumulate and you lose in the long&nbsp;run.</mark></p>
  689. <p><cite><em><a data-link-domain="commandcenter.blogspot.com" href="https://commandcenter.blogspot.com/2023/12/simplicity.html" hreflang="en"
  690. title="Consultation de l’article (anglais)">command center: Simplicity</a>
  691. <a href="/david/cache/2024/6b26bff7f4772cf8fb78878ff4f9594f/" hreflang="en"
  692. data-tippy data-description="In May 2009, Google hosted an internal Design Wizardry panel, with talks by Jeff Dean,  Mike Burrows, Paul Haahr, Alfred Spector, Bill Cou..."
  693. data-source="https://commandcenter.blogspot.com/2023/12/simplicity.html"
  694. data-date="2024-02-18"
  695. data-favicon="https://commandcenter.blogspot.com/favicon.ico"
  696. data-domain="commandcenter.blogspot.com"
  697. ><svg xmlns="http://www.w3.org/2000/svg"
  698. width="24" height="24" viewBox="0 0 24 24" fill="none"
  699. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  700. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  701. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  702. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  703. </svg>
  704. <span class="sr-only">[archive]</span></a></em></cite></p>
  705. </blockquote>
  706. <nav>
  707. <p>
  708. <a href="/david/2024/commun/"
  709. title="Liste de tous les articles 2024 associés à cette étiquette"
  710. rel="tag">#commun</a>
  711. <a href="/david/2024/dependance/"
  712. title="Liste de tous les articles 2024 associés à cette étiquette"
  713. rel="tag">#dépendance</a>
  714. <a href="/david/2024/technique/"
  715. title="Liste de tous les articles 2024 associés à cette étiquette"
  716. rel="tag">#technique</a>
  717. <a href="/david/2024/#tags" title="Liste de toutes les étiquettes 2024">tous ?</a>
  718. </p>
  719. </nav>
  720. <h2>
  721. <a href="/david/2024/02/03/" title="Lien permanent vers cet article">Archives</a> <time datetime="2024-02-03">3 février 2024</time>
  722. </h2>
  723. <blockquote lang="en">
  724. <p>Google will no longer be keeping a backup of the entire Internet. Google Search’s “cached” links have long been an alternative way to load a website that was down or had changed, but now the company is killing them off. Google “Search Liaison” Danny Sullivan confirmed the feature removal in an X post, saying the feature “was meant for helping people access pages when way back, you often couldn’t depend on a page loading. These days, <mark>things have greatly improved.</mark> So, it was decided to retire&nbsp;it.”</p>
  725. <p><cite><em><a data-link-domain="arstechnica.com" href="https://arstechnica.com/gadgets/2024/02/google-search-kills-off-cached-webpages/" hreflang="en"
  726. title="Consultation de l’article (anglais)">Google will no longer back up the Internet: Cached webpages are dead</a>
  727. <a href="/david/cache/2024/75c7b6350ba18a5a11ee3bbf8b3b64be/" hreflang="en"
  728. data-tippy data-description="Google Search will no longer make site backups while crawling the web."
  729. data-source="https://arstechnica.com/gadgets/2024/02/google-search-kills-off-cached-webpages/"
  730. data-date="2024-02-03"
  731. data-favicon="https://cdn.arstechnica.net/wp-content/themes/ars/assets/img/material-ars-db41652381.png"
  732. data-domain="arstechnica.com"
  733. ><svg xmlns="http://www.w3.org/2000/svg"
  734. width="24" height="24" viewBox="0 0 24 24" fill="none"
  735. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  736. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  737. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  738. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  739. </svg>
  740. <span class="sr-only">[archive]</span></a></em></cite></p>
  741. </blockquote>
  742. <p><em>(rires)</em></p>
  743. <p>Forcément en lisant ça un samedi matin, j’étais immédiatement motivé pour améliorer la façon dont j’archive les liens par ici. À commencer par des méta-données qui permettraient d’avoir une prévisualisation des liens un peu&nbsp;enrichie.</p>
  744. <p>Je me dis que je ne dois pas être le seul à essayer d’extraire des informations des pages. Et j’en trouve pas mal&nbsp;: <a data-link-domain="github.com" href="https://github.com/gri38/hyperlink_preview">hyperlink_preview</a>, <a data-link-domain="github.com" href="https://github.com/scrapinghub/extruct">extruct</a> ou <a data-link-domain="github.com" href="https://github.com/seanbreckenridge/url_cache">url_cache</a> pour ne citer qu’eux. Cela me met sur la piste de <a data-link-domain="github.com" href="https://github.com/michaelhelmick/lassie">Lassie</a> qui semble extraire ce que j’aimerais avoir&nbsp;: une image ou favicon, potentiellement une description, ainsi qu’une langue. Jake Lazaroff m’avait <a href="/david/2024/02/01/#hr-60">depuis répondu</a> qu’il génère en fait ses vignettes au moment de la <a data-link-domain="gist.github.com" href="https://gist.github.com/jakelazaroff/36b9665efe02870576acfc033171d6bf">construction du site</a>. Je ne veux pas totalement suivre cette approche car je ne veux pas stocker d’images additionnelles mais je vais essayer d’avoir une solution&nbsp;hybride.</p>
  745. <p>Cela m’embête de plus en plus de coupler le générateur de site aux (méta-)données des archives. <em>À&nbsp;méditer.</em></p>
  746. <p>Pour ce qui est de l’interface, ça attendra un autre jour. J’ai tout de même ajouté des attributs <code>hreflang</code> et la bonne langue dans les pages d’archives, un truc qui me grattait depuis un bout de&nbsp;temps.</p>
  747. <a href="#hr-62" title="Lien vers cette section de la page"><hr id="hr-62" /></a>
  748. <p>Cela fait <a href="/david/2020/02/07/#sonos">bien longtemps</a> que je regrette d’avoir acheté des enceintes Sonos. Hier —&nbsp;encore une fois frustré par l’application proposée par défaut&nbsp;— je découvre <a data-link-domain="github.com" href="https://github.com/SoCo/SoCo">SoCo</a> ainsi que <a data-link-domain="github.com" href="https://github.com/avantrec/soco-cli">soco-cli</a> après quelques recherches. Je passe ensuite la soirée à batailler avec Automator pour pouvoir faire un clic-droit sur un dossier local et que ça me lise les fichiers FLAC qui sont&nbsp;dedans.</p>
  749. <p>J’arrive à la solution&nbsp;suivante&nbsp;:</p>
  750. <pre><code>on run {input, parameters}
  751. tell application &quot;Terminal&quot;
  752. do script &quot;cd ~/sonos &amp;&amp; sonos Chambre play_dir '&quot; &amp; (POSIX path of input) &amp; &quot;'&quot;
  753. end tell
  754. return input
  755. end run
  756. </code></pre>
  757. <p>Ce n’est pas très élégant et je n’ai pas réussi à faire en sorte que ça se lance dans iTerm mais au moins ça joue de la&nbsp;musique.</p>
  758. <a href="#hr-63" title="Lien vers cette section de la page"><hr id="hr-63" /></a>
  759. <blockquote lang="en">
  760. <p><strong>drab</strong> focuses on providing JavaScript functionality where it’s most useful. Many of the elements are helpful wrappers <mark>around browser APIs.</mark> Here are some of the features of the&nbsp;library.</p>
  761. <p><cite><em><a data-link-domain="drab.robino.dev" href="https://drab.robino.dev/" hreflang="en"
  762. title="Consultation de l’article (anglais)">drab - A Headless Custom Element Library</a>
  763. <a href="/david/cache/2024/2a1235215c277ebb8a0e9acb7ffd91e0/" hreflang="en"
  764. data-tippy data-description="A headless custom element library."
  765. data-source="https://drab.robino.dev/"
  766. data-date="2024-02-03"
  767. data-favicon="https://drab.robino.dev/favicon.svg"
  768. data-domain="drab.robino.dev"
  769. ><svg xmlns="http://www.w3.org/2000/svg"
  770. width="24" height="24" viewBox="0 0 24 24" fill="none"
  771. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  772. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  773. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  774. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  775. </svg>
  776. <span class="sr-only">[archive]</span></a></em></cite></p>
  777. </blockquote>
  778. <p>Le futur qui se dessine à ce sujet est <em>très</em> stimulant. Cela fait 15&nbsp;ans qu’il y a une production de masse de code JS qui n’est ni réutilisable, ni interopérable. J’ai bon espoir que ce soit en train de&nbsp;changer.</p>
  779. <a href="#hr-64" title="Lien vers cette section de la page"><hr id="hr-64" /></a>
  780. <blockquote lang="en">
  781. <p>When trying to defend this, economists typically claim that we have unlimited desire for new stuff. Apparently, rather than dedicating the time gains from technology to leisure, we pour it into making more stuff for ourselves. This is bogus. People do have a limited desire for new things, because dedicating yourself to endless production (and consumption) comes at the expense of hanging out with your family, friends and pets, or doing stuff like walking in the wilderness or surfing the waves. What people actually desire is a balance of many things, but <mark>the system we’re stuck in has unlimited desire for one direction only.</mark> That’s because it’s a vortex unleashed by humans who no longer know how to stop&nbsp;it.</p>
  782. <p><cite><em><a data-link-domain="brettscott.substack.com" href="https://brettscott.substack.com/p/tech-doesnt-make-our-lives-easier" hreflang="en"
  783. title="Consultation de l’article (anglais)">Tech doesn’t make our lives easier. It makes them faster</a>
  784. <a href="/david/cache/2024/9750840b448f07a2f2594bb25da23836/" hreflang="en"
  785. data-tippy data-description="Supposedly technologies like AI and digital payments make our lives easier. In reality convenience is an illusion used to sell us automation-driven acceleration"
  786. data-source="https://brettscott.substack.com/p/tech-doesnt-make-our-lives-easier"
  787. data-date="2024-02-03"
  788. 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%2Fd3d5b3dd-9c2b-4f8c-a2b7-f39933be1d53%2Ffavicon-16x16.png"
  789. data-domain="brettscott.substack.com"
  790. ><svg xmlns="http://www.w3.org/2000/svg"
  791. width="24" height="24" viewBox="0 0 24 24" fill="none"
  792. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  793. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  794. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  795. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  796. </svg>
  797. <span class="sr-only">[archive]</span></a></em></cite></p>
  798. </blockquote>
  799. <p>Un bon article à lire après 24h de galères&nbsp;techniques&nbsp;😅.</p>
  800. <nav>
  801. <p>
  802. <a href="/david/2024/dependance/"
  803. title="Liste de tous les articles 2024 associés à cette étiquette"
  804. rel="tag">#dépendance</a>
  805. <a href="/david/2024/opensource/"
  806. title="Liste de tous les articles 2024 associés à cette étiquette"
  807. rel="tag">#opensource</a>
  808. <a href="/david/2024/technique/"
  809. title="Liste de tous les articles 2024 associés à cette étiquette"
  810. rel="tag">#technique</a>
  811. <a href="/david/2024/#tags" title="Liste de toutes les étiquettes 2024">tous ?</a>
  812. </p>
  813. </nav>
  814. <h2>
  815. <a href="/david/2024/01/20/" title="Lien permanent vers cet article">Extinction</a> <time datetime="2024-01-20">20 janvier 2024</time>
  816. </h2>
  817. <blockquote lang="en">
  818. <p>So where have all the websites gone? Well, the people who make them have all gone to war for the capitalist machine. They grew up and got jobs. A natural part of growing up. Silos came and plucked their voices. Invasive memes and short form content grew in their place. Hustle overtook leisure. Harassment overtook openness. Influence overtook creativity. An economy of interestingness replaced by one of followers, likes, and engagement&nbsp;metrics.</p>
  819. <p>One important thing to note; <mark>websites aren’t extinct.</mark> In fact, you’re on one now! Uploading your own words is ancient technology but still&nbsp;works.</p>
  820. <p><cite><em><a data-link-domain="daverupert.com" href="https://daverupert.com/2024/01/where-have-all-the-websites-gone/" hreflang="en"
  821. title="Consultation de l’article (anglais)">Where have all the flowers gone?</a>
  822. <a href="/david/cache/2024/7136e0810bfa42c4a9ca798a55cd2d53/" hreflang="en"
  823. data-tippy data-description="A post from Jason Velazquez called “Where have all the websites gone?” crossed my socials. It’s a good lament about the dearth of interesting content on the internet and how we’re stuck in the same boring content silos."
  824. data-source="https://daverupert.com/2024/01/where-have-all-the-websites-gone/"
  825. data-date="2024-01-19"
  826. data-favicon="https://daverupert.com/favicon.ico"
  827. data-domain="daverupert.com"
  828. ><svg xmlns="http://www.w3.org/2000/svg"
  829. width="24" height="24" viewBox="0 0 24 24" fill="none"
  830. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  831. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  832. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  833. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  834. </svg>
  835. <span class="sr-only">[archive]</span></a></em></cite></p>
  836. </blockquote>
  837. <p>En réponse à <q lang="en"><a data-link-domain="fromjason.xyz" href="https://www.fromjason.xyz/p/notebook/where-have-all-the-websites-gone/" hreflang="en"
  838. title="Consultation de l’article (anglais)">Where have all the websites gone?</a>
  839. <a href="/david/cache/2024/c3272392d462da90874d32841e5caac8/" hreflang="en"
  840. data-tippy data-description="It feels like all the cool websites from the late 2000s are gone. But maybe we are looking at this the wrong way. Maybe it is us who vanished."
  841. data-source="https://www.fromjason.xyz/p/notebook/where-have-all-the-websites-gone/"
  842. data-date="2024-01-09"
  843. data-favicon="https://www.fromjason.xyz/img/favicon.png"
  844. data-domain="fromjason.xyz"
  845. ><svg xmlns="http://www.w3.org/2000/svg"
  846. width="24" height="24" viewBox="0 0 24 24" fill="none"
  847. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  848. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  849. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  850. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  851. </svg>
  852. <span class="sr-only">[archive]</span></a></q> que j’ai <a href="/david/2024/01/10/#hr-24">déjà cité</a>. Peut-être que la capacité à publier est toujours là mais que nous avons <a href="/david/2024/01/12/#hr-27">trop changé</a> pour être capables de perdurer dans cette pratique. 2024&nbsp;pourrait me faire mentir car je vois une certaine effervescence dans mon agrégateur. On va bien voir si ça dure. On va bien voir si <em>je</em>&nbsp;dure.</p>
  853. <p><em>Guidé par le besoin, je suis en train d’automatiser des ancres sur mes <code>&lt;hr&gt;</code>, fausse bonne idée&#8239;? En affinant un peu le style ça me convient pour&nbsp;l’instant.</em></p>
  854. <a href="#hr-40" title="Lien vers cette section de la page"><hr id="hr-40" /></a>
  855. <blockquote>
  856. <p>public-inbox implements the sharing of an email inbox via git to complement or replace traditional mailing lists. Readers may read via NNTP, IMAP, POP3, Atom feeds or HTML&nbsp;archives.</p>
  857. <p>public-inbox spawned around three main&nbsp;ideas:</p>
  858. <ul>
  859. <li>Publicly accessible and archived communication is essential to Free Software&nbsp;development.</li>
  860. <li>Contributing to Free Software projects should not require the use of non-Free services or&nbsp;software.</li>
  861. <li><mark>Graphical user interfaces should not be required for text-based communication.</mark> Users may have broken graphics drivers, limited eyesight, or be unable to afford modern&nbsp;hardware.</li>
  862. </ul>
  863. <p>public-inbox aims to be easy-to-deploy and manage; encouraging projects to run their own instances with minimal&nbsp;overhead.</p>
  864. <p><cite><em><a data-link-domain="public-inbox.org" href="https://public-inbox.org/README.html" hreflang="en"
  865. title="Consultation de l’article (anglais)">public-inbox - an &quot;archives first&quot; approach to mailing lists</a>
  866. <a href="/david/cache/2024/30b40ff8034212e070dc7daf2b9406e9/" hreflang="en"
  867. data-tippy data-description="public-inbox implements the sharing of an email inbox via git to complement or replace traditional mailing lists. Readers may read via NNTP, IMAP, POP3, Atom feeds or HTML archives."
  868. data-source="https://public-inbox.org/README.html"
  869. data-date="2024-01-19"
  870. data-favicon="https://public-inbox.org/favicon.ico"
  871. data-domain="public-inbox.org"
  872. ><svg xmlns="http://www.w3.org/2000/svg"
  873. width="24" height="24" viewBox="0 0 24 24" fill="none"
  874. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  875. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  876. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  877. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  878. </svg>
  879. <span class="sr-only">[archive]</span></a></em></cite></p>
  880. </blockquote>
  881. <p>D’une certaine manière, l’<a data-link-domain="github.com" href="https://github.com/jgm/pandoc/issues/9250">extinction de voix des un·es</a> fait mon bonheur de découverte aujourd’hui. J’espère que le réflexe ne sera pas de passer de <em>Google Groups</em> à <em>Microsoft Github Discussions</em> par&nbsp;commodité.</p>
  882. <a href="#hr-41" title="Lien vers cette section de la page"><hr id="hr-41" /></a>
  883. <blockquote>
  884. <p>… ça veut dire qu’en vrai, les droits humains, tu t’en fiches pas&nbsp;mal.</p>
  885. <p>Et que tu es juste <mark>un peu raciste</mark>.</p>
  886. <p><cite><em><a data-link-domain="emmaclit.com" href="https://emmaclit.com/2024/01/19/culture-froncaise/">Culture&nbsp;fronçaise</a></em></cite></p>
  887. </blockquote>
  888. <p>Voilà.</p>
  889. <a href="#hr-42" title="Lien vers cette section de la page"><hr id="hr-42" /></a>
  890. <figure>
  891. <a href="/static/david/2024/2024-01-19-ski-de-fond-nocturne.jpg"
  892. title="Cliquer pour une version haute résolution">
  893. <img
  894. src="/static/david/2024/2024-01-19-ski-de-fond-nocturne.jpg"
  895. width="3024" height="3024"
  896. srcset="/static/david/2024/2024-01-19-ski-de-fond-nocturne.jpg 3024w, /static/david/2024/2024-01-19-ski-de-fond-nocturne_660x440.jpg 660w, /static/david/2024/2024-01-19-ski-de-fond-nocturne_990x660.jpg 990w, /static/david/2024/2024-01-19-ski-de-fond-nocturne_1320x880.jpg 1320w"
  897. sizes="min(100vw, calc(100vh * 3024 / 3024))"
  898. loading="lazy"
  899. decoding="async"
  900. alt="Un enfant de dos dans des traces de ski de fond classique à la tombée du jour">
  901. </a>
  902. <figcaption>-16°C, rien de mieux pour démarrer une fin de semaine qu’une sortie ski dans notre jardin après&nbsp;l’école.</figcaption>
  903. </figure>
  904. <p>Cette photo est floue, c’est devenu tellement rare avec un téléphone (<em>OK&nbsp;Boomer</em>&nbsp;:p). Les couleurs étaient superbes et une fois les mains réchauffées c’était une ambiance très agréable. On n’a pas croisé grand monde. La rééducation active continue tranquillement son&nbsp;chemin.</p>
  905. <nav>
  906. <p>
  907. <a href="/david/2024/dependance/"
  908. title="Liste de tous les articles 2024 associés à cette étiquette"
  909. rel="tag">#dépendance</a>
  910. <a href="/david/2024/evolution/"
  911. title="Liste de tous les articles 2024 associés à cette étiquette"
  912. rel="tag">#évolution</a>
  913. <a href="/david/2024/parentalite/"
  914. title="Liste de tous les articles 2024 associés à cette étiquette"
  915. rel="tag">#parentalité</a>
  916. <a href="/david/2024/#tags" title="Liste de toutes les étiquettes 2024">tous ?</a>
  917. </p>
  918. </nav>
  919. <form action="/david/recherche/" method="get">
  920. <fieldset>
  921. <legend>Recherche</legend>
  922. <label for="input-search">Termes de votre recherche :</label>
  923. <input id="input-search" type="search" name="s" aria-describedby="indexation-infos" required>
  924. <input type="submit" value="Chercher">
  925. <p id="indexation-infos">
  926. <small>
  927. Seuls les contenus de ces 8 dernières années sont indexés.
  928. </small>
  929. </p>
  930. </fieldset>
  931. </form>
  932. <aside>
  933. <theme-toggle></theme-toggle>
  934. </aside>
  935. </article>
  936. <hr>
  937. <footer>
  938. <p>
  939. <a href="/david/" title="Aller à l’accueil">Accueil</a>
  940. <a href="/david/log/" title="Accès au flux RSS">Suivre</a>
  941. <a href="http://larlet.com"
  942. title="Go to my English profile"
  943. data-instant>Pro</a>
  944. <a href="mailto:david%40larlet.fr" title="Envoyer un courriel">Email</a>
  945. <abbr title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340">Légal</abbr>
  946. </p>
  947. <template id="theme-selector">
  948. <form>
  949. <style type="text/css">
  950. fieldset div {
  951. text-align: center;
  952. }
  953. </style>
  954. <fieldset>
  955. <legend>Thème</legend>
  956. <div>
  957. <label>
  958. <input type="radio" value="auto" name="chosen-color-scheme" checked>
  959. Auto
  960. </label>
  961. <label>
  962. <input type="radio" value="dark" name="chosen-color-scheme">
  963. Foncé
  964. </label>
  965. <label>
  966. <input type="radio" value="light" name="chosen-color-scheme">
  967. Clair
  968. </label>
  969. </div>
  970. </fieldset>
  971. </form>
  972. </template>
  973. </footer>
  974. <script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
  975. <script>
  976. class ThemeToggle extends HTMLElement {
  977. constructor() {
  978. super()
  979. const themeSelectorTemplate = document.querySelector('#theme-selector')
  980. const form = themeSelectorTemplate.content.firstElementChild
  981. this.attachShadow({ mode: 'open' })
  982. this.shadowRoot.appendChild(form.cloneNode(true))
  983. }
  984. connectedCallback() {
  985. const form = this.shadowRoot.querySelector('form')
  986. form.addEventListener('change', (e) => {
  987. const chosenColorScheme = e.target.value
  988. localStorage.setItem('theme', chosenColorScheme)
  989. toggleTheme(chosenColorScheme)
  990. })
  991. const selectedTheme = localStorage.getItem('theme')
  992. if (selectedTheme && selectedTheme !== 'undefined') {
  993. form.querySelector(`[value="${selectedTheme}"]`).checked = true
  994. }
  995. }
  996. }
  997. const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
  998. window.addEventListener('load', () => {
  999. let colorsLayer = undefined
  1000. let hasDarkRules = false
  1001. for (const styleSheet of Array.from(document.styleSheets)) {
  1002. let mediaRules = []
  1003. for (const layerRule of styleSheet.cssRules) {
  1004. if (!(layerRule instanceof CSSLayerBlockRule)) {
  1005. continue
  1006. }
  1007. if (layerRule.name === 'colors') {
  1008. colorsLayer = layerRule
  1009. }
  1010. for (const cssRule of layerRule.cssRules) {
  1011. if (cssRule.type !== CSSRule.MEDIA_RULE) {
  1012. continue
  1013. }
  1014. // WARNING: Safari does not have/supports `conditionText`.
  1015. if (cssRule.conditionText) {
  1016. if (cssRule.conditionText !== prefersColorSchemeDark) {
  1017. continue
  1018. }
  1019. } else {
  1020. if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
  1021. continue
  1022. }
  1023. }
  1024. mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
  1025. }
  1026. }
  1027. // WARNING: do not try to insert a Rule to a styleSheet you are
  1028. // currently iterating on, otherwise the browser will be stuck
  1029. // in a infinite loop…
  1030. for (const mediaRule of mediaRules) {
  1031. // Safari requires the `0` second parameter (even if default).
  1032. colorsLayer.insertRule(mediaRule.cssText, 0)
  1033. hasDarkRules = true
  1034. }
  1035. }
  1036. if (hasDarkRules) {
  1037. if ('customElements' in window && !customElements.get('theme-toggle')) {
  1038. customElements.define('theme-toggle', ThemeToggle)
  1039. }
  1040. }
  1041. })
  1042. </script>
  1043. </body>
  1044. </html>