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

Programmer Humor

18961 readers
1015 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 1 year ago
MODERATORS
 
top 32 comments
sorted by: hot top controversial new old
[–] [email protected] 49 points 3 months ago* (last edited 3 months 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.

[–] [email protected] 16 points 3 months ago (1 children)

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

[–] [email protected] 7 points 3 months 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.

[–] [email protected] 4 points 3 months ago

honestly a lot of the people trying to pass as big pros on the internet are beginners. however its the most common issue with css, so its solution is dead easy to fucking find.

with that said, if i havent been using css in a while ill probably have to look it up.

[–] [email protected] -3 points 3 months ago (1 children)

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

[–] [email protected] 6 points 3 months ago

Not web sites but certainly web applications.

[–] [email protected] 24 points 3 months ago (4 children)

What's the use case for such a big monitor anyway?

[–] TxzK 118 points 3 months ago (2 children)

Being able to fit a java class name in 1 line

[–] [email protected] 4 points 3 months ago

Eh, I'm sure we can overrun it just by gluing sufficient instances of Factory to the end of the classname.

[–] [email protected] 2 points 3 months ago

And OOP in general. I also used to be infamous for such things, then I started to shorten the names, including using letters that are obvious to the user (e.g. int w, h; for width and height).

[–] [email protected] 33 points 3 months ago (1 children)

Demonstrating the power of tiling window managers.

[–] [email protected] 8 points 3 months ago (2 children)
[–] [email protected] 1 points 3 months ago

You sent me down a rabbit hole. Now I’m using a hamerspoon script which mimicks paperwm/niri

Liking it so far!

[–] [email protected] 1 points 3 months ago

thats a cool concept

[–] [email protected] 31 points 3 months ago

It is a digital signage display (ie in store ads, menus, displays etc) - not meant for desktop use.

[–] [email protected] 6 points 3 months ago (1 children)

Looks like Untitled Goose Game.

[–] [email protected] 4 points 3 months ago

Yeah he played some games on it to show the different scaling implications.

[–] [email protected] 11 points 3 months ago* (last edited 3 months 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

[–] [email protected] 1 points 3 months ago

My team cares, mostly because I make them care.

[–] [email protected] 8 points 3 months 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

[–] [email protected] 8 points 3 months ago (2 children)

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

[–] [email protected] 2 points 3 months ago (1 children)

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

[–] [email protected] 3 points 3 months ago

Tailwind is my go-to these days

[–] [email protected] 2 points 3 months ago

Logical pixels != physical pixels

[–] [email protected] 4 points 3 months ago (1 children)
[–] [email protected] 1 points 3 months ago* (last edited 3 months ago)

did you mean to comment this here?

[–] [email protected] 2 points 3 months ago (1 children)

Another obligatory 'Fuck Linus'

[–] [email protected] 3 points 1 month ago

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

[–] [email protected] 2 points 3 months ago
[–] [email protected] 1 points 2 months 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.

[–] [email protected] 0 points 3 months ago

you made me about to watch the video.