this post was submitted on 24 Feb 2025
613 points (97.7% liked)

Programmer Humor

20763 readers
1882 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 2 years ago
MODERATORS
 
top 32 comments
sorted by: hot top controversial new old
[โ€“] m33@theprancingpony.in 4 points 40 minutes ago

@cm0002 Docker, packaging a whole datacenter for your best quick and dirty business critical app since 2013.

Like this ๐Ÿ˜œ

print(date.tomorrow())

#crapware

[โ€“] brotundspiele@sh.itjust.works 4 points 48 minutes ago

It's really great how docker shifted the problem from "works on my machine" to "works with my version of docker".

[โ€“] Appoxo@lemmy.dbzer0.com 0 points 1 hour ago

Repost #420

Cmon guys, there are less reposted memes on the internet.

[โ€“] peoplebeproblems@midwest.social 13 points 15 hours ago (1 children)

It's taken me about 6 years to understand how it works and what it does, but I'm finally starting to get it.

I hate software. Why am I in this job still

[โ€“] null_dot@lemmy.dbzer0.com 14 points 14 hours ago

I think most jobs are like this.

The entry level stuff is pleasant and manageable and easy, but if you progress far enough to make money you produce value by managing unsolvable problems which is stressful, frustrating, and difficult.

[โ€“] ramble81@lemm.ee 21 points 17 hours ago

From an administrator standpoint I used to hate containers at first because I was worried about having 3 different versions of a support library on a system all with separate potential vulnerabilities. However weโ€™ve managed to shift our security posture to the left and now all containers are scanned and gated before release approval. This ensures that the devs have the flexibility they want and I have more of the peace of mind of not having to maintain the libraries anymore.

[โ€“] roofuskit@lemmy.world 66 points 21 hours ago (1 children)
[โ€“] SARGE@startrek.website 39 points 20 hours ago (2 children)

I love when people say they feel dumb because they didn't know something, because then I get to share xkcd with them, too.

[โ€“] roofuskit@lemmy.world 22 points 19 hours ago (2 children)

Reddit made me get in the habit of posting this on repeat posts because so many people angrily reply that it has already been posted. As if once it's posted then every single person has seen it.

I have always wondered about the people that would complain about years old reposts. Congratulations, you've seen it before. Maybe if you've seen the whole Internet, it's time to do something else.

[โ€“] SARGE@startrek.website 6 points 19 hours ago (1 children)

Calling out reposts obsessively is weird to me.There's more people who have not seen something than who have seen it, at least on the internet. I think most people have seen the moon...

But if I ever have a problem where the vast majority of the posts I see are reposts, I'll simply block the channel for awhile. It costs me nothing, and takes less effort than typing out a comment complaining in every repost.

It's the "STOP LIKING WHAT I DON'T LIKE" meme, come to life. And I'd rather let people have their fun. Doesn't cost me, nor anyone else, a thing.

[โ€“] skulblaka@sh.itjust.works 8 points 18 hours ago

It became a real problem on reddit after a while where bots would just go grab the most popular posts of 6 months ago and post them all again. Before the bots, people would do it to farm karma, and the people would get called out for it, but it was never a huge deal because you were still getting at worst like a 60/40 split of new content to reposts. But after a certain point the ratio shifted dramatically in favor of reposts in a lot of bigger communities. I think that's what really galvanized the hatred toward them.

[โ€“] CanadaPlus@lemmy.sdf.org 2 points 16 hours ago

What, they hadn't heard of XKCD? Losers! /s

[โ€“] lowleveldata@lemmy.world 31 points 21 hours ago (1 children)

Still doesn't work in production because it's a multi-cluster k8s instead of a simple laptop

[โ€“] InnerScientist@lemmy.world 13 points 19 hours ago (1 children)

Run a multi-cluster k8s on your notebook to test then?

[โ€“] marcos@lemmy.world 6 points 19 hours ago (1 children)

Good luck, the instances can't just be started in any random order and at their current version their dependency graph is cyclical.

[โ€“] InnerScientist@lemmy.world 16 points 18 hours ago (2 children)

There's a solution you're not seeing, make the notebook part of the production cluster.

[โ€“] entropicdrift@lemmy.sdf.org 5 points 15 hours ago

That's a lot of psychic damage in one comment

[โ€“] kitnaht@lemmy.world 15 points 20 hours ago (3 children)

The biggest problem that I have with docker is honestly, the fear of a supply-chain attack.

[โ€“] GreenKnight23@lemmy.world 17 points 19 hours ago

and that's why you build redundancy and image scanning into your pipeline.

to not use a technology like containers based entirely on a generalization of "security" ignores the obvious security benefits of using a sandboxed environment that can run almost anywhere.

it used to take an hour to release new code into the services I own where I work. with containerized services it takes me five minutes. sure, the builds and scans and qa takes a day but the apps have never been this stable before.

rollbacks would take all fucking night. now? five minutes.

the benefits are a boon to solvency with very little impact to security if managed correctly.

[โ€“] neatobuilds@lemmy.today 3 points 16 hours ago

but wouldnt that be an issue regardless of docker

[โ€“] Drasla@lemmy.studio 1 points 20 hours ago (2 children)

You mean compromised code sneaking into Docker images? Or a DOS on dockerhub?

[โ€“] roofuskit@lemmy.world 1 points 17 hours ago (1 children)

They worry about someone replacing the docker image on the hosting server with a malicious modified version for people to pull down during updates.

[โ€“] zalgotext@sh.itjust.works 6 points 16 hours ago (1 children)

This worry exists for literally every 3rd party dependency, not just docker, and is addressed the same way - by running tests and vulnerability scans in a sandboxed test environment before shipping to prod

[โ€“] roofuskit@lemmy.world 2 points 16 hours ago (1 children)

I was just answering a question. I had the same response above.

[โ€“] zalgotext@sh.itjust.works 1 points 15 hours ago

And I was just adding extra details

[โ€“] kitnaht@lemmy.world 2 points 19 hours ago (1 children)

Supply chain attack has a definition. And it has nothing to do with DDoS.

[โ€“] GreenKnight23@lemmy.world 4 points 18 hours ago

ddos is vaguely related to a supply chain attack in the sense that it can be used as a distraction to implement said chain attack. it was pretty common tactic at one point.

  • disrupt services
  • implement bad library in backups as all focus turns to production
  • destroy production enough to require a restore

I think this is what they meant, but it's a stretch.

[โ€“] vane@lemmy.world 9 points 19 hours ago* (last edited 19 hours ago)

Not far from the truth.
Original 5 minutes reveal from PyCon 2013.
https://www.youtube.com/watch?v=wW9CAH9nSLs

[โ€“] ZILtoid1991@lemmy.world 3 points 16 hours ago* (last edited 16 hours ago)

When the software becomes hardware dependent thanks to a rare and hard to track down bugs, sometimes driver bugs (ask OpenGL developers about their experience with lower-end and embedded hardware!).

[โ€“] muntedcrocodile@lemm.ee 3 points 20 hours ago

I love docker. I also just discovered devpods they have a real nice integration with codium makes by prod and dev environments practically the same.