this post was submitted on 12 May 2024
294 points (95.1% liked)

Programmer Humor

25009 readers
1342 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
 
all 23 comments
sorted by: hot top controversial new old
[–] fckreddit@lemmy.ml 47 points 1 year ago* (last edited 1 year ago) (2 children)

I am a backend dev, but this shit is why I have utmost respect for frontend devs, also because they know how to center a div.

[–] coffee_poops@sh.itjust.works 15 points 1 year ago (1 children)

With flexbox and grid there is no excuse for not knowing how to do that at this point.

[–] Beetschnapps@lemmy.world 7 points 1 year ago (2 children)

There wasn’t an excuse in the first place. It’s kinda amazing anyone can say centering a div was ever hard, especially if you have a computer science degree.

I mean sure it’s different from say object-oriented programming… but it’s frankly weird in a professional setting hearing grown adults with plenty of experience struggle over basic front-end work.

[–] Miaou@jlai.lu -3 points 1 year ago (1 children)

Computer science doesn't have much to do with making websites but ok

[–] coffee_poops@sh.itjust.works 6 points 1 year ago

Not web sites but certainly web applications.

[–] captain_aggravated@sh.itjust.works 12 points 1 year ago (1 children)

Is Linus still doing the thing with the videos? Huh.

Lol was pretty much my first thought.

[–] Evotech@lemmy.world 11 points 1 year ago* (last edited 1 year ago) (1 children)

Frontend devs stopped giving a shit about wide screens at like 24"

It's just massive blank spaces seperating the work area and sides

[–] Anticorp@lemmy.world 1 points 1 year ago

My team cares, mostly because I make them care.

[–] ceiphas@lemmy.world 7 points 1 year ago (2 children)

And bootstrap's biggest Screen size Starts at 1400 width... 4k be damned

[–] 5PACEBAR@lemmy.world 2 points 1 year ago (1 children)

I don't want to use Bootstrap in my future project because Twitter. What are y'all using now?

[–] brenstar@midwest.social 3 points 1 year ago

Tailwind is my go-to these days

[–] Daxtron2@startrek.website 2 points 1 year ago

Logical pixels != physical pixels

[–] iAvicenna@lemmy.world 7 points 1 year ago

This is not even an edge case, this is jump down from the edge to find what lies in the dark pit of despairs case

[–] DarkSpectrum@lemmy.world 4 points 1 year ago (1 children)
[–] Beanie@programming.dev 1 points 1 year ago* (last edited 1 year ago)

did you mean to comment this here?

[–] dog_@lemmy.world 2 points 1 year ago (1 children)

Another obligatory 'Fuck Linus'

[–] cryptiod137@lemmy.world 3 points 11 months ago

"We investigated ourselves and found we did nothing wrong."

[–] smileyhead@discuss.tchncs.de 1 points 1 year ago

Step 1: Write a website in pure HTML, can be converted or builded from something like Markdown

Step 2: Style it a little with CSS, as a layer on top, without touching HTML

Step 3: Profit.

you made me about to watch the video.