this post was submitted on 10 Feb 2026
185 points (98.4% liked)

Programmer Humor

31554 readers
2057 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 15 comments
sorted by: hot top controversial new old
[–] Technus@lemmy.zip 41 points 3 months ago (4 children)

Who tf actually uses Docker Swarm anyway?

[–] derpgon@programming.dev 12 points 3 months ago

For when setting up a kube cluster is too time consuming and you still need basic clustering.

[–] locuester@lemmy.zip 7 points 3 months ago

I do for a small home pi cluster

[–] underscores@lemmy.zip 6 points 3 months ago* (last edited 3 months ago)

We use docker swarm at work. We have 0 issues with it.

[–] ptz@dubvee.org 1 points 3 months ago

I do!

Kubernetes is a nightmare and overkill for most things we need to run, and Docker Swarm is super easy to setup and maintain.

We only use it for one application, though. The app needs to scale horizontally and scale up and down with demand, so I put together a 6 node swarm cluster just for it. Works great, though the auto scaling required some helper scripting.

[–] in_my_honest_opinion@piefed.social 21 points 3 months ago (1 children)

Not indexing from 0? Now I see why you're not using quadlets or k3s or k8s

[–] Hexarei@beehaw.org 3 points 3 months ago

K3s powers my homelab! Delightful thing, that

[–] negativenull@piefed.world 12 points 3 months ago

When I try to explain what I'm working on at work to my wife...

[–] funkajunk@lemmy.world 6 points 3 months ago
[–] WhyJiffie@sh.itjust.works 2 points 3 months ago (1 children)

what's more, I can't load this meme normally, my pihole says "no reply received" for the single domain of dubvee.org

[–] ptz@dubvee.org 3 points 3 months ago* (last edited 3 months ago) (1 children)

Your IP may unfortunately be inside a CIDR block that largely does nothing but spam my infrastructure with script kiddie tomfoolery. Firewall rules apply to my authoritative DNS servers as well.

Edit: If you would like me to whitelist it, DM me your IP and I'll add a narrow exception.

[–] WhyJiffie@sh.itjust.works 2 points 3 months ago (2 children)

but I don't run a recursive resolver, I use quad9 as upstream. Shouldn't they return a response even if I was blocked?

dig confirms with EDNS extensions that the response is coming from quad9. the error says "no reachable authority" so it must be at least partly what you say, but I think you ended up blocking a DNS provider.

[–] ptz@dubvee.org 3 points 3 months ago* (last edited 3 months ago)

Ugh. Thanks. It's quite possible, though maybe just a regional one? I did inadvertently block one of the IPs Let's Encrypt uses for secondary validation, so this may be another case of that.

I get a shitload of bad traffic from the southeast Asia area (mostly Philippines/Singapore AWS) and have taken to blanket blocking their whole routes rather than constantly playing whack-a-mole. Fail2ban only goes so far for case-by-case.

Here's the image from the meme from an alternate source:

[–] ptz@dubvee.org 1 points 3 months ago (1 children)

FYI: I moved the allow rule for DNS to the top of the chain, so that should fix problems with DNS providers not being able to reach the authoritative name servers.

[–] WhyJiffie@sh.itjust.works 2 points 3 months ago

thanks, it seems it worked! the post image now loads fine