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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  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>Char&nbsp;2 — David Larlet</title>
  13. <meta name="description" content="Je voulais le moins d’électronique possible et plutôt prendre un vieux véhicule robuste qui me permette de sortir d’un banc de neige et peut-être à terme de la ville.">
  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. <body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick" data-instant-intensity="viewport-all">
  53. <article>
  54. <header>
  55. <h1>Char&nbsp;2</h1>
  56. </header>
  57. <nav>
  58. <p class="center">
  59. <a rel="prev" href="/david/2023/09/07/" title="Publication précédente : Conteur">← Précédent</a> •
  60. <nobr>
  61. <a href="/david/" title="Aller à l’accueil" rel="up"
  62. ><svg class="icon icon-home">
  63. <use
  64. xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"
  65. ></use>
  66. </svg>
  67. Accueil</a
  68. >
  69. </nobr>
  70. <nobr>
  71. <a href="/david/recherche/" title="Aller à la page de recherche" rel="search"
  72. ><svg class="icon icon-search">
  73. <use
  74. xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-search"
  75. ></use>
  76. </svg>
  77. Recherche</a
  78. >
  79. </nobr>
  80. • <a rel="next" href="/david/2023/09/09/" title="Publication suivante : Blogroll">Suivant →</a>
  81. </p>
  82. </nav>
  83. <hr>
  84. <blockquote>
  85. <p>Je voulais le <a href="/david/2020/02/07/#cars">moins d’électronique</a> possible et plutôt prendre un vieux véhicule robuste qui me permette de sortir d’un banc de neige et peut-être à terme de la&nbsp;ville.</p>
  86. <p><cite><em><a href="/david/2021/07/16/">Char</a></em></cite></p>
  87. </blockquote>
  88. <p>Suite des mes aventures avec une <a href="http://tmp.larlet.fr/ccmc/">comptabilité à jour</a> depuis bientôt 3&nbsp;ans. Divulgâcheur&nbsp;: ça coûte très&nbsp;cher.</p>
  89. <p>Le résultat n’est pas joli-joli avec environ vingt mille kilomètres au compteur sur la période. Je n’ai pas non plus réussi à descendre en-dessous des 12L/100km avec ce véhicule qui n’a pas été pensé pour être économe et qui alimente les 4&nbsp;roues en permanence… MAIS je crois que si c’était à refaire, je choisirais un <em>véhicule stupide</em> à&nbsp;nouveau.</p>
  90. <blockquote lang="en">
  91. <p>Car companies are on the forefront of postcapitalism, and <mark>they understand that digital is the key to rent-extraction.</mark> Remember when BMW announced that it was going to rent you the seatwarmer in your own fucking&nbsp;car?</p>
  92. <p>[…]</p>
  93. <p>This is the urinary tract infection business model: without digitization, all your car’s value flowed in a healthy stream. But once the car-makers add semiconductors, each one of those features comes out in a painful, burning dribble, with every button on that farkakta touchscreen wired directly into your&nbsp;credit-card.</p>
  94. <p><cite><em><a href="https://pluralistic.net/2023/07/24/rent-to-pwn/">Pluralistic: Autoenshittification (24&nbsp;July 2023)</a></em>&nbsp;(<a href="/david/cache/2023/8be5d8a651e8f8e211cfe10fd49bb3f0/">cache</a>)</cite></p>
  95. </blockquote>
  96. <p>Je pourrais citer tellement de passages de cet article de Cory Doctorow qui confirment ce choix que ça en est édifiant. Et si vous pensez que certaines marques ne font quand même pas n’importe quoi avec vos données, Mozilla se charge — chiffres à l’appui&nbsp;— de démentir cette&nbsp;idée&nbsp;:</p>
  97. <blockquote lang="en">
  98. <p>The gist is: they can collect super intimate information about you -- from your medical information, your genetic information, to your “sex life” (seriously), to how fast you drive, where you drive, and what songs you play in your car -- in huge quantities. They then use it to invent more data about you through “inferences” about things like your intelligence, abilities, and&nbsp;interests.</p>
  99. <p>[…]</p>
  100. <p>It’s bad enough for the behemoth corporations that own the car brands to have all that personal information in their possession, to use for their own research, marketing, or the ultra-vague “business purposes.” But then, most (84%) of the car brands we researched say they can share your personal data -- with service providers, data brokers, and other businesses we know little or nothing about. Worse, <mark>nineteen (76%) say they can sell your personal&nbsp;data.</mark></p>
  101. <p>A surprising number (56%) also say they can share your information with the government or law enforcement in response to a “request.” Not a high bar court order, but something as easy as an “informal request.” Yikes -- that’s a very low&nbsp;bar!</p>
  102. <p><cite><em><a href="https://foundation.mozilla.org/en/privacynotincluded/articles/its-official-cars-are-the-worst-product-category-we-have-ever-reviewed-for-privacy/">It’s Official: Cars Are the Worst Product Category We Have Ever Reviewed for Privacy</a></em>&nbsp;(<a href="/david/cache/2023/81eb35bbd276cb28230820176152af87/">cache</a>)</cite></p>
  103. </blockquote>
  104. <p>Progressivement, j’en apprends un peu plus sur la mécanique d’une vieille voiture thermique et je crois que c’est ma seule option. Elle n’est peut-être pas payante mais elle me garantit une certaine <em>confidensanité</em>.</p>
  105. <blockquote lang="en">
  106. <p>Welcome to the future. <mark>Sabotage&nbsp;it.</mark></p>
  107. <p><cite><a href="https://thenib.com/im-a-luddite/">I’m a Luddite (and So Can&nbsp;You!)</a></cite></p>
  108. </blockquote>
  109. <hr />
  110. <blockquote lang="en">
  111. <p>😶 You can’t talk about all the friends and family you’ve lost. You can’t talk about how tired you are. You can’t talk about politics. You can’t talk about climate change. You can’t talk about the wildfires or that town that burned down. You can’t talk about living through the hottest days in human history. You can’t talk about masks or air purifiers. You can’t talk about student loans. You can’t talk about the wars we’re fighting or getting ready to&nbsp;fight.</p>
  112. <p><mark>You can’t talk about anything that&nbsp;matters.</mark></p>
  113. <p>You can only talk about the latest shitty superhero movie. You can talk about Barbie. You can talk about celebrity gossip. You can talk about the vacation you pretended to enjoy. You can talk about&nbsp;yoga.</p>
  114. <p>You can talk about your morning&nbsp;routine.</p>
  115. <p>You can talk about&nbsp;sports.</p>
  116. <p><cite><em><a href="https://www.okdoomer.io/watching-the-world-burn-on-our-phones/">Watching The World Burn on Our Phones</a></em>&nbsp;(<a href="/david/cache/2023/977dc3c51f364f41db786f881d2c3fd2/">cache</a>)</cite></p>
  117. </blockquote>
  118. <blockquote lang="en">
  119. <p>😁 I’m not young enough to know&nbsp;everything.</p>
  120. <p><cite><em><a href="https://blog.jim-nielsen.com/2023/family-tree-wisdom/">Family Tree Wisdom</a></em>&nbsp;(<a href="/david/cache/2023/d40295a6495f934934436470ad425cac/">cache</a>)</cite></p>
  121. </blockquote>
  122. <nav>
  123. <p>
  124. <a href="/david/2023/confidentialite/"
  125. title="Liste de tous les articles 2023 associés à cette étiquette"
  126. rel="tag"
  127. >#confidentialité</a>
  128. <a href="/david/2023/gafam/"
  129. title="Liste de tous les articles 2023 associés à cette étiquette"
  130. rel="tag"
  131. >#gafam</a>
  132. <a href="/david/2023/traces/"
  133. title="Liste de tous les articles 2023 associés à cette étiquette"
  134. rel="tag"
  135. >#traces</a>
  136. <a href="/david/#tags-2023"
  137. title="Liste de toutes les étiquettes 2023"
  138. ><svg class="icon icon-tags">
  139. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-tags"></use>
  140. </svg>
  141. tous ?</a
  142. >
  143. </p>
  144. </nav>
  145. <nav>
  146. <p class="center">
  147. <a rel="prev" href="/david/2023/09/07/" title="Publication précédente : Conteur">← Précédent</a> •
  148. <a href="/david/2023/" title="Liste des publications récentes">↑ En 2023</a>
  149. • <a rel="next" href="/david/2023/09/09/" title="Publication suivante : Blogroll">Suivant →</a>
  150. </p>
  151. </nav>
  152. </article>
  153. <hr>
  154. <footer>
  155. <p>
  156. <nobr>
  157. <a href="/david/" title="Aller à l’accueil"
  158. ><svg class="icon icon-home">
  159. <use
  160. xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"
  161. ></use>
  162. </svg>
  163. Accueil</a
  164. >
  165. </nobr>
  166. <nobr>
  167. <a href="/david/log/" title="Accès au flux RSS"
  168. ><svg class="icon icon-rss2">
  169. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-rss2"></use>
  170. </svg>
  171. Suivre</a
  172. >
  173. </nobr>
  174. <nobr>
  175. <a href="http://larlet.com" title="Go to my English profile" data-instant
  176. ><svg class="icon icon-user-tie">
  177. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-user-tie"></use>
  178. </svg>
  179. Pro</a
  180. >
  181. </nobr>
  182. <nobr>
  183. <a href="mailto:david%40larlet.fr" title="Envoyer un courriel"
  184. ><svg class="icon icon-mail">
  185. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-mail"></use>
  186. </svg>
  187. Email</a
  188. >
  189. </nobr>
  190. <nobr>
  191. <abbr
  192. class="nowrap"
  193. title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340"
  194. ><svg class="icon icon-hammer2">
  195. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-hammer2"></use>
  196. </svg>
  197. Légal</abbr
  198. >
  199. </nobr>
  200. </p>
  201. <template id="theme-selector">
  202. <form>
  203. <fieldset>
  204. <legend><svg class="icon icon-brightness-contrast">
  205. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-brightness-contrast"></use>
  206. </svg> Thème</legend>
  207. <label>
  208. <input type="radio" value="auto" name="chosen-color-scheme" checked> Auto
  209. </label>
  210. <label>
  211. <input type="radio" value="dark" name="chosen-color-scheme"> Foncé
  212. </label>
  213. <label>
  214. <input type="radio" value="light" name="chosen-color-scheme"> Clair
  215. </label>
  216. </fieldset>
  217. </form>
  218. </template>
  219. </footer>
  220. <script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
  221. <script>
  222. function loadThemeForm(templateName) {
  223. const themeSelectorTemplate = document.querySelector(templateName)
  224. const form = themeSelectorTemplate.content.firstElementChild
  225. themeSelectorTemplate.replaceWith(form)
  226. form.addEventListener('change', (e) => {
  227. const chosenColorScheme = e.target.value
  228. localStorage.setItem('theme', chosenColorScheme)
  229. toggleTheme(chosenColorScheme)
  230. })
  231. const selectedTheme = localStorage.getItem('theme')
  232. if (selectedTheme && selectedTheme !== 'undefined') {
  233. form.querySelector(`[value="${selectedTheme}"]`).checked = true
  234. }
  235. }
  236. const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
  237. window.addEventListener('load', () => {
  238. let hasDarkRules = false
  239. for (const styleSheet of Array.from(document.styleSheets)) {
  240. let mediaRules = []
  241. for (const cssRule of styleSheet.cssRules) {
  242. if (cssRule.type !== CSSRule.MEDIA_RULE) {
  243. continue
  244. }
  245. // WARNING: Safari does not have/supports `conditionText`.
  246. if (cssRule.conditionText) {
  247. if (cssRule.conditionText !== prefersColorSchemeDark) {
  248. continue
  249. }
  250. } else {
  251. if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
  252. continue
  253. }
  254. }
  255. mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
  256. }
  257. // WARNING: do not try to insert a Rule to a styleSheet you are
  258. // currently iterating on, otherwise the browser will be stuck
  259. // in a infinite loop…
  260. for (const mediaRule of mediaRules) {
  261. styleSheet.insertRule(mediaRule.cssText)
  262. hasDarkRules = true
  263. }
  264. }
  265. if (hasDarkRules) {
  266. loadThemeForm('#theme-selector')
  267. }
  268. })
  269. </script>
  270. </body>
  271. </html>