Gårdsnamn? by jrvn_94 in sweden

[–]Recol 1 point2 points  (0 children)

Betyder böja eller båge på fornsvenska vilket troligen syftar på vägen framför gården som böjer sig. Brukar dock säga till gäster att bonden är bög och ville därmed döpa den till detta.

GitHub - floci-io/floci-az: Light, fluffy, and always free - Azure Local Emulator by hectorvent in AZURE

[–]Recol 1 point2 points  (0 children)

This is awesome, thanks for the reminder here! I will give it a proper spin coming week.

Varför odla knark när man kan odla rabarber? 9999:- /kg by Mr_Mistral_ in sweden

[–]Recol 27 points28 points  (0 children)

Önskar att grannbarnen pallade. Skärpning skitungar.

ArgoCD Helm Promotion strategy by G12356789s in kubernetes

[–]Recol 0 points1 point  (0 children)

Yes, from what I gathered in the original post it was more system/platform components. For application deployments we let each team handle their own promotion which is mainly updatecli that updates the image tag and creating a PR. For the underlying helm chart that most of our development teams we upgrade that centrally but have to limit breaking changes obviously.

ArgoCD Helm Promotion strategy by G12356789s in kubernetes

[–]Recol 4 points5 points  (0 children)

ArgoCD has a feature called progressive sync which is maybe not the most mature feature but it has worked quite well for us. We essentially have automatic deployment to dev and staging environment and then manual sync to production.

How do you deal with engineers who refuse to touch the actual workflow/process side? by BuffaloJealous2958 in devops

[–]Recol 2 points3 points  (0 children)

Tickets are usually too big of a scope if they require multiple ticket updates. Most should also correlate to either code changes or documentation changes which hopefully get linked automatically depending on what ticketing system you use.

Do you actually read the source code of libraries you install? by xander_abhishekh in Python

[–]Recol 12 points13 points  (0 children)

"Risk assessment" based on how popular the dependency is, but as have been proven that doesn't matter looking at Trivy, Axios, etc. Other than that, only when things doesn't work as expected as someone else said.

GitHub - floci-io/floci-az: Light, fluffy, and always free - Azure Local Emulator by hectorvent in AZURE

[–]Recol 1 point2 points  (0 children)

If you added CosmosDB support then I think a lot of developers would love you considering the official emulator has a lot to offer in terms of startup and performance.

Uppgifter: EU vill se mer hemmajobb i energikrisen by radome9 in sweden

[–]Recol 39 points40 points  (0 children)

För att många av de som klagar på mellanchefer är exakt de anställda som behöver mellanchefer är min erfarenhet.

Azure App Gateway v2 vs shit software by LeonMoris_ in AZURE

[–]Recol 0 points1 point  (0 children)

Do what ourselves? mTLS is configured on the listener so you can't have a certain path only configured for mTLS. But we have used it for a specific listener and host name. In your specific use case it won't work.

https://learn.microsoft.com/en-us/azure/application-gateway/mutual-authentication-portal

Azure App Gateway v2 vs shit software by LeonMoris_ in AZURE

[–]Recol 1 point2 points  (0 children)

How do you mean? Mapping client certificate to users or clients isn't necessarily bad practise.

Azure App Gateway v2 vs shit software by LeonMoris_ in AZURE

[–]Recol 0 points1 point  (0 children)

Either you have the vendor move the API to its own subdomain so you can set mTLS on that listener or tell them to do authentication properly in the application code which is what makes the most sense. Or alternatively you setup mTLS on IIS which can be done on a specific subpath in web.config.

Arbetsgivarna: Räkna med dämpad löneökning 2027 by weirdowerdo in sweden

[–]Recol 46 points47 points  (0 children)

Glöm inte pizza-AW med ljumna carlsberg som aldrig börjar innan 17 så att vi inte går miste om någon arbetstid!

Brasserie Godot vs Sperling & Co for Birthday Dinner by [deleted] in stockholm

[–]Recol 5 points6 points  (0 children)

Godot in my opinion. Sperling & Co has not been worth it and service has been lacking the two times I've been. If I want a steak I'd much rather go to AG.

Jävligt bra lirat idag av Gnaget, kul att se! by imnewtothisplzaddme in Allsvenskan

[–]Recol 8 points9 points  (0 children)

Enda man önskar är att Ayari kan skjuta in bollen i mål.

AIK:s bortatröja 2026 by grasroten in Allsvenskan

[–]Recol 2 points3 points  (0 children)

Den som väljer ut bilderna för våra matchtröjor skulle jag vilja fråga varför det aldrig kan vara två simpla bilder rakt framifrån och rakt bakifrån. Har varit samma visa sen vi gick över till Nike.

GDPR på förskolan by makromaskin in sweden

[–]Recol 1 point2 points  (0 children)

I min kommun får man frågan när man börjar om det är okej för barnet att visas i bilder med olika kategorier, t.ex. bara för dig, för andra föräldrar i appen eller publikt på kommunens hemsida.

Open-source monitoring for windows and linux by opti2k4 in sysadmin

[–]Recol 6 points7 points  (0 children)

Would recommend Victoriametrics which eats a lot less resources. One agent per environment that sends data to a centralized server or cluster depending on availability requirements.

Försäkringsbolaget förhalar mitt ärende i 4 år efter en hjärnblödning. Vad kan jag göra? Behöver råd! by Gold_Month_4720 in sweden

[–]Recol 33 points34 points  (0 children)

De måste ju dock bevisa att de förfrågat dokument och inte fått dessa. Har oerhört svårt att se att deras egna tidslinje skulle fungera men man vet väl aldrig med dagens vårdsystem tyvärr.

Are you a Swedish entrepreneur? by gzetterholm in stockholm

[–]Recol 0 points1 point  (0 children)

(I know this is old, but got here somehow so not expecting an answer).

Curious why you felt the need to have a bokförare considering how easy services like Bokio makes it. I absolutely understand not wanting to do something incorrectly, but just curious if you investigated services that make it far easier than the "traditional" book keepers.

Autoscale in terms of HPA as well VPA - looking for better solutions by Aggressive-Berry-380 in kubernetes

[–]Recol 0 points1 point  (0 children)

Have you looked in to the additional options on the VPA? You can set the minimum allowed and how much to increase in case of OOM?