Long-term burn-in #238
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since the nineties I use irc and other tools with some of the text rather fixed (ie top).
Long term degradation due to burn-in was an issue, where burn-in would mean the degradation of certain pixels over time when they have to glow longtime as high intentisy. This left a physical (darker) imprint on the screen (where the phosphor was burnt away), and the pixels would glow less when triggered. Ths always showing signs of the use of things like top, the headline of "watch" ouptut or irc-status.
The suggestion would be to define a number of frames of glowing at max intensity that would leave a lasting imprint, maybe as an image file.
Or, maybe easier, let the user choose such an image that contains a mask of pixels to darken to simulate the same effect.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Hi, thank you for sharing this. While this was already reported #98 , you added ideas and I also like the namings. I personally don't agree with the idea of loading a custom picture, but I just tried a dummy implementation which takes a sample every N seconds (currently 10) and add them to an accumulator with a very slow decay. I believe the result is quite good and not too heavy in terms of resources (since the sampling rate is very low).
In the next days I'll probably clean up the implementation to gather some feedbacks.
Ok, here we have an initial implementation. https://github.com/Swordfish90/cool-retro-term/tree/longburnin