this post was submitted on 16 Aug 2023
214 points (100.0% liked)

chapotraphouse

13473 readers
1 users here now

Banned? DM Wmill to appeal.

No anti-nautilism posts. See: Eco-fascism Primer

Vaush posts go in the_dunk_tank

Dunk posts in general go in the_dunk_tank, not here

Don't post low-hanging fruit here after it gets removed from the_dunk_tank

founded 4 years ago
MODERATORS
 

Just saying. How're yall doing, by the way?

you are viewing a single comment's thread
view the rest of the comments
[–] silent_water@hexbear.net 5 points 2 years ago (1 children)

it's not trivial. it means storing the pronouns field in the database separately from the display name and then updating frontends. and there's issues with length limits that have to be sorted out. I'm also not sure if the lemmy devs would accept the PR as they seemed kinda sour on the idea of adding pronoun tags when it got suggested in an issue.

[–] EmotionalSupportLancet@hexbear.net 4 points 2 years ago (1 children)

By PR do you mean public relations? I’ve seen many comments saying they are comrades. Hopefully the sourness was only because of the amount of work?

[–] silent_water@hexbear.net 5 points 2 years ago* (last edited 2 years ago) (1 children)

pull-request, it's how code changes are reviewed, tested, and accepted. here's a link to the issue so you can read it for yourself

[–] EmotionalSupportLancet@hexbear.net 3 points 2 years ago* (last edited 2 years ago) (1 children)

So somebody makes it, they send the change over using a pull-request, and the other side has the choice of accepting it declining it?

Our devs were kinda crucial in improving lemmy because of how active we are iirc

Why wouldn’t they just trust our devs? They’re clearly competent.

[–] silent_water@hexbear.net 5 points 2 years ago (1 children)

So somebody makes it, they send the change over using a pull-request, and the other side has the choice of accepting it declining it?

yes

Why wouldn’t they just trust our devs? They’re clearly competent.

it's not really about that. it's a process thing to make sure changes are well-thought through, do what they're purported to do, and don't have any knock-on effects that would be unexpected. the model is used in basically all forms of software development -- most projects use them even for core devs. people only push changes directly into the repo when there's an emergency and something needs to be fixed immediately.

That makes sense. Thank you for explaining. meow-hug