Skip to content

Commit

Permalink
Merge pull request #76 from i-hate-reality/pref-pronouns
Browse files Browse the repository at this point in the history
preferred pronouns
  • Loading branch information
WaffleLapkin authored Dec 2, 2024
2 parents e50a4f1 + bb0bba8 commit 17c670e
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 2 deletions.
4 changes: 4 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ highlight_theme = "base16-ocean-dark"

smart_punctuation = true

# Make footnotes actually work
# Thanks, totikom, for working on <https://github.com/getzola/zola/pull/2480>
bottom_footnotes = true

[extra]
# Put all your custom variables here

Expand Down
51 changes: 51 additions & 0 deletions content/09-preferred-pronouns.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
+++
title = "preferred pronouns"
date = 2024-12-02
description = "a short rant"

[taxonomies]
tags = ["rant", "short", "trans", "lowercase"]
+++

i recently saw the term "preferred pronouns" being used, which reminded i wanted to rant about it.

<!-- more -->

so, at first this may seem like a nice term/phrase.
indeed, it's better to ask someone which pronouns they prefer to be used for them, than to assume them based on *\*vibes\**.

yet i kinda despise this?

not the asking pronouns part of course! just the "preferred" bit.

if "preferred" is there, it must be differentiating between something.
there must be a "normal" pronouns kind and a "preferred" one.
it kind-of sounds like you are trying to specifically call out that a person is trans,
in a deragatory way[^1]. like they have the pronouns you've assumed, but because they
are *trans* you are *forced* to ask them for their *preferred* ones.

[^1]: i know that most people don't mean it that way.
at least not consciously anyway.
yet it does feel this way (at least for me)?

to draw an analogy, you wouldn't ask anyone for their "*preferred* name".
you would just ask them for their name, it's already assumed that they'll tell you a name
that they want you to call them[^2], so "preferred" would be meaningless[^4].

[^2]: or they can always say something like "my name is xyz, but please call me asteroid destroyer"

[^4]: there is one case where "preferred pronouns" is meaningful -- when people have
multiple sets of pronouns (for example it/she/they -- meaning "it/its or she/her or
they/them"), they might have a preferred set (usually pronouns are listed in order
of desceding preferrence). however, this is not what people mean when they ask for
"preferred pronouns".

similarly, i think you should just ask people "what are your pronouns?" -- drop "preferred".
it's shorter, it's easier, it's nicer.

my pronouns are it/its btw[^3], meow!

[^3]: at least at the moment? .-.

bye :3

11 changes: 9 additions & 2 deletions themes/terminimal/sass/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
color: var(--accent);
}
}

ol {
list-style: none;
counter-reset: li;
Expand All @@ -122,7 +122,8 @@
content: counter(li, katakana);
}

ol li ol li ol>li::before {
ol li ol li ol>li::before,
.footnotes-list li::before {
content: counter(li);
}

Expand Down Expand Up @@ -159,3 +160,9 @@
ul li.tag-list a {
text-decoration: none;
}

.footnote-reference a {
color: var(--color);
opacity: .5;
text-decoration: none;
}

0 comments on commit 17c670e

Please sign in to comment.