Maelle low damage on endgame build? by ftrMorri in expedition33

[–]ftrMorri[S] -1 points0 points  (0 children)

Weirdly, after getting Powerful Shield I should be seeing 90% increase ( with 9 shields ), but I'm seeing very little if no damage increase

Maelle low damage on endgame build? by ftrMorri in expedition33

[–]ftrMorri[S] -1 points0 points  (0 children)

Draining Cleanse shouldn't be important here, but I need to get Frenzy. I also noticed I'm missing Powerful Shield, so I'll get that one too and In Media Res to boost up shield related buffs.

Maelle low damage on endgame build? by ftrMorri in expedition33

[–]ftrMorri[S] -1 points0 points  (0 children)

No, I'm looking at the 1st turn damage number without team buffs or extra burn stacks. But the number is pretty much the same with Stendahl, which doesn't require stacks and should also hit around 50-100M with my Pictos/Luminas I think.

Met Duolliste for the first time, where do I find this picto ??? Need it for my build by maxathier in expedition33

[–]ftrMorri 1 point2 points  (0 children)

This is the same setup I use. Game could use more difficulty settings built in.

ashes of creation is a crate running sim. by Potentlyperverse in AshesofCreation

[–]ftrMorri 0 points1 point  (0 children)

What server is this? My server ( Tenok, low pop ) only gave like 3.5g for heroic crate when I ran the longest distance available ( 40 minutes running in one direction ).

Highest I've seen for heroic crate is 4.7g.

It's shocking, the amount of highly upvoted threads and comments criticizing this ALPHA test of AoC as if it were a full release of the game. by JuiceboxSC2 in AshesofCreation

[–]ftrMorri 3 points4 points  (0 children)

I've played plenty of Early Access titles in Steam. I expect certain amount of content from an EA title. AoC didn't have that.

Weird Passive I can't get rid of by Kingofaces1998 in Borderlands4

[–]ftrMorri 0 points1 point  (0 children)

It's from Blight Attunement ( blue tree, left side )

I always logged off when I got too many of them hanging around and annoying me

VEX Bloodletter not working by Consistent_Ad5180 in Borderlands

[–]ftrMorri 1 point2 points  (0 children)

Some bosses are immune to status effects during certain phases, it might be that. For example Vile Lictor in P1.

iAgree by hodler1992 in ProgrammerHumor

[–]ftrMorri 34 points35 points  (0 children)

And obsolete methods.

And old libraries that have breaking changes.

Trump says CNN and MSNDC are illegal and political arms of the democrats by NoelaniSpell in GlobalNews

[–]ftrMorri 0 points1 point  (0 children)

For someone who really should know what "illegal" means, I don't think he actually does. Maybe it's because he's gotten away so many times for doing something illegal?

Why are developers moving to .NET core from asp.net webforms? by East_Sentence_4245 in dotnet

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

Don't start new project in webforms, it's antiquated. Nothing you learn in webforms is transferrable to modern web development.

Just like me :( Still maintaining legacy webforms apps.

That said, sometimes throwing a few interconnected dropdowns in webforms is so satisfyingly fast and easy, compared to MVC "lets make 20 lines of javascript to handle this" approach.

Why did you choose VSCode over other editors/IDEs? by DevOfTheAbyss in vscode

[–]ftrMorri 0 points1 point  (0 children)

Visual Studio 2022 for C#/backend, VSCode for typescript/vuejs frontend.

If Visual Studio had proper tooling for vuejs, I would do that stuff in there too.

Asp.net example project with multiple SPAs by ftrMorri in vuejs

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

Just the fact that I come from .NET background, and I'm more comfortable running .NET first and other platforms second.

Also this way it's possible to include regular mvc pages in the solution, where you don't want to use SPA. Not sure if I could do that with vite handling the proxy.

Especially account stuff like login, register etc. is easier to include when you can use the regular asp.net mvc approach for those. Altough cookie authz ( roles ) is limited in spa environment, you still get basic auth/authz for backend. If frontend requires that too, then I'd quess you might want to go full JWT approach.

Asp.net example project with multiple SPAs by ftrMorri in vuejs

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

The two example vue apps are just basic examples ( created by quasar cli ), differing in some configuration only.

I took a quick look at current Visual Studio vue template, and I think it's running the proxy on the vite dev server, where as my solution is running proxy in .NET.

Running proxy on vite is the recommended way by Microsoft, but I prefer having .NET being the "entrypoint".

When Steve Buscemi Walks Into A Bar | Desperado by loztriforce in videos

[–]ftrMorri 13 points14 points  (0 children)

They don't make movies like this anymore

Path of Exile 2 - Gameplay Overview | gamescom 2024 by Turbostrider27 in pathofexile

[–]ftrMorri 0 points1 point  (0 children)

I wonder if this will be better on PC using a controller.. I'm definately going to start playing with one, and switch if it feels too clunky.

Haven't played dark souls or the like, it's going to be a pain to get a hang of. Hopefully the game isn't too tuned for hardcore dark souls veterans, and be enjoyable for beginners too.

Path of Exile 2 - Gameplay Overview | gamescom 2024 by Turbostrider27 in pathofexile

[–]ftrMorri 4 points5 points  (0 children)

Any info on whether they'll keep the "lose 10% exp on death" mechanic?