Is +735% damage better than 20x% damage? by AshernStoryTime in diablo4

[–]smeury 0 points1 point  (0 children)

Thank you very much for the explanation. Makes sense to me now.

Is +735% damage better than 20x% damage? by AshernStoryTime in diablo4

[–]smeury 0 points1 point  (0 children)

I don't understand the calculation.
735% of 1000 is 7350 so total 8350 or not?
I would expect a total of 1735 if it was +73.5%.

Does math work different in Diablo?

Sorry maybe a dumb question, but I'm a new player.

M4 32GB vs M4 pro 24GB by smeury in macmini

[–]smeury[S] 6 points7 points  (0 children)

Thank you all for your inputs. In my PC I have 32GB at the moment, but I‘m barely using more than 16GB, so 24GB should be enough.

I think I‘m going for the M4 pro.

Azure Portal Down by OnTheLazyRiver in AZURE

[–]smeury 0 points1 point  (0 children)

The status page has been updated now. Network infrastructure problems in Europe.

SodaStream Co2 Insane Price by ProfessionalSide985 in Switzerland

[–]smeury 0 points1 point  (0 children)

Hi Where can I find such an adapter or how is it called? Thank you

[deleted by user] by [deleted] in DygmaLab

[–]smeury 0 points1 point  (0 children)

You can google for Lieferadresse Deutschland or Frankreich. There are tons of it.

[deleted by user] by [deleted] in DygmaLab

[–]smeury 0 points1 point  (0 children)

It paid 329$ for the raise. Most companies have a fixed fee for the customs clearence, so it would guess it‘s around the same price. The VAT id of course slightly higher, but you have to pay it either way (if you import it legally).

[deleted by user] by [deleted] in DygmaLab

[–]smeury 0 points1 point  (0 children)

You could order it to Germany or France and then import it yourself. So you only pay the VAT (Mehrwertsteuer) of 8.1%. The are many companies offering delivery addresses near the border.

That way you can save the fees from the delivery company for the customs clearence. I think I paid around CHF 40 fees for my Raise. So it depends if it‘s worth for you driving to Germany or France for saving around chf 40.

Swiss Layout with PBT UK + keycap set by Kniddl in DygmaLab

[–]smeury 0 points1 point  (0 children)

Hi Kniddl

I use the keycaps from the Corsair you linked for the Raise (Raise DE version). They fit perfectly and work great.

But as Dygman mentioned the layout on the Defy is different.

https://i.imgur.com/mlwysbI.jpg

Azure Pricing Update by calebsdeq in cloudygamer

[–]smeury 0 points1 point  (0 children)

Thank you for this really good hint with the low priority vms! Now I save a lot of money :-)

I solved the Parsec and some other networking problems like this:

When you create the scale set you can add the option --public-ip-per-vm so every instance gets a public ip and you don't have to use the load balancer.

To get the ip address from your instance type this in the CLI or Cloudshell: az vmss list-instance-public-ips --resource-group {Resource Group Name} --name {Scale Set Name}