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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  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>Tag #complexité — David Larlet</title>
  13. <meta name="description" content="Publications relatives au tag #complexité">
  14. <!-- That good ol' feed, subscribe :). -->
  15. <link rel="alternate" type="application/atom+xml" title="Feed" href="/david/log/">
  16. <!-- Generated from https://realfavicongenerator.net/ such a mess. -->
  17. <link rel="apple-touch-icon" sizes="180x180" href="/static/david/icons2/apple-touch-icon.png">
  18. <link rel="icon" type="image/png" sizes="32x32" href="/static/david/icons2/favicon-32x32.png">
  19. <link rel="icon" type="image/png" sizes="16x16" href="/static/david/icons2/favicon-16x16.png">
  20. <link rel="manifest" href="/static/david/icons2/site.webmanifest">
  21. <link rel="mask-icon" href="/static/david/icons2/safari-pinned-tab.svg" color="#07486c">
  22. <link rel="shortcut icon" href="/static/david/icons2/favicon.ico">
  23. <meta name="msapplication-TileColor" content="#f7f7f7">
  24. <meta name="msapplication-config" content="/static/david/icons2/browserconfig.xml">
  25. <meta name="theme-color" content="#f7f7f7" media="(prefers-color-scheme: light)">
  26. <meta name="theme-color" content="#272727" media="(prefers-color-scheme: dark)">
  27. <!-- Documented, feel free to shoot an email. -->
  28. <link rel="stylesheet" href="/static/david/css/style_2021-01-20.css">
  29. <!-- See https://www.zachleat.com/web/comprehensive-webfonts/ for the trade-off. -->
  30. <link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin>
  31. <link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin>
  32. <link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin>
  33. <link rel="preload" href="/static/david/css/fonts/triplicate_t3_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
  34. <link rel="preload" href="/static/david/css/fonts/triplicate_t3_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
  35. <link rel="preload" href="/static/david/css/fonts/triplicate_t3_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
  36. <script>
  37. function toggleTheme(themeName) {
  38. document.documentElement.classList.toggle(
  39. 'forced-dark',
  40. themeName === 'dark'
  41. )
  42. document.documentElement.classList.toggle(
  43. 'forced-light',
  44. themeName === 'light'
  45. )
  46. }
  47. const selectedTheme = localStorage.getItem('theme')
  48. if (selectedTheme !== 'undefined') {
  49. toggleTheme(selectedTheme)
  50. }
  51. </script>
  52. <style type="text/css">
  53. details[open] summary {
  54. display: none;
  55. }
  56. </style>
  57. <body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick" data-instant-intensity="viewport-all">
  58. <header>
  59. <h1>Publications relatives au tag #complexité</h1>
  60. </header>
  61. <nav>
  62. <p class="center">
  63. <a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
  64. <use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-home"></use>
  65. </svg> Accueil</a>
  66. • <a rel="tags" href="/david/#tags-2023" title="Liste de toutes les étiquettes"><svg class="icon icon-tags">
  67. <use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-tags"></use>
  68. </svg> Étiquettes</a>
  69. </p>
  70. </nav>
  71. <hr>
  72. <main>
  73. <p>Les plus récentes en premier, les 3 premières sont dépliées et ensuite c’est à la demande, bonne exploration !</p>
  74. <h2><a href="/david/2023/05/05/" title="Lien permanent vers cet article">AÏe</a> (2023-05-05)</h2>
  75. <blockquote>
  76. <p>Honestly, at this point using ChatGPT in the way that I do feels like a massively unfair competitive advantage. I’m not worried about AI taking people’s jobs: <mark>I’m worried about the impact of AI-enhanced developers like&nbsp;myself.</mark></p>
  77. <p>It genuinely feels unethical for me <em>not</em> to help other people learn to use these tools as effectively as possible. I want everyone to be able to do what I can do with them, as safely and responsibly as&nbsp;possible.</p>
  78. <p>I think the message we should be emphasizing is&nbsp;this:</p>
  79. <p><strong>These are incredibly powerful tools. They are far harder to use effectively than they first appear. Invest the effort, but approach with caution: we accidentally invented computers that can lie to us and we can’t figure out how to make them&nbsp;stop.</strong></p>
  80. <p><cite><em><a href="https://simonwillison.net/2023/Apr/7/chatgpt-lies/">We need to tell people ChatGPT will lie to them, not debate linguistics</a></em>&nbsp;(<a href="/david/cache/2023/452be27c5cc8a4b9824d1d7e005546c6/">cache</a>)</cite></p>
  81. </blockquote>
  82. <p><em>Je ne voulais pas trop réagir à chaud sur ce sujet. Aussi, je n’ai pas encore testé tout cela pour de vrai donc tout ce qui suit ne sont que les ruminations d’un vieux mi-Cassandre, mi-raison.</em></p>
  83. <p>Quand je regarde les <a href="https://gist.github.com/simonw/66918b6cde1f87bf4fc883c67735195d">expériences</a> de Simon Willison, je compare de plus en plus ces aides pour dévelopeur·euses à un StackOverflow amélioré. Peut-être que ça ne fait qu’accroitre les inégalités entre les personnes expérimentées et celles qui ne le sont pas. À moins que ça ne puisse être qu’une réflexion de personne expérimentée. Difficile de me prononcer mais je doute que cet outil permette de réduire ce&nbsp;fossé.</p>
  84. <p>Bien sûr, ça donne tout de suite envie de <a href="https://lethain.com/openai-exploration/">faire</a>&nbsp;(<a href="/david/cache/2023/4a485034e94dc6123a624e8a589e8dac/">cache</a>) des <a href="http://dataholic.ca/2023/04/05/gpt-assistant-vocal/">trucs</a>&nbsp;(<a href="/david/cache/2023/08f83e8893cad4d5a2eb6a560f73dd65/">cache</a>) plutôt <a href="https://www.lukew.com/ff/entry.asp?2008">fun</a>&nbsp;(<a href="/david/cache/2023/dc43f3c837d95313ac7317e10349511e/">cache</a>) avec. Pour ma part, ça me démotive de publier des choses qui vont venir alimenter la machine. Dans une telle proportion d’analyse, chaque réaction à un article ne fait qu’enrichir sa compréhension, chaque texte alternatif à une image ne fait qu’entraîner un générateur, chaque ligne de code sur une forge publique permet d’améliorer un algorithme potentiellement destructeur, chaque étiquette attribuée contribue à confirmer un biais. Les producteurs ont le pouvoir d’orienter un algorithme qui se nourrit de ces productions, d’une certaine manière les vainqueurs racontent déjà l’histoire qu’écrira la génération suivante. Tout change… sans vraiment&nbsp;changer.</p>
  85. <p>Peut-être que, comme pour les échecs, cette aide contribuera à faire monter le niveau général et permettra de s’entraîner contre/avec la machine. Regardant beaucoup de parties commentées en direct, la jauge mise à jour en temps réel nous donne peut-être un aperçu des évaluations futures ou même des recrutements. J’imagine que ça pourrait devenir très pertinent pour générer des tests unitaires, voire de sécurité, sur un code&nbsp;produit.</p>
  86. <p>En creux, il est un peu fou de constater que tout ce qui est publiquement et gratuitement accessible est en train d’être exploité pour le profit de quelques uns sans aucun respect des souhaits des auteur·ices sur ces contenus. Une forme de colonisation dont je prends conscience probablement car je suis —&nbsp;pour une fois&nbsp;— du mauvais côté de la frontière, aussi numérique&nbsp;soit-elle.</p>
  87. <blockquote>
  88. <p>👴 Based on our findings, if Copilot is used by expert developers in software projects, it can become an asset since its suggestions could be comparable to humans’ contributions in terms of quality. However, Copilot can become a liability <mark>if it is used by novice developers who may fail to filter</mark> its buggy or non-optimal solutions due to a lack of&nbsp;expertise.</p>
  89. <p><cite><em><a href="https://www.sciencedirect.com/science/article/abs/pii/S0164121223001292">GitHub Copilot AI pair programmer: Asset or Liability?</a></em>&nbsp;(<a href="/david/cache/2023/6eef954bc8dd84322cf19ab38caf2ee3/">cache</a>)</cite></p>
  90. </blockquote>
  91. <blockquote>
  92. <p>✍️ Personal notes (for meetings, books, and coding) seems the most promising but I don’t think AI can do this for me either. When I take notes, I’m only interested in writing out the stuff that matters to me. Every book I read has a hundred summaries on the internet, each more detailed and comprehensive than mine, but I still take book notes because I want to remember what impacted me. Even if an AI knew what those things were, <mark>delegating that work would defeat the&nbsp;purpose.</mark></p>
  93. <p><cite><em><a href="https://www.bryanbraun.com/2023/04/14/ais-can-write-for-us-but-will-we-want-them-to/">AIs can write for us but will we actually want them to?</a></em>&nbsp;(<a href="/david/cache/2023/89aa5bbfeaa7c8f2411980f99801359c/">cache</a>)</cite></p>
  94. </blockquote>
  95. <blockquote>
  96. <p>😔 It’s astonishing to me how little people have learned about trusting centralized entities with huge amounts of power in their lives. <mark>LLMs are a fundamentally centralized phenomenon</mark> — they take a huge amount of human and computer time to make, and are thus only accessible to enormous institutions. I don’t understand if people are simply blind to these power relations, or if they don’t&nbsp;care.</p>
  97. <p><cite><em><a href="https://notebook.wesleyac.com/gpt-ugh/">Scattered ChatGPT thoughts</a></em>&nbsp;(<a href="/david/cache/2023/d1545c8cf9387ad9b0c98020c7ccfe61/">cache</a>)</cite></p>
  98. </blockquote>
  99. <blockquote>
  100. <p>🤔 Where does this all land? I’m moderately optimistic about&nbsp;AI.</p>
  101. <p>But I think the thing that excites a lot of people about it is the reorganization, the shift, the reward for opportunism. Navigating that change in market opportunity and being there is its own reward to a lot of people. And it should be: this is the essence of progress in an industrialized society. The relationships, the strategy, matters much more to many people than craft or art: what goes into the production of a thing is just a variable to be&nbsp;minimized.</p>
  102. <p><mark>How people feel about AI has a lot to do with how they think society should be structured,</mark> what makes work valuable, and what they truly enjoy&nbsp;doing.</p>
  103. <p><cite><em><a href="https://macwright.com/2023/04/15/ai.html">The one about AI</a></em>&nbsp;(<a href="/david/cache/2023/ccb1821caf1a27ed2a2e9a92a26d0b65/">cache</a>)</cite></p>
  104. </blockquote>
  105. <blockquote>
  106. <p>💦 Large Language Models are something lesser. <mark>They are water running down pathways etched into the ground over centuries by the rivers of human culture.</mark> Their originality comes entirely from random combinations of historical thought. They do not know the ‘meaning’ of anything—they only know the records humans find meaningful enough to store.[19] Their unreliability comes from their unpredictable behaviour in novel circumstances. When there is no riverbed to follow, they drown the surrounding&nbsp;landscape.</p>
  107. <p><cite><em><a href="https://softwarecrisis.dev/letters/ai-bird-brains-silicon-valley/">Artificial General Intelligence and the bird brains of Silicon Valley</a></em>&nbsp;(<a href="/david/cache/2023/f23d043d8e99f2af5fcf1b970f98744a/">cache</a>)</cite></p>
  108. </blockquote>
  109. <blockquote>
  110. <p>🧊 Depending on the energy source used for training and its carbon intensity, training a 2022-era <mark>LLM emits at least 25&nbsp;metric tons of carbon</mark> equivalents if you use renewable energy, as we did for the BLOOM model. If you use carbon-intensive energy sources like coal and natural gas, which was the case for GPT-3, this number quickly goes up to 500&nbsp;metric tons of carbon emissions, roughly equivalent to over a million miles driven by an average gasoline-powered&nbsp;car.</p>
  111. <p>And this calculation doesn’t consider the manufacturing of the hardware used for training the models, nor the emissions incurred when LLMs are deployed in the real&nbsp;world.</p>
  112. <p><cite><em><a href="https://arstechnica.com/gadgets/2023/04/generative-ai-is-cool-but-lets-not-forget-its-human-and-environmental-costs/">The mounting human and environmental costs of generative AI</a></em>&nbsp;(<a href="/david/cache/2023/230f8f7224199132de4ce030458536de/">cache</a>)</cite></p>
  113. </blockquote>
  114. <blockquote>
  115. <p>🪵 Enseignez le code sans&nbsp;ordinateur</p>
  116. <p>CODE EN BOIS est un système innovant et écologique qui permet d’initier à la programmation en manipulant des briques d’instructions en bois. La seule question qu’on se pose, c’est «&nbsp;pourquoi ça n’existait pas&nbsp;avant&#8239;?&nbsp;»</p>
  117. <p><cite><a href="https://codeenbois.fr/">CODE EN&nbsp;BOIS</a></cite></p>
  118. </blockquote>
  119. <blockquote>
  120. <p>🌌 J’ai ressenti l’impulsion après qu’une amie a demandé à la cantonade “ma fille voudrait aller voir les aurores boréales, mais ma famille ne prend plus l’avion, vous pensez que c’est possible en train&#8239;?”. <mark>Ça doit être possible, je me suis dit, mais compliqué à organiser.</mark> Et puis j’ai regardé les cartes, les zones de visibilité des aurores, les meilleures périodes de l’année pour les voir, la météo scandinave, les prédictions d’activité solaire… en fait, c’est bien plus accessible que je ne le pensais. Et si j’y&nbsp;allais&#8239;?</p>
  121. <p><cite><em><a href="https://blog.professeurjoachim.com/billet/2023-03-31-aller-voir-les-aurores-boreales-en-train">Aller voir les aurores boréales en train</a></em>&nbsp;(<a href="/david/cache/2023/096a44a83d8d3f2bdfd21e3d378e4719/">cache</a>)</cite></p>
  122. </blockquote>
  123. <h2><a href="/david/2023/02/08/" title="Lien permanent vers cet article">TextcAIst</a> (2023-02-08)</h2>
  124. <blockquote lang="en">
  125. <p>Still… this is amazing. If I have learned anything from this journey, it’s that the ability to generate high-quality, <mark>readable transcripts from podcast audio is going to be here soon.</mark> It’s not quite here yet—Whisper has quirks that make it better for searchable transcripts than actual reading, and it doesn’t identify speakers—but it’s perilously close&nbsp;now.</p>
  126. <p><cite><em><a href="https://sixcolors.com/post/2023/02/automating-podcast-transcripts-on-my-mac-with-openai-whisper/">Automating podcast transcripts on my Mac with OpenAI Whisper</a></em>&nbsp;(<a href="/david/cache/2023/eebbf1a999fdf5c8aa80b65eccd9c48a/">cache</a>)</cite></p>
  127. </blockquote>
  128. <p>Suite des <a href="/david/2021/01/18/">mes recherches</a> pour pallier mon manque d’attention uniquement auditive (qui me prive des <em>podcasts</em>/balados). Je n’avais pas du tout exploré ni même envisagé la piste de l’Intelligence Artificielle mais c’est peut-être prometteur pour un affinage en post-traitement vu que ça a le vent en&nbsp;poupe&#8239;!</p>
  129. <p>En allant plus loin, ça pourrait potentiellement même m’en faire un&nbsp;résumé…</p>
  130. <hr />
  131. <blockquote lang="en">
  132. <p>🎥 Alongside Cameron’s recent comments, discussions on representation and “blue face” controversies have resurfaced. “Blue face” is the practice of taking creative liberties to hybridize various indigenous groups and make their own race then have non-Indigenous actors play them. <mark>Various groups across the globe have called for a boycott of the new film.</mark> At the very least, it makes sense to draw attention to the excellent films actually produced and created by Indigenous&nbsp;people.</p>
  133. <p><cite><em><a href="https://www.cbr.com/better-movies-than-camerons-avatar-2-inigenous-creators/">10&nbsp;Films By Indigenous Filmmakers To Watch Instead Of Avatar: The Way Of Water</a></em>&nbsp;(<a href="/david/cache/2023/98a93dedbf2eb7665680ec6b1bb31e8c/">cache</a>)</cite></p>
  134. </blockquote>
  135. <blockquote>
  136. <p>🌱 En restant sur un thème de rythme de la nature, et du fait que <mark>ce rythme ne s’applique pas au web,</mark> j’ai eu envie d’insérer un autre témoin du temps qui passe. Là, il ne sera pas lié à mon entretien de cet espace web mais plutôt au jour de&nbsp;l’année.</p>
  137. <p><cite><em><a href="https://blog.professeurjoachim.com/billet/2023-01-05-exercices-de-feuille-de-styles">Exercices (de feuille) de styles</a></em>&nbsp;(<a href="/david/cache/2023/c45d25b1d1062fcf10fbf7caaf9e21b1/">cache</a>)</cite></p>
  138. </blockquote>
  139. <blockquote>
  140. <p>🔋 Quand ils ont fait les barrages, ils ne nous ont pas écoutés, quand ils ont fait des coupes forestières au point de faire fuir l’orignal et le caribou dans certaines régions, ils ne nous ont pas écoutés, <mark>et maintenant, ils veulent extraire du lithium</mark> et d’autres&nbsp;métaux</p>
  141. <p><cite><em><a href="https://www.ledevoir.com/societe/780738/lithium-et-mineraux-critiques-lithium-et-mineraux-critiques-le-combat-d-une-mere-crie-de-8-enfants">Lithium et minéraux critiques&nbsp;: le combat d’une mère crie de huit enfants</a></em>&nbsp;(<a href="/david/cache/2023/a0d209f5273c7d9f984f78773fa089f2/">cache</a>)</cite></p>
  142. </blockquote>
  143. <h2><a href="/david/2023/01/31/" title="Lien permanent vers cet article">Ennui</a> (2023-01-31)</h2>
  144. <blockquote lang="en">
  145. <p>There’s a quote from a writer that has rattled around in my head for years (although I have never been able to source it, leading me to wonder if I accidentally made it up), but it went something like, “I only need a half hour a day to write. But I have to wait around an awful long time for that half hour to show up.” I think about this all the time—that the actual amount of time spent in doing something creative (writing, designing, making music, whathaveyou) is often buffered by hours and hours on either side by real—sometimes pleasant, sometimes&nbsp;infuriating—boredom.</p>
  146. <p>[…] That is, not merely an absence of doing, but a not-doing so complete it doesn’t stimulate, and it doesn’t heal. It merely waits—patiently or otherwise—for an arrival. <mark>I fear we have forgotten how to&nbsp;wait.</mark></p>
  147. <p><cite><em><a href="https://aworkinglibrary.com/writing/tolerance-for-boredom">Tolerance for boredom</a></em>&nbsp;(<a href="/david/cache/2023/ae079737f65e55da1d7a672b3a685b46/">cache</a>)</cite></p>
  148. </blockquote>
  149. <p>C’est l’une des choses que je trouve être la plus difficile à transmettre en tant que parent. Accepter que l’on a du temps devant soi et qu’il est possible et sain de ne «&nbsp;rien faire&nbsp;» pendant une période plus ou moins longue. Ce qui est complexe, c’est cet apprentissage de l’alternance entre des périodes d’activités <em>intentionnelles</em> et celles qui sont induites par ce qui semble être —&nbsp;à première vue&nbsp;— de&nbsp;l’inactivité.</p>
  150. <p>Compenser de l’hyper-activité par de la sur-activité est une voie qui semble naturelle mais qui ne <em>me</em> parait pas être soutenable et/ou enviable sur du long&nbsp;terme.</p>
  151. <p>La difficulté vient peut-être du fait qu’il n’est pas facile de montrer l’ennui à partir du moment où la demande d’attention (externe) vient interrompre de fait cette&nbsp;période…</p>
  152. <hr />
  153. <p>Pensée du&nbsp;jour&nbsp;:</p>
  154. <blockquote>
  155. <p>Ce monde sera plus terne lorsqu’il n’y aura plus de&nbsp;neige.</p>
  156. </blockquote>
  157. <hr />
  158. <blockquote lang="en">
  159. <p>His wildly popular “Last Child in the Woods: Saving Our Children From Nature-Deficit Disorder” includes evidence that exposure to nature is essential not just to children’s mental and physical health, but to everyone’s. Adults are just as susceptible to a “Vitamin N” deficiency he explains in his more recent “The Nature Principle: Reconnecting with Life in a Virtual Age.” I asked him about my writing-outside&nbsp;theory.</p>
  160. <p>“It’s likely you find it easier to write outside not only because of nature’s direct impact, but because of the absence of so many distractions, most of them technological.” says Mr. Louv, who also finds his writing better when he does it by a lake or in the woods. “The info-blitzkrieg has spawned a new field called ‘interruption science’ and a newly minted condition: continuous partial attention.” Constant electronic intrusions, he says, leave anyone trying to work frustrated, stressed and certainly less&nbsp;creative.</p>
  161. <p><cite><em><a href="https://archive.nytimes.com/opinionator.blogs.nytimes.com/2013/09/16/time-to-write-go-outside/">Time to Write? Go Outside</a></em>&nbsp;(<a href="/david/cache/2023/300b9aa899d44f7606a8448991e2acfd/">cache</a>)</cite></p>
  162. </blockquote>
  163. <h2><a href="/david/2023/01/16/" title="Lien permanent vers cet article">Chasse</a> (2023-01-16)</h2>
  164. <details>
  165. <summary>Déplier pour lire le contenu de la publication</summary>
  166. <p>Je me demande toujours quel est l’impact carbone de la chasse en terme de consommation de viande. Ou plutôt quels seraient les effets de bord d’une interdiction de la&nbsp;chasse.</p>
  167. <p>Si toute la viande chassée ne l’était pas, est-ce que ça se transformerait en achat de steaks de bœuf&#8239;? Est-ce que cela signifierait encore davantage de cultures sacrifiées pour élever des animaux et les manger&#8239;? Plus de pauvreté ou malnutrition dans les populations&nbsp;rurales&#8239;?</p>
  168. <p>Et que feraient ces personnes pendant ces moments là&#8239;? Est-ce que le temps libéré produirait encore davantage de dépenses d’énergies&#8239;? Encore plus de déplacements en voiture et de consommation&#8239;? Et que deviendraient toutes ces armes, au service de qui pourraient-elles être&nbsp;réutilisées&#8239;?</p>
  169. <p>Si ça se trouve, sans le savoir, ce sont vraiment les premiers écolos de France. (Non.)</p>
  170. <p><strong>Mise à jour le jour&nbsp;même&nbsp;:</strong></p>
  171. <p><a href="https://pouet.it/@im/109699383509639063">iGor lilith me propose</a> de regarder le reportage d’Arte «&nbsp;<a href="https://www.arte.tv/fr/videos/103447-012-A/pourquoi-deteste-t-on-la-chasse/">Pourquoi déteste-t-on la chasse&#8239;?</a>&nbsp;» qui me donne d’autres pistes de réflexion. Merci&#8239;!</p>
  172. <hr />
  173. <blockquote>
  174. <p>En théorie, un vol en avion à New York consomme autant d’énergie que l’utilisation de canons d’une grande station durant tout un&nbsp;hiver.</p>
  175. <p>Pour vérifier de manière pratique, <mark>le footballeur Killian MBappé a participé à une expérience scientifique.</mark> Après le match perdu contre Lens, le 1&nbsp;janvier, il a pris son jet privé pour aller voir un match de basket à New York le 2&nbsp;janvier, et retour à la case départ le lendemain pour l’entraînement du soir à&nbsp;Paris.</p>
  176. <p>L’expérience a montré, qu’effectivement un vol en avion à New York consomme plus d’énergie que des canons à neige pendant tout l’hiver. On remercie Killian pour aider la science et le&nbsp;foot.</p>
  177. <p><cite><em><a href="https://www.2000watts.org/index.php/home/reflexion/1317-les-droles-nouvelles-de-l-energie.html">Les Drôles Nouvelles de l’Energie</a></em>&nbsp;(<a href="/david/cache/2023/d6877059a2203cab6c811c5ee3148c17/">cache</a>)</cite></p>
  178. </blockquote>
  179. </details>
  180. <h2><a href="/david/2023/01/15/" title="Lien permanent vers cet article">Snow&nbsp;Fall</a> (2023-01-15)</h2>
  181. <details>
  182. <summary>Déplier pour lire le contenu de la publication</summary>
  183. <blockquote lang="en">
  184. <p>Ten years ago this week, in December 2012, “<a href="https://www.nytimes.com/projects/2012/snow-fall/index.html">Snow Fall: The Avalanche at Tunnel Creek</a>,” an ambitious multimedia feature about a deadly avalanche in Washington State that year, took the journalism world by&nbsp;storm.</p>
  185. <p><cite><em><a href="https://www.nytimes.com/2022/12/23/insider/snow-fall-at-10-how-it-changed-journalism.html">‘Snow Fall’ at 10: How It Changed Journalism</a></em>&nbsp;(<a href="/david/cache/2023/cba96d83d96944c55675cb073fcfc60d/">cache</a>)</cite></p>
  186. </blockquote>
  187. <p>Il est rare que je me souvienne d’évènement historiques autour du Web. À part peut-être les sorties de <a href="/david/biologeek/archives/20041121-mozparty-des-geeks-irl--/">Firefox 1</a> et <a href="/david/biologeek/archives/20061028-soiree-firefox-2-paris/">2</a> car j’étais aux évènements&nbsp;dédiés.</p>
  188. <p>«&nbsp;<span lang=en>Snow Fall</span>&nbsp;» était d’un autre ordre de grandeur pour moi car ça ouvrait au Web une possibilité de raconter des histoires dynamiques. Je me rappelle avec une assez bonne précision de l’excitation que j’avais eu en parcourant la page à l’époque. Ce n’était pas tant le côté immersif que technique qui m’intéressait alors, et c’était une époque où l’on pouvait encore consulter une source de site web et la comprendre. J’ai tellement appris comme&nbsp;ça&#8239;!</p>
  189. <p>Allez consulter cette magnificence, une source commentée, non minifiée, avec du contenu qui est dans la page et des media liés de manière standardisée et compréhensible. Une autre&nbsp;époque.</p>
  190. <p>On en parlait récemment avec <a href="https://thom4.net/">Thomas</a>, comment est-ce qu’une génération qui est principalement autodidacte a-t-elle pu être à l’origine de la complexité actuelle des outils de publication sur le Web&#8239;? Je suis tellement triste de la marche que l’on a créé pour réduire l’accessibilité de sa source. Il y a une tendance humaine à faire —&nbsp;plus ou moins consciemment&nbsp;— tomber l’échelle qui nous a permis de monter pour être sûr de garder une certaine avance sur les&nbsp;suivant·es.</p>
  191. <p><em>Tout parallèle avec notre rapport à l’immigration serait bien évidement&nbsp;fortuit.</em></p>
  192. <blockquote lang="en">
  193. <p>Mr. Duenes also noted that “Snow Fall” helped budding designers and engineers see themselves as potential&nbsp;journalists.</p>
  194. <p>“It generated the idea among people with visual skills that journalism might be a place for them,” Mr. Duenes said. “Not people who were experts at the moment, but people in school who could see an overlap between an area where they had talent and the discipline of visual&nbsp;journalism.”</p>
  195. <p><cite><em>Ibid.</em></cite></p>
  196. </blockquote>
  197. <hr />
  198. <blockquote lang="en">
  199. <p>For a data format, yaml is extremely complicated. It aims to be a human-friendly format, but in striving for that it introduces <mark>so much complexity,</mark> that I would argue it achieves the opposite result. Yaml is full of footguns and its friendliness is deceptive. In this post I want to demonstrate this through an&nbsp;example.</p>
  200. <p><cite><em><a href="https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell">The yaml document from hell</a></em>&nbsp;(<a href="/david/cache/2023/3b05eb0d7d0409bcfd53b4cdf6c20daa/">cache</a>)</cite></p>
  201. </blockquote>
  202. <blockquote lang="en">
  203. <p> It was among the strongest feelings of grief I have ever encountered. The contrast between the vicious coldness of space and the warm nurturing of Earth below filled me with overwhelming sadness. Every day, we are confronted with the knowledge of further destruction of Earth at our hands: the extinction of animal species, of flora and fauna . . . things that took five billion years to evolve, and suddenly we will never see them again because of the interference of mankind. It filled me with dread. <mark>My trip to space was supposed to be a celebration; instead, it felt like a&nbsp;funeral.</mark></p>
  204. <p><cite><em><a href="https://variety.com/2022/tv/news/william-shatner-space-boldly-go-excerpt-1235395113/">William Shatner: My Trip to Space Filled Me With Sadness - Variety</a></em>&nbsp;(<a href="/david/cache/2023/ca3e313992d7ac7e4aeaece85e7f4b6a/">cache</a>)</cite></p>
  205. </blockquote>
  206. </details>
  207. </main>
  208. <hr>
  209. <footer>
  210. <p>
  211. <nobr>
  212. <a href="/david/" title="Aller à l’accueil"
  213. ><svg class="icon icon-home">
  214. <use
  215. xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"
  216. ></use>
  217. </svg>
  218. Accueil</a
  219. >
  220. </nobr>
  221. <nobr>
  222. <a href="/david/log/" title="Accès au flux RSS"
  223. ><svg class="icon icon-rss2">
  224. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-rss2"></use>
  225. </svg>
  226. Suivre</a
  227. >
  228. </nobr>
  229. <nobr>
  230. <a href="http://larlet.com" title="Go to my English profile" data-instant
  231. ><svg class="icon icon-user-tie">
  232. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-user-tie"></use>
  233. </svg>
  234. Pro</a
  235. >
  236. </nobr>
  237. <nobr>
  238. <a href="mailto:david%40larlet.fr" title="Envoyer un courriel"
  239. ><svg class="icon icon-mail">
  240. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-mail"></use>
  241. </svg>
  242. Email</a
  243. >
  244. </nobr>
  245. <nobr>
  246. <abbr
  247. class="nowrap"
  248. title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340"
  249. ><svg class="icon icon-hammer2">
  250. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-hammer2"></use>
  251. </svg>
  252. Légal</abbr
  253. >
  254. </nobr>
  255. </p>
  256. <template id="theme-selector">
  257. <form>
  258. <fieldset>
  259. <legend><svg class="icon icon-brightness-contrast">
  260. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-brightness-contrast"></use>
  261. </svg> Thème</legend>
  262. <label>
  263. <input type="radio" value="auto" name="chosen-color-scheme" checked> Auto
  264. </label>
  265. <label>
  266. <input type="radio" value="dark" name="chosen-color-scheme"> Foncé
  267. </label>
  268. <label>
  269. <input type="radio" value="light" name="chosen-color-scheme"> Clair
  270. </label>
  271. </fieldset>
  272. </form>
  273. </template>
  274. </footer>
  275. <script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
  276. <script>
  277. function loadThemeForm(templateName) {
  278. const themeSelectorTemplate = document.querySelector(templateName)
  279. const form = themeSelectorTemplate.content.firstElementChild
  280. themeSelectorTemplate.replaceWith(form)
  281. form.addEventListener('change', (e) => {
  282. const chosenColorScheme = e.target.value
  283. localStorage.setItem('theme', chosenColorScheme)
  284. toggleTheme(chosenColorScheme)
  285. })
  286. const selectedTheme = localStorage.getItem('theme')
  287. if (selectedTheme && selectedTheme !== 'undefined') {
  288. form.querySelector(`[value="${selectedTheme}"]`).checked = true
  289. }
  290. }
  291. const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
  292. window.addEventListener('load', () => {
  293. let hasDarkRules = false
  294. for (const styleSheet of Array.from(document.styleSheets)) {
  295. let mediaRules = []
  296. for (const cssRule of styleSheet.cssRules) {
  297. if (cssRule.type !== CSSRule.MEDIA_RULE) {
  298. continue
  299. }
  300. // WARNING: Safari does not have/supports `conditionText`.
  301. if (cssRule.conditionText) {
  302. if (cssRule.conditionText !== prefersColorSchemeDark) {
  303. continue
  304. }
  305. } else {
  306. if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
  307. continue
  308. }
  309. }
  310. mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
  311. }
  312. // WARNING: do not try to insert a Rule to a styleSheet you are
  313. // currently iterating on, otherwise the browser will be stuck
  314. // in a infinite loop…
  315. for (const mediaRule of mediaRules) {
  316. styleSheet.insertRule(mediaRule.cssText)
  317. hasDarkRules = true
  318. }
  319. }
  320. if (hasDarkRules) {
  321. loadThemeForm('#theme-selector')
  322. }
  323. })
  324. </script>
  325. </body>
  326. </html>