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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  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. Lecture
  14. — David Larlet</title>
  15. <meta name="description" content="Reading is a technology that works. And it works in part by immersing the reader in the text itself. The lack of video / music / pop-up ads / crypto tokens / mini-games aren’t a problem to be solve. The lack of those thing is the feature. Books are engaging precisely because they lack those things.">
  16. <!-- That good ol' feed, subscribe :). -->
  17. <link rel="alternate"
  18. type="application/atom+xml"
  19. title="Feed"
  20. href="/david/log/">
  21. <!-- Generated from https://realfavicongenerator.net/ such a mess. -->
  22. <link rel="apple-touch-icon"
  23. sizes="180x180"
  24. href="/static/david/icons2/apple-touch-icon.png">
  25. <link rel="icon"
  26. type="image/png"
  27. sizes="32x32"
  28. href="/static/david/icons2/favicon-32x32.png">
  29. <link rel="icon"
  30. type="image/png"
  31. sizes="16x16"
  32. href="/static/david/icons2/favicon-16x16.png">
  33. <link rel="manifest" href="/static/david/icons2/site.webmanifest">
  34. <link rel="mask-icon"
  35. href="/static/david/icons2/safari-pinned-tab.svg"
  36. color="#07486c">
  37. <link rel="shortcut icon" href="/static/david/icons2/favicon.ico">
  38. <meta name="msapplication-TileColor" content="#f7f7f7">
  39. <meta name="msapplication-config"
  40. content="/static/david/icons2/browserconfig.xml">
  41. <meta name="theme-color"
  42. content="#f7f7f7"
  43. media="(prefers-color-scheme: light)">
  44. <meta name="theme-color"
  45. content="#272727"
  46. media="(prefers-color-scheme: dark)">
  47. <!-- Documented, feel free to shoot an email. -->
  48. <link rel="stylesheet" href="/static/david/css/style_2021-01-20.css">
  49. <!-- See https://www.zachleat.com/web/comprehensive-webfonts/ for the trade-off. -->
  50. <link rel="preload"
  51. href="/static/david/css/fonts/triplicate_t4_poly_regular.woff2"
  52. as="font"
  53. type="font/woff2"
  54. media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
  55. crossorigin>
  56. <link rel="preload"
  57. href="/static/david/css/fonts/triplicate_t4_poly_bold.woff2"
  58. as="font"
  59. type="font/woff2"
  60. media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
  61. crossorigin>
  62. <link rel="preload"
  63. href="/static/david/css/fonts/triplicate_t4_poly_italic.woff2"
  64. as="font"
  65. type="font/woff2"
  66. media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
  67. crossorigin>
  68. <link rel="preload"
  69. href="/static/david/css/fonts/triplicate_t3_regular.woff2"
  70. as="font"
  71. type="font/woff2"
  72. media="(prefers-color-scheme: dark)"
  73. crossorigin>
  74. <link rel="preload"
  75. href="/static/david/css/fonts/triplicate_t3_bold.woff2"
  76. as="font"
  77. type="font/woff2"
  78. media="(prefers-color-scheme: dark)"
  79. crossorigin>
  80. <link rel="preload"
  81. href="/static/david/css/fonts/triplicate_t3_italic.woff2"
  82. as="font"
  83. type="font/woff2"
  84. media="(prefers-color-scheme: dark)"
  85. crossorigin>
  86. <script>
  87. function toggleTheme(themeName) {
  88. document.documentElement.classList.toggle(
  89. 'forced-dark',
  90. themeName === 'dark'
  91. )
  92. document.documentElement.classList.toggle(
  93. 'forced-light',
  94. themeName === 'light'
  95. )
  96. }
  97. const selectedTheme = localStorage.getItem('theme')
  98. if (selectedTheme !== 'undefined') {
  99. toggleTheme(selectedTheme)
  100. }
  101. </script>
  102. <body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick"
  103. data-instant-intensity="viewport-all">
  104. <article>
  105. <header>
  106. <h1>Lecture</h1>
  107. </header>
  108. <nav>
  109. <p class="center">
  110. <a rel="prev"
  111. href="/david/2023/01/26/"
  112. title="Publication précédente : Décentralisation">← Précédent</a> •
  113. <nobr>
  114. <a href="/david/" title="Aller à l’accueil" rel="up">
  115. <svg class="icon icon-home">
  116. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"></use>
  117. </svg>
  118. Accueil</a>
  119. </nobr>
  120. <nobr>
  121. <a href="/david/recherche/"
  122. title="Aller à la page de recherche"
  123. rel="search">
  124. <svg class="icon icon-search">
  125. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-search"></use>
  126. </svg>
  127. Recherche</a>
  128. </nobr>
  129. • <a rel="next"
  130. href="/david/2023/01/31/"
  131. title="Publication suivante : Ennui">Suivant →</a>
  132. </p>
  133. </nav>
  134. <hr>
  135. <blockquote lang="en">
  136. <p>Reading is a technology that works. And it works in part by immersing the reader in the text itself. The lack of video / music / pop-up ads / crypto tokens / mini-games aren’t a problem to be solve. <mark>The lack of those thing is the feature.</mark> Books are engaging precisely <em>because</em> they lack those&nbsp;things.</p>
  137. <p><cite><em><a href="https://countercraft.substack.com/p/maybe-the-book-doesnt-need-to-disrupted">Maybe the Book Doesn’t Need to Be “Disrupted” in the First Place?</a></em>&nbsp;(<a href="/david/cache/2023/04ad9e0f254b2d6111aef95102654f7d/">cache</a>)</cite></p>
  138. </blockquote>
  139. <p>Pour avoir modestement participé à la publication de certains ouvrages sur les <a href="http://ateliers.sens-public.org/">Ateliers de Sens-Public</a> ou les <a href="http://www.parcoursnumeriques-pum.ca/">Parcours numériques</a> des Presses de l’Université de Montréal, cette publication me fait pas mal cogiter. Je me raccroche au fait qu’il y ait différents publics pour différentes lectures et pour différents types d’ouvrages&nbsp;aussi.</p>
  140. <p>Ironiquement, je ne lis que des livres sur papier mais je lis tellement d’articles sur mon écran que la limite est floue et qu’il faudrait commencer par définir ce que l’on entend par «&nbsp;lecture&nbsp;» et&nbsp;«&nbsp;livre&nbsp;».</p>
  141. <p>Ce qu’il me manque avec un support papier, c’est de pouvoir facilement consigner des passages (par exemple pour usage/recopie ici) mais depuis que la reconnaissance de texte est automatisée dans macOS Photos ça va beaucoup plus vite de prendre la page en photo pour y revenir plus tard et ça n’interrompt pas tant mon flux de&nbsp;lecture.</p>
  142. <p>Quelques questions pour toi&nbsp;lecteur·ice&nbsp;:</p>
  143. <ul>
  144. <li>Est-ce que tu lis ce blog sur une&nbsp;liseuse&#8239;?</li>
  145. <li>Est-ce qu’un format particulier&nbsp;t’aiderait&#8239;?</li>
  146. <li>Est-ce qu’un recueil annuel/périodique serait&nbsp;pertinent&#8239;?</li>
  147. <li>Est-ce que le format ePub permettrait d’avoir des liens vers les articles en cache tout en ayant une navigation fluide&#8239;? (Est-ce&nbsp;nécessaire&#8239;?)</li>
  148. </ul>
  149. <hr />
  150. <blockquote>
  151. <p>🧡 Information importante&nbsp;: ce prototype ne restera en ligne qu’au maximum pendant&nbsp;2&nbsp;mois.</p>
  152. <p>Il est extrêmement court.<br />
  153. Il est extrêmement simple.<br />
  154. Il est extrêmement rudimentaire.<br />
  155. Mais il est terminé, et c’est le plus&nbsp;important.</p>
  156. <p><cite><em><a href="https://marienfressinaud.fr/exploratrices.html">Exploratrices, un prototype de jeu vidéo</a></em>&nbsp;(<a href="/david/cache/2023/3cffe9d9946878273e050e9d35d9bf9e/">cache</a>)</cite></p>
  157. </blockquote>
  158. <nav>
  159. <p>
  160. <a href="/david/2023/accompagnement/"
  161. title="Liste de tous les articles 2023 associés à cette étiquette"
  162. rel="tag">#accompagnement</a>
  163. <a href="/david/2023/livre/"
  164. title="Liste de tous les articles 2023 associés à cette étiquette"
  165. rel="tag">#livre</a>
  166. <a href="/david/2023/web/"
  167. title="Liste de tous les articles 2023 associés à cette étiquette"
  168. rel="tag">#web</a>
  169. <a href="/david/#tags-2023" title="Liste de toutes les étiquettes 2023">
  170. <svg class="icon icon-tags">
  171. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-tags"></use>
  172. </svg>
  173. tous ?</a>
  174. </p>
  175. </nav>
  176. <nav>
  177. <p class="center">
  178. <a rel="prev"
  179. href="/david/2023/01/26/"
  180. title="Publication précédente : Décentralisation">← Précédent</a> •
  181. <a href="/david/2023/" title="Liste des publications récentes">↑ En 2023</a>
  182. • <a rel="next"
  183. href="/david/2023/01/31/"
  184. title="Publication suivante : Ennui">Suivant →</a>
  185. </p>
  186. </nav>
  187. </article>
  188. <hr>
  189. <footer>
  190. <p>
  191. <nobr>
  192. <a href="/david/" title="Aller à l’accueil">
  193. <svg class="icon icon-home">
  194. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"></use>
  195. </svg>
  196. Accueil</a>
  197. </nobr>
  198. <nobr>
  199. <a href="/david/log/" title="Accès au flux RSS">
  200. <svg class="icon icon-rss2">
  201. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-rss2"></use>
  202. </svg>
  203. Suivre</a>
  204. </nobr>
  205. <nobr>
  206. <a href="http://larlet.com"
  207. title="Go to my English profile"
  208. data-instant>
  209. <svg class="icon icon-user-tie">
  210. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-user-tie"></use>
  211. </svg>
  212. Pro</a>
  213. </nobr>
  214. <nobr>
  215. <a href="mailto:david%40larlet.fr" title="Envoyer un courriel">
  216. <svg class="icon icon-mail">
  217. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-mail"></use>
  218. </svg>
  219. Email</a>
  220. </nobr>
  221. <nobr>
  222. <abbr class="nowrap"
  223. title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340">
  224. <svg class="icon icon-hammer2">
  225. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-hammer2"></use>
  226. </svg>
  227. Légal</abbr>
  228. </nobr>
  229. </p>
  230. <template id="theme-selector">
  231. <form>
  232. <fieldset>
  233. <legend>
  234. <svg class="icon icon-brightness-contrast">
  235. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-brightness-contrast"></use>
  236. </svg>
  237. Thème
  238. </legend>
  239. <label>
  240. <input type="radio" value="auto" name="chosen-color-scheme" checked>
  241. Auto
  242. </label>
  243. <label>
  244. <input type="radio" value="dark" name="chosen-color-scheme">
  245. Foncé
  246. </label>
  247. <label>
  248. <input type="radio" value="light" name="chosen-color-scheme">
  249. Clair
  250. </label>
  251. </fieldset>
  252. </form>
  253. </template>
  254. </footer>
  255. <script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
  256. <script>
  257. function loadThemeForm(templateName) {
  258. const themeSelectorTemplate = document.querySelector(templateName)
  259. const form = themeSelectorTemplate.content.firstElementChild
  260. themeSelectorTemplate.replaceWith(form)
  261. form.addEventListener('change', (e) => {
  262. const chosenColorScheme = e.target.value
  263. localStorage.setItem('theme', chosenColorScheme)
  264. toggleTheme(chosenColorScheme)
  265. })
  266. const selectedTheme = localStorage.getItem('theme')
  267. if (selectedTheme && selectedTheme !== 'undefined') {
  268. form.querySelector(`[value="${selectedTheme}"]`).checked = true
  269. }
  270. }
  271. const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
  272. window.addEventListener('load', () => {
  273. let hasDarkRules = false
  274. for (const styleSheet of Array.from(document.styleSheets)) {
  275. let mediaRules = []
  276. for (const cssRule of styleSheet.cssRules) {
  277. if (cssRule.type !== CSSRule.MEDIA_RULE) {
  278. continue
  279. }
  280. // WARNING: Safari does not have/supports `conditionText`.
  281. if (cssRule.conditionText) {
  282. if (cssRule.conditionText !== prefersColorSchemeDark) {
  283. continue
  284. }
  285. } else {
  286. if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
  287. continue
  288. }
  289. }
  290. mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
  291. }
  292. // WARNING: do not try to insert a Rule to a styleSheet you are
  293. // currently iterating on, otherwise the browser will be stuck
  294. // in a infinite loop…
  295. for (const mediaRule of mediaRules) {
  296. styleSheet.insertRule(mediaRule.cssText)
  297. hasDarkRules = true
  298. }
  299. }
  300. if (hasDarkRules) {
  301. loadThemeForm('#theme-selector')
  302. }
  303. })
  304. </script>
  305. </body>
  306. </html>