瀏覽代碼

Links

master
David Larlet 7 月之前
父節點
當前提交
8c6b5e90c6
簽署人: David Larlet <david@larlet.fr> GPG Key ID: 3E2953A359E7E7BD

+ 207
- 0
cache/2024/1fc13a9dd6654dd40f95de0d7d657128/index.html 查看文件

@@ -0,0 +1,207 @@
<!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>What you see | everything changes (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://everythingchanges.us/blog/what-you-see/">

<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>What you see | everything changes</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://everythingchanges.us/blog/what-you-see/" title="Lien vers le contenu original">Source originale</a>
<br>
Mis en cache le 2024-04-22
</p>
</nav>
<hr>
<p>IN 1999, Christopher Chabris and Daniel Simons ran a simple research study: they screened a short video in which a group of people passed a basketball between them, and asked subjects to count the number of passes. At the conclusion of the video, they asked a few questions, among them: how many passes did you observe? And—did you notice the gorilla?</p>

<p>Halfway through the video, a person in a gorilla suit had walked through the field of play. But in the initial and subsequent studies, more than half of the subjects hadn’t noticed the gorilla at all. <a href="https://en.wikipedia.org/wiki/Inattentional_blindness#Invisible_Gorilla_Test">Chabris and Simons refer to this phenomena as “inattentional blindness,”</a> and note that we can consider it both a limiting factor of our perception, as well as a useful consequence of our ability to stay focused. That is, whether or not we are able to <em>see</em> something is as much a product of our <em>attention</em> as our eyes; just as importantly, the ability to focus on one task or object necessarily entails ignoring—even to the point of being entirely unaware of—other things that cross our path.</p>

<p>In other words, we’re all of us, all of the time, watching out for our own version of the ball, the things that we’ve learned (or been taught) to care about, while at the same time remaining blissfully unaware of entire bands of gorillas thumping their chests before our eyes.</p>

<h1 id="what-you-get">What you get</h1>

<p>Most of us have learned by now that we should give feedback on <em>observations</em>—not judgments, not assumptions, not interpretations or explanations. Only things we can observe, with our eyes and ears. The purpose of this guidance (which is good, by the way) is to avoid triggering someone’s defenses when you share feedback. You want to deliver feedback in a way that it can be received and accepted, and you want—as much as possible—to skip past the ramparts and archers that most people keep on hand to defend against potential harm. By making an observation, rather than delivering a judgment, you can slip through a side door, shed some light on something that happened, and let the recipient of the feedback arrive at the proper conclusion—without their soldiers so much as twitching their thumbs.</p>

<p>The trouble arises when we realize that even our observations are sullied by our perspectives and beliefs. I may notice the basketball because I’ve been instructed or incentivized to pay attention to it, or have simply made a choice to do so, even while you are—for probably very good reasons—concerned about the gorilla.</p>

<p>In reality, we cannot make observations without first deciding what is worth noticing, and that decision—to see the ball, to follow the gorilla, to do something else altogether—is itself a kind of judgment or interpretation of the world. Any observation has behind it a human doing the observing—a human with experience and ideas and perspectives, which can’t simply be jettisoned when they are inconvenient. We can try to aim ourselves at some theoretical objective ideal, but at best we can only approach it asymptotically, and often our efforts to move closer to the line only take us alongside it.</p>

<h1 id="start-at-the-beginning">Start at the beginning</h1>

<p>And yet, making observations is a good starting point for giving feedback. The trouble arises when we assume that those observations are both the start <em>and the end,</em> that we’re walking along a very short track.</p>

<p>Things get more interesting when you accept your observations as the <em>beginning</em> of something, rather than the conclusion. You can get curious about what you’re observing, and what it says about you at that moment in time. Let’s say you notice that a member of your team seems routinely distracted during standup. Instead of gearing up for a feedback conversation, you might first ask yourself <em>why</em> you happened to notice that particular behavior. Why is <em>this</em> the thing you’re paying attention to? What does it say about your own needs or concerns? Maybe you’re noticing this behavior because you’re on alert to potential attrition after multiple rounds of layoffs. In which case, the task at hand isn’t to give feedback, but to better understand what people need to stick around.</p>

<p>And this means you also need to get curious about your colleague. Getting curious here does <em>not</em> mean giving feedback: feedback may <em>follow</em> that curiosity, but it’s often premature if it arrives beforehand. Instead, you might check in with her and ask how she’s doing, if there’s anything about the project she’s concerned or frustrated with, if there’s anything she thinks should change or be attended to. And then listen, without drawing any immediate conclusions, without honing in on what you think is going on, but staying open to learning something new—something you haven’t yet fixed your attention on to.</p>

<p>That’s the tricky bit here—you have to be willing to let your attention wander, to release your grip on whatever was drawing your eye, to be willing to notice something that, until just a moment ago, you couldn’t see at all.</p>

<h1 id="stay-on-the-track">Stay on the track</h1>

<p>Too often, I notice that the instinct to give feedback works to cut off that kind of exploration. We assume that the person who is the object of our feedback has something to learn and fail to notice the same thing about ourselves. We presume that if something uncomfortable or unexpected happens, it represents an opportunity (or even an obligation) to give feedback—rather than an opportunity to get curious, to inquire into what’s going on.</p>

<p>We’ve funneled so much energy into feedback processes that I fear we’ve neglected more foundational skills: the ability to ask questions, to listen deeply, to see the things before us that we’re wont to ignore.</p>

<p>This is not to say that there is <em>never</em> a good time for feedback, but that there are better times for it—notably, after you’ve asked some questions and listened attentively to the answers. After all, you may be worried about the ball, while your colleagues busy themselves corralling a horde of gorillas. But you’ll never know if you don’t first give yourself a chance to look around.<svg class="stopmark"><use xlink:href="https://everythingchanges.us/assets/img/ec-symbols.svg#stopmark"></use></svg></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>

+ 40
- 0
cache/2024/1fc13a9dd6654dd40f95de0d7d657128/index.md 查看文件

@@ -0,0 +1,40 @@
title: What you see | everything changes
url: https://everythingchanges.us/blog/what-you-see/
hash_url: 1fc13a9dd6654dd40f95de0d7d657128
archive_date: 2024-04-22
og_image: https://everythingchanges.us/assets/img/social.png
description: Attending to your own attention.
favicon: https://everythingchanges.us/favicon.ico
language: en_US

<p>IN 1999, Christopher Chabris and Daniel Simons ran a simple research study: they screened a short video in which a group of people passed a basketball between them, and asked subjects to count the number of passes. At the conclusion of the video, they asked a few questions, among them: how many passes did you observe? And—did you notice the gorilla?</p>

<p>Halfway through the video, a person in a gorilla suit had walked through the field of play. But in the initial and subsequent studies, more than half of the subjects hadn’t noticed the gorilla at all. <a href="https://en.wikipedia.org/wiki/Inattentional_blindness#Invisible_Gorilla_Test">Chabris and Simons refer to this phenomena as “inattentional blindness,”</a> and note that we can consider it both a limiting factor of our perception, as well as a useful consequence of our ability to stay focused. That is, whether or not we are able to <em>see</em> something is as much a product of our <em>attention</em> as our eyes; just as importantly, the ability to focus on one task or object necessarily entails ignoring—even to the point of being entirely unaware of—other things that cross our path.</p>

<p>In other words, we’re all of us, all of the time, watching out for our own version of the ball, the things that we’ve learned (or been taught) to care about, while at the same time remaining blissfully unaware of entire bands of gorillas thumping their chests before our eyes.</p>

<h1 id="what-you-get">What you get</h1>

<p>Most of us have learned by now that we should give feedback on <em>observations</em>—not judgments, not assumptions, not interpretations or explanations. Only things we can observe, with our eyes and ears. The purpose of this guidance (which is good, by the way) is to avoid triggering someone’s defenses when you share feedback. You want to deliver feedback in a way that it can be received and accepted, and you want—as much as possible—to skip past the ramparts and archers that most people keep on hand to defend against potential harm. By making an observation, rather than delivering a judgment, you can slip through a side door, shed some light on something that happened, and let the recipient of the feedback arrive at the proper conclusion—without their soldiers so much as twitching their thumbs.</p>

<p>The trouble arises when we realize that even our observations are sullied by our perspectives and beliefs. I may notice the basketball because I’ve been instructed or incentivized to pay attention to it, or have simply made a choice to do so, even while you are—for probably very good reasons—concerned about the gorilla.</p>

<p>In reality, we cannot make observations without first deciding what is worth noticing, and that decision—to see the ball, to follow the gorilla, to do something else altogether—is itself a kind of judgment or interpretation of the world. Any observation has behind it a human doing the observing—a human with experience and ideas and perspectives, which can’t simply be jettisoned when they are inconvenient. We can try to aim ourselves at some theoretical objective ideal, but at best we can only approach it asymptotically, and often our efforts to move closer to the line only take us alongside it.</p>

<h1 id="start-at-the-beginning">Start at the beginning</h1>

<p>And yet, making observations is a good starting point for giving feedback. The trouble arises when we assume that those observations are both the start <em>and the end,</em> that we’re walking along a very short track.</p>

<p>Things get more interesting when you accept your observations as the <em>beginning</em> of something, rather than the conclusion. You can get curious about what you’re observing, and what it says about you at that moment in time. Let’s say you notice that a member of your team seems routinely distracted during standup. Instead of gearing up for a feedback conversation, you might first ask yourself <em>why</em> you happened to notice that particular behavior. Why is <em>this</em> the thing you’re paying attention to? What does it say about your own needs or concerns? Maybe you’re noticing this behavior because you’re on alert to potential attrition after multiple rounds of layoffs. In which case, the task at hand isn’t to give feedback, but to better understand what people need to stick around.</p>

<p>And this means you also need to get curious about your colleague. Getting curious here does <em>not</em> mean giving feedback: feedback may <em>follow</em> that curiosity, but it’s often premature if it arrives beforehand. Instead, you might check in with her and ask how she’s doing, if there’s anything about the project she’s concerned or frustrated with, if there’s anything she thinks should change or be attended to. And then listen, without drawing any immediate conclusions, without honing in on what you think is going on, but staying open to learning something new—something you haven’t yet fixed your attention on to.</p>

<p>That’s the tricky bit here—you have to be willing to let your attention wander, to release your grip on whatever was drawing your eye, to be willing to notice something that, until just a moment ago, you couldn’t see at all.</p>

<h1 id="stay-on-the-track">Stay on the track</h1>

<p>Too often, I notice that the instinct to give feedback works to cut off that kind of exploration. We assume that the person who is the object of our feedback has something to learn and fail to notice the same thing about ourselves. We presume that if something uncomfortable or unexpected happens, it represents an opportunity (or even an obligation) to give feedback—rather than an opportunity to get curious, to inquire into what’s going on.</p>

<p>We’ve funneled so much energy into feedback processes that I fear we’ve neglected more foundational skills: the ability to ask questions, to listen deeply, to see the things before us that we’re wont to ignore.</p>

<p>This is not to say that there is <em>never</em> a good time for feedback, but that there are better times for it—notably, after you’ve asked some questions and listened attentively to the answers. After all, you may be worried about the ball, while your colleagues busy themselves corralling a horde of gorillas. But you’ll never know if you don’t first give yourself a chance to look around.<svg class="stopmark"><use xlink:href="https://everythingchanges.us/assets/img/ec-symbols.svg#stopmark"></use></svg></p>

+ 207
- 0
cache/2024/81659ceed4b37a8c94095c3b743fe13a/index.html 查看文件

@@ -0,0 +1,207 @@
<!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>GitHub comments abused to push malware via Microsoft repo URLs (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.bleepingcomputer.com/news/security/github-comments-abused-to-push-malware-via-microsoft-repo-urls/">

<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>GitHub comments abused to push malware via Microsoft repo URLs</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.bleepingcomputer.com/news/security/github-comments-abused-to-push-malware-via-microsoft-repo-urls/" title="Lien vers le contenu original">Source originale</a>
<br>
Mis en cache le 2024-04-22
</p>
</nav>
<hr>
<p><img alt="GitHub" src="https://www.bleepstatic.com/content/hl-images/2021/05/10/GitHub-headpic.jpg"></p>
<p>A GitHub flaw, or possibly a design decision, is being abused by threat actors to distribute malware using URLs associated with Microsoft repositories, making the files appear trustworthy.</p>
<p>While most of the malware activity has been based around the Microsoft GitHub URLs, this "flaw" could be abused with any public repository on GitHub, allowing threat actors to create very convincing lures.</p>
<h2>Abusing GitHub's file upload feature</h2>
<p>Yesterday, McAfee released a report on a <a href="https://www.bleepingcomputer.com/news/security/fake-cheat-lures-gamers-into-spreading-infostealer-malware/" target="_blank">new LUA malware loader</a> distributed through what appeared to be a legitimate Microsoft GitHub repositories for the "C++ Library Manager for Windows, Linux, and MacOS," known as <a href="https://github.com/microsoft/vcpkg" target="_blank" rel="nofollow noopener">vcpkg</a>, and the <a href="https://github.com/microsoft/STL" target="_blank" rel="nofollow noopener">STL library</a>.</p>
<p>The URLs for the malware installers, shown below, clearly indicate that they belong to the Microsoft repo, but we could not find any reference to the files in the project's source code.</p>
<pre>
<code>https://github[.]com/microsoft/vcpkg/files/14125503/Cheat.Lab.2.7.2.zip
https://github[.]com/microsoft/STL/files/14432565/Cheater.Pro.1.6.0.zip
</code></pre>
<p>Finding it strange that a Microsoft repo would be <a href="http://urlhaus.abuse.ch/url/2760438/" target="_blank" rel="nofollow noopener">distributing malware since February</a>, BleepingComputer looked into it and found that the files are not part of <em>vcpkg</em> but were uploaded as part of a comment left on a commit or issue in the project.</p>
<p>When leaving a comment, a GitHub user can attach a file (archives, documents, etc), which will be uploaded to GitHub's CDN and associated with the related project using a unique URL in this format: '<em>https://www.github.com/{project_user}/{repo_name}/files/{file_id}/{file_name}.</em>'</p>
<p>For videos and images, the files will be stored under the <code>/assets/</code> path instead.</p>
<p>Instead of generating the URL after a comment is posted, GitHub automatically generates the download link after you add the file to an unsaved comment, as shown below. This allows threat actors to attach their malware to any repository without them knowing.</p>
<div>
<figure class="image"><img alt="Download link auto-generated when adding a file to a comment" src="https://www.bleepstatic.com/images/news/security/g/github/github-file-uploads/github-comment-file-upload.jpg"><figcaption><strong>Download link auto-generated when adding a file to a comment</strong><br><em>Source: BleepingComputer</em></figcaption></figure></div>
<p>Even if you decide not to post the comment or delete it after it is posted, the files are not deleted from GitHub's CDN, and the download URLs continue to work forever.</p>
<p>As the file's URL contains the name of the repository the comment was created in, and as almost every software company uses GitHub, this flaw can allow threat actors to develop extraordinarily crafty and trustworthy lures.</p>
<p>For example, a threat actor could upload a malware executable in <a href="https://github.com/NVIDIA/nvidia-installer" target="_blank" rel="nofollow noopener">NVIDIA's driver installer repo</a> that pretends to be a new driver fixing issues in a popular game. Or a threat actor could upload a file in a comment to the <a href="https://github.com/chromium/chromium" target="_blank" rel="nofollow noopener">Google Chromium source code</a> and pretend it's a new test version of the web browser.</p>
<p>These URLs would also appear to belong to the company's repositories, making them far more trustworthy.</p>
<p>Unfortunately, even if a company learns their repos are abused to distribute malware, BleepingComputer could not find any settings that allow you to manage files attached to your projects.</p>
<p>Furthermore, you can only protect a GitHub account from being abused in this way and tarnishing your reputation by disabling comments. According to this <a href="https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository" target="_blank" rel="nofollow noopener">GitHub support document</a>, you can only temporarily disable comments for a maximum of six months at a time.</p>
<p>However, restricting comments can significantly impact a project's development as it will not allow users to report bugs or suggestions.</p>
<p>Sergei Frankoff, of automated malware analysis service UNPACME, did a livestream on Twitch about this bug just last month, saying that threat actors were actively abusing it.</p>

<p>As part of our research into this bug, BleepingComputer could only find one other repo, <a href="https://urlhaus.abuse.ch/url/2780254/" target="_blank" rel="nofollow noopener">httprouter</a>, abused to distribute malware in this way, and it was the same 'Cheater.Pro.1.6.0.zip' as seen in Microsoft's URLs.</p>
<p>However, Frankoff told BleepingComputer that they <a href="https://research.openanalysis.net/github/lua/2024/03/03/lua-malware.html" target="_blank" rel="nofollow noopener">discovered a similar campaign in March</a> that utilizes the same LUA loader malware, which is called <a href="https://www.unpac.me/results/f3a0a729-afcf-4209-9323-fbf470be2835#/" target="_blank" rel="nofollow noopener">SmartLoader</a>, disguised as the Aimmy cheat software.</p>
<p>Frankoff told BleepingComputer that SmartLoader is commonly installed alongside other payloads, such as the RedLine information-stealing malware.</p>
<p>BleepingComputer contacted both GitHub and Microsoft on Thursday about this abuse but did not receive a response.</p>
<p>At the time of this publication, the information-stealing malware is still being distributed through links associated with Microsoft' GitHub repository.</p>
<p><em>Update 4/21/24: </em>GitHub has removed the malware linked to Microsoft's repositories. However, the malware associated with httprouter and Aimmy are still accessible.</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>

+ 40
- 0
cache/2024/81659ceed4b37a8c94095c3b743fe13a/index.md 查看文件

@@ -0,0 +1,40 @@
title: GitHub comments abused to push malware via Microsoft repo URLs
url: https://www.bleepingcomputer.com/news/security/github-comments-abused-to-push-malware-via-microsoft-repo-urls/
hash_url: 81659ceed4b37a8c94095c3b743fe13a
archive_date: 2024-04-22
og_image: https://www.bleepstatic.com/content/hl-images/2021/05/10/GitHub-headpic.jpg
description: A GitHub flaw, or possibly&nbsp;a design decision, is being abused by threat actors to distribute malware using URLs associated with a Microsoft repository, making the files appear trustworthy.
favicon: https://www.bleepstatic.com/favicon/bleeping.ico
language: en_us

<p><img alt="GitHub" src="https://www.bleepstatic.com/content/hl-images/2021/05/10/GitHub-headpic.jpg"></p>
<p>A GitHub flaw, or possibly a design decision, is being abused by threat actors to distribute malware using URLs associated with Microsoft repositories, making the files appear trustworthy.</p>
<p>While most of the malware activity has been based around the Microsoft GitHub URLs, this "flaw" could be abused with any public repository on GitHub, allowing threat actors to create very convincing lures.</p>
<h2>Abusing GitHub's file upload feature</h2>
<p>Yesterday, McAfee released a report on a <a href="https://www.bleepingcomputer.com/news/security/fake-cheat-lures-gamers-into-spreading-infostealer-malware/" target="_blank">new LUA malware loader</a> distributed through what appeared to be a legitimate Microsoft GitHub repositories for the "C++ Library Manager for Windows, Linux, and MacOS," known as <a href="https://github.com/microsoft/vcpkg" target="_blank" rel="nofollow noopener">vcpkg</a>, and the <a href="https://github.com/microsoft/STL" target="_blank" rel="nofollow noopener">STL library</a>.</p>
<p>The URLs for the malware installers, shown below, clearly indicate that they belong to the Microsoft repo, but we could not find any reference to the files in the project's source code.</p>
<pre>
<code>https://github[.]com/microsoft/vcpkg/files/14125503/Cheat.Lab.2.7.2.zip
https://github[.]com/microsoft/STL/files/14432565/Cheater.Pro.1.6.0.zip
</code></pre>
<p>Finding it strange that a Microsoft repo would be <a href="http://urlhaus.abuse.ch/url/2760438/" target="_blank" rel="nofollow noopener">distributing malware since February</a>, BleepingComputer looked into it and found that the files are not part of <em>vcpkg</em> but were uploaded as part of a comment left on a commit or issue in the project.</p>
<p>When leaving a comment, a GitHub user can attach a file (archives, documents, etc), which will be uploaded to GitHub's CDN and associated with the related project using a unique URL in this format: '<em>https://www.github.com/{project_user}/{repo_name}/files/{file_id}/{file_name}.</em>'</p>
<p>For videos and images, the files will be stored under the <code>/assets/</code> path instead.</p>
<p>Instead of generating the URL after a comment is posted, GitHub automatically generates the download link after you add the file to an unsaved comment, as shown below. This allows threat actors to attach their malware to any repository without them knowing.</p>
<div>
<figure class="image"><img alt="Download link auto-generated when adding a file to a comment" src="https://www.bleepstatic.com/images/news/security/g/github/github-file-uploads/github-comment-file-upload.jpg"><figcaption><strong>Download link auto-generated when adding a file to a comment</strong><br><em>Source: BleepingComputer</em></figcaption></figure></div>
<p>Even if you decide not to post the comment or delete it after it is posted, the files are not deleted from GitHub's CDN, and the download URLs continue to work forever.</p>
<p>As the file's URL contains the name of the repository the comment was created in, and as almost every software company uses GitHub, this flaw can allow threat actors to develop extraordinarily crafty and trustworthy lures.</p>
<p>For example, a threat actor could upload a malware executable in <a href="https://github.com/NVIDIA/nvidia-installer" target="_blank" rel="nofollow noopener">NVIDIA's driver installer repo</a> that pretends to be a new driver fixing issues in a popular game. Or a threat actor could upload a file in a comment to the <a href="https://github.com/chromium/chromium" target="_blank" rel="nofollow noopener">Google Chromium source code</a> and pretend it's a new test version of the web browser.</p>
<p>These URLs would also appear to belong to the company's repositories, making them far more trustworthy.</p>
<p>Unfortunately, even if a company learns their repos are abused to distribute malware, BleepingComputer could not find any settings that allow you to manage files attached to your projects.</p>
<p>Furthermore, you can only protect a GitHub account from being abused in this way and tarnishing your reputation by disabling comments. According to this <a href="https://docs.github.com/en/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository" target="_blank" rel="nofollow noopener">GitHub support document</a>, you can only temporarily disable comments for a maximum of six months at a time.</p>
<p>However, restricting comments can significantly impact a project's development as it will not allow users to report bugs or suggestions.</p>
<p>Sergei Frankoff, of automated malware analysis service UNPACME, did a livestream on Twitch about this bug just last month, saying that threat actors were actively abusing it.</p>

<p>As part of our research into this bug, BleepingComputer could only find one other repo, <a href="https://urlhaus.abuse.ch/url/2780254/" target="_blank" rel="nofollow noopener">httprouter</a>, abused to distribute malware in this way, and it was the same 'Cheater.Pro.1.6.0.zip' as seen in Microsoft's URLs.</p>
<p>However, Frankoff told BleepingComputer that they <a href="https://research.openanalysis.net/github/lua/2024/03/03/lua-malware.html" target="_blank" rel="nofollow noopener">discovered a similar campaign in March</a> that utilizes the same LUA loader malware, which is called <a href="https://www.unpac.me/results/f3a0a729-afcf-4209-9323-fbf470be2835#/" target="_blank" rel="nofollow noopener">SmartLoader</a>, disguised as the Aimmy cheat software.</p>
<p>Frankoff told BleepingComputer that SmartLoader is commonly installed alongside other payloads, such as the RedLine information-stealing malware.</p>
<p>BleepingComputer contacted both GitHub and Microsoft on Thursday about this abuse but did not receive a response.</p>
<p>At the time of this publication, the information-stealing malware is still being distributed through links associated with Microsoft' GitHub repository.</p>
<p><em>Update 4/21/24: </em>GitHub has removed the malware linked to Microsoft's repositories. However, the malware associated with httprouter and Aimmy are still accessible.</p>

+ 212
- 0
cache/2024/ece1ee6687c7070e9bf39adb74294b8c/index.html 查看文件

@@ -0,0 +1,212 @@
<!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>Les hommes doux sont-ils l’avenir du féminisme ? (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://blog.ecologie-politique.eu/post/Les-hommes-doux-sont-ils-l-avenir-du-feminisme">

<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>Les hommes doux sont-ils l’avenir du féminisme ?</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://blog.ecologie-politique.eu/post/Les-hommes-doux-sont-ils-l-avenir-du-feminisme" title="Lien vers le contenu original">Source originale</a>
<br>
Mis en cache le 2024-04-22
</p>
</nav>
<hr>
<p>Les études sur les masculinités, au pluriel, ont fait valoir que la classe des hommes était traversée de rapports de pouvoir, que nombre d'entre eux faisaient comme nous l’expérience de la marginalisation et de la réduction au statut de minorité, dominés par une masculinité hégémonique. Ce qui a pu laisser planer l’idée que beaucoup d’hommes étaient au fond des femmes comme les autres. Mais de quoi parle-t-on quand on parle de masculinité hégémonique ? Pour certain·es, ce serait celle des Pascal Brutal qui passent leurs loisirs à se faire pousser les muscles et rentrent battre leur femme comme tout bon prolétaire. Pour d’autres (qui ont mieux lu) ce sont les bourgeois blancs dans la force de l’âge qui posent les standards de la bonne masculinité, pas aussi stéréotypée mais aussi délétère. La confusion dans la réception de ces idées est bien pratique puisque c’est toujours l’autre qui est un sale mec toxique, ce qui dans les faits dédouane un peu tout le monde.</p>

<p>La sociologue australienne Raewyn Connell, une référence dans ce champ du savoir, n’a pourtant jamais manqué de signaler que les masculinités, dans leur diversité, avaient en commun une définition par opposition à la féminité. Un homme dominé a toujours la ressource de se faire reluire l’ego auprès des femmes et des enfants, au pire son chien, serait-ce à leurs dépens. Au contraire, dans certains discours contemporains (comme un bouquin sur les mecs doux à la Timothée Chalamet dont je me suis épargné la lecture après avoir été accablée par les pages de conclusion) on se complaît dans l’idée que le genre est un carcan qui pèse également sur les femmes et les hommes, qui ont tou·tes intérêt à s’en libérer.</p>

<p>Certes la masculinité a un coût pour les hommes (et surtout pour la société, comme l’a montré Lucile Peytavin dans <em>Le Coût de la virilité</em>) car leur espérance de vie est abrégée par leur comportement : surconsommation de viande, conduite dangereuse, tabagisme et alcoolisation, refus des gestes de dépistage (2), etc. Mais pour le reste, la masculinité est associée à de nombreux privilèges. Je voudrais interroger ici ceux des hommes doux, proféministes ou non binaires.</p>

<p>À ces hommes on donne le bon dieu sans confession, supposant que par principe ils sont nos alliés. Or les exemples sont nombreux qui nous montrent que non. François Bégaudeau, récemment poursuivi pour « diffamation en raison de l’appartenance à un sexe », n’a <a href="https://www.mediapart.fr/journal/france/040424/juge-pour-diffamation-sexiste-l-ecrivain-francois-begaudeau-plaide-l-humour-beauf">d’après ce reportage</a> jamais été capable de demander pardon à sa victime, ni en privé ni devant le tribunal où il se flatte plutôt : « Si on relisait tout ce que j’ai écrit, trente livres, des critiques, des articles, des pièces, je défie quiconque de trouver la moindre phrase misogyne. » Comme si on devait à ce petit monsieur la lecture de l’ensemble de son œuvre.</p>

<p>Je n’ai pas vraiment été surprise par cette incapacité masculine à demander pardon, ayant subi pour ma part des conditions de travail indignes et une relation à base de confidences malvenues de la part de l'universitaire proféministe François-Xavier Devetter, spécialiste de la qualité d’emploi justement (<a href="https://archive.org/details/profeministe-23">j’en ai fait le récit ici</a>). En privé comme devant la commission harcèlements de son université, je n’ai jamais pu lui arracher une demande d’excuses en bonne et due forme (3), seulement des justifications entrelardées de nouveaux blâmes envers moi.</p>

<p>Quand le proféministe (François ou un autre) s’est transformé en citrouille pour prendre ses aises aux dépens d’une femme, il refuse comme n’importe quel patriarche d’assumer son erreur, serait-ce en admettant un moment d’égarement ou une passe difficile dans sa vie, et on ne le voit pas proposer réparation. Il reste auréolé de ses engagements, qui justifient tous ses actes, et continue à profiter des privilèges de son genre, qu’il cumule avec bonne conscience.</p>

<p>Une masculinité très atypique n'a pas non plus empêché David Bowie, bisexuel affiché cultivant l’androgynie, d’abuser sexuellement, comme n’importe quel artiste célébré bien viril et bien hétéro, d’une fan mineure. Suffit-il d’avoir les ongles peints en violet et un peu de mascara aux yeux pour perdre ses privilèges masculins et ne pas se comporter comme un Depardieu ou un Polański ? Visiblement non.</p>

<p>J’ai cité à plusieurs reprises ici l’intervention d’un homme gay, essuyant avec d’autres hommes gays à la télévision l’accusation de représenter à eux seuls toutes les communautés LGBT et de ne laisser qu’une portion congrue aux lesbiennes. Ce représentant d’une plateforme associative (laquelle avait fait fuir nombre d’associations lesbiennes dans les mois précédant les faits, en raison de sa gouvernance lesbophobe et misogyne) mit un terme à la discussion en s’affirmant comme non binaire, dans le déni des privilèges dont il jouissait, en milieu LGBT et au-delà. En clair : le mec réduit au silence des femmes en parlant de son nombril. Ça ne nous rappelle rien ?</p>

<p>Je croise également des hommes se disant non binaires qui n’interrogent pas leur présence dans des lieux féminins non-mixtes, comme si elle allait de soi, comme si leur place était partout, alors qu’elle dérange une majorité de femmes. Auraient-ils, eux qui sont visiblement blancs, la même absence de gêne à faire intrusion dans une réunion non-mixte de personnes racisées ? Ni eux ni moi ne nous flattons d'être blanc·hes, pour nous le phénotype est insignifiant (4), mais nous reconnaissons pourtant la légitimité de ces espaces…</p>

<p>Le déni de ses privilèges, le fait de réclamer une position (prescriptrice) dans un mouvement féministe, tout cela sert des intérêts bien compris. Je me souviens d’un camarade qui m’expliquait que ne cohabitant pas avec sa compagne, il ne l’exploitait pas, donc il n’exploitait aucune femme, donc il ne m’exploitait pas alors que je venais justement de lui en faire le reproche. Ce qui lui a permis de ne pas remettre en question sa participation minimale au collectif de travail qui me pompait un plein temps bénévole. Dans le même groupe très masculin proliférait un mec geignard peu musclé que des amies avaient en conséquence appelé Caliméro. Il faisait valoir ses connaissances universitaires en études de genre et sa différence d’avec Pascal Brutal pour continuer à exploiter tranquillou les bonnes volontés féminines de son entourage et redéfinir à sa sauce (et dans son intérêt) le féminisme : un truc qui ne le dérangeait pas trop.</p>

<p>Et j’oubliais presque ce type dans une revue de gauche qui n’a pas demandé à deux femmes chargées d’un dossier sur le féminisme s’il pouvait partager leur réflexion déjà engagée et a posé sans concertation préalable deux articles dedans, comme deux couilles poilues sur une table (articles que toute la rédaction a trouvés déplorables mais qui sont néanmoins passés car nous n’avions plus de plan B). Il a également insisté pour imposer un passionnant récit intime de son parenting non genré en 50 000 signes qui n’a pu être accepté car notre plus gros format était 15 000 et devant ce refus est parti fâché (alors que moi, pas du tout, j’adore qu’un mec s’imagine que le féminisme, c’est SON sujet et écrive des bouses là où moi je n’ai pas osé prendre la plume autrement que pour la première version de l’édito).</p>

<p>Ce ne sont que des exemples glanés ici et là mais ceux qui me concernent directement m’ont épuisée en tant que féministe et ont porté atteinte à mon intégrité en tant que personne. Je m’estime donc en droit de les poser comme des contre-exemples du récit majoritaire qui dédouanerait les mecs doux de tout sexisme, sans attendre d’études quantitatives sur le pourcentage de mauvaise foi chez les « non binaires assigné·es hommes à la naissance » ou sur le temps précieux que les collectifs féministes passent à se pencher sur leur statut.</p>

<p>Alors oui, il y a des hommes objectivement plus dangereux, qui frappent et qui tuent. Mais ceux-là, on les voit venir de loin, quand ils essaient de nous faire taire on comprend ce qui nous arrive, ils n’essaient pas d’investir nos espaces et on les identifie vite comme des ennemis de classe. Je ne prends pas la peine d’écrire sur eux car ils n’ont jamais déçu personne. Avec eux, on est en terrain connu, on se protège. Avec les mecs doux, on peut tomber de très haut.</p>

<p>Dans mon expérience, les divergences d’avec une masculinité dominante stéréotypée et la mise en avant d’une masculinité atypique ou « déconstruite » servent à défendre des intérêts bien compris. D’abord ceux des hétérotes qui ont besoin de se dire qu’elles peuvent vivre une relation d’amour égalitaire avec un homme alors qu’elles ont à peu près autant de chances de gagner au loto (courage, les filles, continuez si ça vous aide, je ne disais pas ça pour vous accabler). La complicité de ces femmes qui rêvent d’un mec « déconstruit » est plus compréhensible et moins grave que le déni des hommes en question, qui n’ont aucun scrupule à se goinfrer de leurs privilèges aux dépens de femmes et, bonus, se servent de leur proféminisme ou de leur adhésion à des modèles alternatifs de masculinité pour se distinguer des autres hommes. J’ai pu l’observer partout, dans les milieux queer qui valident l’auto-déclaration du genre au mépris de toute considération matérielle comme chez les féministes radicales transexclusives de gauche dont les porte-parole sont des hommes-citrouilles.</p>

<p>Partout on dégaine l’adjectif « systémique » sauf là, où il serait pourtant bien utile. C’est pas un problème de personnes, c’est pas que les masculinités alternatives sont un modèle qui ne s’est pas encore assez diffusé, c’est parce que l’appartenance à une classe qui a des privilèges sur une autre produit quelque chose chez les dominants, une certaine répugnance à ne pas en profiter. Difficile dans ces conditions de se mettre au service du féminisme entendu comme l’émancipation des femmes et non comme une aventure de développement personnel (les hommes qui tentent de le faire, <a href="https://www.binge.audio/podcast/les-couilles-sur-la-table/les-bons-allies-et-les-faux-amis-du-feminisme">comme le politiste Francis Dupuis-Déri</a>, cultivent le soupçon face à leur positionnement et ont donc le bon goût de comprendre notre défiance).</p>

<p>Alors oui, y’en a des bien, comme disait Didier Super, mais nous sommes en droit d’adopter une grille de lecture binaire, car fondée sur ce que sont dans la bête réalité des rapports sociaux de sexe, pour ne pas devoir supporter l’ineffable individualité du premier venu. Et pour ne pas attendre de Timothée Chalamet la fin du sexisme, un peu comme les « alternatives » écolo (même collectives, coopératives et co-construites) allaient nous débarrasser des centrales nucléaires. C’est plutôt de notre capacité à envoyer chier les hommes, les durs comme les tendres, que se situe l’avenir du mouvement féministe. Ils trouveront leur place ailleurs.</p>

<p>(1) Il y a une incongruité à définir comme hommes des personnes se disant elles-mêmes non binaires mais j’assigne ici à la masculinité des personnes nées garçons et ayant un statut social masculin du fait de leur socialisation et de leur perception comme des hommes en l’absence d’engagement dans un parcours de transition. Leur auto-déclaration me semble dénuée de pertinence pour des raisons qui je l’espère apparaîtront plus loin.<br>
(2) Il y aurait beaucoup à dire sur le sujet car le dépistage précoce est parfois contre-productif. Mais la campagne actuelle pour le dépistage du cancer colo-rectal m’interroge déjà assez. C’est une campagne ultra genrée (Mars bleu et super-héros viril) qui laisse penser que les femmes ne sont pas plus concernées par ce cancer que par celui de la prostate. Ce qui est faux, j’ai vérifié, elles sont dotées elles aussi d’un système digestif (l’eusses-tu cru ?) et ce cancer touche assez indifféremment les deux sexes. La sensibilisation (nécessaire) des hommes se fait ainsi aux dépens de l'information des femmes. Une situation peu commune (tu parles) dans le monde de la santé publique et de la médecine… <br>
(3) « J’m’escuse » n’est pas seulement la version un peu relâchée d’« Excuse-moi », « Je te demande pardon » ou « Je te demande de bien vouloir m’excuser », non, c’est une expression dénuée de sens car on ne s’excuse pas soi-même, on demande à l’autre de le faire. Pour cela, compter sur sa complaisance est un peu limité quand pour donner une raison de vous pardonner on peut préciser en quoi on a merdé, vérifier qu’on est d’accord sur ce qui s’est passé et proposer réparation. Moi aussi, j’ai demandé pardon à des gens « dans la mesure où... » suivi de trucs auxquels je ne croyais pas ni ne croyais pas que l’autre croyait. C’était un crachat à la gueule poli.<br>
(4) En théorie car en pratique il me semble plus compliqué d’être exempt·e de tout racisme et sexisme, et ce d’autant plus quand on en tire, qu’on le veuille ou non, des bénéfices.</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>

+ 61
- 0
cache/2024/ece1ee6687c7070e9bf39adb74294b8c/index.md 查看文件

@@ -0,0 +1,61 @@
title: Les hommes doux sont-ils l’avenir du féminisme ?
url: https://blog.ecologie-politique.eu/post/Les-hommes-doux-sont-ils-l-avenir-du-feminisme
hash_url: ece1ee6687c7070e9bf39adb74294b8c
archive_date: 2024-04-22
og_image:
description: Même si lafemme est l’avenir de l’homme, c’est moins sur nous que sur les hommes que sont projetées nombre d’attentes concernant le recul espéré du sexisme. Comme si nous ne
favicon:
language: fr_FR

<p>Les études sur les masculinités, au pluriel, ont fait valoir que la classe des hommes était traversée de rapports de pouvoir, que nombre d'entre eux faisaient comme nous l’expérience de la marginalisation et de la réduction au statut de minorité, dominés par une masculinité hégémonique. Ce qui a pu laisser planer l’idée que beaucoup d’hommes étaient au fond des femmes comme les autres. Mais de quoi parle-t-on quand on parle de masculinité hégémonique ? Pour certain·es, ce serait celle des Pascal Brutal qui passent leurs loisirs à se faire pousser les muscles et rentrent battre leur femme comme tout bon prolétaire. Pour d’autres (qui ont mieux lu) ce sont les bourgeois blancs dans la force de l’âge qui posent les standards de la bonne masculinité, pas aussi stéréotypée mais aussi délétère. La confusion dans la réception de ces idées est bien pratique puisque c’est toujours l’autre qui est un sale mec toxique, ce qui dans les faits dédouane un peu tout le monde.</p>


<p>La sociologue australienne Raewyn Connell, une référence dans ce champ du savoir, n’a pourtant jamais manqué de signaler que les masculinités, dans leur diversité, avaient en commun une définition par opposition à la féminité. Un homme dominé a toujours la ressource de se faire reluire l’ego auprès des femmes et des enfants, au pire son chien, serait-ce à leurs dépens. Au contraire, dans certains discours contemporains (comme un bouquin sur les mecs doux à la Timothée Chalamet dont je me suis épargné la lecture après avoir été accablée par les pages de conclusion) on se complaît dans l’idée que le genre est un carcan qui pèse également sur les femmes et les hommes, qui ont tou·tes intérêt à s’en libérer.</p>


<p>Certes la masculinité a un coût pour les hommes (et surtout pour la société, comme l’a montré Lucile Peytavin dans <em>Le Coût de la virilité</em>) car leur espérance de vie est abrégée par leur comportement : surconsommation de viande, conduite dangereuse, tabagisme et alcoolisation, refus des gestes de dépistage (2), etc. Mais pour le reste, la masculinité est associée à de nombreux privilèges. Je voudrais interroger ici ceux des hommes doux, proféministes ou non binaires.</p>


<p>À ces hommes on donne le bon dieu sans confession, supposant que par principe ils sont nos alliés. Or les exemples sont nombreux qui nous montrent que non. François Bégaudeau, récemment poursuivi pour « diffamation en raison de l’appartenance à un sexe », n’a <a href="https://www.mediapart.fr/journal/france/040424/juge-pour-diffamation-sexiste-l-ecrivain-francois-begaudeau-plaide-l-humour-beauf">d’après ce reportage</a> jamais été capable de demander pardon à sa victime, ni en privé ni devant le tribunal où il se flatte plutôt : « Si on relisait tout ce que j’ai écrit, trente livres, des critiques, des articles, des pièces, je défie quiconque de trouver la moindre phrase misogyne. » Comme si on devait à ce petit monsieur la lecture de l’ensemble de son œuvre.</p>


<p>Je n’ai pas vraiment été surprise par cette incapacité masculine à demander pardon, ayant subi pour ma part des conditions de travail indignes et une relation à base de confidences malvenues de la part de l'universitaire proféministe François-Xavier Devetter, spécialiste de la qualité d’emploi justement (<a href="https://archive.org/details/profeministe-23">j’en ai fait le récit ici</a>). En privé comme devant la commission harcèlements de son université, je n’ai jamais pu lui arracher une demande d’excuses en bonne et due forme (3), seulement des justifications entrelardées de nouveaux blâmes envers moi.</p>


<p>Quand le proféministe (François ou un autre) s’est transformé en citrouille pour prendre ses aises aux dépens d’une femme, il refuse comme n’importe quel patriarche d’assumer son erreur, serait-ce en admettant un moment d’égarement ou une passe difficile dans sa vie, et on ne le voit pas proposer réparation. Il reste auréolé de ses engagements, qui justifient tous ses actes, et continue à profiter des privilèges de son genre, qu’il cumule avec bonne conscience.</p>


<p>Une masculinité très atypique n'a pas non plus empêché David Bowie, bisexuel affiché cultivant l’androgynie, d’abuser sexuellement, comme n’importe quel artiste célébré bien viril et bien hétéro, d’une fan mineure. Suffit-il d’avoir les ongles peints en violet et un peu de mascara aux yeux pour perdre ses privilèges masculins et ne pas se comporter comme un Depardieu ou un Polański ? Visiblement non.</p>


<p>J’ai cité à plusieurs reprises ici l’intervention d’un homme gay, essuyant avec d’autres hommes gays à la télévision l’accusation de représenter à eux seuls toutes les communautés LGBT et de ne laisser qu’une portion congrue aux lesbiennes. Ce représentant d’une plateforme associative (laquelle avait fait fuir nombre d’associations lesbiennes dans les mois précédant les faits, en raison de sa gouvernance lesbophobe et misogyne) mit un terme à la discussion en s’affirmant comme non binaire, dans le déni des privilèges dont il jouissait, en milieu LGBT et au-delà. En clair : le mec réduit au silence des femmes en parlant de son nombril. Ça ne nous rappelle rien ?</p>


<p>Je croise également des hommes se disant non binaires qui n’interrogent pas leur présence dans des lieux féminins non-mixtes, comme si elle allait de soi, comme si leur place était partout, alors qu’elle dérange une majorité de femmes. Auraient-ils, eux qui sont visiblement blancs, la même absence de gêne à faire intrusion dans une réunion non-mixte de personnes racisées ? Ni eux ni moi ne nous flattons d'être blanc·hes, pour nous le phénotype est insignifiant (4), mais nous reconnaissons pourtant la légitimité de ces espaces…</p>


<p>Le déni de ses privilèges, le fait de réclamer une position (prescriptrice) dans un mouvement féministe, tout cela sert des intérêts bien compris. Je me souviens d’un camarade qui m’expliquait que ne cohabitant pas avec sa compagne, il ne l’exploitait pas, donc il n’exploitait aucune femme, donc il ne m’exploitait pas alors que je venais justement de lui en faire le reproche. Ce qui lui a permis de ne pas remettre en question sa participation minimale au collectif de travail qui me pompait un plein temps bénévole. Dans le même groupe très masculin proliférait un mec geignard peu musclé que des amies avaient en conséquence appelé Caliméro. Il faisait valoir ses connaissances universitaires en études de genre et sa différence d’avec Pascal Brutal pour continuer à exploiter tranquillou les bonnes volontés féminines de son entourage et redéfinir à sa sauce (et dans son intérêt) le féminisme : un truc qui ne le dérangeait pas trop.</p>


<p>Et j’oubliais presque ce type dans une revue de gauche qui n’a pas demandé à deux femmes chargées d’un dossier sur le féminisme s’il pouvait partager leur réflexion déjà engagée et a posé sans concertation préalable deux articles dedans, comme deux couilles poilues sur une table (articles que toute la rédaction a trouvés déplorables mais qui sont néanmoins passés car nous n’avions plus de plan B). Il a également insisté pour imposer un passionnant récit intime de son parenting non genré en 50 000 signes qui n’a pu être accepté car notre plus gros format était 15 000 et devant ce refus est parti fâché (alors que moi, pas du tout, j’adore qu’un mec s’imagine que le féminisme, c’est SON sujet et écrive des bouses là où moi je n’ai pas osé prendre la plume autrement que pour la première version de l’édito).</p>


<p>Ce ne sont que des exemples glanés ici et là mais ceux qui me concernent directement m’ont épuisée en tant que féministe et ont porté atteinte à mon intégrité en tant que personne. Je m’estime donc en droit de les poser comme des contre-exemples du récit majoritaire qui dédouanerait les mecs doux de tout sexisme, sans attendre d’études quantitatives sur le pourcentage de mauvaise foi chez les « non binaires assigné·es hommes à la naissance » ou sur le temps précieux que les collectifs féministes passent à se pencher sur leur statut.</p>


<p>Alors oui, il y a des hommes objectivement plus dangereux, qui frappent et qui tuent. Mais ceux-là, on les voit venir de loin, quand ils essaient de nous faire taire on comprend ce qui nous arrive, ils n’essaient pas d’investir nos espaces et on les identifie vite comme des ennemis de classe. Je ne prends pas la peine d’écrire sur eux car ils n’ont jamais déçu personne. Avec eux, on est en terrain connu, on se protège. Avec les mecs doux, on peut tomber de très haut.</p>


<p>Dans mon expérience, les divergences d’avec une masculinité dominante stéréotypée et la mise en avant d’une masculinité atypique ou « déconstruite » servent à défendre des intérêts bien compris. D’abord ceux des hétérotes qui ont besoin de se dire qu’elles peuvent vivre une relation d’amour égalitaire avec un homme alors qu’elles ont à peu près autant de chances de gagner au loto (courage, les filles, continuez si ça vous aide, je ne disais pas ça pour vous accabler). La complicité de ces femmes qui rêvent d’un mec « déconstruit » est plus compréhensible et moins grave que le déni des hommes en question, qui n’ont aucun scrupule à se goinfrer de leurs privilèges aux dépens de femmes et, bonus, se servent de leur proféminisme ou de leur adhésion à des modèles alternatifs de masculinité pour se distinguer des autres hommes. J’ai pu l’observer partout, dans les milieux queer qui valident l’auto-déclaration du genre au mépris de toute considération matérielle comme chez les féministes radicales transexclusives de gauche dont les porte-parole sont des hommes-citrouilles.</p>


<p>Partout on dégaine l’adjectif « systémique » sauf là, où il serait pourtant bien utile. C’est pas un problème de personnes, c’est pas que les masculinités alternatives sont un modèle qui ne s’est pas encore assez diffusé, c’est parce que l’appartenance à une classe qui a des privilèges sur une autre produit quelque chose chez les dominants, une certaine répugnance à ne pas en profiter. Difficile dans ces conditions de se mettre au service du féminisme entendu comme l’émancipation des femmes et non comme une aventure de développement personnel (les hommes qui tentent de le faire, <a href="https://www.binge.audio/podcast/les-couilles-sur-la-table/les-bons-allies-et-les-faux-amis-du-feminisme">comme le politiste Francis Dupuis-Déri</a>, cultivent le soupçon face à leur positionnement et ont donc le bon goût de comprendre notre défiance).</p>


<p>Alors oui, y’en a des bien, comme disait Didier Super, mais nous sommes en droit d’adopter une grille de lecture binaire, car fondée sur ce que sont dans la bête réalité des rapports sociaux de sexe, pour ne pas devoir supporter l’ineffable individualité du premier venu. Et pour ne pas attendre de Timothée Chalamet la fin du sexisme, un peu comme les « alternatives » écolo (même collectives, coopératives et co-construites) allaient nous débarrasser des centrales nucléaires. C’est plutôt de notre capacité à envoyer chier les hommes, les durs comme les tendres, que se situe l’avenir du mouvement féministe. Ils trouveront leur place ailleurs.</p>


<p>(1) Il y a une incongruité à définir comme hommes des personnes se disant elles-mêmes non binaires mais j’assigne ici à la masculinité des personnes nées garçons et ayant un statut social masculin du fait de leur socialisation et de leur perception comme des hommes en l’absence d’engagement dans un parcours de transition. Leur auto-déclaration me semble dénuée de pertinence pour des raisons qui je l’espère apparaîtront plus loin.<br>
(2) Il y aurait beaucoup à dire sur le sujet car le dépistage précoce est parfois contre-productif. Mais la campagne actuelle pour le dépistage du cancer colo-rectal m’interroge déjà assez. C’est une campagne ultra genrée (Mars bleu et super-héros viril) qui laisse penser que les femmes ne sont pas plus concernées par ce cancer que par celui de la prostate. Ce qui est faux, j’ai vérifié, elles sont dotées elles aussi d’un système digestif (l’eusses-tu cru ?) et ce cancer touche assez indifféremment les deux sexes. La sensibilisation (nécessaire) des hommes se fait ainsi aux dépens de l'information des femmes. Une situation peu commune (tu parles) dans le monde de la santé publique et de la médecine… <br>
(3) « J’m’escuse » n’est pas seulement la version un peu relâchée d’« Excuse-moi », « Je te demande pardon » ou « Je te demande de bien vouloir m’excuser », non, c’est une expression dénuée de sens car on ne s’excuse pas soi-même, on demande à l’autre de le faire. Pour cela, compter sur sa complaisance est un peu limité quand pour donner une raison de vous pardonner on peut préciser en quoi on a merdé, vérifier qu’on est d’accord sur ce qui s’est passé et proposer réparation. Moi aussi, j’ai demandé pardon à des gens « dans la mesure où... » suivi de trucs auxquels je ne croyais pas ni ne croyais pas que l’autre croyait. C’était un crachat à la gueule poli.<br>
(4) En théorie car en pratique il me semble plus compliqué d’être exempt·e de tout racisme et sexisme, et ce d’autant plus quand on en tire, qu’on le veuille ou non, des bénéfices.</p>

+ 6
- 0
cache/2024/index.html 查看文件

@@ -210,6 +210,8 @@
<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>
<li><a href="/david/cache/2024/81659ceed4b37a8c94095c3b743fe13a/" title="Accès à l’article dans le cache local : GitHub comments abused to push malware via Microsoft repo URLs">GitHub comments abused to push malware via Microsoft repo URLs</a> (<a href="https://www.bleepingcomputer.com/news/security/github-comments-abused-to-push-malware-via-microsoft-repo-urls/" title="Accès à l’article original distant : GitHub comments abused to push malware via Microsoft repo URLs">original</a>)</li>
<li><a href="/david/cache/2024/09cfcfafab15ad576de8b32d0046fb93/" title="Accès à l’article dans le cache local : Anti-Ad-Block">Anti-Ad-Block</a> (<a href="https://lmnt.me/blog/anti-ad-block.html" title="Accès à l’article original distant : Anti-Ad-Block">original</a>)</li>
<li><a href="/david/cache/2024/318dd7526e11f9476c9cbc88eb3f2b9b/" title="Accès à l’article dans le cache local : What the world needs">What the world needs</a> (<a href="https://adactio.com/journal/20996" title="Accès à l’article original distant : What the world needs">original</a>)</li>
@@ -338,12 +340,16 @@
<li><a href="/david/cache/2024/64ec164fc6c5c23ede3fba6006a47f36/" title="Accès à l’article dans le cache local : The quiet, pervasive devaluation of frontend">The quiet, pervasive devaluation of frontend</a> (<a href="https://joshcollinsworth.com/blog/devaluing-frontend" title="Accès à l’article original distant : The quiet, pervasive devaluation of frontend">original</a>)</li>
<li><a href="/david/cache/2024/ece1ee6687c7070e9bf39adb74294b8c/" title="Accès à l’article dans le cache local : Les hommes doux sont-ils l’avenir du féminisme ?">Les hommes doux sont-ils l’avenir du féminisme ?</a> (<a href="https://blog.ecologie-politique.eu/post/Les-hommes-doux-sont-ils-l-avenir-du-feminisme" title="Accès à l’article original distant : Les hommes doux sont-ils l’avenir du féminisme ?">original</a>)</li>
<li><a href="/david/cache/2024/c2a852eced710f481135a1f61cb67a26/" title="Accès à l’article dans le cache local : Why should a company? · Applied Cartography">Why should a company? · Applied Cartography</a> (<a href="https://jmduke.com/posts/microblog/why-should-a-company/" title="Accès à l’article original distant : Why should a company? · Applied Cartography">original</a>)</li>
<li><a href="/david/cache/2024/b4d0d377662e30cef4e944448d41338c/" title="Accès à l’article dans le cache local : Everything I know about the XZ backdoor">Everything I know about the XZ backdoor</a> (<a href="https://boehs.org/node/everything-i-know-about-the-xz-backdoor" title="Accès à l’article original distant : Everything I know about the XZ backdoor">original</a>)</li>
<li><a href="/david/cache/2024/2cbc47f0ebded9d54fe6163fa4ea0667/" title="Accès à l’article dans le cache local : Where I’m at on the whole CSS-Tricks thing">Where I’m at on the whole CSS-Tricks thing</a> (<a href="https://chriscoyier.net/2024/02/28/where-im-at-on-the-whole-css-tricks-thing/" title="Accès à l’article original distant : Where I’m at on the whole CSS-Tricks thing">original</a>)</li>
<li><a href="/david/cache/2024/1fc13a9dd6654dd40f95de0d7d657128/" title="Accès à l’article dans le cache local : What you see | everything changes">What you see | everything changes</a> (<a href="https://everythingchanges.us/blog/what-you-see/" title="Accès à l’article original distant : What you see | everything changes">original</a>)</li>
<li><a href="/david/cache/2024/8ffe1e30cd3dd6446468bd6d03550457/" title="Accès à l’article dans le cache local : ongoing by Tim Bray · OSQI">ongoing by Tim Bray · OSQI</a> (<a href="https://www.tbray.org/ongoing/When/202x/2024/04/01/OSQI" title="Accès à l’article original distant : ongoing by Tim Bray · OSQI">original</a>)</li>
<li><a href="/david/cache/2024/e8748af541273328d9aa9f1aeb1087b2/" title="Accès à l’article dans le cache local : Redeployment Part Three">Redeployment Part Three</a> (<a href="https://brr.fyi/posts/redeployment-part-three" title="Accès à l’article original distant : Redeployment Part Three">original</a>)</li>

Loading…
取消
儲存