this post was submitted on 09 Mar 2026
270 points (99.6% liked)
Programmer Humor
30252 readers
1175 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Oh my god my biggest pet peeve is every single new project awarding itself "modern, lightweight, blazing fast". Seeing these words actually negatively affects my perception of your new super cool project. Along with the fucking emojis.
aka:
Modern: "I couldn't understand the codebase of the previous solution, so I rewrote it using stuff I'm familiar with"
Lightweight: "Featureless/no features that I don't use"
Blazing fast: "Doesn't have any edge cases handled yet"
haha indeed - modern has this "blinking lights" connotation. something that is shiny.
True story - once, in primary school, I went to a halloween party, where all the boys were dressed as batman and all the girls as macarena (guess my age). The host of the party was maybe the only one not dressed as batman.
He was wearing some weird jell in the hair, like a punk kind of thing, with a lot of strass, stars all over his body, some heart or thunder shaped big mirror glasses, a shiny jacket and the best looking blue mocasines I have ever seen. He also had a big radio antenna (??) coming through his nylon electric yellow vest.
I asked him: what are you dressed as? and he replied: "Modern".
To be fair a lot of these things are js. I could probably write a new one faster than I could understand the existing code base.
Unfortunately I agree but there are a few that are different, for example have you tried Voiden ( https://voiden.md/) maybe? We opensourced a few weeks back.
I have not.
Though honestly I rarely use these types of tools as a back end dev.
For my own code I'm likely to use curl or maybe fetch depending.
The times I do reach for these it's usually someone else's API that I'm looking it. If they offer an openapi spec I can import then I will.
They do !
Here's how to get started : https://docs.voiden.md/docs/getting-started-section/getting-started/openapi-imports
eh, how modern is it?
I hear this a lot right before deployment disasters. ;)