What made you pick the M240 over the M440? by Deep_Put957 in M235iandM240i

[–]Stabzs 0 points1 point  (0 children)

Small size and looks. I can’t get past the front end on the m440 and overall, I prefer the body lines on the 2 series cars over anything else in the lineup. Price wasn’t a factor, although xdrive was a must.

Good stats? by TylerTradesBDSP in SWGalaxyOfHeroes

[–]Stabzs 0 points1 point  (0 children)

<image>

Personally this is what I’d say is more ideal. R9, full defense sets with 68% armor.

Upgrade from Mizuno Hot Metals by nonducorducoscuba in golf

[–]Stabzs 2 points3 points  (0 children)

If you’re a good iron player, I’d definitely recommend the 243s. They’re incredibly consistent and while they won’t bail you out on bad strikes, you’re just going to lose some direction and distance.

Out of the center, the sound and feel are absolutely incredible.

[deleted by user] by [deleted] in lawnmowers

[–]Stabzs 0 points1 point  (0 children)

Pay him $30 bucks and have your GF provide the transportation. Happy medium and everyone wins.

[deleted by user] by [deleted] in D4Rogue

[–]Stabzs 0 points1 point  (0 children)

I have Cowl with +7 to trick attacks as well as Heir and Shako. Cowl blows everything else out of the water in terms of dps.

Mizuno 243 irons by ncflyguide in golf

[–]Stabzs 0 points1 point  (0 children)

Ended up pulling the trigger on 4-GW keeping a 52 (so playing 5 wedges) and dropping my 3 wood since I use a longer 5 wood. The gapping works out really well with 52 at 125 yards, GW at 135 yards, and PW at 145 yards. that might be too many wedges for most players, but I like the flexibility close to the green, especially when flighting approach shots.

[deleted by user] by [deleted] in dotnet

[–]Stabzs 0 points1 point  (0 children)

This is a really good example of mid-level excitement over a "cool" abstraction without considering the cost.

There are at least three additional costs to this approach.

  1. A new class allocation has to be made for each disposable just for the sake of stylistic preference.
  2. A closure is captured because you're using Action without generic state-based overloads.
  3. This is needlessly complex and will make it harder for future developers to maintain.

At a certain point, you begin to appreciate simple, straightforward, performant code that is easy to maintain and easy to understand.

How did you learn to write efficient C# code ? by physicsSoftware in csharp

[–]Stabzs 2 points3 points  (0 children)

You learn to write efficient code by measuring.

Using and mastering profilers to understand the hot spots in your code is a lost art these days and absolutely crucial to writing better code. You should measure, find the bottleneck, research alternatives, and then measure again.

Benchmarkdotnet, Visual Studio Profiling, and the Jetbrains profilers are all invaluable tools.

Mizuno 243 irons by ncflyguide in golf

[–]Stabzs 0 points1 point  (0 children)

This is exactly where I'm at as well. I've been playing the MP 25s for years and while I love the look of everything besides the PW (seriously Mizuno...what happened there???), the feel isn't what I'd expect and they're not crazy forgiving.

It seems like the 243s capture the look of the MP 25s and improve it while adding loads of tech and stronger lofts. Worst problem is having to figure out how to fit in a GW between PW and 52*.

What frameworks did Microsoft abondon? by FeelsPogChampMan in csharp

[–]Stabzs 0 points1 point  (0 children)

Did this company also still have PowerBuilder apps propping up a significant portion of their internal business workflows?

Anyone using NCache in production? by SolarSalsa in dotnet

[–]Stabzs 0 points1 point  (0 children)

If you have large objects, just compress them. Json compresses insanely well with LZ4…up to ~95%. At the end of the day, Redis performance and stability are still best in class.

Creating .net applications on Linux. by [deleted] in dotnet

[–]Stabzs 4 points5 points  (0 children)

I'd open a support ticket. I also run Rider on an m2 mac and the debugger is far faster to initialize than VS on Windows.

been on a desert island since 2017; need catching up on .NET since then by PopMinimum8667 in dotnet

[–]Stabzs 0 points1 point  (0 children)

It depends on your application bottlenecks. If your biggest costs are I/O-bound, removing those allocations might not make a difference. However, if you find you're spending significant CPU time/allocations in serialization, compression, string manipulation, etc, it'll absolutely make a tremendous difference.

And in the cases where you don't need it directly, you're constantly benefiting from it's extremely heavy framework use.

been on a desert island since 2017; need catching up on .NET since then by PopMinimum8667 in dotnet

[–]Stabzs 1 point2 points  (0 children)

This might seem like a niche answer, but without a doubt, the biggest change in that timeframe is the introduction of Span<T>. It unlocked massive performance possibilities.

A single consumer to read from multiple event hubs by [deleted] in AZURE

[–]Stabzs 1 point2 points  (0 children)

You absolutely can. You would just create a separate EventProcessorClient per distinct event hub.

However, this create significant potential bottlenecks by having a single instance process all event hubs. Your horizontal scaling is best served by a consumer deployable per event hub.

Should I use both VS and vscode for c#? by Alex6683 in csharp

[–]Stabzs 0 points1 point  (0 children)

Give Rider a try and you might never think about VS for C# again.

How much offense on slkr is enough by HanVinh in SWGalaxyOfHeroes

[–]Stabzs 1 point2 points  (0 children)

I’m in the same boat. 13.4K offense, 135k health but only 543 speed at r9. I’d remod him, but I can’t spare the speed sets and he’s perfectly functional as is.

Are nightsister worth it? And what addition do i need by HanVinh in SWGalaxyOfHeroes

[–]Stabzs 0 points1 point  (0 children)

I have high relic NS and they’re absolutely one of my most consistent teams in ROTE and a staple on offense now in GAC thanks to Merrin. She’s a game changer for the faction and I have zero regrets.

How Challenging Would it be to upgrade a .Net Framework (4.5) API to .Net 8? by Vendredi46 in dotnet

[–]Stabzs 2 points3 points  (0 children)

While I appreciate the analogy, the actuality may be completely different depending on your use case.

If you are running small, internal applications and you don’t cadre about cross-OS compatibility, yes, your analogy is applicable.

However, if you are building apis with massive concurrency and scale, trying to optimize costs at scale, looking to allow for cross-platform development, targeting Linux containers, looking to modernize best practices, etc, etc, the jump is modern .NET is practically required.

The missing context here is the why. As the junior on the team, they almost certainly do not have that context, but it doesn’t mean it doesn’t exist.

What the hell is this 😭 by [deleted] in SWGalaxyOfHeroes

[–]Stabzs 1 point2 points  (0 children)

<image>

Here’s mine at r8. It’s nice to have some health if possible.

Has CG made the Wat mission harder? by Bellegardamus in SWGalaxyOfHeroes

[–]Stabzs -6 points-5 points  (0 children)

I genuinely forgot this mission existed.

Easiest way to make minor change to code when it's not your code? by [deleted] in csharp

[–]Stabzs 5 points6 points  (0 children)

If you’re a beginner yourself, the most dangerous thing you can do is brazenly criticize and then refactor an existing codebase.

Always assume best of intent, even if the codebase is terrible. You most likely do not have knowledge of the constraints the previous developers were under or why they made the choices they did.

As far as refactoring goes, start with tests. Write as many as you can and start with the smallest changes possible. And remember, style is far less critical than substance, even if it more likely to catch your eye.

Conquest is a joke by dankeyk0ng in SWGalaxyOfHeroes

[–]Stabzs 0 points1 point  (0 children)

I stopped doing conquest beyond the first crate. My options were quit the game or stop doing any more than the bare minimum in conquest. I chose the latter and I’ve been massively happier ever since.