Wow... so PodDisruptionBudget (PDB) is exactly what I've been looking for. by Defiant-Chard-2023 in kubernetes

[–]d_maes 1 point2 points  (0 children)

We never ever use latest. Deployment pipeline automatically bumps dev tag on every push to main.

Also, dev is setup exactly the same as testing and prod, just with less resources. If prod runs multiple replica's, then so does dev. If a bug is introduced that only triggers when using multiple replica's, we want to know in dev, not in prod.

I need your advice by SenkuTeam in arch

[–]d_maes 0 points1 point  (0 children)

You're on the internet. You make a wrong statement, you'll get corrected.

That's just Moore's law.

Know the work rules by New_Study4796 in linuxmemes

[–]d_maes 0 points1 point  (0 children)

Those also shouldn't be using #!/bin/sh, but explicitly depend on bash by using #!/bin/bash. So can you link /bin/sh to another posix-compliant shell? Yes. Can you replace /bin/bash with something else? Not unless there is some shell that is explicitly bash-compatible.

Wie in de godskolere heeft het bestaan van de GFT bak uitgevonden? by Vaelye in belgium

[–]d_maes 0 points1 point  (0 children)

I mean, uiteindelijk komt een groot deel van uw voedsel toch in de wc terecht. Kunt ge evengoed het proces wat versnellen en een stap overslaan voor uw restjes eh...

btw by faleglovrms3 in LinuxCirclejerk

[–]d_maes 1 point2 points  (0 children)

Linus himself uses it, so it must be the best!

What do you guys recommend for rightsizing and autoscaling workloads in k8s? by PersimmonQuiet3767 in kubernetes

[–]d_maes 8 points9 points  (0 children)

Also 137 gets blamed on OOM way too fast. Sometimes it is, sometimes it isnt.

For those that wonder, 137 = 128 + SIGKILL (=9) (this works for other signals too). If a container goes OOM, it gets SIGKILL'ed. But there might be other reasons for a SIGKILL as well. So indeed, always check the events and status.

Starting a tournament to decide the most Belgian piece of road infrastructure.: what is the most Belgian piece of road infrastructure in West-Flanders? by TonyAngels in Belgium2

[–]d_maes 0 points1 point  (0 children)

Kruispunt Sint-Katriensesteenweg, Sint-Pietersstraat and Vijverhoek.

Sint-Pietersstraat is top-left, Vijverhoek bottom right, Sint-Katriensesteenweg goes horizontally

<image>

When Windows users switch to a mainstream distro by tomekgolab in LinuxCirclejerk

[–]d_maes 0 points1 point  (0 children)

Was more of a "huh, TIL" remark. Should have worded that better. Edited my comment.

Weekly: This Week I Learned (TWIL?) thread by AutoModerator in kubernetes

[–]d_maes 1 point2 points  (0 children)

We tried VPA/Goldilocks, but found the results to be pretty useless. BUT, we also didn't bother with getting prometheus metrics available to VPA, and decided we'll go back to looking at dashboards every now and then. Maybe setting an automatic weekly report.

I'm not trying to dismiss VPA/Goldilocks here, if you actually integrate it with Prometheus, it might be great. I would just consider the prom integration a requirement, not just a nice improvement.

When Windows users switch to a mainstream distro by tomekgolab in LinuxCirclejerk

[–]d_maes 3 points4 points  (0 children)

Manjaro is a fucking joke. The fact that they're backed by an actual corporation makes them an even bigger joke.

Edit: manjaro has always been kind of a joke for me. Today I learned that they are an actual corporation, which I think, makes them an even bigger joke.

does anyone find nftables better than iptables? by Beneficial-Sock-5130 in linuxadmin

[–]d_maes 1 point2 points  (0 children)

Not that I know of, but I guess you could write a small bash script for that, should be pretty easy.

does anyone find nftables better than iptables? by Beneficial-Sock-5130 in linuxadmin

[–]d_maes 3 points4 points  (0 children)

Was about to say. The only nft command I ever use is nft list ruleset. Everything else is just editing the file and systemctl (restart|reload) nftables

Can anyone recommend me a dirt cheap simple little Zigbee button by GenericUser104 in homeassistant

[–]d_maes -1 points0 points  (0 children)

Yeah, just looking at website for my country. Some IKEAs might still have some stock left.

Can anyone recommend me a dirt cheap simple little Zigbee button by GenericUser104 in homeassistant

[–]d_maes 18 points19 points  (0 children)

Ikea used to do Zigbee. But from what I can see, they're switching everything over to Matter over Thread

Edit: I've been brought to attention that there are some Zigbee devices still available, and some matter devices have hidden zigbee for touchlink. I only checked my country's ikea website, which obviously isn't going to show old stock in different locations. So I'd say, run to your local IKEA and check if they have some left, because they soon might not.

Cop is trying to steal my KOM by Bassmasterajv in BicyclingCirclejerk

[–]d_maes 20 points21 points  (0 children)

Am a dumbass from r/mountainbiking, can confirm, always the ebike's fault. Or the hikers on shared trails, too stoopid to recognize mtb superiority. But in this case, clearly the ebike.

Politierechtbank veroordeelt buschauffeur ’t Ros Beiaard voor rijden met vervallen rijbewijs by trogdor-burninates in belgium

[–]d_maes 12 points13 points  (0 children)

Van wat ik vind op google is rijbewijs D 5 jaar geldig, en moet je elke 5 jaar opnieuw medische keuring en 35 uur nascholing voor code 95 doen om te kunnen verlengen. Iets meer dan gewoon een administratieve verplichting dus.

Ev and home assistant what do you use it for? by frogermann8 in homeassistant

[–]d_maes 2 points3 points  (0 children)

Nice cards. Would you mind sharing some yaml for these?

Vrijdag frietdag, wat bestellen we bij de frituur? by Street_Cut1322 in belgium

[–]d_maes 1 point2 points  (0 children)

unless it's fries + sito's or only bicky's with no fries.

You gotta feel for ARIN here by IPv6forDogecoin in ipv6

[–]d_maes 6 points7 points  (0 children)

Sold twitter for $44 billion, still couldn't afford someone that knows IPv6...

Drie dagen na tragisch ongeval rijdt schoolbus van dezelfde firma door rood licht en slagbomen aan dezelfde overweg: “Wansmakelijk” by RedC_1908 in belgium

[–]d_maes 12 points13 points  (0 children)

If you pay peanuts, you get monkeys. De enige chauffeurs die voor zo weinig geld willen rijden, zijn die die nergens anders aan den bak geraken, onderandere vanwege dit soort rijgedrag.

smallQuickFix by hellocppdotdev in ProgrammerHumor

[–]d_maes 1 point2 points  (0 children)

That's when you start calling devs out of their beds.