this post was submitted on 04 Sep 2024
1100 points (98.5% liked)

Programmer Humor

19176 readers
939 users here now

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

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 21 points 2 weeks ago (4 children)

Ok now sell me a monitor that tracks the light level like my phone and adjusts its brightness accordingly.

[–] [email protected] 2 points 2 weeks ago (2 children)

Ok so most monitors sold today support DDC/CI controls for at least brightness, and some support controlling color profiles over the DDC/CI interface.

If you get some kind of external ambient light sensor and plug it into a USB port, you might be able to configure a script that controls the brightness of the monitor based on ambient light, without buying a new monitor.

[–] [email protected] 1 points 2 weeks ago

I've thought about this as well, but I haven't been able to find such a light sensor.

[–] [email protected] 3 points 2 weeks ago

Ah yes, just buy some gadget, write some scripts and maybe it actually works if my monitor supports it. OR I KEEP USING DARK MODE. Choices choices...

[–] [email protected] 3 points 2 weeks ago

Turn on a lamp

[–] [email protected] 8 points 2 weeks ago (1 children)

There are actually some models already with a built in ambient light sensor. I don't know how much of a convenience it would be, whether it would be distracting if small changes in ambient light make the brightness go up and down all the time. I personally prefer changing it manually - I have a macro pad with knobs which are mapped to do that.

[–] [email protected] 2 points 2 weeks ago

I too, just disable the ambient sensor, but if I had to have one,
I'd rather have one that sends the sensor data to the PC, via an Open Protocol over DDC and let the KDE brightness setting handle the Brightness value decision (which would be easily configurable, of course).