Last [Firepower Fridays] before Legion! Your weekly DPS Thread by Babylonius in wow

[–]turikk 0 points1 point  (0 children)

Fire Mage is one spec and if you just want to switch for DPS numbers, you may get disappointed by eventual tuning. I leveled both a mage and a warlock as, while I like fire a lot, I'd rather have the variety of three good specs then the staleness of one great one.

Sombra Filter Now Available by turikk in Overwatch

[–]turikk[S,M] 0 points1 point  (0 children)

Type "Sombra" into the search.

Sombra Filter Now Available by turikk in Overwatch

[–]turikk[S,M] 0 points1 point  (0 children)

On the right where it says SUBREDDIT FILTERS, click Fan Content. Bookmark the page or click it again next time you come here. If you want to filter anything else out, click it at the top of the screen.

Sombra Filter Now Available by turikk in Overwatch

[–]turikk[S,M] 0 points1 point  (0 children)

That's been possible for months.

Sombra Filter Now Available by turikk in Overwatch

[–]turikk[S,M] 0 points1 point  (0 children)

Correct. It is only related to the hunt for clues.

Sombra Filter Now Available by turikk in Overwatch

[–]turikk[S,M] 5 points6 points  (0 children)

Thank you for the kind words. While we're always performing moderation behind the scenes (hundreds of actions every week), we try not to make sweeping changes unless absolutely warranted. This felt like a good compromise.

Sombra Filter Now Available by turikk in Overwatch

[–]turikk[S,M] 3 points4 points  (0 children)

We don't think a topic being popular is grounds alone for filtering or "managing" it. However, the overwhelming feedback and popularity it has seen in the past few days, with no apparent end in sight, has really warranted it.

What's the threshold for when we do step in? Good question. We don't know, but we're always open to feedback.

Is it time to let AutoModerator add flair without replacing? by turikk in AutoModerator

[–]turikk[S] 1 point2 points  (0 children)

A great use case would be subreddits where official authorities chime in on occasion. A real world example: on /r/Overwatch, a subreddit I manage, we have Blizzard (makers of the game) respond to posts on rare occasion. We want these threads to stand out, so we have some special CSS and actual flair text for these posts. As it exists, we have duplicate AutoModerator rules for all of our existing flairs, so that if a Blizzard employee comments on a post, we replace the current flair with a Blizzard flair, and replace the flair text with "{Category} | Blizzard Response".

Rather than having to do this for each and every flair template:

# Blizzard Response to eSports
moderators_exempt: false
author: 
  flair_css_class (includes): "blizz"
priority: -100
type: comment
parent_submission:
  flair_css_class: "b"
  set_flair: ["eSports | Blizzard Response", "b"]
  overwrite_flair: true

We might instead just do this, once:

# Blizzard Response
moderators_exempt: false
author: 
  flair_css_class (includes): "blizz"
priority: -100
type: comment
parent_submission:
  append_flair: ["Blizzard Response", "blizzresponse"] //append instead of set

It would be useful to be able to append text and append a CSS class (independently, ideally).

Sombra Filter Now Available by turikk in Overwatch

[–]turikk[S,M] 4 points5 points  (0 children)

The rest of the mod team does an amazing job at keeping the new and reported queue clean. I don't get to get my hands dirty as often as I'd like, and they more than pick up the slack. I stare at code, they stare at shitposts...

Sombra Filter Now Available by turikk in Overwatch

[–]turikk[S,M] 1 point2 points  (0 children)

For a variety of reasons, it would be impractical to drill down the flairs to this level of detail. That being said, moderators can modify the actual text that shows for the flairs, so feel free to send us a modmail if you think a clarification might be necessary.

That also being said, if official news comes out about Sombra (not just the ARG), it will be exempt so everyone sees it.

Sombra Filter Now Available by turikk in Overwatch

[–]turikk[S,M] 15 points16 points  (0 children)

Absolutely. I considered exempting official Sombra ARG news from this (so that people can see it even if the filter is active), but ultimately if there is official news, it's outside the confines of the ARG anyway. An announcement post, for example, is not related to the ARG - it's related to Sombra, so it shouldn't be filtered out.

That being said our automatic rules for the flair here are pretty aggressive so you'll probably need to correct the flair when this happens.

Sombra Filter Now Available by turikk in Overwatch

[–]turikk[S,M] 16 points17 points  (0 children)

Hah! If enough people get psyched I can repost it with a different title.

Is it time to let AutoModerator add flair without replacing? by turikk in AutoModerator

[–]turikk[S] 2 points3 points  (0 children)

If I understand it correctly, when overwrite_flair: false is set (default value), this just tells AutoModerator to check for flair, and if its present, to not change it at all.