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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629
  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 #IA
  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-07.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 #IA">
  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>#IA</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/02/21/" title="Lien permanent vers cet article">Cinéma</a> <time datetime="2024-02-21">21 février 2024</time>
  132. </h2>
  133. <blockquote lang="en">
  134. <p>Software is a creative industry with more in common with media production industries than&nbsp;housebuilding.</p>
  135. <p><cite><em><a data-link-domain="baldurbjarnason.com" href="https://www.baldurbjarnason.com/2024/software-is-a-medium-of-setbacks/" hreflang="en"
  136. title="Consultation de l’article (anglais)">Software is a medium of setbacks, but a medium’s limitations don’t define the artist</a>
  137. <a href="/david/cache/2024/d133365d1dec62b9ad7ab4c911db863a/" hreflang="en"
  138. data-tippy data-description="Much of the time, progress in software development comes coupled with a matching regression.“We’ve made it better.”(Whispered) “But we’ve also made it worse. The evolution of Apple’s computing devices makes for a decent example."
  139. data-source="https://www.baldurbjarnason.com/2024/software-is-a-medium-of-setbacks/"
  140. data-date="2024-02-21"
  141. data-favicon="https://www.baldurbjarnason.com/dark-bird.svg"
  142. data-domain="baldurbjarnason.com"
  143. ><svg xmlns="http://www.w3.org/2000/svg"
  144. width="24" height="24" viewBox="0 0 24 24" fill="none"
  145. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  146. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  147. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  148. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  149. </svg>
  150. <span class="sr-only">[archive]</span></a></em></cite></p>
  151. </blockquote>
  152. <p>Pour filer la métaphore, je me demande si les assistants à base de <a data-link-domain="vitrinelinguistique.oqlf.gouv.qc.ca" href="https://vitrinelinguistique.oqlf.gouv.qc.ca/fiche-gdt/fiche/26570880/grand-modele-de-langage">grands modèles de langage</a> seraient l’équivalent des environnements verts dans lesquels évoluent les acteur·ices aujourd’hui. Leur métier a changé avec la technologie, leur jeu a dû s’adapter pour transmettre des émotions dans un contexte où iels ne maîtrisent plus du tout la chaîne de représentation de leur travail. J’imagine que même la vérification de leur prise nécessite une bonne dose&nbsp;d’imaginaire.</p>
  153. <p>Quel est leur sentiment à la fin d’une journée de tournage&#8239;? Quel sera le&nbsp;mien&#8239;?</p>
  154. <blockquote lang="en">
  155. <p>Dear Mr. Architect!</p>
  156. <p>Please design and build me a house. I am not quite sure of what I need, so you should use your discretion. My house should have between two and forty-five bedrooms. Just make sure the plans are such that the bedrooms can be easily added or deleted. When you bring the blueprints to me, I will make the final decision of what I want. Also, bring me the cost breakdown for each configuration so that I can arbitrarily pick&nbsp;one.</p>
  157. <p><cite><em><a data-link-domain="gksoft.com" href="http://www.gksoft.com/a/fun/architects.html" hreflang="en"
  158. title="Consultation de l’article (anglais)">If Architects had to work like Programmers</a>
  159. <a href="/david/cache/2024/2ad967b8fc35e160fa8e6c1d2a3b4734/" hreflang="en"
  160. data-tippy data-description="You must be thrilled to be working on an interesting project as this!"
  161. data-source="http://www.gksoft.com/a/fun/architects.html"
  162. data-date="2024-02-21"
  163. data-favicon=""
  164. data-domain="gksoft.com"
  165. ><svg xmlns="http://www.w3.org/2000/svg"
  166. width="24" height="24" viewBox="0 0 24 24" fill="none"
  167. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  168. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  169. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  170. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  171. </svg>
  172. <span class="sr-only">[archive]</span></a></em>, 1995</cite></p>
  173. </blockquote>
  174. <a href="#hr-83" title="Lien vers cette section de la page"><hr id="hr-83" /></a>
  175. <blockquote>
  176. <p>Fracas est un collectif queer et féministe d’aide à la gestion de conflits interpersonnels, de violences et d’agressions au sein de&nbsp;collectifs.</p>
  177. <p><cite><em><a data-link-domain="collectif-fracas.com" href="https://www.collectif-fracas.com/" hreflang="fr"
  178. title="Consultation de l’article">Fracas, collectif queer et féministe d’aide à la gestion de conflits</a>
  179. <a href="/david/cache/2024/f1041ff1c0dfabc719d64a4a5bcb0c10/" hreflang="fr"
  180. data-tippy data-description="Fracas est un collectif queer et féministe d’aide à la gestion de conflits interpersonnels, de violences et d’agressions au sein de collectifs."
  181. data-source="https://www.collectif-fracas.com/"
  182. data-date="2024-02-21"
  183. data-favicon="https://assets-global.website-files.com/60339ece26e0011279a8b071/614c50304051ad041149ae60_favicon.png"
  184. data-domain="collectif-fracas.com"
  185. ><svg xmlns="http://www.w3.org/2000/svg"
  186. width="24" height="24" viewBox="0 0 24 24" fill="none"
  187. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  188. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  189. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  190. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  191. </svg>
  192. <span class="sr-only">[archive]</span></a></em></cite></p>
  193. </blockquote>
  194. <p>Si peu de temps et tellement à&nbsp;explorer.</p>
  195. <p>(<a data-link-domain="cqfd-journal.org" href="https://cqfd-journal.org/Se-reapproprier-nos-conflits" hreflang="fr"
  196. title="Consultation de l’article">Via CQFD</a>
  197. <a href="/david/cache/2024/81e8bd49021e320b84e5d4fbd4c7f587/" hreflang="fr"
  198. data-tippy data-description="En se penchant sur les manières dont sont prises en charge les violences (notamment sexistes et sexuelles) dans les milieux militants, l’ouvrage (...)"
  199. data-source="https://cqfd-journal.org/Se-reapproprier-nos-conflits"
  200. data-date="2024-02-21"
  201. data-favicon="https://cqfd-journal.org/squelettes/favicon.ico"
  202. data-domain="cqfd-journal.org"
  203. ><svg xmlns="http://www.w3.org/2000/svg"
  204. width="24" height="24" viewBox="0 0 24 24" fill="none"
  205. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  206. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  207. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  208. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  209. </svg>
  210. <span class="sr-only">[archive]</span></a> qui arrive à ne faire aucun lien vers le site en question, ça me rend&nbsp;fou…)</p>
  211. <nav>
  212. <p>
  213. <a href="/david/2024/dystopie/"
  214. title="Liste de tous les articles 2024 associés à cette étiquette"
  215. rel="tag">#dystopie</a>
  216. <a href="/david/2024/ia/"
  217. title="Liste de tous les articles 2024 associés à cette étiquette"
  218. rel="tag">#IA</a>
  219. <a href="/david/2024/psychologie/"
  220. title="Liste de tous les articles 2024 associés à cette étiquette"
  221. rel="tag">#psychologie</a>
  222. <a href="/david/2024/#tags" title="Liste de toutes les étiquettes 2024">tous ?</a>
  223. </p>
  224. </nav>
  225. <h2>
  226. <a href="/david/2024/01/13/" title="Lien permanent vers cet article">Wuwei</a> <time datetime="2024-01-13">13 janvier 2024</time>
  227. </h2>
  228. <blockquote>
  229. <p>Le <em>wuwei</em>, dans le taoïsme, est d’ailleurs composé de deux idéogrammes&nbsp;: le rien et la volonté. Et on sait à quel point il faut beaucoup de volonté pour revendiquer davantage de rien. Il se traduit généralement par <em>non-agir</em> ou <em>non-intervention</em>, mais cela ne signifie pas pour autant rester les bras croisés en rejetant toute nouveauté, simplement de faire des choix éclairés et de ne pas forcer le cours des choses. Se fixer des limites, distinguer ce qui relève du progrès vers une vie bonne et décente de ce qui nous aliène, savoir <em>ne pas</em> est un art de vivre au quotidien. Et je ne peux m’empêcher de penser que Bartleby devait être&nbsp;chinois.</p>
  230. <p>Décliner l’usage de ce dont on n’a pas besoin, <mark>discerner parmi les technologies celles qui risquent de faire plus de mal que de bien,</mark> voilà qui manque cruellement à notre époque où l’on a oublié que parfois ne pas nuire vaut mieux qu’agir. Il y aurait pourtant un nombre incalculable d’applications pratiques du <em>wuwei</em>, de la géo-ingénierie à l’intelligence artificielle, tant de cas où il serait bon que l’espèce humaine sache se&nbsp;retenir.</p>
  231. <p><cite><em>Alors nous irons trouver la beauté ailleurs</em>, Corinne Morel&nbsp;Darleux</cite></p>
  232. </blockquote>
  233. <p>Cette année encore, ce sera pour moi le <em>non-usage</em> de l’<a data-link-domain="simonwillison.net" href="https://simonwillison.net/2024/Jan/7/call-it-ai/" hreflang="en"
  234. title="Consultation de l’article (anglais)">intelligence artificielle</a>
  235. <a href="/david/cache/2024/3ea27fca4fabb81676fc1b98264f3bd8/" hreflang="en"
  236. data-tippy data-description="Update 9th January 2024: This post was clumsily written and failed to make the point I wanted it to make. I’ve published a follow-up, What I should have said about …"
  237. data-source="https://simonwillison.net/2024/Jan/7/call-it-ai/"
  238. data-date="2024-01-13"
  239. data-favicon="https://simonwillison.net/favicon.ico"
  240. data-domain="simonwillison.net"
  241. ><svg xmlns="http://www.w3.org/2000/svg"
  242. width="24" height="24" viewBox="0 0 24 24" fill="none"
  243. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  244. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  245. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  246. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  247. </svg>
  248. <span class="sr-only">[archive]</span></a> explicite qui sera mon <em>wuwei</em>. Je précise le <q lang="fr">explicite</q> car il y en a déjà plein partout dans mon téléphone et ailleurs. J’ai peut-être une des dernières générations d’appareil photo qui ne va pas adapter l’image à une norme / culture apprise. Je suis curieux d’observer le nivellement (au sens moyenne, pas forcément par le bas) que vont provoquer les <abbr title="Large Language Model">LLM</abbr> dans le domaine, peut-être deviendra-t-il plus imperceptible qu’une <a data-link-domain="theverge.com" href="https://www.theverge.com/2023/3/13/23637401/samsung-fake-moon-photos-ai-galaxy-s21-s23-ultra" hreflang="en"
  249. title="Consultation de l’article (anglais)">lune</a>
  250. <a href="/david/cache/2024/e990536ed88823f047296ea25a6b7933/" hreflang="en"
  251. data-tippy data-description="A Reddit post has revealed just how much post-processing the Galaxy S23’s camera applies when it detects it’s taking a photo of the Moon, inserting extra detail that isn’t present in reality."
  252. data-source="https://www.theverge.com/2023/3/13/23637401/samsung-fake-moon-photos-ai-galaxy-s21-s23-ultra"
  253. data-date="2024-01-13"
  254. data-favicon="https://www.theverge.com/icons/favicon_32x32.png"
  255. data-domain="theverge.com"
  256. ><svg xmlns="http://www.w3.org/2000/svg"
  257. width="24" height="24" viewBox="0 0 24 24" fill="none"
  258. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  259. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  260. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  261. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  262. </svg>
  263. <span class="sr-only">[archive]</span></a> ou une <a data-link-domain="theverge.com" href="https://www.theverge.com/2023/12/2/23985299/iphone-bridal-photo-three-poses-explanation-panorama-photoshop-generative-ai" hreflang="en"
  264. title="Consultation de l’article (anglais)">mariée</a>
  265. <a href="/david/cache/2024/668d0f82ae65b0e94ea76145057759a7/" hreflang="en"
  266. data-tippy data-description="Tessa Coates’ picture of one moment showing her in three different poses isn’t an iPhone Live Photo glitch or Photoshop; it’s multiple pictures stitched in “pano” mode."
  267. data-source="https://www.theverge.com/2023/12/2/23985299/iphone-bridal-photo-three-poses-explanation-panorama-photoshop-generative-ai"
  268. data-date="2024-01-13"
  269. data-favicon="https://www.theverge.com/icons/favicon_32x32.png"
  270. data-domain="theverge.com"
  271. ><svg xmlns="http://www.w3.org/2000/svg"
  272. width="24" height="24" viewBox="0 0 24 24" fill="none"
  273. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  274. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  275. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  276. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  277. </svg>
  278. <span class="sr-only">[archive]</span></a> mais il sera toujours&nbsp;là.</p>
  279. <p>Ce <strong>explicite</strong> correspond principalement pour moi à des <em>prompts</em> qui m’aideraient à coder. Je regarde ce qui se fait dans le domaine et j’en vois l’intérêt mais je vois aussi au détriment de tout ce que cela est rendu possible. Des humains-esclaves qui modèrent ce qui est généré d’un côté, des sources d’apprentissage non consenties —&nbsp;voire privées&nbsp;— et des ressources pharaoniques pour réussir à aligner 3&nbsp;fonctions qu’il faut ensuite comprendre et adapter de toute&nbsp;façon.</p>
  280. <p>Et puis il y a toute cette zone grise, je me sers par exemple de la reconnaissance de caractère intégrée à Photos.app de macOS pour retranscrire les citations depuis des photos de passages de livres. Auparavant, je les recopiais à la main. Est-ce que cela changeait ma manière de les&nbsp;ré-interpréter&#8239;?</p>
  281. <a href="#hr-29" title="Lien vers cette section de la page"><hr id="hr-29" /></a>
  282. <blockquote>
  283. <p>Il nous faut trouver de nouvelles manières littéraires susceptibles de percuter sans chercher à convaincre, et déjouer le didactisme qui veut à tout prix expliquer et instruire. Peut-être faudrait-il aller jusqu’à s’imposer comme contrainte de proscrire l’usage de certains mots afin de renouveler le&nbsp;genre.</p>
  284. <p>Écologie, capitalisme, croissance, nature, social, climat, peuple, vert, environnement, progrès, révolution, biodiversité, démocratie&nbsp;: la plupart d’entre eux ne manquerait à personne tant ils ont été dévoyés et usés jusqu’à la lie. Mais notre meilleure botte est sans doute de miser sur la capacité du sensible à <em>affecter</em>.</p>
  285. <p><mark>En littérature, c’est l’empathie qui amène à la réflexion et non l’inverse.</mark> Vous pouvez développer l’argumentaire le plus serré qui soit dans un livre, je doute fort que cela fasse changer quiconque d’avis. En revanche, donnez-nous un personnage à chérir, faites-nous partager son intimité, ses émois, ses douleurs et ses joies, et il nous sera bien plus aisé de prendre en compte son point de vue, à défaut de le&nbsp;partager.</p>
  286. <p><cite><em>Ibid.</em></cite></p>
  287. </blockquote>
  288. <p>De plus en plus tenté d’explorer cette piste. Je me <a href="/david/stream/2018/11/13/">souviens</a> <a href="/david/stream/2018/11/25/">avec</a> <a href="/david/stream/2018/11/27/">émotion</a> de ma lecture de <em>Professeur cherche élève ayant désir de sauver le monde</em> par Daniel&nbsp;Quinn.</p>
  289. <nav>
  290. <p>
  291. <a href="/david/2024/ecriture/"
  292. title="Liste de tous les articles 2024 associés à cette étiquette"
  293. rel="tag">#écriture</a>
  294. <a href="/david/2024/ia/"
  295. title="Liste de tous les articles 2024 associés à cette étiquette"
  296. rel="tag">#IA</a>
  297. <a href="/david/2024/parvenir/"
  298. title="Liste de tous les articles 2024 associés à cette étiquette"
  299. rel="tag">#parvenir</a>
  300. <a href="/david/2024/#tags" title="Liste de toutes les étiquettes 2024">tous ?</a>
  301. </p>
  302. </nav>
  303. <h2>
  304. <a href="/david/2024/01/10/" title="Lien permanent vers cet article">Écriture</a> <time datetime="2024-01-10">10 janvier 2024</time>
  305. </h2>
  306. <blockquote lang="en">
  307. <p>And, I’ll assume we all agree that owning your own website is a <em>good thing</em>, and we all want more people to do&nbsp;it.</p>
  308. <p>But here’s the thing: we need more tools for it. We need simpler tools for it. And we need to make installing and using them <em>trivially simple</em>.</p>
  309. <p>We need more self-hosted platforms for personal publishing that <em>aren’t Wordpress</em>. <mark>And don’t point me to Hugo or Netlify or Eleventy or all those things - all of them are great, but none of them are simple enough.</mark> We need web publishing tools that do not require users to open the Terminal <em>at all</em>. And we need lots of&nbsp;them.</p>
  310. <p>We need a whole <em>galaxy</em> of&nbsp;options.</p>
  311. <p><cite><em><a data-link-domain="gilest.org" href="https://gilest.org/indie-easy.html" hreflang="en"
  312. title="Consultation de l’article (anglais)">Let’s make the indie web easier</a>
  313. <a href="/david/cache/2024/faa1d8cae94da6838ff9351e5df791ca/" hreflang="en"
  314. data-tippy data-description=""
  315. data-source="https://gilest.org/indie-easy.html"
  316. data-date="2024-01-09"
  317. data-favicon="https://gilest.org/favicon.ico"
  318. data-domain="gilest.org"
  319. ><svg xmlns="http://www.w3.org/2000/svg"
  320. width="24" height="24" viewBox="0 0 24 24" fill="none"
  321. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  322. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  323. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  324. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  325. </svg>
  326. <span class="sr-only">[archive]</span></a></em></cite></p>
  327. </blockquote>
  328. <p>Quelques étoiles dans la&nbsp;galaxie&nbsp;:</p>
  329. <ul>
  330. <li><a data-link-domain="atelier.scribouilli.org" href="https://atelier.scribouilli.org/">Scribouilli</a> (<a data-link-domain="github.com" href="https://github.com/Scribouilli/scribouilli">code</a>) par <a data-link-domain="lechappeebelle.team" href="https://lechappeebelle.team/">L’Échappée Belle</a>&#8239;;</li>
  331. <li><a data-link-domain="write.as" href="https://write.as/">Write.as</a> (<a data-link-domain="writefreely.org" href="https://writefreely.org/">open-source</a>) est le plus proche que je pourrais conseiller avec un support commercial de <a data-link-domain="musing.studio" href="https://musing.studio/">Musing Studio</a>&#8239;;</li>
  332. <li><a data-link-domain="masto.host" href="https://masto.host/">mastohost</a> —&nbsp;que <a data-link-domain="fedi.larlet.fr" href="https://fedi.larlet.fr/">j’utilise</a>&nbsp;— permet d’avoir son propre domaine aussi sans vraiment de connaissance technique, le support est&nbsp;réactif&#8239;;</li>
  333. <li><a data-link-domain="carrd.co" href="https://carrd.co/">Carrd</a> est revenu plusieurs fois dans ma bulle ces derniers&nbsp;temps&#8239;;</li>
  334. <li><a data-link-domain="pika.page" href="https://pika.page/">Pika</a> aussi avec une saveur plus&nbsp;humaine.</li>
  335. </ul>
  336. <p>Il y a une bonne liste dans <a data-link-domain="mastodon.social" href="https://mastodon.social/@matthiasott/111557355056827064">cette discussion</a> et une autre <a data-link-domain="robertkingett.com" href="https://robertkingett.com/links/">par ici</a> (section <q lang="en">Managed Static site hosts or Blogging platforms</q>).</p>
  337. <a href="#hr-21" title="Lien vers cette section de la page"><hr id="hr-21" /></a>
  338. <blockquote lang="en">
  339. <p>Among its suggestions: write a longer headline; split a six-sentence paragraph up because it’s “too long”; and replace “too complex” words like “invariably,” “notoriety,” and “modification.” Dozens of sentences were flagged as being confusing (I disagree) — and it really hated em dashes. I rewrote my prose over and over, but it didn’t seem to satisfy my robot grader. I finally chose one thought per sentence, broke up paragraphs, and replaced words with suggested keywords to get rid of the red dots signaling&nbsp;problems.</p>
  340. <p><mark>The result feels like an AI summary of my story</mark> — at any moment, a paragraph could start with “In conclusion…” or “The next thing to consider is…” The nuance, voice, and unexpected twists and turns have been snuffed out. I’m sure some people would prefer this uncomplicated, beat-by-beat version of the story, but it’s gone from being a story written by a real person to a clinical, stiff series of&nbsp;sentences.</p>
  341. <p><cite><em><a data-link-domain="theverge.com" href="https://www.theverge.com/c/23998379/google-search-seo-algorithm-webpage-optimization" hreflang="en"
  342. title="Consultation de l’article (anglais)">The Perfect Web Page</a>
  343. <a href="/david/cache/2024/3debc675a055d691b32c7d6904531eb4/" hreflang="en"
  344. data-tippy data-description="How the internet reshaped itself around Google’s search algorithms — and into a world where websites look the same."
  345. data-source="https://www.theverge.com/c/23998379/google-search-seo-algorithm-webpage-optimization"
  346. data-date="2024-01-09"
  347. data-favicon="https://cdn.vox-cdn.com/uploads/chorus_asset/file/23989695/favicon_32x32.png"
  348. data-domain="theverge.com"
  349. ><svg xmlns="http://www.w3.org/2000/svg"
  350. width="24" height="24" viewBox="0 0 24 24" fill="none"
  351. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  352. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  353. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  354. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  355. </svg>
  356. <span class="sr-only">[archive]</span></a></em></cite></p>
  357. </blockquote>
  358. <p>Un article de TheVerge qui risque de ne pas être très bien référencé. Le moment où l’on s’adapte pour nourrir les robots n’est pas nouveau, on a «&nbsp;juste&nbsp;» mis une nouvelle étiquette dessus en 2023&nbsp;qui permet aux robots / algorithmes de se battre entre eux de manière&nbsp;explicite.</p>
  359. <p>Pas sûr de vouloir <a data-link-domain="darkvisitors.com" href="https://darkvisitors.com/robots-txt-builder">entrer sur le ring</a> sans m’épuiser très&nbsp;vite.</p>
  360. <blockquote lang="en">
  361. <p>I propose <mark>Data Luddism</mark> as a radical response to the productive power of big data and predictive algorithms. My starting point is not the Romantic neo-Luddism of Kirkpatrick Sale but the historical Luddism of 1811-1816, and the Luddites' own rhetoric regarding their resistance to 'obnoxious&nbsp;machines'.</p>
  362. <p><cite><em><a data-link-domain="danmcquillan.org" href="https://www.danmcquillan.org/dataluddism.html" hreflang="en"
  363. title="Consultation de l’article (anglais)">Data Luddism</a>
  364. <a href="/david/cache/2024/b1da1249f2db388d7e84d6ad23c2fc5d/" hreflang="en"
  365. data-tippy data-description=""
  366. data-source="https://www.danmcquillan.org/dataluddism.html"
  367. data-date="2024-01-09"
  368. data-favicon=""
  369. data-domain="danmcquillan.org"
  370. ><svg xmlns="http://www.w3.org/2000/svg"
  371. width="24" height="24" viewBox="0 0 24 24" fill="none"
  372. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  373. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  374. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  375. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  376. </svg>
  377. <span class="sr-only">[archive]</span></a></em></cite></p>
  378. </blockquote>
  379. <a href="#hr-22" title="Lien vers cette section de la page"><hr id="hr-22" /></a>
  380. <blockquote lang="en">
  381. <p>The <code>everything</code> package and its 3,000+ sub-packages have caused a Denial of Service (DOS) for anyone who installs it. We’re talking about storage space running out and system resource&nbsp;exhaustion.</p>
  382. <p>But that’s not all. The creator took their prank to the next level by setting up http://everything.npm.lol, showcasing the chaos they unleashed. They even included a meme from Skyrim, adding some humor (or mockery, depending on your perspective) to the&nbsp;situation.</p>
  383. <p><cite><em><a data-link-domain="socket.dev" href="https://socket.dev/blog/when-everything-becomes-too-much" hreflang="en"
  384. title="Consultation de l’article (anglais)">When “Everything” Becomes Too Much: The npm Package Chaos of 2024</a>
  385. <a href="/david/cache/2024/4a56aa5497e68df0c5bb1d5331203219/" hreflang="en"
  386. data-tippy data-description="An NPM user named PatrickJS launched a troll campaign with a package called everything, which depends on all public npm packages."
  387. data-source="https://socket.dev/blog/when-everything-becomes-too-much"
  388. data-date="2024-01-09"
  389. data-favicon="https://socket.dev/favicon-32x32.png"
  390. data-domain="socket.dev"
  391. ><svg xmlns="http://www.w3.org/2000/svg"
  392. width="24" height="24" viewBox="0 0 24 24" fill="none"
  393. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  394. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  395. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  396. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  397. </svg>
  398. <span class="sr-only">[archive]</span></a></em></cite></p>
  399. </blockquote>
  400. <p><code>npm install lol</code> 🤣</p>
  401. <p>En <a data-link-domain="jop2024.lol" href="https://jop2024.lol/">parlant de lol</a>…</p>
  402. <a href="#hr-23" title="Lien vers cette section de la page"><hr id="hr-23" /></a>
  403. <blockquote>
  404. <p>Si les fictions, celles qu’on s’invente, celles que nous souffle notre inconscient comme celles qu’on lit, ont un rôle majeur à jouer dans la fabrique de notre rapport au monde, alors voilà qui plaide pour redoubler d’ardeur quand il s’agit de nourrir soigneusement nos imaginaires. Quand on voit les déferlements de violence et le virilisme qui caractérisent les héros modernes, on ne peut que s’interroger sur le type de rapport au monde que cela crée. C’est la raison pour laquelle <mark>la bataille culturelle passe aussi par la création de nouvelles utopies,</mark> ni niaises ni naïves, qui puissent donner d’autres matières à rêver qu’un monde dévasté et peuplé de soldats&nbsp;augmentés.</p>
  405. <p>[…] Nous avons besoin d’autres cadres de pensée dans lesquels évoluer. Nous avons besoin d’<em>ailleurs culturels</em> pour sortir de l’ornière et nous&nbsp;dérouter.</p>
  406. <p><cite><em>Alors nous irons trouver la beauté ailleurs</em>, Corinne Morel&nbsp;Darleux</cite></p>
  407. </blockquote>
  408. <p>Nous accueillons une nouvelle personne chez Scopyleft, l’occasion de former une <a href="/david/2021/03/17/">nouvelle équipe</a>. Ces <em>ailleurs culturels</em> doivent pouvoir être partagés et inspirer pour réussir à&nbsp;essaimer.</p>
  409. <p>C’est l’une de mes frustrations à ne plus <a href="/david/2021/01/26/">participer à des regroupements</a>, ne pas partager par ce biais là les expériences menées depuis 11&nbsp;ans en matière d’horizontalité et de travail en&nbsp;commun·s.</p>
  410. <a href="#hr-24" title="Lien vers cette section de la page"><hr id="hr-24" /></a>
  411. <blockquote lang="en">
  412. <p>So when we wonder where all the websites have gone, know it’s the <em>curators</em> we’re nostalgic for because the curators showed us the best the web had to offer once upon a time. And the curators— the tenders, aggregators, collectors, and connectors— can bring us back to something better. Because it’s still out there, we just have to find&nbsp;it.</p>
  413. <p>Here’s the best part. <mark>You can be that curator right now, at this very moment.</mark> You can start to rebuild the interconnectivity that made the web fun to explore. And you don’t need to be a computer scientist to do&nbsp;it.</p>
  414. <p><cite><em><a data-link-domain="fromjason.xyz" href="https://www.fromjason.xyz/p/notebook/where-have-all-the-websites-gone/" hreflang="en"
  415. title="Consultation de l’article (anglais)">Where have all the websites gone?</a>
  416. <a href="/david/cache/2024/c3272392d462da90874d32841e5caac8/" hreflang="en"
  417. 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."
  418. data-source="https://www.fromjason.xyz/p/notebook/where-have-all-the-websites-gone/"
  419. data-date="2024-01-09"
  420. data-favicon="https://www.fromjason.xyz/img/favicon.png"
  421. data-domain="fromjason.xyz"
  422. ><svg xmlns="http://www.w3.org/2000/svg"
  423. width="24" height="24" viewBox="0 0 24 24" fill="none"
  424. stroke="currentColor" stroke-width="2" stroke-linecap="square"
  425. stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle>
  426. <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
  427. <line x1="12" y1="17" x2="12.01" y2="17"></line>
  428. </svg>
  429. <span class="sr-only">[archive]</span></a></em></cite></p>
  430. </blockquote>
  431. <p>Dixième jour que j’ai l’impression de faire des billets trop longs. Beaucoup d’éparpillement suite à un cumul d’onglets ouverts, parfois depuis bien longtemps. Ça vous laisse un petit exercice de <q lang="en">curation</q> vous&nbsp;aussi&nbsp;:).</p>
  432. <nav>
  433. <p>
  434. <a href="/david/2024/apprentissage/"
  435. title="Liste de tous les articles 2024 associés à cette étiquette"
  436. rel="tag">#apprentissage</a>
  437. <a href="/david/2024/ecriture/"
  438. title="Liste de tous les articles 2024 associés à cette étiquette"
  439. rel="tag">#écriture</a>
  440. <a href="/david/2024/ia/"
  441. title="Liste de tous les articles 2024 associés à cette étiquette"
  442. rel="tag">#IA</a>
  443. <a href="/david/2024/#tags" title="Liste de toutes les étiquettes 2024">tous ?</a>
  444. </p>
  445. </nav>
  446. <form action="/david/recherche/" method="get">
  447. <fieldset>
  448. <legend>Recherche</legend>
  449. <label for="input-search">Termes de votre recherche :</label>
  450. <input id="input-search" type="search" name="s" aria-describedby="indexation-infos" required>
  451. <input type="submit" value="Chercher">
  452. <p id="indexation-infos">
  453. <small>
  454. Seuls les contenus de ces 8 dernières années sont indexés.
  455. </small>
  456. </p>
  457. </fieldset>
  458. </form>
  459. <aside>
  460. <theme-toggle></theme-toggle>
  461. </aside>
  462. </article>
  463. <hr>
  464. <footer>
  465. <p>
  466. <a href="/david/" title="Aller à l’accueil">Accueil</a>
  467. <a href="/david/log/" title="Accès au flux RSS">Suivre</a>
  468. <a href="http://larlet.com"
  469. title="Go to my English profile"
  470. data-instant>Pro</a>
  471. <a href="mailto:david%40larlet.fr" title="Envoyer un courriel">Email</a>
  472. <abbr title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340">Légal</abbr>
  473. </p>
  474. <template id="theme-selector">
  475. <form>
  476. <style type="text/css">
  477. fieldset div {
  478. text-align: center;
  479. }
  480. </style>
  481. <fieldset>
  482. <legend>Thème</legend>
  483. <div>
  484. <label>
  485. <input type="radio" value="auto" name="chosen-color-scheme" checked>
  486. Auto
  487. </label>
  488. <label>
  489. <input type="radio" value="dark" name="chosen-color-scheme">
  490. Foncé
  491. </label>
  492. <label>
  493. <input type="radio" value="light" name="chosen-color-scheme">
  494. Clair
  495. </label>
  496. </div>
  497. </fieldset>
  498. </form>
  499. </template>
  500. </footer>
  501. <script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
  502. <script>
  503. class ThemeToggle extends HTMLElement {
  504. constructor() {
  505. super()
  506. const themeSelectorTemplate = document.querySelector('#theme-selector')
  507. const form = themeSelectorTemplate.content.firstElementChild
  508. this.attachShadow({ mode: 'open' })
  509. this.shadowRoot.appendChild(form.cloneNode(true))
  510. }
  511. connectedCallback() {
  512. const form = this.shadowRoot.querySelector('form')
  513. form.addEventListener('change', (e) => {
  514. const chosenColorScheme = e.target.value
  515. localStorage.setItem('theme', chosenColorScheme)
  516. toggleTheme(chosenColorScheme)
  517. })
  518. const selectedTheme = localStorage.getItem('theme')
  519. if (selectedTheme && selectedTheme !== 'undefined') {
  520. form.querySelector(`[value="${selectedTheme}"]`).checked = true
  521. }
  522. }
  523. }
  524. const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
  525. window.addEventListener('load', () => {
  526. let colorsLayer = undefined
  527. let hasDarkRules = false
  528. for (const styleSheet of Array.from(document.styleSheets)) {
  529. let mediaRules = []
  530. for (const layerRule of styleSheet.cssRules) {
  531. if (!(layerRule instanceof CSSLayerBlockRule)) {
  532. continue
  533. }
  534. if (layerRule.name === 'colors') {
  535. colorsLayer = layerRule
  536. }
  537. for (const cssRule of layerRule.cssRules) {
  538. if (cssRule.type !== CSSRule.MEDIA_RULE) {
  539. continue
  540. }
  541. // WARNING: Safari does not have/supports `conditionText`.
  542. if (cssRule.conditionText) {
  543. if (cssRule.conditionText !== prefersColorSchemeDark) {
  544. continue
  545. }
  546. } else {
  547. if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
  548. continue
  549. }
  550. }
  551. mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
  552. }
  553. }
  554. // WARNING: do not try to insert a Rule to a styleSheet you are
  555. // currently iterating on, otherwise the browser will be stuck
  556. // in a infinite loop…
  557. for (const mediaRule of mediaRules) {
  558. // Safari requires the `0` second parameter (even if default).
  559. colorsLayer.insertRule(mediaRule.cssText, 0)
  560. hasDarkRules = true
  561. }
  562. }
  563. if (hasDarkRules) {
  564. if ('customElements' in window && !customElements.get('theme-toggle')) {
  565. customElements.define('theme-toggle', ThemeToggle)
  566. }
  567. }
  568. })
  569. </script>
  570. </body>
  571. </html>