this post was submitted on 20 Aug 2024
709 points (100.0% liked)

Showerthoughts

33518 readers
2111 users here now

A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The most popular seem to be lighthearted clever little truths, hidden in daily life.

Here are some examples to inspire your own showerthoughts:

Rules

  1. All posts must be showerthoughts
  2. The entire showerthought must be in the title
  3. No politics
    • If your topic is in a grey area, please phrase it to emphasize the fascinating aspects, not the dramatic aspects. You can do this by avoiding overly politicized terms such as "capitalism" and "communism". If you must make comparisons, you can say something is different without saying something is better/worse.
    • A good place for politics is c/politicaldiscussion
  4. Posts must be original/unique
  5. Adhere to Lemmy's Code of Conduct and the TOS

If you made it this far, showerthoughts is accepting new mods. This community is generally tame so its not a lot of work, but having a few more mods would help reports get addressed a little sooner.

Whats it like to be a mod? Reports just show up as messages in your Lemmy inbox, and if a different mod has already addressed the report, the message goes away and you never worry about it.

founded 2 years ago
MODERATORS
 

It sounds way less offensive to those who decry the original terminology's problematic roots but still keeps its meaning intact.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 44 points 7 months ago* (last edited 7 months ago) (2 children)

unfair treatment.

We're talking about slavery here.

sick of having to relabel

It's not that hard....to be accommodating.

divorced from the social issues

from your point of view

the code doesn't care

You're right. Call it a controller and agent. I know naming is hard, but we're smart enough to apply our lexicon.

never use the words master or slave ever again? What's next??

Ah, the slippery slope fallacy.

We still use master over main

The default for new repositories on GitHub has been main for awhile now. You would have had to put in effort to change it to something else. You're a stick in the mud.

[–] [email protected] 22 points 7 months ago (1 children)

Fuck I don't get your downvotes, you're right. I get people want to vent but in the greater scheme of things having to use different words to be a smidge more inclusive isn't that big of a deal or effort considering what some of us do to help our friends be accepted.

[–] [email protected] 6 points 7 months ago (1 children)

It's so weird that so many people are calling being accommodating in such a small way "performative" or whatever! I think some people just can't handle change and blame others for it.

[–] [email protected] 15 points 7 months ago (1 children)

or it's just literally performative and doesn't actually change anything about the realities of being POC in America other than making (ironically) a bunch of white people feel good about themselves.

[–] [email protected] 1 points 7 months ago

Okay then, I'm being performative. I feel better about myself, thanks.

[–] [email protected] 13 points 7 months ago (2 children)

The default for git repositories is still master. Not to be the "real programmers only use CLI" guy, but I feel like git init isn't too hipster.

[–] [email protected] 1 points 7 months ago (1 children)

...which you get a multiline message telling you to change your ways (Linus doesn't break UX)....every time you init....weird.

$ git init
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
[–] [email protected] 3 points 7 months ago

Gonna be honest, I don't think I ever read that. I think I usually just do git status immediately after to see if all's well.

[–] [email protected] 1 points 7 months ago (2 children)

The default has been main for awhile.

This is the case in our current version of git (git version 2.28. 0). As of October 1, 2020, any new repository you create on GitHub.com will use main as the default branch.

March 2021 for gitlab

[–] [email protected] 10 points 7 months ago (1 children)
[–] [email protected] 1 points 7 months ago (1 children)

...but recommended to be changed every. single. time. you git init. https://lemmy.world/comment/11895670