this post was submitted on 18 Jul 2026
1041 points (99.5% liked)

Programmer Humor

32405 readers
1611 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Lojcs@piefed.social 4 points 3 days ago (2 children)

Pretty sure narrow text width has been a thing for ages, even before smartphones. Unless you mean a newer, narrower style I guess. It's easier to read when you can see both ends of a line at the same time so even letters are written on portrait paper.

And I'm not a web developer, but if I had to guess styling a page to limit the text width on a wide screen probably takes more effort, not less.

[–] lyralycan@sh.itjust.works 2 points 2 days ago* (last edited 2 days ago)

Yeah I mean, these are fine:

But anything thinner is just a waste, such as:

As for web dev, no doubt some situations would be more complex than others, but usually it's as easy as saying "if the screen is x wide, render like a, otherwise render like b."

[–] anguo@piefed.ca 4 points 3 days ago

Yeah, good legibility is around 50-75 characters per line.