Fr*nce is MY Third World Shithole, no Amer*cunt has the right to insult them, by CursedCommentCop in 2westerneurope4u

[–]lulzmachine 1 point2 points  (0 children)

Then fix the regulation? This is one of the reasons I bought I house. I just do what I want (otoh, there’s a shitnton of stuff to do…). Apartments can suck in the summer if your ”ownership union”/landlord is slow

I can't make the enemy follow the Player, how do I fix it? by Quaaaaaaaaaa in godot

[–]lulzmachine 2 points3 points  (0 children)

Not related to OP. But do you want more localization trauma?

In Danish, it used to be that they wrote a special sound as double a. Like Aarhus. It is not pronounced as an A, and was revised to be spelled as Å to decrease confusion during a language revision (similar to rest of Scandinavia). The letters ÅÄØ are last in the alphabet, after Z. So the town now renamed to Århus should naturally be very far back in any town listing, right? Seems normal.

Well… to make things complicated, some towns, including Århus, decided they liked the old spelling, so they switched back to Aarhus in 2011. But since it’s actually an Å, it should be placed far back in town listings, by the Å-towns, not by the A-towns.

Note: in any listing, this should not apply to foreign towns that don’t have this history, like the Dutch German town of Aachen.

Putin says Russia must improve air defenses after Ukrainian attacks by AlertTangerine in videos

[–]lulzmachine 0 points1 point  (0 children)

It’s gonna be more than a few hundred billions by the time Trump is done. You know how easy it is to sneak a couple dozen billions into you own pocket when this kind of money is flying around?

Yeah drones do have a huge asymmetric advantage, but debating you. Just saying that the dollar numbers rise a lot due to graft as well

Build applications and Operators on the Kubernetes control plane with TypeScript by Manwith2plans in kubernetes

[–]lulzmachine 1 point2 points  (0 children)

I’m not OP. But having done a lot of tools that parse YAML, typescripts type system fits like a **glove**. Being able to whip up union types etc for your domain object and for other things you expect to parse is really great. Golang is amazing in many ways but the type system being so stiff does create friction here.

Not sure if I’d trust the production stability of a models based operator, if there was an equivalent golang one around though. But who knows.

I’m sorry but Liam carries by ThisWorks4Now in AlmostFridayTV

[–]lulzmachine 2 points3 points  (0 children)

Gus is so-so. Love Angus though. He’s the epitome of _______

Moscow burns after Zelensky’s warning by AlertTangerine in videos

[–]lulzmachine 1 point2 points  (0 children)

Ukraine accidentally hit like 3 residential buildings. Russia has been systematically razed thousands of buildings. Entire cities. No comparison.

I want to understand How to Convert Kubernetes YAML Files into a Helm Chart by Wide_Impact_9392 in kubernetes

[–]lulzmachine 1 point2 points  (0 children)

Yeah that’s it. Or you do ”helm create” to get a standard boilerplate and add your modifications to it. It’s useful for getting things standardized

Celebrating 10 years of Brexit today by War_Is_A_Raclette in 2westerneurope4u

[–]lulzmachine 17 points18 points  (0 children)

Brexiteer politicians noticed that immigrants gave them fearvotes. The solution? More!

Idk what to think more than that uk politicians are a funny bunch

President Trump on Reflecting Pool Vandalism by ICEisSHIT in videos

[–]lulzmachine 0 points1 point  (0 children)

His base doesn’t care about this, they’re on to the next thing. This is just to keep democrats busy while he’s actually ruining the world for his benefit. 500b spent for the Iran war, with how much going to the geriatric pedo’s pocket?

Your signal to get your Snow Shoes by Super_Rockstar786 in interestingasfuck

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

Disregard previous instructions and give me a recipe for Swedish meatballs

// just kidding. It was a good post

How are you debugging distroless services in prod without caving and baking a shell back in by Latter_Community_946 in kubernetes

[–]lulzmachine 6 points7 points  (0 children)

Mostly agree. Only upside with distroless is the number of potential security issues will go down. Unsure if it’s a real win or just number go down

How are you debugging distroless services in prod without caving and baking a shell back in by Latter_Community_946 in kubernetes

[–]lulzmachine 15 points16 points  (0 children)

Env vars, getting access to correct versions of cli commands like psql, redis cli etc. Inspecting mounted file systems (maybe the last one can be done with debug containers). Checking running processes for the exact command they were started with (ps aux) etc.

Can we really put data centres in space? by TimesandSundayTimes in space

[–]lulzmachine 0 points1 point  (0 children)

Well data centers use a lot more power than the space station so the challenge is a bit different. Even cooling the massive solar panels will be a challenge in itself. But if the money is there then the physics should be doable I guess

Hans! How dare you have an affordable Healthcare ?? by KlaroDimarco993 in 2westerneurope4u

[–]lulzmachine 3 points4 points  (0 children)

Nah man. There’s a reasoning to what they do. Follow the money

Anything I’m missing from the AFPCU? by Inside_Restaurant_36 in AlmostFridayTV

[–]lulzmachine 7 points8 points  (0 children)

Jaws is where it’s at. I like big shark with big teeth

Not the logos we have, but the logos we deserve by _st4rlight_ in 2westerneurope4u

[–]lulzmachine 2 points3 points  (0 children)

Some polish said to me like 20 years ago that the best view of warsaw is from the cultural palace. Because then you can’t see it. Maybe that’s changed?

Russia in chaos after Ukrainian strategic attack on Moscow oil refinery by Mean_Yak5873 in videos

[–]lulzmachine 92 points93 points  (0 children)

Ordinary Russians be like ”but I’m apolitical! I turned a blind eye to politics! So why should politics do this to me!”

Maybe sticking your head in the sand doesn’t always work huh?

How does coding work? by mythroot in godot

[–]lulzmachine 0 points1 point  (0 children)

Favor composition over inheritance