drone build Sun Sep 20 15:08:31 PDT 2026

This commit is contained in:
2026-09-20 22:08:31 +00:00
parent 1d51eaebec
commit 207d8c1cd5
731 changed files with 8308 additions and 5281 deletions
+135 -9
View File
@@ -40,7 +40,80 @@
<style>.post-metadata {
<style>#toc {
float: right;
margin: 1rem 0 1.5rem 1.5rem;
width: min(calc(100% - 1.5rem), 23rem);
/* 23rem is the width of the words 'table of contents' in my header font */
/* yes, it's a bit hacky */
}
@media (max-width: 850px) {
#toc {
float: unset;
margin-top: 2rem;
margin-left: .5rem;
width: calc(100% - .5rem);
}
}
#toc details {
border: thick solid var(--color-pink);
border-radius: 1rem;
margin-top: 1rem;
}
#toc summary {
position: relative;
top: -1.5rem;
left: -.75rem;
width: fit-content;
background: var(--color-bg);
border-radius: .5rem;
}
#toc summary:focus-visible {
outline: .15rem solid var(--color-teal);
}
#toc summary::marker {
font-size: 2.35rem;
}
#toc h2 {
margin-top: 0;
display: inline;
line-height: normal;
}
#toc nav {
position: relative;
top: -1.25rem;
}
#toc li {
margin-block: .45rem 0;
}
@media (max-width: 650px) {
#toc nav > ol {
margin-left: .5rem;
}
}
/* basically we want to style this `ol` as a `ul` */
#toc ol > li {
list-style: disc;
}
#toc ol > li > ol > li {
list-style: circle;
}
#toc ol > li > ol > li > ol > li {
list-style: square;
}
.post-metadata {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
@@ -438,6 +511,8 @@ body:has(dialog[open]) {
color-scheme: light dark;
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
/* if you change the header font, go to post-toc.css and fuck about with the width
of the table of contents */
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
@@ -496,7 +571,6 @@ body:has(dialog[open]) {
}
/* Base */
* {
box-sizing: border-box;
margin: 0;
@@ -1814,7 +1888,7 @@ switch (currentThemeValue) {
<heading-anchors content="<i class='fa-solid fa-anchor'></i>">
<article data-pagefind-body="">
<h1 id="no-politics-wip">no politics (wip)</h1>
<h1>no politics (wip)</h1>
<div class="post-metadata">
<p>
@@ -1834,7 +1908,58 @@ switch (currentThemeValue) {
<img class="hero" src="/img/mushroom-on-fence.jpg" alt="Picture unrelated to post. A small orange mushroom grows from the center of a fence post." loading="lazy" decoding="async" width="1000" height="1333">
<p>This piece is unfinished and is presented in only partial form.</p>
<aside id="toc">
<details>
<summary><h2>table of contents</h2></summary>
<nav class="toc">
<ol>
<li><a href="#prelude">Prelude</a>
</li>
<li><a href="#politics">Politics</a>
<ol>
<li><a href="#the-personal-is-political">The Personal is Political</a>
</li>
</ol>
</li>
<li><a href="#what-does-%E2%80%9Cno-politics%E2%80%9D-gain-us%3F">What does “no politics” gain us?</a>
<ol>
<li><a href="#easier-moderation">Easier moderation</a>
</li>
<li><a href="#create-a-welcoming%2C-%E2%80%9Cneutral%E2%80%9D-environment">Create a welcoming, “neutral” environment</a>
</li>
</ol>
</li>
<li><a href="#interlude">Interlude</a>
</li>
<li><a href="#how-do-we-better-achieve-our-goals%3F">How do we better achieve our goals?</a>
<ol>
<li><a href="#easier-moderation-1">Easier moderation</a>
</li>
<li><a href="#create-a-welcoming-environment">Create a welcoming environment</a>
</li>
</ol>
</li>
</ol>
</nav>
</details>
</aside>
<p>This piece is unfinished and is presented in only partial form.</p>
<h2 id="prelude">Prelude</h2>
<p>5 or so years ago, Im in a Facebook group. Rather than my usual lefty fare, it was more all-over-the-map; it was focused on socializing, support, and advice for younger employees at my current employer.</p>
<p>Every once and a while, discussion would turn to something like:</p>
@@ -1857,18 +1982,18 @@ switch (currentThemeValue) {
</blockquote>
<p><a href="https://www.blackpast.org/african-american-history/combahee-river-collective-statement-1977/" target="_blank" rel="external">Combahee River Collective Statement</a></p>
<p>“The personal is political” and associated political movement is pushback against an insistence on individualizing systemic issues. Crenshaw frames it as a “process of recognizing as social and systemic what was formerly perceived as isolated and individual” (<a href="https://www.jstor.org/stable/1229039" target="_blank" rel="external">Mapping the Margins: Intersectionality, Identity Politics, and Violence against Women of Color by Kimberlé Crenshaw</a>) and its <em>vital</em> in our current understanding of things like sexual assault and domestic violence as — forgive me for repeating the word yet again — <em>systemic</em> issues.</p>
<h2 id="what-does-no-politics-gain-us">What does “no politics” gain us?</h2>
<h2 id="what-does-%E2%80%9Cno-politics%E2%80%9D-gain-us%3F">What does “no politics” gain us?</h2>
<p>But why might people institute a “no politics” rule?</p>
<h3 id="easier-moderation">Easier moderation</h3>
<p>A frequent argument that gets made is that “we just dont have the resources to moderate that.” Regardless of whether its right, this is whats effective and what we have the bandwidth for.</p>
<p>As a frequent moderator, I see the appeal in this. Political discussions can be tense, with high emotions and hard stances. After all, the personal is political - someone may not be speaking of some theoretical risk but to a concrete fear that hangs over their head daily. Members will get invested, and feelings will be hurt.</p>
<h3 id="create-a-welcoming-neutral-environment">Create a welcoming, “neutral” environment</h3>
<h3 id="create-a-welcoming%2C-%E2%80%9Cneutral%E2%80%9D-environment">Create a welcoming, “neutral” environment</h3>
<p>Especially in environments where you want to welcome a large and diverse group of people, the aim should be to make the membership and prospective membership comfortable (possibly while also warding off trolls who want to argue).</p>
<p>For some, &quot;the law isn't about shaping society, it's about who gets punished&quot; (<a href="https://youtu.be/yts2F44RqFw?si=QZMJQWqahdJ4-1Eb&amp;t=452" target="_blank" rel="external">I Hate Mondays by Innuendo Studios</a>). Politics are a method of assigning blame. &quot;No politics&quot; means no one is to blame.</p>
<h2 id="interlude">Interlude</h2>
<p>6 or so months ago, I'm in a Discord server. Rule 1 states that no politics or religion are allowed. Interestingly, it also states that &quot;insults, racism, sexism, homophobia, transphobia, and all other discriminatory speech&quot; are not permitted.</p>
<h2 id="how-do-we-better-achieve-our-goals">How do we better achieve our goals?</h2>
<h3 id="easier-moderation-2">Easier moderation</h3>
<h2 id="how-do-we-better-achieve-our-goals%3F">How do we better achieve our goals?</h2>
<h3 id="easier-moderation-1">Easier moderation</h3>
<h3 id="create-a-welcoming-environment">Create a welcoming environment</h3>
<hr>
<p>sections</p>
@@ -1885,6 +2010,7 @@ switch (currentThemeValue) {
</ul>
<p><a href="https://blog.oup.com/2018/11/politics-of-political/" target="_blank" rel="external">Politics of Political</a></p>
</article>
@@ -1969,6 +2095,6 @@ switch (currentThemeValue) {
</footer>
<!-- This page `/no-politics-wip/` was built on 2026-09-20T00:40:39.738Z -->
<!-- This page `/no-politics-wip/` was built on 2026-09-20T22:08:14.586Z -->
</body>
</html>