this post was submitted on 10 Sep 2025
366 points (97.2% liked)

Programmer Humor

26332 readers
1729 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
 

(But hey at least I don't use Tailwind nor any of those MBA hallucination scams.)

top 33 comments
sorted by: hot top controversial new old
[–] maxwells_daemon@lemmy.world 50 points 4 days ago (2 children)
[–] ChaosMonkey@lemmy.dbzer0.com 29 points 4 days ago (1 children)
[–] Damage@feddit.it 23 points 4 days ago

That meme format is used for questions where the assumed answer is "no"

[–] lambalicious@lemmy.sdf.org 20 points 4 days ago (3 children)

Hey now, CSS has variables, scopes, conditionals and calc()! The only thing I can't find is goto.

[–] SpaceNoodle@lemmy.world 8 points 4 days ago

If it doesn't have goto, it's not a real language

[–] Supervisor194@lemmy.world 8 points 4 days ago (3 children)

CSS isn't a programming language. Programming languages are logical, follow sensible rules and provide consistent output.

[–] lime@feddit.nu 8 points 4 days ago

malbolge is a programming language

[–] funkless_eck@sh.itjust.works 5 points 4 days ago* (last edited 4 days ago)

Object.is(NaN, NaN); // -> true

NaN === NaN; // -> false

Object.is(-0, 0); // -> false

-0 === 0; // -> true

Object.is(NaN, 0 / 0); // -> true

NaN === 0 / 0; // -> false

!![] // -> true

[] == true // -> false

!!null; // -> false

null == false; // -> false

0 == false; // -> true

"" == false; // -> true

[–] lambalicious@lemmy.sdf.org 5 points 4 days ago (1 children)

Got it, JS is not a programming language then!

[–] adminofoz@lemmy.cafe 2 points 18 hours ago (1 children)

At least we can all agree about something.

[–] AnUnusualRelic@lemmy.world 2 points 4 days ago

The only thing I can’t find is goto.

There you are then.

[–] resipsaloquitur@lemmy.world 22 points 4 days ago (1 children)

*But you admit CSS is programming!

[–] lambalicious@lemmy.sdf.org 11 points 4 days ago

Why didn't I think of this one ::before!

[–] Jankatarch@lemmy.world 16 points 4 days ago* (last edited 4 days ago) (2 children)

I saw those websites with games made only with html+CSS and am really, really motivated to learn webdev now.

[–] moseschrute@piefed.social 8 points 4 days ago (3 children)
[–] Lazycog@sopuli.xyz 6 points 4 days ago* (last edited 4 days ago)

Soulslike CSS game: https://csshell.com/

It's not an actual "CSS game" but instead drives the most competent CSS person over the edge.

[–] wieson@feddit.org 2 points 3 days ago

Search for "social democracy" for example

[–] lambalicious@lemmy.sdf.org 2 points 3 days ago

Do so! It's fun. You can do things like trying to write a long text into a narrow box without it overflowing!

[–] Simulation6@sopuli.xyz 10 points 4 days ago (1 children)

html and css are art forms, not programming. I have a lot respect for people that can use them and stay sane. Or, at least I would have respect if I ever met a sane one.

[–] lambalicious@lemmy.sdf.org 2 points 3 days ago

...I'm sane!

[–] finitebanjo@piefed.world 9 points 4 days ago

CSS isn't a programming language it's a bunch of parameters in a markup language.

[–] Damage@feddit.it 7 points 4 days ago (1 children)

Spent yesterday programming a Word document

[–] lambalicious@lemmy.sdf.org 5 points 4 days ago (1 children)

When you could have spent it programming an Open Document Writer document instead? For shame!

[–] cupcakezealot@piefed.blahaj.zone 4 points 3 days ago (1 children)

real ones use netscape composer

[–] lambalicious@lemmy.sdf.org 1 points 3 days ago

...To edit a binary? πŸ‘€

worst css programmer you've ever heard of so far

[–] python@lemmy.world 2 points 3 days ago (2 children)

Godspeed! I can't even handle Tailwind yet since I'm so used to MaterialUI's stupid styling system. Gotta break out of those proprietary systems and rawdog CSS one day, but today is not that day yet...

[–] Appoxo@lemmy.dbzer0.com 2 points 3 days ago (1 children)

But MaterialUI is pretty :c

[–] python@lemmy.world 3 points 3 days ago

It's beautiful and very handy, if you use it exactly like they want you to! Getting it to play nice with custom components is so fiddly though ;_;

[–] lambalicious@lemmy.sdf.org 1 points 3 days ago

I've heard that Svelte is the antithesis of Tailwind. No idea how true that is because I haven't even gotten there yet.