this post was submitted on 04 Oct 2025
38 points (91.3% liked)

No Stupid Questions

43805 readers
1083 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here. This includes using AI responses and summaries.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 2 years ago
MODERATORS
 

I like using dark themes everywhere and get flashbanged by photos with bright white backgrounds. Is there a quick way to tone down images so they don't hurt my eyes? I use Linux, Firefox and Redshift.

top 10 comments
sorted by: hot top controversial new old
[–] przt@quokk.au 17 points 1 day ago

In the browser, my fix for this is to use a global stylesheet in Stylus (any other userstyle plugin would work) with some really simple CSS:

@media (prefers-color-scheme: dark) {  
    img:not(:hover) {  
        filter: brightness(50%);  
    }  
}  

This halves the brightness of all images, unless you hover over them. The media query makes it only active when the global theme is dark. This really helps a lot with blinding white images, and for images that are already dark, or when you want the full contrast, you can easily just hover them to see the original.

With this simplistic CSS there could theoretically be clashes with a website's native styling. I don't think I've ever actually run into that in practice though.

[–] dickalan@lemmy.world 2 points 22 hours ago

There used to be a app called twilight for your phone if that's what you're looking for that Wood red shift everything and you could dial down the brightness to a arbitrary number

[–] Cevilia@lemmy.blahaj.zone 2 points 23 hours ago

The simplest solution by far is to turn down the brightness and contrast settings on your monitor. Turn them all the way down (or as low as you can manage), load up a bright white square, then turn them up slowly until it's not quite unpleasant.

Yeah lower the brightness plus blue light filter

[–] AFKBRBChocolate@lemmy.ca 8 points 1 day ago

Have you tried the bluelight filter most screens have?

[–] grehund@lemmy.world 4 points 1 day ago

If possible, don’t play in a completely dark room, have a dim light on, so your eyes are not as shocked when hitting a white screen.

[–] rowinxavier@lemmy.world 6 points 1 day ago

Lots of options, but the simplest is to lower the contrast and brightness values for your monitor. That will work on everything including images and video. You could also consider something like the redmode features of your OS and maybe even look at colour balance settings. If you take the curves and lower the highest bits you will selectively reduce brightness at the highest end without messing with less intense stuff too much. It looks a little weird but is easy enough to get used to.

[–] MuttMutt@lemmy.world 4 points 1 day ago

It's just a fact of life. I'm similar in that white screens hate me. I use my tablet in the evenings and the blue light filter and ultra dim modes help a lot. Still always an issue on some apps and web pages.

[–] Kolanaki@pawb.social 3 points 1 day ago

Dimming the screen is really all you could do.

This question also just made me think about how a handful of newer games I've played have had lighting effects so realistic, it affects my eyes just like the real world. I've put my actual sunglasses on for some outdoor segments of a couple games recently lol

[–] pinball_wizard@lemmy.zip 1 points 1 day ago

On Lemmy, I just block users who post images with white backgrounds. They're delightful users, but there aren't that many of them, and it is worth it to keep my feed dark room friendly.

┐( ∵ )┌