this post was submitted on 24 Nov 2025
559 points (89.4% liked)

Programmer Humor

27489 readers
1306 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
[–] luciole@beehaw.org 98 points 2 days ago (8 children)

Real programmers are language agnostic. Anyways what's the project?

[–] kayzeekayzee@lemmy.blahaj.zone 104 points 2 days ago (2 children)

We're writing an online banking service entirely in brainfuck. Backend, frontend, even middleend if we have to

[–] Deebster@infosec.pub 64 points 2 days ago (2 children)

I enjoy the contradiction of middleend

[–] Randelung@lemmy.world 18 points 2 days ago* (last edited 2 days ago)

The middlemiddle

E: My backend don't middlemiddle, it forks

It took me a solid half-dozen tries not to pronounce it "mid-leend." After that much effort, I decided to let my dumb brain win and go with it.

[–] arcterus@piefed.blahaj.zone 81 points 2 days ago

For something you're getting paid for, sure. But if you're contributing in your free time for fun or whatever, presumably you'd prefer to use a language you actually like.

[–] termaxima@slrpnk.net 25 points 2 days ago (1 children)

Yes and no. "Real" programmers care about engineering choices ; and JS is the cardboard of programming languages.

Perfect for packaging (which in this metaphor is UI), horrible for building a bridge with. And vice-versa, I wouldn't try and make amazon packaging out of reinforced concrete.

[–] sukhmel@programming.dev 1 points 1 day ago

But for fun both bridge out of cardboard and packaging out of concrete might work, tastes differ ¯⁠\⁠_⁠(⁠ツ⁠)_⁠/⁠¯

[–] TeamAssimilation@infosec.pub 32 points 2 days ago* (last edited 2 days ago) (2 children)

Real programmers will write in a way that user’s resources are not being wasted because you need a full browser, a JS runtime, and DOM juggling, to show even the simplest application.

It’s not rare for simple JS applications to consume over half a gigabyte of RAM on startup, and way more CPU than their native counterparts. That this was normalized and even defended is stupid.

[–] hperrin@lemmy.ca 54 points 2 days ago

I think you’re thinking of Electron apps, but that’s not really a criticism of JavaScript, that’s a criticism of Electron. There are plenty of JS platforms that don’t require a browser/DOM. React Native is the biggest example. Also, GJS if you want native Linux apps.

[–] Azzu@lemmy.dbzer0.com 14 points 2 days ago

Node does not require an excessive amount of resources.

[–] CeeBee_Eh@lemmy.world 24 points 2 days ago (2 children)

Real programmers are language agnostic

Thought terminating sentence.

[–] getoffthatchronic@lemdro.id 4 points 1 day ago* (last edited 1 day ago)

It can't be a programming humor post without somehow even more mind-numbing stuff in the comments. Just part of the fun

[–] Sonotsugipaa@lemmy.dbzer0.com 16 points 2 days ago (1 children)
[–] Clent@lemmy.dbzer0.com 1 points 2 days ago (4 children)

Real carpenters don't walk away from a job because the hammer is their least favorite brand.

[–] RheumatoidArthritis@mander.xyz 17 points 2 days ago

their least favourite hammer brand:

il_600x600.1166470077_cjnf-721892692

[–] tinyvoltron@discuss.online 11 points 2 days ago

Real carpenters bring their own hammer.

[–] homoludens@feddit.org 8 points 2 days ago

I once had a hammer head get loose and fly off the handle.

[–] MonkderVierte@lemmy.zip 6 points 2 days ago

But if the screws are nails.

[–] 30p87@feddit.org 9 points 2 days ago

Sorry, but Rust triggers me way too much.

[–] lime@feddit.nu 4 points 2 days ago (1 children)

the bash language server is in nodejs...

[–] cbazero@programming.dev 5 points 1 day ago

And it shouldn't

[–] sga@piefed.social 1 points 2 days ago (1 children)

I always knew I am not a real programmer

[–] luciole@beehaw.org 7 points 1 day ago* (last edited 1 day ago)

Also real programmers have impostor's syndrome.