this post was submitted on 26 Feb 2025
118 points (95.4% liked)

Programmer Humor

20899 readers
476 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 5 days 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.

[–] barsoap@lemm.ee 1 points 4 days ago* (last edited 4 days 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 4 days ago

Ok this made me chuckle out loud.

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

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