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

Programmer Humor

18396 readers
736 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
 

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
[–] grue@lemmy.world 1 points 6 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.

[–] CanadaPlus@futurology.today 1 points 6 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?