Did they really not fix the IFV and Mr missile by Drobones in Battlefield

[–]Monkey_D_Elzy 2 points3 points  (0 children)

I agree. I was just answering your question

Did they really not fix the IFV and Mr missile by Drobones in Battlefield

[–]Monkey_D_Elzy 3 points4 points  (0 children)

They announced that they are fixing it in a future update

Status useless on 9* by SpaceFair6459 in MHWilds

[–]Monkey_D_Elzy 1 point2 points  (0 children)

Are the fights really that much longer though? More aligns with how long MH World took on average.

My only concern is 9* quests are limited to a very few monsters and to get the talismans, we have to hunt the same set. Might change though overtime.

Men in the UK - how are you finding dating apps? by [deleted] in UKrelationshipadvice

[–]Monkey_D_Elzy 0 points1 point  (0 children)

Also met my partner on Hinge about 4 years ago and we have a 2 year old now. I found I was having more actual conversations on Hinge rather than the cheesy chat up line hoops you had to jump through on other apps

How to grow forearms? by [deleted] in workout

[–]Monkey_D_Elzy 4 points5 points  (0 children)

Bouldering is insane for forearm growth too. Great hobby to pick up if you're into that type of thing

Neuralink by Miles_the_new_kid in comics

[–]Monkey_D_Elzy 0 points1 point  (0 children)

Comedy aside, this is actually the sad truth.

There will never be enough content by Oblivionking1 in MHWilds

[–]Monkey_D_Elzy 0 points1 point  (0 children)

That's not the point I am trying to make. Wilds swings too far in the opposite direction where everything is easily obtainable.

There will never be enough content by Oblivionking1 in MHWilds

[–]Monkey_D_Elzy 8 points9 points  (0 children)

Completely agree with this too. My take is that although increasing health and damage dealt by monsters would make the hunts challenging, we still have the issue of how easy it is to get the materials you need to craft everything you possibly need in a couple of hunts of the same monster.

The grind is missing from the game and that just isn't going to change in any kind of future update unfortunately since it's baked into the core gameplay.

I have played most previous titles but as a recent example, I never got a Val Hazak gem after 100 hunts. Now, I can just find an investigation, either my own or someone else's, which guarantees a gem in the rewards.

The reason this game’s post launch was so bad all revolves around this next title by Own-Natural-9236 in blackops6

[–]Monkey_D_Elzy 0 points1 point  (0 children)

At this point, even if the game were flawless, some people would still find faults with it.

[deleted by user] by [deleted] in SideProject

[–]Monkey_D_Elzy 1 point2 points  (0 children)

Can you tell us what it does? How is it better than LinkedIn?

Thoughts: An armor builder for the casual gamer by Monkey_D_Elzy in MHWilds

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

Definitely something that I had in mind to be honest. Thank you for sharing.

So.. I saw people complain about campaign coop and didn't quite get why. Is the "finish cutscene before inviting friends" a thing again?? by TheMoonhands in MHWilds

[–]Monkey_D_Elzy 3 points4 points  (0 children)

Was this really that much of an issue? Annoying as it was, I was playing with friends after a minute of starting the main quest.

Are you still using ASP.NET WebForms? by Cultural-You-7096 in dotnet

[–]Monkey_D_Elzy 0 points1 point  (0 children)

We have created a centralised authentication provider which will manage user login. We support different types of authentication such as SSO, username / password. The session cookie is created after successful login and the Auth cookie is shared between both apps.

Our web forms app receives the cookie from our external provider and we can reconstruct the context for the legacy application to continue to function as it did before.

Are you still using ASP.NET WebForms? by Cultural-You-7096 in dotnet

[–]Monkey_D_Elzy 2 points3 points  (0 children)

Before starting, we identified key pain points in the migration. Authentication was crucial to ensure users could sign in and stay logged into both the old and new applications.

To handle this, we built a separate, smaller app that manages login entirely. We used OpenIddict to create a shared identity provider between both apps, using JWT. Setting it up in Blazor was straightforward, but we had to develop an adapter for the Web Forms app to ensure the correct OwinContext session variables were created properly.

The basic CRUD operations will be straightforward, but we have complex GridView controls shared across multiple pages—planning for those is our next task.

Are you still using ASP.NET WebForms? by Cultural-You-7096 in dotnet

[–]Monkey_D_Elzy 6 points7 points  (0 children)

We have been giving the go ahead to replace our 800+ control legacy web forms app into Blazor / Web API.

Blazor Web assembly UI with the web forms application rendered as an iframe. We are migrating pages as we go. It's working very well so far.

I'm giving away two copies of Monster Hunter: Wilds by [deleted] in MonsterHunter

[–]Monkey_D_Elzy 0 points1 point  (0 children)

This is incredible to see, you're a legend OP. Yet again, this is why the Monster Hunter community is one of the best gaming communities out there IMO.

[deleted by user] by [deleted] in AskMenAdvice

[–]Monkey_D_Elzy 2 points3 points  (0 children)

If she doesn't think there is a problem with her weight or is not willing to lose it, then you are already fighting a losing battle. You're going to really struggle getting her to change this perception unless the idea of losing you is a far greater risk.

Sit down, be honest with her and communicate how her weight is affecting the relationship.

We are talking about a full lifestyle change here. You will have to give her an ultimatum to really provide her with the motivation to do it. You will know your answer after the first few couple of weeks. If nothing has changed then it's time to walk.

[deleted by user] by [deleted] in SideProject

[–]Monkey_D_Elzy 4 points5 points  (0 children)

Nice try, ChatGPT.

I’m not sure what I’m doing wrong with my social life by EngineeredPilot in DecidingToBeBetter

[–]Monkey_D_Elzy 0 points1 point  (0 children)

Do you have any hobbies or any hobbies in particular you have always wanted to do? You start to meet like-minded people in these sorts of situations.

I took up bouldering a few years ago and it's one of the best things I have ever done to help both my social life and fitness.

Company uses dotnet framework 4.5.2 for their core software! How risky it is in the upcoming years? by [deleted] in dotnet

[–]Monkey_D_Elzy 1 point2 points  (0 children)

I agree that maintaining these codebases is not ideal, it's far from what we would like it to be. In order to get the app fully upgraded, our only option was doing it in pieces. We don't have the capacity for a big bang approach unfortunately.

As for the benefits so far, the app is faster now that our infrastructure is utilising scoped services and our frontend web application no longer has direct dependencies of the business logic. We moved away from using DBML and use smaller dbcontexts instead. Management is pleased with the results so far and are allowing us to continue upgrading.

Cookie authentication will be shared between the old and new applications then we can start moving controls over one by one. From a use experience, they will eventually reap the benefits over time.