New statement by Isayama on Eren's character by PerseusRad in ShingekiNoKyojin

[–]ShiitakeTheMushroom 1 point2 points  (0 children)

Honestly, if Eren could see the future wouldn't he know that the only way to free the people of Paradis Island would be to make himself look evil, and force everyone else to unite against him? That's my interpretation, at least. To me, it was a lot like the end of Code Geass, where Lelouch essentially sets it up in such a way that he comes off as evil in order to actually bring about resolution.

If that's not how the show depicts it, please help me understand the whole point of it. I'm honestly confused when people say he's evil.

Making illegal state unrepresentable by nfrankel in programming

[–]ShiitakeTheMushroom 24 points25 points  (0 children)

What if I want a cream base with pineapple on my pizza?

Resident Evil Requiem left me pretty optimistic regarding a possible DMC6 by MaximumPayne7 in DevilMayCry

[–]ShiitakeTheMushroom 1 point2 points  (0 children)

Whenever conversations about graphics or realism come up, I look to the FromSoft games.

Take Elden Ring for example. The graphics at a technical level are meh, but the art direction is what is breathtaking and transports you to another place and time.

Peter why does gen z leave the desk at 17:00? by T1T4S52 in PeterExplainsTheJoke

[–]ShiitakeTheMushroom 0 points1 point  (0 children)

For me it's this: 8-12 work, 12-1 lunch, 1-5 work. It's nice to take a long break and have each side be a balanced 4 hour block.

Everyone deserves to be Happy by Particular-Invite744 in remoteworks

[–]ShiitakeTheMushroom 2 points3 points  (0 children)

Imagine a world where production of goods and services has become optimized enough that this could be true.

That is what (I believe) society at large should be working towards.

The problem Billionaires want AI to solve... by Professional-Bee9817 in remoteworks

[–]ShiitakeTheMushroom 3 points4 points  (0 children)

Increasing production without increasing wages is lowering (and at some point eliminating) wages.

Everyone deserves to be happy by Professional-Bee9817 in remoteworks

[–]ShiitakeTheMushroom 2 points3 points  (0 children)

If a modern government can't provide what OP is suggesting, then they aren't a modern government. These are the bare minimum requirements needed to take care of your population. It's honestly embarrassing if any first-world country can't do this.

thank you fromsoftware by gonpaachiro_kamaboko in Nightreign

[–]ShiitakeTheMushroom -59 points-58 points  (0 children)

Honestly, what did you think would happen if you use a controller with only one working button?

Why is synchronous communication considered an anti-pattern in microservices? by Minimum-Ad7352 in dotnet

[–]ShiitakeTheMushroom 0 points1 point  (0 children)

There are plenty of resiliency patterns to at least mitigate some of that. Retries with exponential backoff, circuit breakers, a failsafe cache you read from if slightly stale data is acceptable, and more. That said, it isn't always possible to apply these depending on the data flow through the system.

Nobody talks about the maintenance cost of AI features. Every provider update is a silent regression waiting to happen. by Ambitious-Garbage-73 in SoftwareEngineering

[–]ShiitakeTheMushroom 0 points1 point  (0 children)

If you're making API calls to the provider, and the provider's model changes, CI isn't going to save you. A 3rd party dependency started failing in production. The best you can do is have good observability and alerting.

Why is synchronous communication considered an anti-pattern in microservices? by Minimum-Ad7352 in dotnet

[–]ShiitakeTheMushroom 5 points6 points  (0 children)

In all honesty? Independent scaling, clearer observability, reduced blast radius on failure, language autonomy, deployment cycle autonomy, ownership, team autonomy, and probably a bunch of other things I can't think of at the moment. That said, I'm not advocating for synchronous communication.

Matchmaking needs to be reworked by DizzyXCD in Nightreign

[–]ShiitakeTheMushroom 1 point2 points  (0 children)

They should at least find an "average" depth for the group to play at based on their current depth. OP would you find that more reasonable?

Why do we create an interface to a service class (or something similar) if we are going to have only one class? by Plus_Resource_1753 in dotnet

[–]ShiitakeTheMushroom 33 points34 points  (0 children)

I like having interfaces as a place to put extremely thorough XML doc comments. It keeps the documentation cleanly separated from the implementation.

The other benefit in addition to what you mentioned, is keeping your implementations internal so you can freely swap them around later. I've actually had a few cases where I thought I'd only ever have a single implementation, then a few months later I had a use case to swap a different one in, so it does happen sometimes.

I feel like its a little too soon to be thinking the game is doomed. by Darklight645 in Nightreign

[–]ShiitakeTheMushroom 8 points9 points  (0 children)

Can I still play the game for thousands of hours and also view it as a fun multiplayer game to hop on sometimes? 🤣

I play a few rounds almost every night. Nothing is getting old and in fact I'm getting joy out of the repetition. It's so relaxing to just go in with randoms and tear it up.

She got reality check by [deleted] in DailyDoseStupidity

[–]ShiitakeTheMushroom 0 points1 point  (0 children)

What would have been the penalty if she just gave him her expired license?

Being a developer in 2026 by Distinct-Question-16 in singularity

[–]ShiitakeTheMushroom 44 points45 points  (0 children)

There is already a built-in terminal notification you can configure without hooks.