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

  • rambaroo@lemmy.world
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    6 months ago

    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? And why would the rotation angle be useful if I don’t know the aspect ratio of the screen? Or are we now assuming that widescreen will be a thing forever? I thought your ingenius idea was to be able to handle any use case.

    • grue@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 months ago

      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
        link
        fedilink
        English
        arrow-up
        1
        ·
        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?