Could be something peculiar to Nvidia GPUs, or maybe it’s just Firefox, but I never see this colour anywhere else, only when something causes a glitch in the rendering of video content. Sometimes it’s not just the video player that goes green, but the entire viewport of the browser window. I’m mainly curious why it’s that colour, rather than just black or white or something like that.
- HEX: 004d00
- RGB: rgb(0, 77, 0)
Cheers!
tenchiken@anarchist.nexus 12 hours ago
The Video itself is rendered off screen in a special area of memory, then the browser simply uses a predefined color to tell the driver where to display the video. The driver then takes care of things like stretching to fit etc.
It’s not actually that shade typically, and you are just seeing a side effect of the glitch.
Azzu@lemmy.dbzer0.com 12 hours ago
That doesn’t really answer the question though. Obviously it’s the side effect of some kind of glitch, but why is it always this green, why not orange or blue
lath@lemmy.world 10 hours ago
It’s the green screen which allows blending, melding, switching and superimposing layers. You see, the way it works is that I don’t know, but it got you reading this far and wasted a few moments of your time which could have been spent doing something else, like gardening.
But really the answer is probably because it’s very nearly in the middle of the VGA color palette.
dumbass@piefed.social 11 hours ago
Probably causes less eye strain, while being noticeable.
emotional_soup_88@programming.dev 12 hours ago
I’ve never really thought about what happens to data that the system fetches over the internet. So, just as if it would’ve been stored in permanent storage locally, it’s loaded into system memory, which then “serves” it back to the browser? In my beginner head, it then looks like this: YouTube -> system memory -> browser/media player
ripcord@lemmy.world 8 hours ago
Correct. Eventually millions of very very tiny squirrels then eat the data once it is discarded.
I’m simplifying a bit, but that is generally how it works.
flandish@lemmy.world 12 hours ago
it doesn’t just update the dom via x/y? currently making an 8080 emu and am not using browser yet but may. also tell me more about your instance?