this post was submitted on 29 Feb 2024
361 points (98.1% liked)

Programmer Humor

19282 readers
651 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

The site name's a play on "The Onion" so it's gotta be satire, right? I couldn't find an about page to confirm.

top 39 comments
sorted by: hot top controversial new old
[–] Lodra@programming.dev 113 points 7 months ago (1 children)

The CEO now seeks help from Phutar Afrayughum, a psychic and extrasensory perception specialist who allegedly helped Google increase their marketshare in the messaging app market, and was also involved in developing the Material Design framework.

Seems like a legit article :shrug:

[–] fidodo@lemmy.world 50 points 7 months ago

Yeah I thought it was satire until I read that. I can't think of an explanation for Google's product decisions in any other way

[–] Semi-Hemi-Demigod@kbin.social 53 points 7 months ago (4 children)

I’ve got 20+ years of professional experience at all different levels. I can take an idea and turn it into a Docker image with fully automated CI/CD on myriad cloud platforms.

K8s is still black magic to me.

[–] fruitycoder@sh.itjust.works 17 points 7 months ago (2 children)

Just a system that deploys, injects configs, mounts dies, handles the networking based on configs and scheduling.

It CAN get more complicated since it enables more advanced deployment types, but it can be simple.

I run k3s on every computer of mine as a single node cluster now as an alt to running podman or docker.

[–] LemmyRefugee@lemmy.world 14 points 7 months ago (3 children)
[–] fruitycoder@sh.itjust.works 10 points 7 months ago

K3s is a k8s distribution built to be easy and light weight

[–] Grappling7155@lemmy.ca 5 points 7 months ago

K3s is a distribution of Kubernetes that bundles in a few commonly used convenient tools. It’s fairly lightweight compared to vanilla k8s, and it’s simple to setup. It’s a great choice for experimenting and learning and also production ready when you’re ready to push it farther.

[–] acockworkorange@mander.xyz 2 points 7 months ago (1 children)

I too am puzzled on why we changed subjects.

[–] kapitol@lemmy.ca 4 points 7 months ago

kubernetes kloud klan - they ride around discriminating against other types of infrastructure

[–] Semi-Hemi-Demigod@kbin.social 2 points 7 months ago (2 children)

I'd love to learn it, but my biggest hurdle has been getting a cluster actually running. Could you recommend a good tutorial?

[–] finkrat@lemmy.world 2 points 7 months ago

I don't have a tutorial to recommend but starting to play around with Minikube myself, should skip the need for an actual cluster

[–] fruitycoder@sh.itjust.works 1 points 5 months ago

RancherDesktop if you want a dead simple way to spin up a k3s cluster with a GUI. All of the kubernetes tooling works on too. Works on Linux, Windows, and Mac (Intel and Apple SI).

Rancher.academy had, at one point, been a really good resource, but I honestly just haven't watched tutorial in a while for k3s/rke2 so I would be lying if I said I knew one.

[–] muntedcrocodile@lemmy.world 13 points 7 months ago (1 children)

Its black magic that takes docker images so its actually a pretty simple once u got all ya shit dockerified

[–] mcmoor@bookwormstory.social 4 points 7 months ago

Yeah it's like docker++. Somehow networking between pod is also easier than between container. Also with k9s and argocd it's much easier to see the entire cluster.

[–] state_electrician@discuss.tchncs.de 6 points 7 months ago (1 children)

I enjoy K8s, even though it adds a lot of things that can (and will at some point) break. But at a certain scale it becomes worth it because some things become so, so easy.

[–] Semi-Hemi-Demigod@kbin.social 1 points 7 months ago

I can absolutely see the benefit for really huge deployments or complex, highly-available systems. I've even sort of used it in my job working with those things. But I'm still just running commands I don't understand that some sysadmin gave me.

[–] AngryCommieKender@lemmy.world 2 points 7 months ago (1 children)

Re: your username,

You're a Godling of Semi Trucks that have a Hemi?

[–] Corbin@programming.dev 5 points 7 months ago (1 children)

Lucky 10000: It's a pun. A quaver is a duration of a musical note in the UK, equivalent to a USA eighth note; a semidemihemiquaver is a sixtyfourth note, used to notate e.g. certain kinds of trumpet trills.

[–] Semi-Hemi-Demigod@kbin.social 2 points 7 months ago

It's both of those, and a reference to Moana where the shiny crab calls Maui a "semi-demi mini-god"

[–] Kissaki@programming.dev 43 points 7 months ago

The site name’s a play on “The Onion” so it’s gotta be satire, right? I couldn’t find an about page to confirm.

Yes, it's satire.

The page is run by one author https://www.theolognion.com/about and no description or goal described

Runs on "substack" platform (standard software)

The story reads like a story, and the mentioned company does not exist

[–] NegativeLookBehind@lemmy.world 41 points 7 months ago (2 children)

I read somewhere that Volkswagen has about 900 K8s clusters. I feel that there is a direct correlation between this and the quality of their shitty cars.

[–] DudeDudenson@lemmings.world 12 points 7 months ago (3 children)

Seriously curious here, what cars would you consider not to be shitty?

[–] NegativeLookBehind@lemmy.world 20 points 7 months ago (1 children)
[–] RGB3x3@lemmy.world 12 points 7 months ago (1 children)
[–] NegativeLookBehind@lemmy.world 4 points 7 months ago

True, just not the rotaries ;)

[–] marx2k@lemmy.world 8 points 7 months ago
[–] fuckwit_mcbumcrumble@lemmy.world -5 points 7 months ago (1 children)

Mostly the non German ones.

[–] DudeDudenson@lemmings.world 5 points 7 months ago (1 children)

Interesting, maybe I'm just used to living in south America where even the crap German cars are better than the "premium" Brazilian and Indonesian cars we get

[–] fuckwit_mcbumcrumble@lemmy.world 5 points 7 months ago

Down in Costa Rica I’d definitely take a VW over the invasion of Chinese cars.

But in the United States? I wouldn’t touch those overly complicated POS. The ones we get aren’t the simple cheap ones for outside the US market.

[–] crispy_kilt@feddit.de 4 points 7 months ago

That's not unusual, my company has an internal K8saaS product as well, so there are a lot of clusters

[–] fruitycoder@sh.itjust.works 31 points 7 months ago* (last edited 7 months ago) (2 children)

Some on here once described the idea of an innovation budget. Basically you can do about 3 new things at once before you forget what the hell you are doing and that has made so much sense to me.

[–] GarytheSnail@programming.dev 19 points 7 months ago (1 children)

Looks like you also ran over your sentence budget.

[–] fruitycoder@sh.itjust.works 7 points 7 months ago (1 children)

I'll honest I was so tired that I barely got out that last sentence as I was typing.

[–] GarytheSnail@programming.dev 2 points 7 months ago (1 children)

You're still on cooldown for some words it seems.

[–] fruitycoder@sh.itjust.works 2 points 7 months ago

Lmao, why use many word when few do word do trick /s

[–] marcos@lemmy.world 6 points 7 months ago (1 children)

It's not that you forget what you are doing.

It's that all the unknown problems start interfering with each other, so you can't manage to do anything.

[–] fruitycoder@sh.itjust.works 2 points 7 months ago

That is probably most common! The forgetting what you are doing part probably only comes so far down the road of trying to make a system that works despite all the interferences.

[–] deegeese@sopuli.xyz 24 points 7 months ago (1 children)

I think they're describing my company's upcoming GCP -> AWS migration.

[–] slazer2au@lemmy.world 5 points 7 months ago

Hope you are getting a rebate on those egress fees.