Browse Source

Links

master
David Larlet 2 months ago
parent
commit
a44b21768e
Signed by: David Larlet <david@larlet.fr> GPG Key ID: 3E2953A359E7E7BD

+ 241
- 0
cache/2024/036789c955419215be9d88c6823b55aa/index.html View File

@@ -0,0 +1,241 @@
<!doctype html><!-- This is a valid HTML5 document. -->
<!-- Screen readers, SEO, extensions and so on. -->
<html lang="en">
<!-- Has to be within the first 1024 bytes, hence before the `title` element
See: https://www.w3.org/TR/2012/CR-html5-20121217/document-metadata.html#charset -->
<meta charset="utf-8">
<!-- Why no `X-UA-Compatible` meta: https://stackoverflow.com/a/6771584 -->
<!-- The viewport meta is quite crowded and we are responsible for that.
See: https://codepen.io/tigt/post/meta-viewport-for-2015 -->
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- Required to make a valid HTML5 document. -->
<title>The fundamentals of the AGPLv3 (archive) — David Larlet</title>
<meta name="description" content="Publication mise en cache pour en conserver une trace.">
<!-- That good ol' feed, subscribe :). -->
<link rel="alternate" type="application/atom+xml" title="Feed" href="/david/log/">
<!-- Generated from https://realfavicongenerator.net/ such a mess. -->
<link rel="apple-touch-icon" sizes="180x180" href="/static/david/icons2/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/david/icons2/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/david/icons2/favicon-16x16.png">
<link rel="manifest" href="/static/david/icons2/site.webmanifest">
<link rel="mask-icon" href="/static/david/icons2/safari-pinned-tab.svg" color="#07486c">
<link rel="shortcut icon" href="/static/david/icons2/favicon.ico">
<meta name="msapplication-TileColor" content="#f7f7f7">
<meta name="msapplication-config" content="/static/david/icons2/browserconfig.xml">
<meta name="theme-color" content="#f7f7f7" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#272727" media="(prefers-color-scheme: dark)">
<!-- Is that even respected? Retrospectively? What a shAItshow…
https://neil-clarke.com/block-the-bots-that-feed-ai-models-by-scraping-your-website/ -->
<meta name="robots" content="noai, noimageai">
<!-- Documented, feel free to shoot an email. -->
<link rel="stylesheet" href="/static/david/css/style_2021-01-20.css">
<!-- See https://www.zachleat.com/web/comprehensive-webfonts/ for the trade-off. -->
<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>
<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>
<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>
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
<script>
function toggleTheme(themeName) {
document.documentElement.classList.toggle(
'forced-dark',
themeName === 'dark'
)
document.documentElement.classList.toggle(
'forced-light',
themeName === 'light'
)
}
const selectedTheme = localStorage.getItem('theme')
if (selectedTheme !== 'undefined') {
toggleTheme(selectedTheme)
}
</script>

<meta name="robots" content="noindex, nofollow">
<meta content="origin-when-cross-origin" name="referrer">
<!-- Canonical URL for SEO purposes -->
<link rel="canonical" href="https://www.fsf.org/bulletin/2021/fall/the-fundamentals-of-the-agplv3">

<body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick" data-instant-intensity="viewport-all">


<article>
<header>
<h1>The fundamentals of the AGPLv3</h1>
</header>
<nav>
<p class="center">
<a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-home"></use>
</svg> Accueil</a> •
<a href="https://www.fsf.org/bulletin/2021/fall/the-fundamentals-of-the-agplv3" title="Lien vers le contenu original">Source originale</a>
<br>
Mis en cache le 2024-02-17
</p>
</nav>
<hr>
<p>The GNU Affero General Public License version 3 (AGPLv3) is the most
protective of computer user freedom, yet it remains the most
misunderstood of the GNU family of licenses. The AGPLv3 was created to
solve a very specific problem: how to protect a user’s rights when the
program in question is being utilized over a network. In this article
we will cover where it came from, how we benefit from it, and why a
developer should consider it.</p>
<p>The <a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPLv3</a> traces its origins to a company called Affero,
Inc. Affero was established in 2001, and they provided a platform for
interactive “Web applications” like discussion forums, mailing lists,
email, and blogs. Affero wanted to be sure that users could access the
source code for these applications, and that anyone who built
derivatives from them would also share alike. The copyleft license of
choice at the time was the GNU General Public License version two
(GPLv2). However, the GPLv2 was written when the client/server
paradigm was not widespread; it could not provide the copyleft
assurance desired for Affero's platform. That is to say, one could
obtain Affero’s source code, modify it, and allow users access to the
program over a network without the obligation of releasing its source
code to the public. With this dilemma in mind and some help from the
FSF, the Affero General Public License version one (AGPLv1) was
published in March 2002 by Affero. In November of 2007, the AGPL
joined the GNU family of licenses with version three, giving us a
freedom-protecting copyleft license for an increasingly networked
world.</p>
<p>Simply put, the AGPLv3 is effectively the GPLv3, but with an
additional licensing term that ensures that users who interact over a
network with modified versions of the program can receive the source
code for that program. In both licenses, sections four through six
provide the terms that give users the right to receive the source code
of a program. These terms cover the distribution of verbatim or
modified source code as well as compiled executable binaries. However,
they only apply when a program is distributed, or more specifically,
conveyed to a recipient. Using a program over a network is not
"conveying." It is important to note that this only applies to the
code running on the server, and not for example to the JavaScript
programs that your browser may download and run locally — these <em>are</em>
conveyed to you.</p>
<p>The AGPLv3 does not adjust or expand the definition of
conveying. Instead, it includes an additional right that if the
program is expressly designed to accept user requests and send
responses over a network, the user is entitled to receive the source
code of the version being used. For license compatibility reasons,
written into section 13 of both the GPLv3 and the AGPLv3 is the
explicit permission to link or combine any covered work under the
other license. Paraphrased from the GPLv3 section 13; you have
permission to link or combine any covered work with a work licensed
under the AGPLv3 into a single combined work. The GPLv3 license will
continue to apply to the part which is the covered work, but the
special requirements of the AGPLv3, section 13, will apply to the
combined work.</p>
<p>When confronted with a choice between the AGPLv3 and GPLv3, a
developer may think that their program doesn’t need the extra
protection afforded by the AGPLv3, but who knows what the future may
hold! For now, their program does not get used over a network, but
someday it might. We encourage developers to consider carefully
whether their program <em>could</em> be deployed by someone else as part of a
network service. By choosing the AGPLv3 (or any later version) in
these situations, the developer can future-proof their program in case
someone takes the project in that direction.</p>
<p>See the <a href="https://www.gnu.org/licenses/why-affero-gpl.html">Why the Affero GPL</a>? licensing page for more information
when considering the AGPLv3. To learn more about the AGPL and the GNU
family of licenses visit <a href="https://www.gnu.org/licenses/gpl-faq.html">Frequently Asked Questions about the GNU
Licenses</a>.</p>
<p><em>Copyright © 2021 Free Software Foundation, Inc. This article is individually licensed under the Creative Commons <a href="https://creativecommons.org/licenses/by-sa/4.0/">Attribution-ShareAlike 4.0 International license</a>.</em></p>
</article>


<hr>

<footer>
<p>
<a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-home"></use>
</svg> Accueil</a> •
<a href="/david/log/" title="Accès au flux RSS"><svg class="icon icon-rss2">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-rss2"></use>
</svg> Suivre</a> •
<a href="http://larlet.com" title="Go to my English profile" data-instant><svg class="icon icon-user-tie">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-user-tie"></use>
</svg> Pro</a> •
<a href="mailto:david%40larlet.fr" title="Envoyer un courriel"><svg class="icon icon-mail">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-mail"></use>
</svg> Email</a> •
<abbr class="nowrap" title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340"><svg class="icon icon-hammer2">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-hammer2"></use>
</svg> Légal</abbr>
</p>
<template id="theme-selector">
<form>
<fieldset>
<legend><svg class="icon icon-brightness-contrast">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-brightness-contrast"></use>
</svg> Thème</legend>
<label>
<input type="radio" value="auto" name="chosen-color-scheme" checked> Auto
</label>
<label>
<input type="radio" value="dark" name="chosen-color-scheme"> Foncé
</label>
<label>
<input type="radio" value="light" name="chosen-color-scheme"> Clair
</label>
</fieldset>
</form>
</template>
</footer>
<script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
<script>
function loadThemeForm(templateName) {
const themeSelectorTemplate = document.querySelector(templateName)
const form = themeSelectorTemplate.content.firstElementChild
themeSelectorTemplate.replaceWith(form)

form.addEventListener('change', (e) => {
const chosenColorScheme = e.target.value
localStorage.setItem('theme', chosenColorScheme)
toggleTheme(chosenColorScheme)
})

const selectedTheme = localStorage.getItem('theme')
if (selectedTheme && selectedTheme !== 'undefined') {
form.querySelector(`[value="${selectedTheme}"]`).checked = true
}
}

const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
window.addEventListener('load', () => {
let hasDarkRules = false
for (const styleSheet of Array.from(document.styleSheets)) {
let mediaRules = []
for (const cssRule of styleSheet.cssRules) {
if (cssRule.type !== CSSRule.MEDIA_RULE) {
continue
}
// WARNING: Safari does not have/supports `conditionText`.
if (cssRule.conditionText) {
if (cssRule.conditionText !== prefersColorSchemeDark) {
continue
}
} else {
if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
continue
}
}
mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
}

// WARNING: do not try to insert a Rule to a styleSheet you are
// currently iterating on, otherwise the browser will be stuck
// in a infinite loop…
for (const mediaRule of mediaRules) {
styleSheet.insertRule(mediaRule.cssText)
hasDarkRules = true
}
}
if (hasDarkRules) {
loadThemeForm('#theme-selector')
}
})
</script>
</body>
</html>

+ 74
- 0
cache/2024/036789c955419215be9d88c6823b55aa/index.md View File

@@ -0,0 +1,74 @@
title: The fundamentals of the AGPLv3
url: https://www.fsf.org/bulletin/2021/fall/the-fundamentals-of-the-agplv3
hash_url: 036789c955419215be9d88c6823b55aa
archive_date: 2024-02-17
og_image: https://static.fsf.org/common/img/logo-new.png
description: The GNU Affero General Public License version 3 (AGPLv3) is the most protective of computer user freedom, yet it remains the most misunderstood of the GNU family of licenses.
favicon: https://www.fsf.org/favicon.ico
language: en_US

<p>The GNU Affero General Public License version 3 (AGPLv3) is the most
protective of computer user freedom, yet it remains the most
misunderstood of the GNU family of licenses. The AGPLv3 was created to
solve a very specific problem: how to protect a user’s rights when the
program in question is being utilized over a network. In this article
we will cover where it came from, how we benefit from it, and why a
developer should consider it.</p>
<p>The <a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPLv3</a> traces its origins to a company called Affero,
Inc. Affero was established in 2001, and they provided a platform for
interactive “Web applications” like discussion forums, mailing lists,
email, and blogs. Affero wanted to be sure that users could access the
source code for these applications, and that anyone who built
derivatives from them would also share alike. The copyleft license of
choice at the time was the GNU General Public License version two
(GPLv2). However, the GPLv2 was written when the client/server
paradigm was not widespread; it could not provide the copyleft
assurance desired for Affero's platform. That is to say, one could
obtain Affero’s source code, modify it, and allow users access to the
program over a network without the obligation of releasing its source
code to the public. With this dilemma in mind and some help from the
FSF, the Affero General Public License version one (AGPLv1) was
published in March 2002 by Affero. In November of 2007, the AGPL
joined the GNU family of licenses with version three, giving us a
freedom-protecting copyleft license for an increasingly networked
world.</p>
<p>Simply put, the AGPLv3 is effectively the GPLv3, but with an
additional licensing term that ensures that users who interact over a
network with modified versions of the program can receive the source
code for that program. In both licenses, sections four through six
provide the terms that give users the right to receive the source code
of a program. These terms cover the distribution of verbatim or
modified source code as well as compiled executable binaries. However,
they only apply when a program is distributed, or more specifically,
conveyed to a recipient. Using a program over a network is not
"conveying." It is important to note that this only applies to the
code running on the server, and not for example to the JavaScript
programs that your browser may download and run locally — these <em>are</em>
conveyed to you.</p>
<p>The AGPLv3 does not adjust or expand the definition of
conveying. Instead, it includes an additional right that if the
program is expressly designed to accept user requests and send
responses over a network, the user is entitled to receive the source
code of the version being used. For license compatibility reasons,
written into section 13 of both the GPLv3 and the AGPLv3 is the
explicit permission to link or combine any covered work under the
other license. Paraphrased from the GPLv3 section 13; you have
permission to link or combine any covered work with a work licensed
under the AGPLv3 into a single combined work. The GPLv3 license will
continue to apply to the part which is the covered work, but the
special requirements of the AGPLv3, section 13, will apply to the
combined work.</p>
<p>When confronted with a choice between the AGPLv3 and GPLv3, a
developer may think that their program doesn’t need the extra
protection afforded by the AGPLv3, but who knows what the future may
hold! For now, their program does not get used over a network, but
someday it might. We encourage developers to consider carefully
whether their program <em>could</em> be deployed by someone else as part of a
network service. By choosing the AGPLv3 (or any later version) in
these situations, the developer can future-proof their program in case
someone takes the project in that direction.</p>
<p>See the <a href="https://www.gnu.org/licenses/why-affero-gpl.html">Why the Affero GPL</a>? licensing page for more information
when considering the AGPLv3. To learn more about the AGPL and the GNU
family of licenses visit <a href="https://www.gnu.org/licenses/gpl-faq.html">Frequently Asked Questions about the GNU
Licenses</a>.</p>
<p><em>Copyright © 2021 Free Software Foundation, Inc. This article is individually licensed under the Creative Commons <a href="https://creativecommons.org/licenses/by-sa/4.0/">Attribution-ShareAlike 4.0 International license</a>.</em></p>

+ 223
- 0
cache/2024/1929f7183f694c7abeafeddb891fcf50/index.html View File

@@ -0,0 +1,223 @@
<!doctype html><!-- This is a valid HTML5 document. -->
<!-- Screen readers, SEO, extensions and so on. -->
<html lang="fr">
<!-- Has to be within the first 1024 bytes, hence before the `title` element
See: https://www.w3.org/TR/2012/CR-html5-20121217/document-metadata.html#charset -->
<meta charset="utf-8">
<!-- Why no `X-UA-Compatible` meta: https://stackoverflow.com/a/6771584 -->
<!-- The viewport meta is quite crowded and we are responsible for that.
See: https://codepen.io/tigt/post/meta-viewport-for-2015 -->
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- Required to make a valid HTML5 document. -->
<title>Crise des opioïdes : pourquoi il ne faut ni l'oublier ni l'ignorer (archive) — David Larlet</title>
<meta name="description" content="Publication mise en cache pour en conserver une trace.">
<!-- That good ol' feed, subscribe :). -->
<link rel="alternate" type="application/atom+xml" title="Feed" href="/david/log/">
<!-- Generated from https://realfavicongenerator.net/ such a mess. -->
<link rel="apple-touch-icon" sizes="180x180" href="/static/david/icons2/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/david/icons2/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/david/icons2/favicon-16x16.png">
<link rel="manifest" href="/static/david/icons2/site.webmanifest">
<link rel="mask-icon" href="/static/david/icons2/safari-pinned-tab.svg" color="#07486c">
<link rel="shortcut icon" href="/static/david/icons2/favicon.ico">
<meta name="msapplication-TileColor" content="#f7f7f7">
<meta name="msapplication-config" content="/static/david/icons2/browserconfig.xml">
<meta name="theme-color" content="#f7f7f7" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#272727" media="(prefers-color-scheme: dark)">
<!-- Is that even respected? Retrospectively? What a shAItshow…
https://neil-clarke.com/block-the-bots-that-feed-ai-models-by-scraping-your-website/ -->
<meta name="robots" content="noai, noimageai">
<!-- Documented, feel free to shoot an email. -->
<link rel="stylesheet" href="/static/david/css/style_2021-01-20.css">
<!-- See https://www.zachleat.com/web/comprehensive-webfonts/ for the trade-off. -->
<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>
<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>
<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>
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
<script>
function toggleTheme(themeName) {
document.documentElement.classList.toggle(
'forced-dark',
themeName === 'dark'
)
document.documentElement.classList.toggle(
'forced-light',
themeName === 'light'
)
}
const selectedTheme = localStorage.getItem('theme')
if (selectedTheme !== 'undefined') {
toggleTheme(selectedTheme)
}
</script>

<meta name="robots" content="noindex, nofollow">
<meta content="origin-when-cross-origin" name="referrer">
<!-- Canonical URL for SEO purposes -->
<link rel="canonical" href="https://basta.media/crise-des-opioides-pourquoi-il-ne-faut-ni-oublier-ni-ignorer">

<body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick" data-instant-intensity="viewport-all">


<article>
<header>
<h1>Crise des opioïdes : pourquoi il ne faut ni l'oublier ni l'ignorer</h1>
</header>
<nav>
<p class="center">
<a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-home"></use>
</svg> Accueil</a> •
<a href="https://basta.media/crise-des-opioides-pourquoi-il-ne-faut-ni-oublier-ni-ignorer" title="Lien vers le contenu original">Source originale</a>
<br>
Mis en cache le 2024-02-17
</p>
</nav>
<hr>
<div class="crayon article-texte-9530 c-content_text texte surlignable"><p class="with-first-letter"><span class="first-letter">L</span>a crise des opioïdes en Amérique du Nord n’est pas nouvelle. Nombre de documentaires, films ou séries de fiction ont été consacrés à cette catastrophe de santé publique, ses origines comme ses conséquences.</p>
<div class="spip_document_19742 spip_document spip_documents spip_document_image spip_documents_right spip_document_right spip_document_avec_legende" data-legende-len="143" data-legende-lenx="xxx">
<figure class="spip_doc_inner">


<img src="https://basta.media/IMG/png/indes-international_portrait--emma.png" alt="Portrait dessiné de la journaliste Emma Bougerol" aria-describedby="by19742-6f53e58b6ae6aeb2ee63c3e12118cb47">
<figcaption class="spip_doc_legende" id="by19742-6f53e58b6ae6aeb2ee63c3e12118cb47">

<div class="spip_doc_descriptif crayon document-descriptif-19742 "><p>L’édito international d’Emma Bougerol. Pour découvrir notre revue de presse « Chez les indés - International », </p><a href="https://basta.media/inscription-newsletter">inscrivez-vous ici.</a>
</div>

</figcaption></figure>
</div>
<p>Les premières années de la décennie 2020 ont été consacrées aux révélations, à la recherche de responsabilité et à la mise à l’agenda de ce problème. On parle moins aujourd’hui de cette crise initiée en 2016, mais cette épidémie d’overdoses et de vies brisées n’est pas derrière nous.</p>
<p>Au Canada, dans la province de la Colombie-Britannique, 2023 a été l’année la plus meurtrière depuis le début de l’état d’urgence sanitaire concernant les drogues, en 2016. <i>« L’année dernière, la Colombie-Britannique a enregistré 2511 décès par overdose liés à l’approvisionnement non réglementé en drogues toxiques, ce qui signifie qu’en moyenne, un peu moins de sept familles par jour ont perdu un être cher »</i>, <a href="https://thetyee.ca/News/2024/01/30/Toxic-Drug-Crisis-Deadliest-Year/" class="spip_out" rel="external">résume <i>The Tyee</i></a>, média indépendant canadien. Sur les 40 000 morts liés à la drogue depuis 2016, 14 000 ont eu lieu dans la province. <i>The Tyee</i>, dans cet article publié le 30 janvier 2024, essaye de nous faire visualiser l’ampleur de la catastrophe. De petits bonhommes verts, minuscules et alignés côte à côte, remplissent l’écran. Chaque silhouette représente un mort de ces huit ans d’urgence sanitaire.</p>
<div class="spip_document_19729 spip_document spip_documents spip_document_image spip_documents_center spip_document_center spip_document_avec_legende" data-legende-len="309" data-legende-lenx="xxxx">
<figure class="spip_doc_inner">

<a href="https://basta.media/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png" class="spip_doc_lien mediabox" type="image/png" rel="portfolio-autolien">
<picture class="adapt-img-wrapper c3453117820 png loading">
<source media="(-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx)" srcset="https://basta.media/local/adapt-img/480/20x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png@.webp?1707715833 960w, https://basta.media/local/adapt-img/720/20x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png@.webp?1707716606 1440w, https://basta.media/local/adapt-img/854/20x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png@.webp?1707667069 1708w" sizes="(min-width: 960px) 960px, 100vw" type="image/webp"><source media="(-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx)" srcset="https://basta.media/local/adapt-img/480/20x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707738851 960w, https://basta.media/local/adapt-img/720/20x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707741676 1440w, https://basta.media/local/adapt-img/854/20x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707722917 1708w" sizes="(min-width: 960px) 960px, 100vw" type="image/png"><source media="(-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx)" srcset="https://basta.media/local/adapt-img/480/15x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png@.webp?1707716640 720w, https://basta.media/local/adapt-img/720/15x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png@.webp?1707721607 1080w, https://basta.media/local/adapt-img/854/15x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png@.webp?1707716947 1281w" sizes="(min-width: 960px) 960px, 100vw" type="image/webp"><source media="(-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx)" srcset="https://basta.media/local/adapt-img/480/15x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707771451 720w, https://basta.media/local/adapt-img/720/15x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707771451 1080w, https://basta.media/local/adapt-img/854/15x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707771451 1281w" sizes="(min-width: 960px) 960px, 100vw" type="image/png"><source media="(-webkit-min-device-pixel-ratio: 1), (min-resolution: 1dppx)" srcset="https://basta.media/local/adapt-img/480/10x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png@.webp?1707726158 480w, https://basta.media/local/adapt-img/720/10x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png@.webp?1707771451 720w, https://basta.media/local/adapt-img/854/10x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png@.webp?1707716331 854w" sizes="(min-width: 960px) 960px, 100vw" type="image/webp">
<img loading="lazy" src="https://basta.media/local/adapt-img/854/10x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707484714" alt="Des rangées de bonhommes verts représentent les morts par overdose dans une province du Canada." aria-describedby="by19729-86e05300a177edcb836974bda3bf5214" class="adapt-img" srcset="local/adapt-img/480/10x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707716717 480w, local/adapt-img/720/10x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707716716 720w, local/adapt-img/854/10x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707484714 854w" sizes="(min-width: 960px) 960px, 100vw"></source></source></source></source></source></picture></a>
<figcaption class="spip_doc_legende" id="by19729-86e05300a177edcb836974bda3bf5214">
<p class="spip_doc_titre crayon document-titre-19729 "><strong>Les morts par overdose dans une province du Canada
</strong></p>
<p class="spip_doc_descriptif crayon document-descriptif-19729 ">En Colombie-Britannique, les morts se comptent par milliers. « À la fin de l’année dernière, 13 789 personnes étaient décédées après avoir consommé des médicaments toxiques provenant du marché non réglementé », raconte le média canadien <i>The Tyee</i>.
</p>

</figcaption></figure>
</div>
<p>Les premières prescriptions - légales - d’opioïdes comme antidouleur ont commencé à la fin des années 1990. En 1996, la famille Sackler, propriétaire de Purdue Pharma, lance un nouveau produit : l’OxyContin. <i>« Cette pilule, plus forte que la morphine, a déclenché la crise des opioïdes qui tue aujourd’hui plus de 100 personnes par jour aux États-Unis et a engendré des millions de toxicomanes »</i>, <a href="https://www.theguardian.com/us-news/2018/feb/13/meet-the-sacklers-the-family-feuding-over-blame-for-the-opioid-crisis" class="spip_out" rel="external">rappelait en 2018 déjà <i>The Guardian</i></a>. <i>« Cet opioïde à libération lente a fait l’objet d’une promotion intensive auprès des médecins et, dans le cadre d’une réglementation laxiste et de tactiques de vente sournoises, les gens ont été assurés qu’il était sans danger. Mais ce médicament s’apparentait à de la morphine de luxe, était distribué comme de la super aspirine et créait une forte dépendance. Il en est résulté un triomphe commercial et une tragédie pour la santé publique. »</i></p>
<h2 class="spip" id="Une-question-intrinsequement-internationale">Une question intrinsèquement internationale</h2>
<p>Dans les années 1990, la majorité des morts étaient dues aux opioïdes prescrits. En 2010, ce sont les overdoses liées à l’héroïne qui ont commencé à augmenter. Puis, en 2013, <a href="https://www.cdc.gov/opioids/basics/epidemic.html" class="spip_out" rel="external">selon des estimations de l’agence américaine de contrôle et de prévention des maladies</a>, les drogues opioïdes synthétiques ont commencé à faire de plus en plus de morts.</p>
<p>Les drogues de synthèse sont les plus meurtrières. Elles se multiplient, se coupent et se recoupent, sans que les consommateurs ne le sachent. <i>The Conversation</i> avertit par exemple, <a href="https://theconversation.com/nitazenes-synthetic-opioids-more-deadly-than-fentanyl-are-starting-to-turn-up-in-overdose-cases-212589" class="spip_out" rel="external">dans un article de septembre 2023</a>, de l’arrivée d’une nouvelle catégorie de drogues de synthèse : <i>« L’opioïde synthétique fentanyl est bien connu pour les nombreuses vies qu’il a coûtées, principalement aux États-Unis, mais aussi ailleurs. Aujourd’hui, une classe moins connue d’opioïdes synthétiques, les nitazènes, commence à apparaître dans les cas d’overdose, des deux côtés de l’Atlantique. »</i> <i>The Tyee</i>, quand à lui, parle du mélange mortel d’opioïdes et d’une drogue récemment arrivée sur le marché : <i>« La xylazine, également connue sous le nom de tranq ou tranq-dope lorsqu’elle est mélangée à des opioïdes, est un sédatif approuvé pour un usage vétérinaire au Canada en tant qu’anesthésique pour les animaux. Il n’est pas autorisé pour un usage humain. »</i> De plus en plus souvent, raconte le média canadien, le fentanyl est coupé à la xylazine, sans que les consommateurs ne le sachent - augmentant le risque d’overdoses.</p>

<p>Ce problème, bien que majoritairement nord-américain, doit être regardé à l’échelle internationale. La Chine est un grand exportateur de fentanyl de synthèse, rappelle <i>The Guardian</i> à l’occasion de l’annonce d’<a href="https://www.theguardian.com/world/2023/nov/14/biden-china-fentanyl-deal" class="spip_out" rel="external">un accord en novembre 2023 entre Biden et Xi Jinping</a> pour ralentir l’export de ces drogues de synthèse : <i>« La Drug Enforcement Administration (DEA) états-unienne a déclaré que le fentanyl arrivait aux États-Unis en grande partie en provenance de Chine, par l’intermédiaire des cartels de la drogue au Mexique. »</i></p>
<p>La prévalence des drogues chinoises, et synthétiques en général, sur le marché a eu des conséquences au Mexique voisin. Dans une vidéo de fin 2020, <i>The Intercept</i> montre que la baisse drastique de demande en héroïne au profit du fentanyl a <a href="https://theintercept.com/2020/12/06/opioid-fentanyl-poppy-mexico-farmers/" class="spip_out" rel="external">des conséquences humaines considérables</a>. <i>« Les cultivateurs de pavot au Mexique doivent se résoudre à migrer pour travailler ou se tourner vers le crime organisé »</i>, raconte le média, partageant des témoignages de personnes précaires encore appauvries par la situation.</p>
<h2 class="spip" id="Penser-des-solutions-apprendre-des-erreurs-des-autres">Penser des solutions, apprendre des erreurs des autres</h2>
<p>Ces drogues arrivent aussi sur le marché européen. L’<a href="https://www.emcdda.europa.eu/publications/eu-drug-markets/heroin-and-other-opioids/key-findings-and-threat-assessment_en" class="spip_out" rel="external">Observatoire européen des drogues et des toxicomanies note</a> que <i>« la méthadone, la buprénorphine, le fentanyl et ses dérivés ainsi que les nouveaux opioïdes synthétiques très puissants sont devenus plus visibles dans les données sur les résultats sanitaires »</i>.</p>
<p>L’article de <i>The Conversation</i> mentionnait la présence de nouvelles drogues au Royaume-Uni. En France, <a href="https://www.mediapart.fr/journal/fil-dactualites/220523/opiaces-hausse-inquietante-du-recours-l-oxycodone-en-france" class="spip_out" rel="external">une brève de l’AFP partagée dans <i>Mediapart</i></a> fait état des inquiétudes pour le pays : <i>« Le nombre de patients ayant recours à l’oxycodone, médicament opiacé très addictif, a augmenté de manière « inquiétante » ces dernières années en France, a mis en garde [le 22 mai 2023] la Société française de pharmacologie. »</i></p>
<p>Dans son article, <i>The Tyee</i> examine également la géographie des overdoses.Et en conclut : <i>« Il y a un endroit où les gens ne meurent pas : les services de consommation supervisée »</i>, les salles de consommation à moindre risques. <i>The Observer</i> (hebdomadaire qui appartient au groupe du <i>Guardian</i>) s’est rendu en décembre <a href="https://www.theguardian.com/society/2023/dec/03/drug-use-is-a-health-problem-inside-one-of-the-worlds-oldest-legal-consumption-rooms" class="spip_out" rel="external">en reportage en Suisse</a> pour y observer une « salle de shoot ». Le média constate : <i>« Au Quai 9 à Genève, des équipements sécurisés et des soins de santé ont permis de réduire les overdoses et les maladies chez les toxicomanes. »</i></p>
<p>Un groupe de chercheurs scandinaves et américains <a href="https://theconversation.com/philadelphia-bans-supervised-injection-sites-evidence-suggests-keeping-drug-users-on-the-street-could-do-more-harm-than-good-214439" class="spip_out" rel="external">ont publié dans <i>The Conversation</i></a> un plaidoyer en faveur de ces politiques de réduction des risques. <i>« Cette approche reconnaît la difficulté de rompre avec les comportements de dépendance et le fait que certaines personnes ne veulent pas - ou ne peuvent pas - s’arrêter, quels que soient les efforts politiques et sociaux déployés »</i>, décrivent-ils.</p>

<p>Pour comprendre et anticiper cette crise meurtrière qui pourrait atteindre la France, il faut donc regarder ailleurs. <i>« Nos destins d’êtres humains sont indissociables »</i>, <a href="Revue-de-presse-internationale-monde-plus-juste-medias-libres" class="spip_in">écrivions-nous à l’occasion du lancement</a> de notre revue de presse internationale. Cette affirmation est vraie face au changement climatique, à la montée des populismes, à la persistance des discriminations, aux violences subies par les minorités et les femmes.</p>
<p>Elle est également vraie pour les désastres sanitaires dus aux drogues, alimentés par des cartels sans frontières et entretenus par des querelles politiques aveugles aux conséquences humaines. Avec l’aide médias internationaux, il nous faut penser des solutions, chercher des issues, apprendre des erreurs des autres pour se sortir d’une crise qui nous concerne déjà.</p>
<p>Emma Bougerol</p>
<p>Photo de une : <a href="https://creativecommons.org/licenses/by/2.0/" class="spip_out" rel="external">CC BY 2.0 Deed</a> <a href="https://www.flickr.com/photos/ajay_suresh/12424664043" class="spip_out" rel="external">ajay_suresh via flickr.</a></p></div>
</article>


<hr>

<footer>
<p>
<a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-home"></use>
</svg> Accueil</a> •
<a href="/david/log/" title="Accès au flux RSS"><svg class="icon icon-rss2">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-rss2"></use>
</svg> Suivre</a> •
<a href="http://larlet.com" title="Go to my English profile" data-instant><svg class="icon icon-user-tie">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-user-tie"></use>
</svg> Pro</a> •
<a href="mailto:david%40larlet.fr" title="Envoyer un courriel"><svg class="icon icon-mail">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-mail"></use>
</svg> Email</a> •
<abbr class="nowrap" title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340"><svg class="icon icon-hammer2">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-hammer2"></use>
</svg> Légal</abbr>
</p>
<template id="theme-selector">
<form>
<fieldset>
<legend><svg class="icon icon-brightness-contrast">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-brightness-contrast"></use>
</svg> Thème</legend>
<label>
<input type="radio" value="auto" name="chosen-color-scheme" checked> Auto
</label>
<label>
<input type="radio" value="dark" name="chosen-color-scheme"> Foncé
</label>
<label>
<input type="radio" value="light" name="chosen-color-scheme"> Clair
</label>
</fieldset>
</form>
</template>
</footer>
<script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
<script>
function loadThemeForm(templateName) {
const themeSelectorTemplate = document.querySelector(templateName)
const form = themeSelectorTemplate.content.firstElementChild
themeSelectorTemplate.replaceWith(form)

form.addEventListener('change', (e) => {
const chosenColorScheme = e.target.value
localStorage.setItem('theme', chosenColorScheme)
toggleTheme(chosenColorScheme)
})

const selectedTheme = localStorage.getItem('theme')
if (selectedTheme && selectedTheme !== 'undefined') {
form.querySelector(`[value="${selectedTheme}"]`).checked = true
}
}

const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
window.addEventListener('load', () => {
let hasDarkRules = false
for (const styleSheet of Array.from(document.styleSheets)) {
let mediaRules = []
for (const cssRule of styleSheet.cssRules) {
if (cssRule.type !== CSSRule.MEDIA_RULE) {
continue
}
// WARNING: Safari does not have/supports `conditionText`.
if (cssRule.conditionText) {
if (cssRule.conditionText !== prefersColorSchemeDark) {
continue
}
} else {
if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
continue
}
}
mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
}

// WARNING: do not try to insert a Rule to a styleSheet you are
// currently iterating on, otherwise the browser will be stuck
// in a infinite loop…
for (const mediaRule of mediaRules) {
styleSheet.insertRule(mediaRule.cssText)
hasDarkRules = true
}
}
if (hasDarkRules) {
loadThemeForm('#theme-selector')
}
})
</script>
</body>
</html>

+ 56
- 0
cache/2024/1929f7183f694c7abeafeddb891fcf50/index.md View File

@@ -0,0 +1,56 @@
title: Crise des opioïdes : pourquoi il ne faut ni l'oublier ni l'ignorer
url: https://basta.media/crise-des-opioides-pourquoi-il-ne-faut-ni-oublier-ni-ignorer
hash_url: 1929f7183f694c7abeafeddb891fcf50
archive_date: 2024-02-17
og_image: https://basta.media/local/cache-gd2/78/605cd7804220741b2c11bca65369da.webp
description: Aux États-Unis, le nombre de morts par overdose dépasse celui des décès sur la route. La crise des opioïdes, déclarée dans les années 2010, touche aussi de plein fouet le Canada. Et le phénomène dépasse les frontières nord-américaines.
favicon: https://basta.media/squelettes/basta/favicon/favicon.svg?1634019699
language: fr_FR

<div class="crayon article-texte-9530 c-content_text texte surlignable"><p class="with-first-letter"><span class="first-letter">L</span>a crise des opioïdes en Amérique du Nord n’est pas nouvelle. Nombre de documentaires, films ou séries de fiction ont été consacrés à cette catastrophe de santé publique, ses origines comme ses conséquences.</p>
<div class="spip_document_19742 spip_document spip_documents spip_document_image spip_documents_right spip_document_right spip_document_avec_legende" data-legende-len="143" data-legende-lenx="xxx">
<figure class="spip_doc_inner">


<img src="https://basta.media/IMG/png/indes-international_portrait--emma.png" alt="Portrait dessiné de la journaliste Emma Bougerol" aria-describedby="by19742-6f53e58b6ae6aeb2ee63c3e12118cb47">
<figcaption class="spip_doc_legende" id="by19742-6f53e58b6ae6aeb2ee63c3e12118cb47">

<div class="spip_doc_descriptif crayon document-descriptif-19742 "><p>L’édito international d’Emma Bougerol. Pour découvrir notre revue de presse « Chez les indés - International », </p><a href="https://basta.media/inscription-newsletter">inscrivez-vous ici.</a>
</div>

</figcaption></figure>
</div>
<p>Les premières années de la décennie 2020 ont été consacrées aux révélations, à la recherche de responsabilité et à la mise à l’agenda de ce problème. On parle moins aujourd’hui de cette crise initiée en 2016, mais cette épidémie d’overdoses et de vies brisées n’est pas derrière nous.</p>
<p>Au Canada, dans la province de la Colombie-Britannique, 2023 a été l’année la plus meurtrière depuis le début de l’état d’urgence sanitaire concernant les drogues, en 2016. <i>« L’année dernière, la Colombie-Britannique a enregistré 2511 décès par overdose liés à l’approvisionnement non réglementé en drogues toxiques, ce qui signifie qu’en moyenne, un peu moins de sept familles par jour ont perdu un être cher »</i>, <a href="https://thetyee.ca/News/2024/01/30/Toxic-Drug-Crisis-Deadliest-Year/" class="spip_out" rel="external">résume <i>The Tyee</i></a>, média indépendant canadien. Sur les 40 000 morts liés à la drogue depuis 2016, 14 000 ont eu lieu dans la province. <i>The Tyee</i>, dans cet article publié le 30 janvier 2024, essaye de nous faire visualiser l’ampleur de la catastrophe. De petits bonhommes verts, minuscules et alignés côte à côte, remplissent l’écran. Chaque silhouette représente un mort de ces huit ans d’urgence sanitaire.</p>
<div class="spip_document_19729 spip_document spip_documents spip_document_image spip_documents_center spip_document_center spip_document_avec_legende" data-legende-len="309" data-legende-lenx="xxxx">
<figure class="spip_doc_inner">

<a href="https://basta.media/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png" class="spip_doc_lien mediabox" type="image/png" rel="portfolio-autolien">
<picture class="adapt-img-wrapper c3453117820 png loading">
<source media="(-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx)" srcset="https://basta.media/local/adapt-img/480/20x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png@.webp?1707715833 960w, https://basta.media/local/adapt-img/720/20x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png@.webp?1707716606 1440w, https://basta.media/local/adapt-img/854/20x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png@.webp?1707667069 1708w" sizes="(min-width: 960px) 960px, 100vw" type="image/webp"><source media="(-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx)" srcset="https://basta.media/local/adapt-img/480/20x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707738851 960w, https://basta.media/local/adapt-img/720/20x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707741676 1440w, https://basta.media/local/adapt-img/854/20x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707722917 1708w" sizes="(min-width: 960px) 960px, 100vw" type="image/png"><source media="(-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx)" srcset="https://basta.media/local/adapt-img/480/15x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png@.webp?1707716640 720w, https://basta.media/local/adapt-img/720/15x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png@.webp?1707721607 1080w, https://basta.media/local/adapt-img/854/15x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png@.webp?1707716947 1281w" sizes="(min-width: 960px) 960px, 100vw" type="image/webp"><source media="(-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx)" srcset="https://basta.media/local/adapt-img/480/15x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707771451 720w, https://basta.media/local/adapt-img/720/15x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707771451 1080w, https://basta.media/local/adapt-img/854/15x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707771451 1281w" sizes="(min-width: 960px) 960px, 100vw" type="image/png"><source media="(-webkit-min-device-pixel-ratio: 1), (min-resolution: 1dppx)" srcset="https://basta.media/local/adapt-img/480/10x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png@.webp?1707726158 480w, https://basta.media/local/adapt-img/720/10x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png@.webp?1707771451 720w, https://basta.media/local/adapt-img/854/10x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png@.webp?1707716331 854w" sizes="(min-width: 960px) 960px, 100vw" type="image/webp">
<img loading="lazy" src="https://basta.media/local/adapt-img/854/10x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707484714" alt="Des rangées de bonhommes verts représentent les morts par overdose dans une province du Canada." aria-describedby="by19729-86e05300a177edcb836974bda3bf5214" class="adapt-img" srcset="local/adapt-img/480/10x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707716717 480w, local/adapt-img/720/10x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707716716 720w, local/adapt-img/854/10x/IMG/png/the-tyee-canada-opioides-morts-fentanyl.png?1707484714 854w" sizes="(min-width: 960px) 960px, 100vw"></source></source></source></source></source></picture></a>
<figcaption class="spip_doc_legende" id="by19729-86e05300a177edcb836974bda3bf5214">
<p class="spip_doc_titre crayon document-titre-19729 "><strong>Les morts par overdose dans une province du Canada
</strong></p>
<p class="spip_doc_descriptif crayon document-descriptif-19729 ">En Colombie-Britannique, les morts se comptent par milliers. « À la fin de l’année dernière, 13 789 personnes étaient décédées après avoir consommé des médicaments toxiques provenant du marché non réglementé », raconte le média canadien <i>The Tyee</i>.
</p>

</figcaption></figure>
</div>
<p>Les premières prescriptions - légales - d’opioïdes comme antidouleur ont commencé à la fin des années 1990. En 1996, la famille Sackler, propriétaire de Purdue Pharma, lance un nouveau produit : l’OxyContin. <i>« Cette pilule, plus forte que la morphine, a déclenché la crise des opioïdes qui tue aujourd’hui plus de 100 personnes par jour aux États-Unis et a engendré des millions de toxicomanes »</i>, <a href="https://www.theguardian.com/us-news/2018/feb/13/meet-the-sacklers-the-family-feuding-over-blame-for-the-opioid-crisis" class="spip_out" rel="external">rappelait en 2018 déjà <i>The Guardian</i></a>. <i>« Cet opioïde à libération lente a fait l’objet d’une promotion intensive auprès des médecins et, dans le cadre d’une réglementation laxiste et de tactiques de vente sournoises, les gens ont été assurés qu’il était sans danger. Mais ce médicament s’apparentait à de la morphine de luxe, était distribué comme de la super aspirine et créait une forte dépendance. Il en est résulté un triomphe commercial et une tragédie pour la santé publique. »</i></p>
<h2 class="spip" id="Une-question-intrinsequement-internationale">Une question intrinsèquement internationale</h2>
<p>Dans les années 1990, la majorité des morts étaient dues aux opioïdes prescrits. En 2010, ce sont les overdoses liées à l’héroïne qui ont commencé à augmenter. Puis, en 2013, <a href="https://www.cdc.gov/opioids/basics/epidemic.html" class="spip_out" rel="external">selon des estimations de l’agence américaine de contrôle et de prévention des maladies</a>, les drogues opioïdes synthétiques ont commencé à faire de plus en plus de morts.</p>
<p>Les drogues de synthèse sont les plus meurtrières. Elles se multiplient, se coupent et se recoupent, sans que les consommateurs ne le sachent. <i>The Conversation</i> avertit par exemple, <a href="https://theconversation.com/nitazenes-synthetic-opioids-more-deadly-than-fentanyl-are-starting-to-turn-up-in-overdose-cases-212589" class="spip_out" rel="external">dans un article de septembre 2023</a>, de l’arrivée d’une nouvelle catégorie de drogues de synthèse : <i>« L’opioïde synthétique fentanyl est bien connu pour les nombreuses vies qu’il a coûtées, principalement aux États-Unis, mais aussi ailleurs. Aujourd’hui, une classe moins connue d’opioïdes synthétiques, les nitazènes, commence à apparaître dans les cas d’overdose, des deux côtés de l’Atlantique. »</i> <i>The Tyee</i>, quand à lui, parle du mélange mortel d’opioïdes et d’une drogue récemment arrivée sur le marché : <i>« La xylazine, également connue sous le nom de tranq ou tranq-dope lorsqu’elle est mélangée à des opioïdes, est un sédatif approuvé pour un usage vétérinaire au Canada en tant qu’anesthésique pour les animaux. Il n’est pas autorisé pour un usage humain. »</i> De plus en plus souvent, raconte le média canadien, le fentanyl est coupé à la xylazine, sans que les consommateurs ne le sachent - augmentant le risque d’overdoses.</p>

<p>Ce problème, bien que majoritairement nord-américain, doit être regardé à l’échelle internationale. La Chine est un grand exportateur de fentanyl de synthèse, rappelle <i>The Guardian</i> à l’occasion de l’annonce d’<a href="https://www.theguardian.com/world/2023/nov/14/biden-china-fentanyl-deal" class="spip_out" rel="external">un accord en novembre 2023 entre Biden et Xi Jinping</a> pour ralentir l’export de ces drogues de synthèse : <i>« La Drug Enforcement Administration (DEA) états-unienne a déclaré que le fentanyl arrivait aux États-Unis en grande partie en provenance de Chine, par l’intermédiaire des cartels de la drogue au Mexique. »</i></p>
<p>La prévalence des drogues chinoises, et synthétiques en général, sur le marché a eu des conséquences au Mexique voisin. Dans une vidéo de fin 2020, <i>The Intercept</i> montre que la baisse drastique de demande en héroïne au profit du fentanyl a <a href="https://theintercept.com/2020/12/06/opioid-fentanyl-poppy-mexico-farmers/" class="spip_out" rel="external">des conséquences humaines considérables</a>. <i>« Les cultivateurs de pavot au Mexique doivent se résoudre à migrer pour travailler ou se tourner vers le crime organisé »</i>, raconte le média, partageant des témoignages de personnes précaires encore appauvries par la situation.</p>
<h2 class="spip" id="Penser-des-solutions-apprendre-des-erreurs-des-autres">Penser des solutions, apprendre des erreurs des autres</h2>
<p>Ces drogues arrivent aussi sur le marché européen. L’<a href="https://www.emcdda.europa.eu/publications/eu-drug-markets/heroin-and-other-opioids/key-findings-and-threat-assessment_en" class="spip_out" rel="external">Observatoire européen des drogues et des toxicomanies note</a> que <i>« la méthadone, la buprénorphine, le fentanyl et ses dérivés ainsi que les nouveaux opioïdes synthétiques très puissants sont devenus plus visibles dans les données sur les résultats sanitaires »</i>.</p>
<p>L’article de <i>The Conversation</i> mentionnait la présence de nouvelles drogues au Royaume-Uni. En France, <a href="https://www.mediapart.fr/journal/fil-dactualites/220523/opiaces-hausse-inquietante-du-recours-l-oxycodone-en-france" class="spip_out" rel="external">une brève de l’AFP partagée dans <i>Mediapart</i></a> fait état des inquiétudes pour le pays : <i>« Le nombre de patients ayant recours à l’oxycodone, médicament opiacé très addictif, a augmenté de manière « inquiétante » ces dernières années en France, a mis en garde [le 22 mai 2023] la Société française de pharmacologie. »</i></p>
<p>Dans son article, <i>The Tyee</i> examine également la géographie des overdoses.Et en conclut : <i>« Il y a un endroit où les gens ne meurent pas : les services de consommation supervisée »</i>, les salles de consommation à moindre risques. <i>The Observer</i> (hebdomadaire qui appartient au groupe du <i>Guardian</i>) s’est rendu en décembre <a href="https://www.theguardian.com/society/2023/dec/03/drug-use-is-a-health-problem-inside-one-of-the-worlds-oldest-legal-consumption-rooms" class="spip_out" rel="external">en reportage en Suisse</a> pour y observer une « salle de shoot ». Le média constate : <i>« Au Quai 9 à Genève, des équipements sécurisés et des soins de santé ont permis de réduire les overdoses et les maladies chez les toxicomanes. »</i></p>
<p>Un groupe de chercheurs scandinaves et américains <a href="https://theconversation.com/philadelphia-bans-supervised-injection-sites-evidence-suggests-keeping-drug-users-on-the-street-could-do-more-harm-than-good-214439" class="spip_out" rel="external">ont publié dans <i>The Conversation</i></a> un plaidoyer en faveur de ces politiques de réduction des risques. <i>« Cette approche reconnaît la difficulté de rompre avec les comportements de dépendance et le fait que certaines personnes ne veulent pas - ou ne peuvent pas - s’arrêter, quels que soient les efforts politiques et sociaux déployés »</i>, décrivent-ils.</p>

<p>Pour comprendre et anticiper cette crise meurtrière qui pourrait atteindre la France, il faut donc regarder ailleurs. <i>« Nos destins d’êtres humains sont indissociables »</i>, <a href="Revue-de-presse-internationale-monde-plus-juste-medias-libres" class="spip_in">écrivions-nous à l’occasion du lancement</a> de notre revue de presse internationale. Cette affirmation est vraie face au changement climatique, à la montée des populismes, à la persistance des discriminations, aux violences subies par les minorités et les femmes.</p>
<p>Elle est également vraie pour les désastres sanitaires dus aux drogues, alimentés par des cartels sans frontières et entretenus par des querelles politiques aveugles aux conséquences humaines. Avec l’aide médias internationaux, il nous faut penser des solutions, chercher des issues, apprendre des erreurs des autres pour se sortir d’une crise qui nous concerne déjà.</p>
<p>Emma Bougerol</p>
<p>Photo de une : <a href="https://creativecommons.org/licenses/by/2.0/" class="spip_out" rel="external">CC BY 2.0 Deed</a> <a href="https://www.flickr.com/photos/ajay_suresh/12424664043" class="spip_out" rel="external">ajay_suresh via flickr.</a></p></div>

+ 217
- 0
cache/2024/90e6434dbda21f9d18ad8fa53c822b47/index.html View File

@@ -0,0 +1,217 @@
<!doctype html><!-- This is a valid HTML5 document. -->
<!-- Screen readers, SEO, extensions and so on. -->
<html lang="en">
<!-- Has to be within the first 1024 bytes, hence before the `title` element
See: https://www.w3.org/TR/2012/CR-html5-20121217/document-metadata.html#charset -->
<meta charset="utf-8">
<!-- Why no `X-UA-Compatible` meta: https://stackoverflow.com/a/6771584 -->
<!-- The viewport meta is quite crowded and we are responsible for that.
See: https://codepen.io/tigt/post/meta-viewport-for-2015 -->
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- Required to make a valid HTML5 document. -->
<title>OSI Board Meeting Minutes, Wednesday, March 4, 2009 (archive) — David Larlet</title>
<meta name="description" content="Publication mise en cache pour en conserver une trace.">
<!-- That good ol' feed, subscribe :). -->
<link rel="alternate" type="application/atom+xml" title="Feed" href="/david/log/">
<!-- Generated from https://realfavicongenerator.net/ such a mess. -->
<link rel="apple-touch-icon" sizes="180x180" href="/static/david/icons2/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/david/icons2/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/david/icons2/favicon-16x16.png">
<link rel="manifest" href="/static/david/icons2/site.webmanifest">
<link rel="mask-icon" href="/static/david/icons2/safari-pinned-tab.svg" color="#07486c">
<link rel="shortcut icon" href="/static/david/icons2/favicon.ico">
<meta name="msapplication-TileColor" content="#f7f7f7">
<meta name="msapplication-config" content="/static/david/icons2/browserconfig.xml">
<meta name="theme-color" content="#f7f7f7" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#272727" media="(prefers-color-scheme: dark)">
<!-- Is that even respected? Retrospectively? What a shAItshow…
https://neil-clarke.com/block-the-bots-that-feed-ai-models-by-scraping-your-website/ -->
<meta name="robots" content="noai, noimageai">
<!-- Documented, feel free to shoot an email. -->
<link rel="stylesheet" href="/static/david/css/style_2021-01-20.css">
<!-- See https://www.zachleat.com/web/comprehensive-webfonts/ for the trade-off. -->
<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>
<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>
<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>
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
<link rel="preload" href="/static/david/css/fonts/triplicate_t3_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
<script>
function toggleTheme(themeName) {
document.documentElement.classList.toggle(
'forced-dark',
themeName === 'dark'
)
document.documentElement.classList.toggle(
'forced-light',
themeName === 'light'
)
}
const selectedTheme = localStorage.getItem('theme')
if (selectedTheme !== 'undefined') {
toggleTheme(selectedTheme)
}
</script>

<meta name="robots" content="noindex, nofollow">
<meta content="origin-when-cross-origin" name="referrer">
<!-- Canonical URL for SEO purposes -->
<link rel="canonical" href="https://opensource.org/meeting-minutes/minutes20090304/">

<body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick" data-instant-intensity="viewport-all">


<article>
<header>
<h1>OSI Board Meeting Minutes, Wednesday, March 4, 2009</h1>
</header>
<nav>
<p class="center">
<a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-home"></use>
</svg> Accueil</a> •
<a href="https://opensource.org/meeting-minutes/minutes20090304/" title="Lien vers le contenu original">Source originale</a>
<br>
Mis en cache le 2024-02-17
</p>
</nav>
<hr>
<div class="cmplz-body">
<p class="cmplz-message" id="cmplz-message-1-optin">To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.</p>

<div class="cmplz-categories">
<details class="cmplz-category cmplz-functional">
<summary>

</summary>
<p class="cmplz-description">
<span class="cmplz-description-functional">The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.</span>
</p>
</details>

<details class="cmplz-category cmplz-preferences">
<summary>

</summary>
<p class="cmplz-description">
<span class="cmplz-description-preferences">The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.</span>
</p>
</details>

<details class="cmplz-category cmplz-statistics">
<summary>

</summary>
<p class="cmplz-description">
<span class="cmplz-description-statistics">The technical storage or access that is used exclusively for statistical purposes.</span>
<span class="cmplz-description-statistics-anonymous">The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.</span>
</p>
</details>
<details class="cmplz-category cmplz-marketing">
<summary>

</summary>
<p class="cmplz-description">
<span class="cmplz-description-marketing">The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.</span>
</p>
</details>
</div>
</div>
</article>


<hr>

<footer>
<p>
<a href="/david/" title="Aller à l’accueil"><svg class="icon icon-home">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-home"></use>
</svg> Accueil</a> •
<a href="/david/log/" title="Accès au flux RSS"><svg class="icon icon-rss2">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-rss2"></use>
</svg> Suivre</a> •
<a href="http://larlet.com" title="Go to my English profile" data-instant><svg class="icon icon-user-tie">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-user-tie"></use>
</svg> Pro</a> •
<a href="mailto:david%40larlet.fr" title="Envoyer un courriel"><svg class="icon icon-mail">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-mail"></use>
</svg> Email</a> •
<abbr class="nowrap" title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340"><svg class="icon icon-hammer2">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-hammer2"></use>
</svg> Légal</abbr>
</p>
<template id="theme-selector">
<form>
<fieldset>
<legend><svg class="icon icon-brightness-contrast">
<use xlink:href="/static/david/icons2/symbol-defs-2021-12.svg#icon-brightness-contrast"></use>
</svg> Thème</legend>
<label>
<input type="radio" value="auto" name="chosen-color-scheme" checked> Auto
</label>
<label>
<input type="radio" value="dark" name="chosen-color-scheme"> Foncé
</label>
<label>
<input type="radio" value="light" name="chosen-color-scheme"> Clair
</label>
</fieldset>
</form>
</template>
</footer>
<script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
<script>
function loadThemeForm(templateName) {
const themeSelectorTemplate = document.querySelector(templateName)
const form = themeSelectorTemplate.content.firstElementChild
themeSelectorTemplate.replaceWith(form)

form.addEventListener('change', (e) => {
const chosenColorScheme = e.target.value
localStorage.setItem('theme', chosenColorScheme)
toggleTheme(chosenColorScheme)
})

const selectedTheme = localStorage.getItem('theme')
if (selectedTheme && selectedTheme !== 'undefined') {
form.querySelector(`[value="${selectedTheme}"]`).checked = true
}
}

const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
window.addEventListener('load', () => {
let hasDarkRules = false
for (const styleSheet of Array.from(document.styleSheets)) {
let mediaRules = []
for (const cssRule of styleSheet.cssRules) {
if (cssRule.type !== CSSRule.MEDIA_RULE) {
continue
}
// WARNING: Safari does not have/supports `conditionText`.
if (cssRule.conditionText) {
if (cssRule.conditionText !== prefersColorSchemeDark) {
continue
}
} else {
if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
continue
}
}
mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
}

// WARNING: do not try to insert a Rule to a styleSheet you are
// currently iterating on, otherwise the browser will be stuck
// in a infinite loop…
for (const mediaRule of mediaRules) {
styleSheet.insertRule(mediaRule.cssText)
hasDarkRules = true
}
}
if (hasDarkRules) {
loadThemeForm('#theme-selector')
}
})
</script>
</body>
</html>

+ 50
- 0
cache/2024/90e6434dbda21f9d18ad8fa53c822b47/index.md View File

@@ -0,0 +1,50 @@
title: OSI Board Meeting Minutes, Wednesday, March 4, 2009
url: https://opensource.org/meeting-minutes/minutes20090304/
hash_url: 90e6434dbda21f9d18ad8fa53c822b47
archive_date: 2024-02-17
og_image: https://i0.wp.com/opensource.org/wp-content/uploads/2023/01/cropped-cropped-OSI_Horizontal_Logo_0-e1674081292667.png?fit=512%2C512&ssl=1
description: Quorum reached and meeting called to order 08:10 am PST. Attendees Mr. Michael Tiemann, President Ms. Danese Cooper, Secretary and Treasurer Mr. Harshad Gune, Director Mr. Martin Michlmayr, Directo…
favicon: https://i0.wp.com/opensource.org/wp-content/uploads/2023/01/cropped-cropped-OSI_Horizontal_Logo_0-e1674081292667.png?fit=32%2C32&ssl=1
language: en_US

<div class="cmplz-body">
<p class="cmplz-message" id="cmplz-message-1-optin">To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.</p>

<div class="cmplz-categories">
<details class="cmplz-category cmplz-functional">
<summary>

</summary>
<p class="cmplz-description">
<span class="cmplz-description-functional">The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.</span>
</p>
</details>

<details class="cmplz-category cmplz-preferences">
<summary>

</summary>
<p class="cmplz-description">
<span class="cmplz-description-preferences">The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.</span>
</p>
</details>

<details class="cmplz-category cmplz-statistics">
<summary>

</summary>
<p class="cmplz-description">
<span class="cmplz-description-statistics">The technical storage or access that is used exclusively for statistical purposes.</span>
<span class="cmplz-description-statistics-anonymous">The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.</span>
</p>
</details>
<details class="cmplz-category cmplz-marketing">
<summary>

</summary>
<p class="cmplz-description">
<span class="cmplz-description-marketing">The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.</span>
</p>
</details>
</div>
</div>

+ 6
- 0
cache/2024/index.html View File

@@ -136,6 +136,8 @@
<li><a href="/david/cache/2024/3debc675a055d691b32c7d6904531eb4/" title="Accès à l’article dans le cache local : How Google perfected the web">How Google perfected the web</a> (<a href="https://www.theverge.com/c/23998379/google-search-seo-algorithm-webpage-optimization" title="Accès à l’article original distant : How Google perfected the web">original</a>)</li>
<li><a href="/david/cache/2024/036789c955419215be9d88c6823b55aa/" title="Accès à l’article dans le cache local : The fundamentals of the AGPLv3">The fundamentals of the AGPLv3</a> (<a href="https://www.fsf.org/bulletin/2021/fall/the-fundamentals-of-the-agplv3" title="Accès à l’article original distant : The fundamentals of the AGPLv3">original</a>)</li>
<li><a href="/david/cache/2024/b351cda8d2ccd73362ca1729845b7e79/" title="Accès à l’article dans le cache local : New HTML Control Lands in Safari">New HTML Control Lands in Safari</a> (<a href="https://alvaromontoro.com/blog/68049/new-toggle-switch-lands-in-safari" title="Accès à l’article original distant : New HTML Control Lands in Safari">original</a>)</li>
<li><a href="/david/cache/2024/f5b5c3dff862cc55318684cf434b8d74/" title="Accès à l’article dans le cache local : “We Are All Socialists in Our Private Lives”">“We Are All Socialists in Our Private Lives”</a> (<a href="https://erinremblance.substack.com/p/we-are-all-socialists-in-our-private" title="Accès à l’article original distant : “We Are All Socialists in Our Private Lives”">original</a>)</li>
@@ -192,6 +194,8 @@
<li><a href="/david/cache/2024/75c7b6350ba18a5a11ee3bbf8b3b64be/" title="Accès à l’article dans le cache local : Google will no longer back up the Internet: Cached webpages are dead">Google will no longer back up the Internet: Cached webpages are dead</a> (<a href="https://arstechnica.com/gadgets/2024/02/google-search-kills-off-cached-webpages/" title="Accès à l’article original distant : Google will no longer back up the Internet: Cached webpages are dead">original</a>)</li>
<li><a href="/david/cache/2024/1929f7183f694c7abeafeddb891fcf50/" title="Accès à l’article dans le cache local : Crise des opioïdes : pourquoi il ne faut ni l'oublier ni l'ignorer">Crise des opioïdes : pourquoi il ne faut ni l'oublier ni l'ignorer</a> (<a href="https://basta.media/crise-des-opioides-pourquoi-il-ne-faut-ni-oublier-ni-ignorer" title="Accès à l’article original distant : Crise des opioïdes : pourquoi il ne faut ni l'oublier ni l'ignorer">original</a>)</li>
<li><a href="/david/cache/2024/7136e0810bfa42c4a9ca798a55cd2d53/" title="Accès à l’article dans le cache local : Where have all the flowers gone?">Where have all the flowers gone?</a> (<a href="https://daverupert.com/2024/01/where-have-all-the-websites-gone/" title="Accès à l’article original distant : Where have all the flowers gone?">original</a>)</li>
<li><a href="/david/cache/2024/b692faaa55fd2775e957b20e833e9e5e/" title="Accès à l’article dans le cache local : fraîchement">fraîchement</a> (<a href="https://www.la-grange.net/2024/01/26/fraichement" title="Accès à l’article original distant : fraîchement">original</a>)</li>
@@ -216,6 +220,8 @@
<li><a href="/david/cache/2024/e990536ed88823f047296ea25a6b7933/" title="Accès à l’article dans le cache local : Samsung caught faking zoom photos of the Moon">Samsung caught faking zoom photos of the Moon</a> (<a href="https://www.theverge.com/2023/3/13/23637401/samsung-fake-moon-photos-ai-galaxy-s21-s23-ultra" title="Accès à l’article original distant : Samsung caught faking zoom photos of the Moon">original</a>)</li>
<li><a href="/david/cache/2024/90e6434dbda21f9d18ad8fa53c822b47/" title="Accès à l’article dans le cache local : OSI Board Meeting Minutes, Wednesday, March 4, 2009">OSI Board Meeting Minutes, Wednesday, March 4, 2009</a> (<a href="https://opensource.org/meeting-minutes/minutes20090304/" title="Accès à l’article original distant : OSI Board Meeting Minutes, Wednesday, March 4, 2009">original</a>)</li>
<li><a href="/david/cache/2024/84f8caf3e7f7b3de9e18281749c3687f/" title="Accès à l’article dans le cache local : Until the Right Design Emerges...">Until the Right Design Emerges...</a> (<a href="https://lukew.com/ff/entry.asp?2036" title="Accès à l’article original distant : Until the Right Design Emerges...">original</a>)</li>
<li><a href="/david/cache/2024/cd2fda3dae5d89990f73fbdaa1c3b491/" title="Accès à l’article dans le cache local : build a world, not an audience">build a world, not an audience</a> (<a href="https://keningzhu.com/journal/build-a-world-not-an-audience" title="Accès à l’article original distant : build a world, not an audience">original</a>)</li>

Loading…
Cancel
Save