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

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