this post was submitted on 28 Dec 2023
1481 points (99.3% liked)

Programmer Humor

19208 readers
2333 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
1481
Good luck web devs (lemmy.world)
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/programmer_humor
 

Alt text:Twitter post by Daniel Feldman (@d_feldman): Linux is the only major operating system to support diagonal mode (credit [Twitter] @xssfox). Image shows an untrawide monitor rotated about 45 degrees, with a horizontal IDE window taking up a bottom triangle. A web browser and settings menu above it are organized creating a window shape almost like a stepped pyramid.

Edit: alt text

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 8 months ago (1 children)

Lol - in your other comment you suggested that web devs key off of screen rotation to resize the page, but now you’re saying the client shouldn’t know anything about the viewport at all? Which is it?

Legitimate apps key off screen rotation do fancy stuff. Web pages let the browser render them and don't try to do fancy stuff. It's not that fucking hard.

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

Follow up question, would it ideally work like the old Java Applets then, where you have to explicitly ask to launch a web app?