this post was submitted on 05 Apr 2026
481 points (99.4% liked)

196

6006 readers
1179 users here now

Community Rules

You must post before you leave

Be nice. Assume others have good intent (within reason).

Block or ignore posts, comments, and users that irritate you in some way rather than engaging. Report if they are actually breaking community rules.

Use content warnings and/or mark as NSFW when appropriate. Most posts with content warnings likely need to be marked NSFW.

Most 196 posts are memes, shitposts, cute images, or even just recent things that happened, etc. There is no real theme, but try to avoid posts that are very inflammatory, offensive, very low quality, or very "off topic".

Bigotry is not allowed, this includes (but is not limited to): Homophobia, Transphobia, Racism, Sexism, Abelism, Classism, or discrimination based on things like Ethnicity, Nationality, Language, or Religion.

Avoid shilling for corporations, posting advertisements, or promoting exploitation of workers.

Proselytization, support, or defense of authoritarianism is not welcome. This includes but is not limited to: imperialism, nationalism, genocide denial, ethnic or racial supremacy, fascism, Nazism, Marxism-Leninism, Maoism, etc.

Avoid AI generated content.

Avoid misinformation.

Avoid incomprehensible posts.

No threats or personal attacks.

No spam.

Moderator Guidelines

Moderator Guidelines

  • Don’t be mean to users. Be gentle or neutral.
  • Most moderator actions which have a modlog message should include your username.
  • When in doubt about whether or not a user is problematic, send them a DM.
  • Don’t waste time debating/arguing with problematic users.
  • Assume the best, but don’t tolerate sealioning/just asking questions/concern trolling.
  • Ask another mod to take over cases you struggle with, if you get tired, or when things get personal.
  • Ask the other mods for advice when things get complicated.
  • Share everything you do in the mod matrix, both so several mods aren't unknowingly handling the same issues, but also so you can receive feedback on what you intend to do.
  • Don't rush mod actions. If a case doesn't need to be handled right away, consider taking a short break before getting to it. This is to say, cool down and make room for feedback.
  • Don’t perform too much moderation in the comments, except if you want a verdict to be public or to ask people to dial a convo down/stop. Single comment warnings are okay.
  • Send users concise DMs about verdicts about them, such as bans etc, except in cases where it is clear we don’t want them at all, such as obvious transphobes. No need to notify someone they haven’t been banned of course.
  • Explain to a user why their behavior is problematic and how it is distressing others rather than engage with whatever they are saying. Ask them to avoid this in the future and send them packing if they do not comply.
  • First warn users, then temp ban them, then finally perma ban them when they break the rules or act inappropriately. Skip steps if necessary.
  • Use neutral statements like “this statement can be considered transphobic” rather than “you are being transphobic”.
  • No large decisions or actions without community input (polls or meta posts f.ex.).
  • Large internal decisions (such as ousting a mod) might require a vote, needing more than 50% of the votes to pass. Also consider asking the community for feedback.
  • Remember you are a voluntary moderator. You don’t get paid. Take a break when you need one. Perhaps ask another moderator to step in if necessary.

founded 1 year ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] TheTechnician27@lemmy.world 142 points 4 days ago* (last edited 4 days ago) (1 children)

"I activate Pot of HRT, which allows me to draw two new pronouns from my deck."

[–] MissingInteger@lemmy.zip 41 points 4 days ago (1 children)
[–] Rusty@lemmy.ca 3 points 3 days ago

I'm using Counterspell, now you don't have any pronouns.

[–] Peppycito@sh.itjust.works 28 points 4 days ago (1 children)

All this talk about pronouns, I just want to know your adverbs. Mine are Lazily and Slowly.

[–] Holytimes@sh.itjust.works 2 points 3 days ago (1 children)

Honestly, who gives a fuck about pronouns. Adverbs are the new hotness.

Tired/exhausted are mine

[–] Frost752@crazypeople.online 1 points 1 day ago

Not to be that guy, but those are adjectives.

[–] waigl@lemmy.world 89 points 4 days ago (2 children)

But the pronouns I use for myself are I/me!

[–] snoons@lemmy.ca 27 points 4 days ago

i agree with me

[–] shweddy@lemmy.world 76 points 4 days ago (2 children)

My pronouns are yoink'd/yours

[–] AzuraTheSpellkissed@lemmy.blahaj.zone 36 points 4 days ago (1 children)

Instructions are unclear, can I call you mine?

[–] fartographer@lemmy.world 10 points 4 days ago

What's yours is mine, and what's mine is ours

I hate you Alfalfa

Note: before the nostalgia hits, fuck Bug Hall

load more comments (1 replies)
[–] craftrabbit@lemmy.zip 13 points 3 days ago (1 children)

Alright, what else do we need to make these Turing-complete?

[–] gandalf_der_12te@lemmy.blahaj.zone 5 points 3 days ago* (last edited 3 days ago)

i think you need at least a rule for how to infer new pronouns from the old pronouns, and you need a way to jump forward and back in the pronoun stack

[–] atopi@piefed.blahaj.zone 20 points 4 days ago (2 children)

i have yet to encounter pronouns as cool as recursive pronouns

The pronouns changing every time they are used comes close though

[–] cabillaud@lemmy.world 5 points 4 days ago

Bookmarked!

[–] Tetragrade@leminal.space 42 points 4 days ago* (last edited 4 days ago) (2 children)

My pronouns are

function getPronouns() {
    const dateNow = new Date();

    if(dateNow.getMonth()===3 && dateNow.getDate()===1) {
        return "clown/clownself";
    }
    else {
        const timeNow = dateNow.getTime();
        if(timeNow%3 === 0) {
            return "they/them";
        }
        else if(timeNow%5 === 0) {
            return "she/her";
        }
        else if(timeNow%7 === 0) {
            return "he/him";
        }
        else {
            return "void/voidself";
        }
    }
}

console.log(getPronouns());

Please run this code in your browser console before interacting with me to determine my pronouns at that point in time.

[–] yetAnotherUser@discuss.tchncs.de 9 points 4 days ago (3 children)

But why would I use third-person pronouns when interacting with you?

[–] Tetragrade@leminal.space 5 points 4 days ago

Void don't understand you.

load more comments (2 replies)
[–] froufox@lemmy.blahaj.zone 7 points 4 days ago (2 children)

unnecessary else after if with a return statement

[–] ayyy@sh.itjust.works 6 points 4 days ago (1 children)

This shitty attitude about saving characters to reduce clarity is how we get things like https://gotofail.com/

load more comments (1 replies)
[–] Tetragrade@leminal.space 6 points 4 days ago

Its a stylistic choice. In this house we turn off no-else-return.

[–] Sanctus@anarchist.nexus 48 points 4 days ago (3 children)

Dude just wait until I show you nested genders, or Gender View ViewGender models. Gene was right, though he was just trying to sell merch.

[–] Warl0k3@lemmy.world 23 points 4 days ago (2 children)
load more comments (1 replies)
[–] Skullgrid@lemmy.world 19 points 4 days ago (1 children)

If I have to implement one more fucking abstract gender factory so help me god

[–] Sanctus@anarchist.nexus 12 points 4 days ago

Dont worry, I have permission to use this: wfziwYkKoYjY7Jy.jpg

Truly inspiring, if only it wasn't disabled in game.

[–] sp3ctr4l@lemmy.dbzer0.com 8 points 4 days ago

Are your genders object oriented?

Can they be expressed in trinary?

Do they accept NULL or NaN inputs, or do they need to be safely initialized with a sentinel value?

[–] Malgas@beehaw.org 39 points 4 days ago (3 children)

But I use I/me pronouns for myself. That'll get confusing real quick.

[–] WorldsDumbestMan@lemmy.today 4 points 3 days ago

No I'm Yuu, who's Mii?

load more comments (2 replies)
[–] QuinnyCoded@sh.itjust.works 2 points 2 days ago
[–] stepan@lemmy.cafe 27 points 4 days ago (4 children)

what if two people like that talk?

[–] Catoblepas@piefed.blahaj.zone 30 points 4 days ago

Ouroboros gender

[–] applebusch@lemmy.blahaj.zone 13 points 4 days ago

They call it gay and make out

the simulation crashes

It's a paradox, like time traveling to kill your parents.

[–] Atherel@lemmy.dbzer0.com 20 points 4 days ago

Our pronouns, comrade

[–] cadekat@pawb.social 18 points 4 days ago

Order all pronoun sets by how frequently you think they are applied to me, then choose the second most frequent. That set is today's pronouns.

I get very angry if you are wrong.

Lol mirror/your pronouns is a selection hexbear has

[–] Rozauhtuno@lemmy.blahaj.zone 10 points 4 days ago (3 children)

This kind of people are really precious. If you can find some that synergize well with each other you can get a lot of mult.

load more comments (3 replies)
[–] reallykindasorta@slrpnk.net 16 points 4 days ago (1 children)

I’ve heard ‘any pronoun stated respectfully’

[–] Catoblepas@piefed.blahaj.zone 22 points 4 days ago

I liked the way Leslie Feinberg put it:

I care which pronoun is used, but people have been respectful to me with the wrong pronoun and disrespectful with the right one. It matters whether someone is using the pronoun as a bigot, or if they are trying to demonstrate respect.

[–] joyjoy@lemmy.zip 16 points 4 days ago

My pronouns are me/mine.

[–] Jackcooper@lemmy.world 8 points 4 days ago
[–] Drekaridill@lemmy.wtf 7 points 4 days ago

The golden pronouns

load more comments
view more: next ›