this post was submitted on 18 Jul 2026
1048 points (99.5% liked)
Programmer Humor
32380 readers
1165 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have trouble reading across wide screens, though, is that just me?
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.
Thankies!
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.
This is why I miss square screens. And I miss proper UI/UX design which makes good use of screen real estate.
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.
You don't actually have to maximise your windows, you can just set them to your favourite ratio.
If you don't want to change the window size for whatever reason, I find that reader mode (F9) solves this problem pretty well.