this post was submitted on 26 Feb 2025
122 points (95.5% liked)

Programmer Humor

21165 readers
1199 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
 

I didn't see this coming and I think it's funny, so I decided to post it here.

you are viewing a single comment's thread
view the rest of the comments
[–] billwashere@lemmy.world 12 points 1 week ago (2 children)

I’m trying to understand how this is different than a concept I learned in computer science in the late 80s/early 90s called RPCs (remote procedure calls). My senior project in college used these. Yes I’m old and this was 35 years ago.

[–] zalgotext@sh.itjust.works 1 points 1 week ago

It's basically the same concept, just implemented with a k8s cluster so you have scale-to-zero capabilities I guess

[–] barsoap@lemm.ee 1 points 1 week ago* (last edited 1 week ago) (1 children)

Microservice architectures are ad hoc, informally-specified, bug-ridden, slow, implementations of Erlang, implemented by people who think that "actor model" has something to do with Hollywood.

[–] billwashere@lemmy.world 1 points 1 week ago

Ok this made me chuckle out loud.