this post was submitted on 24 Oct 2025
200 points (98.5% liked)

Programmer Humor

27113 readers
1967 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
you are viewing a single comment's thread
view the rest of the comments
[–] nik9000@programming.dev 16 points 6 days ago (2 children)

It'd be fun to talk shop with the fast code in slow languages folks. I do that for a living. I remember three ways, but I'm sure there's more:

  • "Just use a better data structure"
  • "My language is a DSL for a faster language" (Polars, Numpy, etc)
  • "My compiler is surprisingly good if I'm careful" (Julia, JVM, etc)
[–] themusicman@lemmy.world 3 points 5 days ago (1 children)

Arguably "we can just put it in docker, and create an auto scaling microservice with a load balancer, behind a CDN for avg request latency" fits this group too. The hoops I have to jump through to get a good user experience on top of our shitty PHP backend are unreal

[–] nik9000@programming.dev 1 points 4 days ago

That's not what I was thinking but I like it! Http caching is pretty magic. Stateless nodes and easy scaling too.

For some kinds of problems you really can't beat varnish and friends. It's how we have Wikipedia, after all.

[–] pohart@programming.dev 3 points 5 days ago

It's almost always slow is ways that the language choice doesn't matter even a little