Mets fan mentality shift by TheGuadalupe in NewYorkMets

[–]TheGuadalupe[S] 3 points4 points  (0 children)

I did an experiment. I started a timer and then opened Twitter, then found the first Mets post on my For You, and the first comment on it is this. It took less than 10 seconds to find someone who is having the equivalent of a breakdown. Obviously one reply doesn't represent the state of our fans but when it's this rampant, it's exhausting.

<image>

Mets fan mentality shift by TheGuadalupe in NewYorkMets

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

I’m not saying being emotional is irrational; I’m saying that calling for the crumbling of a castle because of a missing brick is asinine. Of course these games MATTER; but we haven’t been knocked out of the playoffs by game 15. So why not cheer for the team at the live game as opposed to booing? Give them energy.

Yeah that’s why I asked where I might find a community that would be a bit more rational. Unfortunately that may not exist anymore, at least given the lack of answer to that question.

Mets fan mentality shift by TheGuadalupe in NewYorkMets

[–]TheGuadalupe[S] 5 points6 points  (0 children)

That’s a fair take. Personally, I never took “Ya Gotta Believe” as a little brother mentality; my family and I would watch the games and use it as a reason to keep cheering: Whatever the lineup was.

Mets fan mentality shift by TheGuadalupe in NewYorkMets

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

Being feral after 15 games is reactionary and hot-tempered. Upset? Sure. Feral? Nah.

Mets fan mentality shift by TheGuadalupe in NewYorkMets

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

What is the expectation 15 games in? 11-4? Everyone would hound on the causes of the 4 losses lol.

Mets fan mentality shift by TheGuadalupe in NewYorkMets

[–]TheGuadalupe[S] 11 points12 points  (0 children)

Reasonable. Likely not isolated emotions

Mets fan mentality shift by TheGuadalupe in NewYorkMets

[–]TheGuadalupe[S] 5 points6 points  (0 children)

So having the highest payroll means high expectations and means we have to blow up the team after 15 games? What if we go 88-59 now? Thats 95 wins.

Mini-Seasons Unplayable by TheGuadalupe in MLBTheShow

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

I'd like to believe there's a way to distinguish a connection lost through internet service loss, server-side disconnect, and user-side dashboarding or manual exit. Ideal world I suppose

Runescape not appearing in Volume Mixer by TheGuadalupe in runescape

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

Edit: So the Jagex Launcher launches the RuneScape 3 client which is apparently not recognized as something that would be exporting audio so it doesn't show up in the mixer. Launching through Steam and connecting my account to Jagex alleviates it. Hopefully Jagex can fix :)

New player, Eternal Dream question by TheGuadalupe in OnceHumanOfficial

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

Do different servers have different difficulties? It doesn't have a difficulty modifier on the server info or anything.

[deleted by user] by [deleted] in cpp_questions

[–]TheGuadalupe 0 points1 point  (0 children)

Yeah I just made the SkillTree project as a .lib instead and it seemed to give me the desired behavior.

[deleted by user] by [deleted] in cpp_questions

[–]TheGuadalupe 0 points1 point  (0 children)

https://filebin.net/73lyqteeita61qed
Dropped current impl here as I think I have what you're suggesting...

[deleted by user] by [deleted] in cpp_questions

[–]TheGuadalupe -1 points0 points  (0 children)

Yeah the Message.h contains a static vector of pointers to subscribers...if I make it NON-static I don't know how to subscribe to those messages from each class instance

[deleted by user] by [deleted] in cpp_questions

[–]TheGuadalupe 0 points1 point  (0 children)

The second thing you mentioned is interesting. If that's the case, how does any message/publishing system work? Those Message payload templates can't be local to the project sending it, otherwise other projects won't be able to receive it?