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
[–] sirdorius@programming.dev 23 points 1 week ago (3 children)

I was going to write that every function should be a service as sarcasm, then I realized that's exactly what this article is proposing. Now I'm not even sure how to make a more ridiculous proposal than this.

[–] zlatko@programming.dev 10 points 1 week ago (2 children)

It's probably AI-supported slop.

[–] sirdorius@programming.dev 4 points 1 week ago

Ah, you're right

[–] bitcrafter@programming.dev 2 points 1 week ago

Yeah, I had been willing to give the author the benefit of the doubt that this was all part of a big joke, until I saw that the rest of their blog postings are also just like this one.

[–] fibojoly@sh.itjust.works 5 points 1 week ago (1 children)

IaaS Instructions as a Service

Want to know if a value is odd? Boy have we got the API for you!

[–] stetech@lemmy.world 2 points 1 week ago* (last edited 1 week ago)

Boy have we got the API for you!

https://getfullyear.com/

[–] Tartas1995@discuss.tchncs.de 1 points 1 week ago

Why would your whole function be 1 service? That is bad for scalability! Your code is bad and the function will fail 50% of the time half way through anyway. By splitting up the your function in different services, you can scale the first half without having to scale the second half.