365
submitted 1 month ago by mogoh@lemmy.ml to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] bizdelnick@lemmy.ml 3 points 1 month ago
[-] bjoern_tantau@swg-empire.de 23 points 1 month ago

I wonder what the dev part of devops means.

[-] defaultusername@lemmy.dbzer0.com 13 points 1 month ago

Short for devine

[-] embed_me@programming.dev 11 points 1 month ago
[-] wpb@lemmy.world 2 points 1 month ago

At my previous job, we had a "Devops" team. We even outsourced some ops to a third party in the worst possible way (I'm talking "oh you want to set up an alert for something related to your service? Send us an email and we'll look into it" and so on). All the pre-devops pain magnified by an order of magnitude. Sometimes devs would do their own ops (I know, big shock!), and they would call it "shadow devops". Nearly fell off my chair when I first heard it. Kinda glad I'm not with them anymore.

[-] qaz@lemmy.world 22 points 1 month ago

Why not? Why doesn't the programmer want to test a container?

[-] davel@lemmy.ml 16 points 1 month ago

True. Nothing beats running your unit tests in the actual container image that will be run in production.

[-] HiddenLayer555@lemmy.ml 10 points 1 month ago* (last edited 1 month ago)

Race condition that only happens on the much faster production hardware: Allow me to introduce myself

[-] davel@lemmy.ml 7 points 1 month ago

Unit tests can’t win ’em all. That’s where things like integration tests, staging environments, and load testing come in.

The final layer of protection is the deployment strategy, be it rolling, canary, or blue-geen.

[-] Qaz@lemmy.ml 6 points 1 month ago

Or an issue that only appears when using ARM and not on my AMD64 dev machine

[-] qaz@lemmy.world 5 points 1 month ago

Yeah, and it's useful to just check everything so you don't forget to add some essential system package for e.g. SSL, especially when working with Alpine.

[-] bjoern_tantau@swg-empire.de 4 points 1 month ago

I mean, isn't that kind of the point of containers? To basically have the same environment everywhere.

[-] bizdelnick@lemmy.ml 1 points 1 month ago

Unit tests? No matter where you run them, and normally this is done by CI in a prebuilt container image, so you don't have to wait for "docker building". Acceptance tests must be run in an environment as close to production as possible, but that's definitely not a programmer's job.

[-] PotatoesFall@discuss.tchncs.de 16 points 1 month ago

Most programmers are interacting with containers these days.

The real question is why their build is taking so long.

[-] fossilesque@mander.xyz 10 points 1 month ago

Because of a few strategically placed wait commands.

[-] mogoh@lemmy.ml 14 points 1 month ago

Guess I must turn in my programmer-badge.

[-] GammaGames@beehaw.org 8 points 1 month ago

Apparently doing more than one thing makes you not a programmer 😔

[-] qisope@lemmy.world 9 points 1 month ago

what if I'm doing my programming inside a devcontainer?

[-] bizdelnick@lemmy.ml 1 points 1 month ago

How often do you rebuild the image?

[-] beeng@discuss.tchncs.de 6 points 1 month ago* (last edited 1 month ago)

Devops isn't a role.

Platform Engineer maybe, but even then I'd say they were "developing" the platform.

[-] bizdelnick@lemmy.ml 1 points 1 month ago

Devops engineer is a role.

this post was submitted on 18 Jun 2025
365 points (100.0% liked)

Programmer Humor

37493 readers
384 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS