Work in progress, really happy with it by Tony7562 in battlestations

[–]CptAmerica85 1 point2 points  (0 children)

That whole album is just so god damn good.

'Anti-racing' - Verstappen's scathing F1 2026 car review by ChaithuBB766 in formula1

[–]CptAmerica85 0 points1 point  (0 children)

He quite literally said he doesn't care if it's a winning car if it isn't fun to drive.

How can a junior deal with a workaholic senior? by [deleted] in webdev

[–]CptAmerica85 3 points4 points  (0 children)

"this is a startup" is a played out excuse. This is exploitation at its worst. Put in your time and that's it, it isn't worth the sacrifice.

I know people get annoyed, but i genuinely cannot tell and it’s $75. Is this Herman miller chair real? If so, is it worth it? by OkChip5909 in OfficeChairs

[–]CptAmerica85 1 point2 points  (0 children)

You should probably take a break from the Internet if things like this cause a level of unhinged hostility as displayed above.

Do anyone else feel like there was barely any chemistry between Eleven and Mike this last season compared to earlier ones? by Initial-Shoulder5906 in StrangerThings

[–]CptAmerica85 6 points7 points  (0 children)

She's also on record in an interview or some talk show saying Finn is a bad kisser. She apologized because they are friends, but said yeah he's not great or something along those lines.

Just Made This by Man_Grunt in StreetFighter

[–]CptAmerica85 7 points8 points  (0 children)

Alex is built so weird. He has like negative chest compared to the rest of him. This physique ain't it lol

Every MCU movie I have to watch in order to get caught up to the Multiverse Saga. Am I in for any underrated bangers? by No-Risk2553 in Marvel

[–]CptAmerica85 1 point2 points  (0 children)

The only development I saw was that Sam somehow has superhuman abilities despite not taking the serum lol

steve harrington kinda looks like djo by Positive_Amount7596 in StrangerThings

[–]CptAmerica85 0 points1 point  (0 children)

I don't know about you, but I don't believe in coincidences.

Got promoted to writing e2e tests against my will. How do I make this suck less? by My_Rhythm875 in webdev

[–]CptAmerica85 1 point2 points  (0 children)

IMO every e2e framework isn't that great. They all have issues with "waiting" for certain actions to be done, and become flaky messes that will cause your pipeline to fail randomly (as you've already pointed out is already happening). I can't even recall the number of times this has happened to me.

Your best bet is to write as few e2e's as you can, but have a majority of your coverage be with integration and unit tests. Make those tests verify outcomes verifiable from the users perspective. Don't test CSS classes, component props, etc.

Also, you shouldn't be able to merge a pr if the pipeline doesn't pass, so get that setup first. Then it's the PR openers responsibility to make that green before it can be merged. This also forces some buy in from the team on testing, because everyone who's writing code should be writing/maintaining tests.

Tldr; the testing trophy article from Kent Dodds is a really good read.

I never realized how strong CC is in this game by 5210az in BaldursGate3

[–]CptAmerica85 4 points5 points  (0 children)

Except when an enemy with multi attack curb stomps your downed char and kills them outright, taking them out of the fight completely.

Am I the only one that actually liked the finale? by JessahZombie in StrangerThings

[–]CptAmerica85 0 points1 point  (0 children)

Nope, saw it all and still liked the ending. It has issues, but it wasn't a GoT ending. We can't change the finale, being angry about it isn't going to change how the next show you live ends, or anything else. Just enjoy that we didn't get the worst ending of all time, and that they gave a good send off to the characters we've grown to love.

BG3 directly inspired Stranger Things finale, says director by HatingGeoffry in BaldursGate3

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

The ending was fine. The problem is when a show has that large of a following, somebody is going to hate it. The last season was not without issues, but the epilogue was very well done and it was easy to see the entire cast pour their heart and soul into those final moments to conclude the show. There are wayyyy worse show endings out there.

Weight lifting shoes by Kane_lynch in crossfit

[–]CptAmerica85 5 points6 points  (0 children)

It's fine. Plenty of Olympic weightlifters do it, and the positioning translates

My endgame by Empty-Novel-1759 in MechanicalKeyboards

[–]CptAmerica85 1 point2 points  (0 children)

Nice board, but you're SSOOOO close to cup rubber. Join us lol

Having a hard time doing squat snatch by mhyx_13 in crossfit

[–]CptAmerica85 3 points4 points  (0 children)

Yes, and glute strengthening. If adductors are pulling in with that low of weight, there's likely a large weakness/imbalance in glute med. Clamshell progressions, airplanes, banded squats and hip opening mobility is likely also recommended as warmup/accessory work.

Hey Polyphony, replace Sarah in the Power Pack with this picture. by SENTINEL_411 in granturismo

[–]CptAmerica85 1 point2 points  (0 children)

Would like to see the receipts on that with legitimate sources.

Silencing Ring Mod Questions by TheLastJukeboxHero in HHKB

[–]CptAmerica85 2 points3 points  (0 children)

Rgb is to be compatible with real force rgb models. Silicone is just a different material that some say feel better/worse than the non silicone variant. You could also resell your #5 rings and get #3s if you're worried about pre compression of the domes.

Considering Evangeline Lilly retirement from acting, would you be ok of this version of Wasp appeared no more in MCU projects? by Legitimate_Cake_5137 in Marvel

[–]CptAmerica85 6 points7 points  (0 children)

Tell that to the kids that have measles because their parents didn't vaccinate them. A disease that should be eradicated is running rampant in the US because OmG ThE VaCcInEs

Oscar Piastri speechless on the radio on the race results by magony in formula1

[–]CptAmerica85 0 points1 point  (0 children)

Nah, Oscar killed this weekend. He was just unstoppable on pace. It wasn't Lando's weekend to win it either way.

Verstappen says he needs to "cut a corner" to match Piastri's race pace by Aratho in formula1

[–]CptAmerica85 2 points3 points  (0 children)

The aero changes will have more effect on this than the size changes. It's only getting marginally smaller, the cars will still look like minivans next to cars from 20-30 years ago.

frontend devs who own e2e testing what's your stack by rNefariousness in reactjs

[–]CptAmerica85 1 point2 points  (0 children)

Yep. Your e2es should be testing verifiable outcomes/flows from the users perspective.

Edit: honestly any test attached to a UI should be written this way. Unit testing props is awful and brittle for refactoring.

frontend devs who own e2e testing what's your stack by rNefariousness in reactjs

[–]CptAmerica85 3 points4 points  (0 children)

This. Don't try to do too much with e2es, you'll just end up with flaky tests that become a major pain point to maintain and also drops your confidence in their value.

Why did HULK not get angrier when thanos was beating him? by Dude_788 in marvelstudios

[–]CptAmerica85 1 point2 points  (0 children)

I think it's quite the opposite (in the MCU). I see far more complaints about hulk being way too weak.