Another funny concept
Programmer Humor
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
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.
Yeah, but I don't want to have an app on my phone for a store I go to once. I don't give a fuck if the page is ugly.
Why does this low key feel like something I would actually want to use
BRB, sticking microcontrollers to the back of my monitors so I can use their accelerometers to report the orientations in real time...
I would love it so much if xrandr was able to keep up with that and didn't blink for 3 seconds every time you changed orientation
Maybe a custom Wayland compositor could keep up
Now we need triangular windows that reshape in real time when you spin the monitor.
All of the screen elements should settle like sand in an hour glass, but using voxel physics in real time.
Linux is the only major operating system ~~to support diagonal mode~~
I’d just like to interject for a moment. What you’re refering to as Linux, is in fact, GNU/Linux, or as I’ve recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.
Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called Linux, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.
There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine’s resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called Linux distributions are really distributions of GNU/Linux!
You can have a Linux distro without GNU -Alpine Linux is a popular example
You can have a GNU distro without Linux - Debian GNU/Hurd and Debian GNU/kFreeBSD are popular examples
I think "popular" is stretching it here, Debian GNU/kFreeBSD is dead now, and while Hurd is interesting, it has ways to go.
Alpine is actually popular, particularly as a lightweight host OS to run docker.
I've been using it for more than 20 years, but I still love when someone pulls the GNU/Linux card.
To me it feels like reading an old plaque in Latin. It reminds me of an important past that shouldn't be forgotten.
Christians quote the bible, Muslims quote the Quran and we have our own set of sacred texts.
Not on wayland, right? Time to pester wayland devs to add this important missing features!
Probably would fall into scope of a compositer in Wayland, rather than the protocol. I suspect it originated with old CRT displays. Sometimes they can appear scan diagonally.
Even without that usecase, I think it's great to have around in order to support novel displays and display-like devices.
Why would you want this?
What if your monitor has a bullet hole you want to avoid looking at?
Why does your monitor have a bullet hole?
Why do you ask so many questions? ಠ_ಠ
Why don't you answer them?
Because then words like "evidence" and "premeditated" get thrown around.
Because asking and answering too many questions was exactly how they ended up with a bullet hole in their monitor.
American schools
I came back to my office after the new year's break and a stray bullet, from I'm assuming celebratory gunfire, was shot through the wall and hit my screen. Admittedly it wasn't a hole and the screen was totally unusable after, but I'll be a close n=1.
A good use case for American k-12 IT admins
to display Java class names on a single line
This person gets it
Why would you not?
Can't argue with that.
(insert image of Mt. Everest)
Because It's There.
It’s a novelty. I for one deeply love unusually shaped monitors and UXs.
Could be useful for an interactive art installation or something alike.
I remember seeing the video of this. The guy was doing it for shits and giggles, but it ended up looking great!
I hate this.
Original Article
Basically, it’s just some cool X11 magic that uses a matrix transformation to rotate the screen.