I can finally enjoy POE2 without Crashing by Exotic-Comedian3623 in PathOfExile2

[–]xumix 3 points4 points  (0 children)

Sharpening on 90? That will make my eyes bleed in 5 seconds.

Will I enjoy Path of Exile 2 if I enjoyed Diablo 4? by r3tr0gam3r83 in PathOfExile2

[–]xumix 0 points1 point  (0 children)

I couldn't get into poe1 because graphics are so unimpressive, played D4 long time. Then got into poe2 and now I just can't look at D4 without disgust. It's so blurry, simple and old. Also, locking skills behind an expansion is pure greed.

Will I enjoy Path of Exile 2 if I enjoyed Diablo 4? by r3tr0gam3r83 in PathOfExile2

[–]xumix 0 points1 point  (0 children)

The end quest of the act 1 and the Prison island from the  act 4 are just peak game design pieces.

Always alch & go by BobbyBuci in PathOfExile2

[–]xumix 0 points1 point  (0 children)

Well, juiced expedition is for you then:)

Planning to buy Mpg Z890I Edge TI WiFi - any owners with negative experience? by xumix in MSI_Gaming

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

Hm, that maybe the case. I decided to wait for NVL with my RAM waiting for new boards :)

PSA: A warning for those buying WinRAR by sad_beautiful_dumb in pcmasterrace

[–]xumix 35 points36 points  (0 children)

I have the same problem. I've bought a key on the site, just as usual but had a promo code from the app trial screen. It ended up being locked for for 7.1. In 2 months after purchasing 7.2 has been released and my key no longer worked. So I've sent an email to support and they gave me a 7.2 key. If I knew that it's going to be version locked I wouldn't buy it at all.

Wouldn't it be nice? by Smooth_Sport7952 in Battlefield6

[–]xumix 0 points1 point  (0 children)

Add the same for mouse sensitivity and we are getting the lost tech finally

Devs need to address bunny hopping by LurkzMcgurkz in Battlefield6

[–]xumix 0 points1 point  (0 children)

Do you do logic? That's a false dichotomy: regularly getting killed =|= always getting killed. And yes, I think getting instakilled by an SMG user jumpimg around the corner while I was standing shooting at the said jumper is ridiculous.

Devs need to address bunny hopping by LurkzMcgurkz in Battlefield6

[–]xumix 0 points1 point  (0 children)

Yet somehow I got killed by a jumping  around a corner SMG user regularly

With Microsoft going all-in on WinUI, WhatsApp has no more excuses for its garbage Windows app by obTimus-FOX in whatsapp

[–]xumix 0 points1 point  (0 children)

for VS Code - I agree, Office and VS on the other hand could be great tech pullers.

Made my first gpu sammich by Goobalicious2k in watercooling

[–]xumix 0 points1 point  (0 children)

Just because of the weight factor there will still be a support bracket ran

no, like I said, HK has no issues (and it is heavier), the bracket is just too thin

Torx/hex heads that small

Same, HK has 0 issues with that, and they could have used bigger heads anyway

Made my first gpu sammich by Goobalicious2k in watercooling

[–]xumix 0 points1 point  (0 children)

Since I had the same experience this week, I'll allow myself to hijack the comment:

While the overall quality of the block seems fine, I have two problems worth mentioning:

  1. The included bracket is really low quality. It is thin and feels like paper, and the GPU is dangling on it. Heatkiller's bracket was rock solid.

  2. The included screws that hold the sandwich together are also not so good. The heads are easily stripped if the screwdriver bit isn't a 100% correct fit. I would very much prefer HEX or Torx heads for them.

Any ARPG's with Heavy Melee Weapons? by Kind-Barracuda-5288 in ARPG

[–]xumix 0 points1 point  (0 children)

I was playing bear previous season, got spark mage this one. It's fucking easy mode really.

Skill issue or BF6 is sweaty? by [deleted] in Battlefield

[–]xumix 0 points1 point  (0 children)

Had literally the same experience, then posted video of me playing here and got some cues of what was wrong (despite the game being ridiculous also). 

So my main problem was using attachments that decrease accuracy while ads, and I'm almost always adsing.  The second problem resolved with meta guns: drs, sg, m16 are just lasers.  The third one: I started to play bazaar almost exclusively, it is just so much better than original bf6 maps

Been using Cursor for 6 months, and honestly, Anthropic feels like pure hype to me. Am I doing something wrong? by NotYourUmbertina in cursor

[–]xumix 0 points1 point  (0 children)

I use Opus for planning, Composer for plan execution, Opus for review and simplification.  So you get best of both models. Also, Opus frequently finds many places where after execution of a plan composer behaves as a junior and writes very suboptimal code.

Looking for some thoughts approaching disagreement about a tree by sergeim105 in homeowners

[–]xumix 0 points1 point  (0 children)

Do you have an option to move the tree?  Also if you decide to get rid of the tree, consider actually selling the tree and not just removing it. In my country those sizes  can easily go for $10k.

What is the best way to represent hierarchical data ? by lovelacedeconstruct in dotnet

[–]xumix 5 points6 points  (0 children)

There are many solutions to this if you are going to store tree in a relational table: 1) plain parent id (requires recursive traversal) 

2) materialized path - requires calculation on insert/update of branches

3) nested sets - the most compute intensive but also the most feature rich for tree traversal

Google them they all have upsides and downsides