this post was submitted on 26 Feb 2025
115 points (95.3% liked)

Programmer Humor

20829 readers
2582 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
[–] [email protected] 12 points 2 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.

[–] [email protected] 1 points 23 hours ago* (last edited 23 hours 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.

[–] [email protected] 1 points 23 hours ago

Ok this made me chuckle out loud.

[–] [email protected] 1 points 1 day ago

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