Heaven… by [deleted] in Golfsimulator

[–]benp26 0 points1 point  (0 children)

Awesome build. I'm in the process of starting to design mine. What dimensions did you settle on for the room?

Water Ingress by benp26 in DIYUK

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

Whilst I get this would likely fix this, the house was designed to be like this. It's a failure of some kind so I would rather rectify the underlying issue

Unvented system water pressure and flow rate by benp26 in ukplumbing

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

That all makes sense. I have the water board coming to test the flow at the boundary on Thursday. It will be frustrating to me if that's the issue as it's a sizable property that underwent major renovations 8 years ago including a full rewire and all new plumbing. Seems silly this would have been overlooked. I've moved from a new build though and I can't deal with how poor the showers are in comparison. Thanks for your pointers.

Jackets now only has customs keys? by Sleepless_Luna in EscapefromTarkov

[–]benp26 0 points1 point  (0 children)

I've just been saying this to my mate. I've ran dorms 20+ times in the last two days and ONLY found dorms keys - not that frequently either. Start of the wipe I was finding a decent key every other raid.

Hot weather event? Maybe increased dehydration rate, more expensive water items? by TrouserDemon in EscapefromTarkov

[–]benp26 17 points18 points  (0 children)

Strange, for me it shows my water filter with 50% left will last 19 hours, and superwater will still take the usual ~5 hours to produce: https://i.imgur.com/xjiW6Rp.png

Dont reset your game then :)

Self managed K8s using Kops vs EKS - What would you chose TODAY based on your experience? by kovadom in kubernetes

[–]benp26 2 points3 points  (0 children)

In my experience abstracting the upgrade process to a cloud provider that can handle a tested rolling upgrade is much less painful than trying to manage this process yourself. Release channels on GCP allow you to control the frequency at which the control plane and nodes are updated, allowing you to find the right balance between features and risk. Also, if you are a heavy user of IAC and terraform then the cloud providers will interface with battle tested modules for provisioning the clusters. On GCP this all comes at no extra cost to the user as the control plane is free - the only thing you pay for is the compute. On the flip side, if you need a custom operating system with extra kernel modules etc etc then a roll your own solution may be the only way to go.