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
Another funny concept
Hmm yes, web dev horrors beyond my comprehension!
That, right there, is a perfect example of why folks need to stop trying to shoehorn web apps everywhere they don’t belong. It’s a use-case for a proper native mobile app if ever there was one.
even if it’s just mobile
you already have to handle landscape/portrait mode
now imagine having to handle angled
That’s why you should’ve just handled arbitrary rotations instead of inventing a finite predefined set of orientation “modes” in the first place.
Things get a lot easier in the long run if you aggressively look for commonalities and genericize the code that handles them instead of writing bunches of one-off special cases.
And this is why my webapp only renders properly on circular displays.
Peak evil - well done. How much is the extra fee to wrap a letterbox around the circle on a conventional aspect ratio?
There’s good money in this idea!
true
however
everything would be fluid in the layout and you would need to set what should go on top of what. And having this feature doesn’t seem worth the hassle of making if work, or even using it.
Imagine trying to type in a ‘fluid’ keyboard
TBH tho, seems like a cool gimmick for some apps.
Congratulations. In almost 30 years, this is the first thing that finally made me want to throw my phone when I saw it.
Smart phones haven’t existed for 30 years…
I’ve had cell phones for 30 years. Never mentioned anything about them being smart the whole time.
What would you be able to see on a 30 year old cell phone that would make you throw it? A weird number?
i’d like to know what hallucinogen you’re on or neurological damage you have, as you keep responding to things i never said-- i never mentioned a 30 year-old cell phone.
So “in 30 years” you never wanted to throw your non existent cell phone. Your original comment just doesn’t make sense.
It doesn’t make sense to you, because something is very wrong with your brain.
Best of luck with that
Well now i wanna use it(probably works in linix phone?)
Linux phones aren’t supported because it’s an Xorg feature. Usually Linux phones use Wayland for the better (touch) experience. If someone wanted to they could implement it on a Wayland compositor, but given that no other OS I know of supports diagonal mode, I wouldn’t hold my breath.
I almost want it