Browse Source

Links

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

+ 212
- 0
cache/2023/4d9148b9d78455c2d67051e467d2e824/index.html View File

@@ -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>I assume I’m below average (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)">
<!-- 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://sive.rs/below-average">

<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>I assume I’m below average</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://sive.rs/below-average" title="Lien vers le contenu original">Source originale</a>
</p>
</nav>
<hr>
<p>
Ninety-six percent of cancer patients claim to be in better health than the average cancer patient.
</p>
<p>
Ninety-four percent of professors say they are better-than-average teachers.
</p>
<p>
Ninety percent of students think they are more intelligent than the average student.
</p>
<p>
Ninety-three percent of drivers say they are safer-than-average drivers.
</p>
<p>
When I learned this, it shook my soul.
At first, like almost everybody, I thought, “Yes, but I really am above average!”
Then I realized I was doing it again.
</p>
<p>
So I decided to gamble on the opposite.
Now I just assume I’m below average.
</p>
<p>
It serves me well.
I listen more.
I ask a lot of questions.
I’ve stopped thinking <a href="/ss">others are stupid</a>.
I assume most people are smarter than me.
</p>
<p>
<strong>
To assume you’re below average is to admit you’re still learning.
</strong>
You focus on what you need to improve, not your <a href="/expire">past accomplishments</a>.
</p>
<p>
Many people are so worried about looking good that they never do anything great.
Many people are so worried about doing something great that they never do anything at all.
</p>
<p>
You destroy that paralysis when you think of yourself as just a student, and your current actions as just practice.
</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>

+ 36
- 0
cache/2023/4d9148b9d78455c2d67051e467d2e824/index.md View File

@@ -0,0 +1,36 @@
title: I assume I’m below average
url: https://sive.rs/below-average
hash_url: 4d9148b9d78455c2d67051e467d2e824

<p>
Ninety-six percent of cancer patients claim to be in better health than the average cancer patient.
</p><p>
Ninety-four percent of professors say they are better-than-average teachers.
</p><p>
Ninety percent of students think they are more intelligent than the average student.
</p><p>
Ninety-three percent of drivers say they are safer-than-average drivers.
</p><p>
When I learned this, it shook my soul.
At first, like almost everybody, I thought, “Yes, but I really am above average!”
Then I realized I was doing it again.
</p><p>
So I decided to gamble on the opposite.
Now I just assume I’m below average.
</p><p>
It serves me well.
I listen more.
I ask a lot of questions.
I’ve stopped thinking <a href="/ss">others are stupid</a>.
I assume most people are smarter than me.
</p><p>
<strong>
To assume you’re below average is to admit you’re still learning.
</strong>
You focus on what you need to improve, not your <a href="/expire">past accomplishments</a>.
</p><p>
Many people are so worried about looking good that they never do anything great.
Many people are so worried about doing something great that they never do anything at all.
</p><p>
You destroy that paralysis when you think of yourself as just a student, and your current actions as just practice.
</p>

+ 191
- 0
cache/2023/e6c79911a93db53d87a80281d0037b97/index.html View File

@@ -0,0 +1,191 @@
<!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>Killing Community (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)">
<!-- 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.marginalia.nu/log/82_killing_community/">

<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>Killing Community</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.marginalia.nu/log/82_killing_community/" title="Lien vers le contenu original">Source originale</a>
</p>
</nav>
<hr>
<p>This is a theory that’s previously been stated in <a href="/log/39-normie-hypothesis.gmi">log/39-normie-hypothesis.gmi</a>, but I think it’s worth expanding on as it’s become very relevant with the recent Reddit shit-show actualizing just how bad that website has gotten along with social media in general.</p>
<p>I think the model demonstrate how the ’enshittification’ process is an inevitability with any social media that is run on a venture capital model.</p>
<p>An online community can be like a village, where you have familiar faces, collective experiences, shared values and so forth. It can be like a village and be five people, it can be like a village and be a thousand people.</p>
<p>In this context, the defining trait of a village is that it’s group of people where the average interaction over time is with people you’ve seen before.</p>
<p>A village is a precious thing. Many people go online to find a sense of belonging and community, and in the right circumstances, they can find it while they may struggle to do so offline. This is one of the great things about the Internet. It’s so large that no matter how weird and unconventional you are, there’s always more people just like you.</p>
<p>Because they are precious, it’s important to understand what makes a village a village, and what kills the village.</p>
<p>The central thesis is that what these villages can’t tolerate is a sustained large influx of strangers. A stranger in this context is an nothing more or less than an unfamiliar face. I know it tends to draw the mind in those directions, but please refrain from projecting concepts such as nationality or ethnicity on the term. We’re all simultaneously villagers and strangers in various social circumstances.</p>
<p>A slow trickle of strangers is tolerable, a brief large influx is fine; the strangers’ average interaction is eventually stabilizes and biases toward the a stable group of members, and they quickly find shared values and become villagers too. They become familiar faces, and undoubtedly make their mark on the shared culture. That’s often a refreshing and welcome thing. It’s still a village.</p>
<p>When sustained growth is too large, the strangers’ average interaction is with other strangers, and even if this would have eventually stabilized into something like a village, there are yet more strangers to prevent this from happening. Everyone stays strangers, and a sort of stranger-culture emerges where guards are up by default because there are never any familiar faces.</p>
<p>It’s no longer a village, but something like a train station. The default mode of being is <em>passing through</em>. People come and go, and there’s no real sense of belonging. There is a sense of anonymity, there are no lasting repercussions for cutting in line or being rude.</p>
<p>It’s an oppressive, alienating, and disempowering environment.</p>
<p>You’re <em>in</em> a train station, you’re not part of it. There’s nothing you can do to improve it. Values are replaced by laws. Laws are enforced through a rigid structure of guards and uniforms, and the particularities and nuances of the situation don’t matter. If someone is subjectively being a jerk, you can’t really do anything about it. You just have to put up with it.</p>
<p>Now consider running a social media site like a start-up, with quarterly growth targets, with investors to impress and eyes on an eventual IPO.</p>
<p>If you want to absolutely destroy a website that is all about building communities and meeting new people, then aim for the site and all communities to always be growing as much as possible. Make that a design goal of the site. Pump those subscriber numbers up.</p>
<p>What you’ll get is a place where everyone is a stranger, where being a jerk is the norm, where there is no sense of belonging,
where civility and arguing in good faith is irrelevant because you’re not talking <em>to someone</em>, you’re performing in front of an audience to make the number next to your comment go up so you can briefly feel something that almost resembles belonging and shared values.</p>
<p>Terminally online and starving for human connection, you’re left clinging on to this artificial sense of belonging like Harlow’s monkeys to their wire-mesh mothers. It will never be real, but it’s all you have.</p>
<p>The only sense of belonging you can find is through tribalism, deep trenches are dug along the fault-lines of the most superficial differences because that’s all there is to see. Nuance requires lasting relationships. People aren’t really people, they’re reduced to an opinion you can’t tolerate, or a flavor of potato chips you can’t stand, a starter pokemon you think is lame.</p>
<p>Ironically, according to the model proposed earlier, the best thing that could happen to Reddit, in terms of the website not being shit from a community perspective, is that it stops growing, maybe even shrinks a bit. This will let communities stabilize and become more like villages again, and the site will be better for it.</p>
<p>Of course this is a real predicament from business sense, with the looming IPO and all that. The only way to make money is to grow, and the only way to grow is to kill the community.</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>

+ 24
- 0
cache/2023/e6c79911a93db53d87a80281d0037b97/index.md View File

@@ -0,0 +1,24 @@
title: Killing Community
url: https://www.marginalia.nu/log/82_killing_community/
hash_url: e6c79911a93db53d87a80281d0037b97

<p>This is a theory that’s previously been stated in <a href="/log/39-normie-hypothesis.gmi">log/39-normie-hypothesis.gmi</a>, but I think it’s worth expanding on as it’s become very relevant with the recent Reddit shit-show actualizing just how bad that website has gotten along with social media in general.</p>
<p>I think the model demonstrate how the ’enshittification’ process is an inevitability with any social media that is run on a venture capital model.</p>
<p>An online community can be like a village, where you have familiar faces, collective experiences, shared values and so forth. It can be like a village and be five people, it can be like a village and be a thousand people.</p>
<p>In this context, the defining trait of a village is that it’s group of people where the average interaction over time is with people you’ve seen before.</p>
<p>A village is a precious thing. Many people go online to find a sense of belonging and community, and in the right circumstances, they can find it while they may struggle to do so offline. This is one of the great things about the Internet. It’s so large that no matter how weird and unconventional you are, there’s always more people just like you.</p>
<p>Because they are precious, it’s important to understand what makes a village a village, and what kills the village.</p>
<p>The central thesis is that what these villages can’t tolerate is a sustained large influx of strangers. A stranger in this context is an nothing more or less than an unfamiliar face. I know it tends to draw the mind in those directions, but please refrain from projecting concepts such as nationality or ethnicity on the term. We’re all simultaneously villagers and strangers in various social circumstances.</p>
<p>A slow trickle of strangers is tolerable, a brief large influx is fine; the strangers’ average interaction is eventually stabilizes and biases toward the a stable group of members, and they quickly find shared values and become villagers too. They become familiar faces, and undoubtedly make their mark on the shared culture. That’s often a refreshing and welcome thing. It’s still a village.</p>
<p>When sustained growth is too large, the strangers’ average interaction is with other strangers, and even if this would have eventually stabilized into something like a village, there are yet more strangers to prevent this from happening. Everyone stays strangers, and a sort of stranger-culture emerges where guards are up by default because there are never any familiar faces.</p>
<p>It’s no longer a village, but something like a train station. The default mode of being is <em>passing through</em>. People come and go, and there’s no real sense of belonging. There is a sense of anonymity, there are no lasting repercussions for cutting in line or being rude.</p>
<p>It’s an oppressive, alienating, and disempowering environment.</p>
<p>You’re <em>in</em> a train station, you’re not part of it. There’s nothing you can do to improve it. Values are replaced by laws. Laws are enforced through a rigid structure of guards and uniforms, and the particularities and nuances of the situation don’t matter. If someone is subjectively being a jerk, you can’t really do anything about it. You just have to put up with it.</p>
<p>Now consider running a social media site like a start-up, with quarterly growth targets, with investors to impress and eyes on an eventual IPO.</p>
<p>If you want to absolutely destroy a website that is all about building communities and meeting new people, then aim for the site and all communities to always be growing as much as possible. Make that a design goal of the site. Pump those subscriber numbers up.</p>
<p>What you’ll get is a place where everyone is a stranger, where being a jerk is the norm, where there is no sense of belonging,
where civility and arguing in good faith is irrelevant because you’re not talking <em>to someone</em>, you’re performing in front of an audience to make the number next to your comment go up so you can briefly feel something that almost resembles belonging and shared values.</p>
<p>Terminally online and starving for human connection, you’re left clinging on to this artificial sense of belonging like Harlow’s monkeys to their wire-mesh mothers. It will never be real, but it’s all you have.</p>
<p>The only sense of belonging you can find is through tribalism, deep trenches are dug along the fault-lines of the most superficial differences because that’s all there is to see. Nuance requires lasting relationships. People aren’t really people, they’re reduced to an opinion you can’t tolerate, or a flavor of potato chips you can’t stand, a starter pokemon you think is lame.</p>
<p>Ironically, according to the model proposed earlier, the best thing that could happen to Reddit, in terms of the website not being shit from a community perspective, is that it stops growing, maybe even shrinks a bit. This will let communities stabilize and become more like villages again, and the site will be better for it.</p>
<p>Of course this is a real predicament from business sense, with the looming IPO and all that. The only way to make money is to grow, and the only way to grow is to kill the community.</p>

+ 4
- 0
cache/2023/index.html View File

@@ -105,6 +105,8 @@
<li><a href="/david/cache/2022/04ad9e0f254b2d6111aef95102654f7d/" title="Accès à l’article dans le cache local : Maybe the Book Doesn’t Need to Be “Disrupted” in the First Place?">Maybe the Book Doesn’t Need to Be “Disrupted” in the First Place?</a> (<a href="https://countercraft.substack.com/p/maybe-the-book-doesnt-need-to-disrupted" title="Accès à l’article original distant : Maybe the Book Doesn’t Need to Be “Disrupted” in the First Place?">original</a>)</li>
<li><a href="/david/cache/2022/4d9148b9d78455c2d67051e467d2e824/" title="Accès à l’article dans le cache local : I assume I’m below average">I assume I’m below average</a> (<a href="https://sive.rs/below-average" title="Accès à l’article original distant : I assume I’m below average">original</a>)</li>
<li><a href="/david/cache/2022/3e86aa622ac1361400a4b7c0013efdd3/" title="Accès à l’article dans le cache local : Le dernier arrêt">Le dernier arrêt</a> (<a href="https://www.la-grange.net/2023/01/09/arret" title="Accès à l’article original distant : Le dernier arrêt">original</a>)</li>
<li><a href="/david/cache/2022/646ebfa25432bc6b653e524b52d25c9a/" title="Accès à l’article dans le cache local : Keep it simple, stupid le plus longtemps possible">Keep it simple, stupid le plus longtemps possible</a> (<a href="https://sklein.xyz/garden/020-keep-it-simple-stupid-le-plus-longtemps-possible/" title="Accès à l’article original distant : Keep it simple, stupid le plus longtemps possible">original</a>)</li>
@@ -197,6 +199,8 @@
<li><a href="/david/cache/2022/d7f9460e62402a298210736cdf64b88c/" title="Accès à l’article dans le cache local : 7 Reasons why I don’t write">7 Reasons why I don’t write</a> (<a href="https://mxb.dev/blog/seven-reasons-why-i-dont-write/" title="Accès à l’article original distant : 7 Reasons why I don’t write">original</a>)</li>
<li><a href="/david/cache/2022/e6c79911a93db53d87a80281d0037b97/" title="Accès à l’article dans le cache local : Killing Community">Killing Community</a> (<a href="https://www.marginalia.nu/log/82_killing_community/" title="Accès à l’article original distant : Killing Community">original</a>)</li>
<li><a href="/david/cache/2022/4a485034e94dc6123a624e8a589e8dac/" title="Accès à l’article dans le cache local : Poking around OpenAI.">Poking around OpenAI.</a> (<a href="https://lethain.com/openai-exploration/" title="Accès à l’article original distant : Poking around OpenAI.">original</a>)</li>
<li><a href="/david/cache/2022/ccb1821caf1a27ed2a2e9a92a26d0b65/" title="Accès à l’article dans le cache local : The one about AI">The one about AI</a> (<a href="https://macwright.com/2023/04/15/ai.html" title="Accès à l’article original distant : The one about AI">original</a>)</li>

Loading…
Cancel
Save