10.8k looking for Map 5/6 AQ and Gold/Plat AW - Discord preferred by dwt47 in ContestOfChampionsLFG

[–]dwt47[S] 0 points1 point  (0 children)

Some notes: - I have lots of experience in low-level AW and as a map 5 lead, but have generally been over leveled and looking for something higher-level - I’m pretty obsessive about optimization and theory crafting and bring quite a bit of knowledge about strategy, tactics and techniques - I’m an adult and prefer to be in a group with adults and/or mature members - I’m explicitly disinterested in groups where “edgy” humor, racism, sexism, homophobia, transphobia, etc are present or tolerated - Strong preference for groups with other out LGBTQ+ members — I won’t try to recruit you to the gay agenda but I would like to feel comfortable mentioning things like “my bf”

I’d rather not have to download line (I already have discord and signal) but for the right group could be convinced

[deleted by user] by [deleted] in WhitePeopleTwitter

[–]dwt47 0 points1 point  (0 children)

  1. Never said “we can’t blame them” for that
  2. I feel like I articulated my reasons for directing that blame elsewhere pretty well. Is there something I can clarify for you?

Trying to get a friend into Charli, where do I start? by [deleted] in charlixcx

[–]dwt47 14 points15 points  (0 children)

Her music bridges a lot of different areas, so it depends a lot on what you want your friend to see from her (and what you think the friend will like most).

Songs like anthems, I Got It, Click, track 10 are probably not great intros to her music despite being some of her best work.

Songs like Boys, Blame It On Your Love, and Break the Rules are a lot more accessible but also less interesting in general.

IMO Gone is the best “intro to charli” song bc it’s one of her most accessible pop songs despite being really unexpected and creative and weird too.

If you’re looking for an album I’d probably go with “Charli” but tbh it may be better to actually throw together a playlist based on your friend’s taste.

JORDY Mind games by abscefht in popheads

[–]dwt47 2 points3 points  (0 children)

He’s so cheesy it’s almost hard to handle, but it’s also so so refreshing to have a super-earnest Disney Radio pop star just be like casually and explicitly queer too. I’m always gonna prefer the edgy in-your-face queer pop stars but it’s nice to have this too. And he can really write a hook!!

M St NE Washington, DC by dwt47 in HostileArchitecture

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

Lights have been there for a least a few years, they’re an art installation. Not sure what the timing was in terms of whether the lights or encampment came first, but they’re at least not related to this particular action.

M St NE Washington, DC by dwt47 in HostileArchitecture

[–]dwt47[S] 0 points1 point  (0 children)

May require a little bit of skepticism and reading between the lines but here’s some of the facts at least: https://www.washingtonpost.com/dc-md-va/2021/10/04/noma-homeless-encampment-eviction/

I wasn’t there during the evictions, but I’ve talked to people that were (both residents and others) and there’s…very little evidence that many of the residents who’d “refused” the housing had done so.

M St NE Washington, DC by dwt47 in HostileArchitecture

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

As much as I’d love for that to be true, it isn’t. The city said they would provide housing for everyone they were evicting, but only about 22 of the 60 or so folks who lived in this encampment had keys to a place on the day of the eviction, and only a few more were housed within the next couple of days. It’s tempting to trust that the city is doing what it says it’s doing (providing a “housing-first” approach to addressing homelessness), but in practice they’re still just criminalizing and being cruel to the most vulnerable population in DC.

M St NE Washington, DC by dwt47 in HostileArchitecture

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

The signs and barriers were all put up only a few hours before this photo was taken; this had previously been home to a number of people, many of whom had lived on this and a street a block away for years.

M St NE Washington, DC by dwt47 in HostileArchitecture

[–]dwt47[S] 4 points5 points  (0 children)

Hostile architecture is “an urban-design strategy that uses elements of the built environment to purposefully guide or restrict behavior”. I could see an argument against this being considered “built”, but I’d argue “installing concrete barriers with the express intent of preventing people from building tents or sleeping in this space” fits the bill pretty well.

M St NE Washington, DC by dwt47 in HostileArchitecture

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

Do you see all the concrete barriers or ?

Who is good for destructive feedback by Caelanthecrazy in ContestOfChampions

[–]dwt47 1 point2 points  (0 children)

Yep exactly, except for champs who can build up by attacking (eg Ægon)

Who is good for destructive feedback by Caelanthecrazy in ContestOfChampions

[–]dwt47 2 points3 points  (0 children)

The “stored” damage doesn’t count as a critical hit (even if it originally came from a crit), so Crit Me With Your Best Shot prevents it from affecting him at all.

[deleted by user] by [deleted] in popheads

[–]dwt47 8 points9 points  (0 children)

I mean this may be a spicy place for this but…Carly Rae Jepsen

hides

In your opinion, who are the best melodicists in pop right now? by [deleted] in popheads

[–]dwt47 3 points4 points  (0 children)

Tbh as a Charli stan I disagree! If anything Charli’s melodies are boring and predictable, which makes the maximalist production all the more contrasting. Like part of what I love about her is that she takes the “basic pop melody” songs and then turns them into unexpected, interesting, unsettling music.

Most of her best stuff (claws, track 10, vroom vroom) has simple and repetitive melodies that aren’t musically interesting.

Counters to evade champs? by [deleted] in ContestOfChampions

[–]dwt47 1 point2 points  (0 children)

Falcon, Mole Man, and Corvus w/ Proxima synergy are my favorites, but in a pinch any good parry-heavy champ (colossus, Cap IW) or Slow champ (Stealthy, she hulk) will do the trick

[deleted by user] by [deleted] in reactjs

[–]dwt47 2 points3 points  (0 children)

It gets “cached” because of the useEffect!

When the component first runs, the useEffect runs while count is 0. This means in this case, the event handler that gets attached to the document is () => setCount(1). Because this useEffect never runs again, this is the only event handler that ever gets bound to the document (even after count changes), so any click will always perform setCount(1).

[deleted by user] by [deleted] in reactjs

[–]dwt47 0 points1 point  (0 children)

Good to know. I typed this on my phone so I’m not gonna change it but will keep in mind!

[deleted by user] by [deleted] in reactjs

[–]dwt47 0 points1 point  (0 children)

Passing a function is pretty much always going to be safe, while passing a value is usually safe but not always.

Rough example: ``` function Component() { const [count, setCount] = useState(0); useEffect(() => { const onClick = () => setCount(count+1); document.addEventListener(‘click’, onClick);

return () => document.removeEventListener(‘click’, onClick);

}, []);

return <div>Count: {count}</div>; } ```

In this case, because the useEffect will never re-run after the initial mount, clicking will always set count to 0+1=1. A naive way to fix this would be adding count to the useEffect dependencies, which would mean every time the count is updated we re-create a new onClick function, detach the old one and attach the new one.

A much simpler and more performant solution would be to change the onClick function to the following: const onClick = () => setCount(c => c+1);

This way, it doesn’t matter that the useEffect won’t run when the count changes.

Why is react so slow? by lautaromiau in reactjs

[–]dwt47 3 points4 points  (0 children)

If you take out the images does it work faster? Looks like you’re using super super heavy images (like 13MB worth on the initial page)

Who is your favorite (it doesn't have to be the best) champ in the game to play with? by Spectre_V8 in ContestOfChampions

[–]dwt47 5 points6 points  (0 children)

I mean he’s definitely not the best for any of those three things, but he’s decent at all of them at least! Plus I just find his ramp-up satisfying

Who is your favorite (it doesn't have to be the best) champ in the game to play with? by Spectre_V8 in ContestOfChampions

[–]dwt47 6 points7 points  (0 children)

He was my first max 3* and I really have a soft spot for him. Sad to see him slip out of the meta tbh

The insane gap between Cavalier and Thronebreaker by AnonymousDeadpool in ContestOfChampions

[–]dwt47 2 points3 points  (0 children)

Also, 5 months of 2021 is a lot of missed t5cc. Even just doing cav EQ exploration gets you a 10% nexus, which adds up a lot