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

Programmer Humor

32395 readers
1619 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
[–] EmilieEasie@fedinsfw.app 12 points 3 days ago (4 children)

I have trouble reading across wide screens, though, is that just me?

[–] bignose@programming.dev 2 points 1 day ago* (last edited 1 day ago) (1 children)

Not just you. For more than a quarter century, we've known that if a paragraph's text lines sprawl across a wide screen, it's more difficult for most people to read. (And the same is true if the lines are too short. There's an optimal range.)

https://jamesmattison.co.uk/method/why-line-length-matters-for-legibility/

For this reason, it's good for a website's style rules to limit how wide (measured in characters) a column of text can get, regardless of how much screen there is to expand into.

[–] zerofk@lemmy.zip 17 points 3 days ago

On desktop you can change window sizes to what you want. Don’t like wide text? Use part of the screen. But the inverse is not true: if a site decides to stay skinny you can’t make it wide if that’s what you prefer.

[–] jaybone@lemmy.zip 11 points 3 days ago (2 children)

This is why I miss square screens. And I miss proper UI/UX design which makes good use of screen real estate.

[–] EmilieEasie@fedinsfw.app 6 points 3 days ago

Omg, same, so same. But putting anything I need to read (like... anything in a browser usually) in a smaller window is fine. Librewolf letterboxing kinda does it for me.

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

You don't actually have to maximise your windows, you can just set them to your favourite ratio.

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

If you don't want to change the window size for whatever reason, I find that reader mode (F9) solves this problem pretty well.