A place to cache linked articles (think custom and personal wayback machine)
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 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  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>Re: Maintainers / Kernel Summit 2021 planning kick-off (archive) — David Larlet</title>
  13. <meta name="description" content="Publication mise en cache pour en conserver une trace.">
  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. <meta name="robots" content="noindex, nofollow">
  53. <meta content="origin-when-cross-origin" name="referrer">
  54. <!-- Canonical URL for SEO purposes -->
  55. <link rel="canonical" href="https://lore.kernel.org/ksummit/CAHk-=wiB6FJknDC5PMfpkg4gZrbSuC3d391VyReM4Wb0+JYXXA@mail.gmail.com/">
  56. <body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick" data-instant-intensity="viewport-all">
  57. <article>
  58. <header>
  59. <h1>Re: Maintainers / Kernel Summit 2021 planning kick-off</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.svg#icon-home"></use>
  65. </svg> Accueil</a> •
  66. <a href="https://lore.kernel.org/ksummit/CAHk-=wiB6FJknDC5PMfpkg4gZrbSuC3d391VyReM4Wb0+JYXXA@mail.gmail.com/" title="Lien vers le contenu original">Source originale</a>
  67. </p>
  68. </nav>
  69. <hr>
  70. <p>On Thu, Jun 10, 2021 at 11:08 AM Enrico Weigelt, metux IT consult
  71. &lt;lkml@metux.net&gt; wrote:</p>
  72. <blockquote>
  73. <p>And I know <em>a lot</em> of people who will never take part in this generic
  74. human experiment that basically creates a new humanoid race (people
  75. who generate and exhaust the toxic spike proteine, whose gene sequence
  76. doesn't look quote natural). I'm one of them, as my whole family.</p>
  77. </blockquote>
  78. <p>Please keep your insane and technically incorrect anti-vax comments to yourself.</p>
  79. <p>You don't know what you are talking about, you don't know what mRNA
  80. is, and you're spreading idiotic lies. Maybe you do so unwittingly,
  81. because of bad education. Maybe you do so because you've talked to
  82. "experts" or watched youtube videos by charlatans that don't know what
  83. they are talking about.</p>
  84. <p>But dammit, regardless of where you have gotten your mis-information
  85. from, any Linux kernel discussion list isn't going to have your
  86. idiotic drivel pass uncontested from me.</p>
  87. <p>Vaccines have saved the lives of literally tens of millions of people.</p>
  88. <p>Just for your edification in case you are actually willing to be
  89. educated: mRNA doesn't change your genetic sequence in any way. It is
  90. the exact same intermediate - and temporary - kind of material that
  91. your cells generate internally all the time as part of your normal
  92. cell processes, and all that the mRNA vaccines do is to add a dose
  93. their own specialized sequence that then makes your normal cell
  94. machinery generate that spike protein so that your body learns how to
  95. recognize it.</p>
  96. <p>The half-life of mRNA is a few hours. Any injected mRNA will be all
  97. gone from your body in a day or two. It doesn't change anything
  98. long-term, except for that natural "your body now knows how to
  99. recognize and fight off a new foreign protein" (which then tends to
  100. fade over time too, but lasts a lot longer than a few days). And yes,
  101. while your body learns to fight off that foreign material, you may
  102. feel like shit for a while. That's normal, and it's your natural
  103. response to your cells spending resources on learning how to deal with
  104. the new threat.</p>
  105. <p>And of the vaccines, the mRNA ones are the most modern, and the most
  106. targeted - exactly because they do <em>not</em> need to have any of the other
  107. genetic material that you traditionally have in a vaccine (ie no need
  108. for basically the whole - if weakened - bacterial or virus genetic
  109. material). So the mRNA vaccines actually have <em>less</em> of that foreign
  110. material in them than traditional vaccines do. And a <em>lot</em> less than
  111. the very real and actual COVID-19 virus that is spreading in your
  112. neighborhood.</p>
  113. <p>Honestly, anybody who has told you differently, and who has told you
  114. that it changes your genetic material, is simply uneducated. You need
  115. to stop believing the anti-vax lies, and you need to start protecting
  116. your family and the people around you. Get vaccinated.</p>
  117. <p>I think you are in Germany, and COVID-19 numbers are going down. It's
  118. spreading a lot less these days, largely because people around you
  119. have started getting the vaccine - about half having gotten their
  120. first dose around you, and about a quarter being fully vaccinated. If
  121. you and your family are more protected these days, it's because of all
  122. those other people who made the right choice, but it's worth noting
  123. that as you see the disease numbers go down in your neighborhood,
  124. those diminishing numbers are going to predominantly be about people
  125. like you and your family.</p>
  126. <p>So don't feel all warm and fuzzy about the fact that covid cases have
  127. dropped a lot around you. Yes, all those vaccinated people around you
  128. will protect you too, but if there is another wave, possibly due to a
  129. more transmissible version - you and your family will be at <em>much</em>
  130. higher risk than those vaccinated people because of your ignorance and
  131. mis-information.</p>
  132. <p>Get vaccinated. Stop believing the anti-vax lies.</p>
  133. <p>And if you insist on believing in the crazy conspiracy theories, at
  134. least SHUT THE HELL UP about it on Linux kernel discussion lists.</p>
  135. <p>Linus</p>
  136. </article>
  137. <hr>
  138. <footer>
  139. <p>
  140. <a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
  141. <use xlink:href="/static/david/icons2/symbol-defs.svg#icon-home"></use>
  142. </svg> Accueil</a> •
  143. <a href="/david/log/" title="Accès au flux RSS"><svg class="icon icon-rss2">
  144. <use xlink:href="/static/david/icons2/symbol-defs.svg#icon-rss2"></use>
  145. </svg> Suivre</a> •
  146. <a href="http://larlet.com" title="Go to my English profile" data-instant><svg class="icon icon-user-tie">
  147. <use xlink:href="/static/david/icons2/symbol-defs.svg#icon-user-tie"></use>
  148. </svg> Pro</a> •
  149. <a href="mailto:david%40larlet.fr" title="Envoyer un courriel"><svg class="icon icon-mail">
  150. <use xlink:href="/static/david/icons2/symbol-defs.svg#icon-mail"></use>
  151. </svg> Email</a> •
  152. <abbr class="nowrap" title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340"><svg class="icon icon-hammer2">
  153. <use xlink:href="/static/david/icons2/symbol-defs.svg#icon-hammer2"></use>
  154. </svg> Légal</abbr>
  155. </p>
  156. <template id="theme-selector">
  157. <form>
  158. <fieldset>
  159. <legend><svg class="icon icon-brightness-contrast">
  160. <use xlink:href="/static/david/icons2/symbol-defs.svg#icon-brightness-contrast"></use>
  161. </svg> Thème</legend>
  162. <label>
  163. <input type="radio" value="auto" name="chosen-color-scheme" checked> Auto
  164. </label>
  165. <label>
  166. <input type="radio" value="dark" name="chosen-color-scheme"> Foncé
  167. </label>
  168. <label>
  169. <input type="radio" value="light" name="chosen-color-scheme"> Clair
  170. </label>
  171. </fieldset>
  172. </form>
  173. </template>
  174. </footer>
  175. <script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
  176. <script>
  177. function loadThemeForm(templateName) {
  178. const themeSelectorTemplate = document.querySelector(templateName)
  179. const form = themeSelectorTemplate.content.firstElementChild
  180. themeSelectorTemplate.replaceWith(form)
  181. form.addEventListener('change', (e) => {
  182. const chosenColorScheme = e.target.value
  183. localStorage.setItem('theme', chosenColorScheme)
  184. toggleTheme(chosenColorScheme)
  185. })
  186. const selectedTheme = localStorage.getItem('theme')
  187. if (selectedTheme && selectedTheme !== 'undefined') {
  188. form.querySelector(`[value="${selectedTheme}"]`).checked = true
  189. }
  190. }
  191. const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
  192. window.addEventListener('load', () => {
  193. let hasDarkRules = false
  194. for (const styleSheet of Array.from(document.styleSheets)) {
  195. let mediaRules = []
  196. for (const cssRule of styleSheet.cssRules) {
  197. if (cssRule.type !== CSSRule.MEDIA_RULE) {
  198. continue
  199. }
  200. // WARNING: Safari does not have/supports `conditionText`.
  201. if (cssRule.conditionText) {
  202. if (cssRule.conditionText !== prefersColorSchemeDark) {
  203. continue
  204. }
  205. } else {
  206. if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
  207. continue
  208. }
  209. }
  210. mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
  211. }
  212. // WARNING: do not try to insert a Rule to a styleSheet you are
  213. // currently iterating on, otherwise the browser will be stuck
  214. // in a infinite loop…
  215. for (const mediaRule of mediaRules) {
  216. styleSheet.insertRule(mediaRule.cssText)
  217. hasDarkRules = true
  218. }
  219. }
  220. if (hasDarkRules) {
  221. loadThemeForm('#theme-selector')
  222. }
  223. })
  224. </script>
  225. </body>
  226. </html>