this post was submitted on 21 Aug 2023
410 points (94.2% liked)

PC Master Race

14812 readers
24 users here now

A community for PC Master Race.

Rules:

  1. No bigotry: Including racism, sexism, homophobia, transphobia, or xenophobia. Code of Conduct.
  2. Be respectful. Everyone should feel welcome here.
  3. No NSFW content.
  4. No Ads / Spamming.
  5. Be thoughtful and helpful: even with ‘stupid’ questions. The world won’t be made better or worse by snarky comments schooling naive newcomers on Lemmy.

Notes:

founded 1 year ago
MODERATORS
 

Hello PCMR community!

On July 13th, we asked the community for your opinion if you would like to change the name of this community.

Results of the Survey :

  • Yes - 28.1%
  • No - 71.9% (winner)

Of the 1,201 responses received, we as a community have democratically decided that we should not change the name from PC Master Race. I am grateful to our community for your input, as this was a difficult topic to navigate together.

If you would like to review the history of this, please check out this post here: https://lemmy.world/post/1430610

We'll pin this post for some time and then consider adding a bullet into the sidebar for this Community to help stave off further discussions around this topic as the community has already decided collectively.

Kind regards,

The Moderator Team

@Hurts@lemmy.world @_MoveSwiftly@lemmy.world @Brunbrun6766@lemmy.world @IowaMan@lemmy.world @BobaFett26@lemmy.world @The_Vampire@lemmy.world @Fudgeknuckles98@lemmy.world @CatZoomies@lemmy.world @Xeon@lemmy.ml @geosoco@kbin.social

EDIT 30-Aug-2023:

Due to some of the recent targeted attacks against Lemmy.world, I noticed that the image I shared with this post was purged from their servers.

Here's a new screenshot of the results for posterity: https://i.postimg.cc/jqNg5gWx/pcmrsurvey.png

you are viewing a single comment's thread
view the rest of the comments
[–] colonial@lemmy.world 11 points 1 year ago (1 children)

I still use it. When GitHub first forced it on everyone, it broke one or two of my scripts - so I ended up just changing the default back to master out of spite, and haven't touched it since.

[–] Zikeji@programming.dev 11 points 1 year ago (2 children)

s/master/main

It took me all of 5 seconds to fix my automations when GitHub changed that. Also "forced" is a bit strong, they didn't touch existing repos, and it's only the default branch if you let GitHub initialize the repo (which I never do).

[–] Cryophilia@lemmy.world 5 points 1 year ago

It's not just about code, though. I have to write complicated procedures for my job (maintenance of large electrical and mechanical systems, not tech) and I was told I couldn't designate a master procedure. I told that reviewer to pound sand, but if this trend takes hold it will unnecessarily complicate all kinds of work.

[–] colonial@lemmy.world 3 points 1 year ago

I was still a somewhat-clueless high school student at the time, and I had to create new repositories for every assignment in my CS electives. Niche, I know, but someone has to be the edge case...

(They used a dumpster fire home-grown autograder that couldn't handle concepts like "assignment X is in directory Y." Or any sort of file structure that deviated from the IntelliJ project layout. Supposedly they didn't want to pay for a commercial service...)