Live data from Hacker News

Show HN: DarkHN – Dark Mode Mirror for Hacker News

darkhn.herokuapp.com

61–70 of 71 posts

Re: Show HN: DarkHN – Dark Mode Mirror for Hacker News

#61
post #42
post #15

Earlier quoted context omitted.

Dark reader works unreasonably well.it has done more than any other project to restore some degree of visual consistency to our computer screens in the age of web apps.

Dark Reader is great if you do not care about performance.

Performance has improved somewhat, at least using the dynamic mode. I think largely through more effective caching. I use it even on my phone these days.

Re: Show HN: DarkHN – Dark Mode Mirror for Hacker News

#62
post #61
post #42

Earlier quoted context omitted.

Dark Reader is great if you do not care about performance.

Performance has improved somewhat, at least using the dynamic mode. I think largely through more effective caching. I use it even on my phone these days.

which phone do you use it on? as ios browsers do not seem to support it?

Re: Show HN: DarkHN – Dark Mode Mirror for Hacker News

#63
post #62
post #61

Earlier quoted context omitted.

Performance has improved somewhat, at least using the dynamic mode. I think largely through more effective caching. I use it even on my phone these days.

which phone do you use it on? as ios browsers do not seem to support it?

It's supported on Firefox for Android. I use it on a two-year old OnePlus 7 Pro.

Re: Show HN: DarkHN – Dark Mode Mirror for Hacker News

#64
I prefer dark modes generally and don't mind the look of this one. But it amused me that one of the posts currently on the front page:

Drunk Post: Things I've learned as a Sr Engineer [1]

Mentions this:

Dark mode is great until you're forced to use light mode (webpage or an unsupported app). That's why I use light mode.

and self-illustrates this beautifully (unless you have dark-mode on reddit already).

...although its also why you need a Dark mode for HN if you're coming from Reddit. I guess I get the Sr Engineers point.

[1] https://old.reddit.com/r/ExperiencedDevs/comments/nmodyl/dru...

Re: Show HN: DarkHN – Dark Mode Mirror for Hacker News

#65
post #62
post #61

Earlier quoted context omitted.

Performance has improved somewhat, at least using the dynamic mode. I think largely through more effective caching. I use it even on my phone these days.

which phone do you use it on? as ios browsers do not seem to support it?

Won't work on iOS, only Android. Kiwi Browser is great, Chromium with extension support. Or Firefox on Android, also with extension support.

Re: Show HN: DarkHN – Dark Mode Mirror for Hacker News

#66

Earlier quoted context omitted.

I find it offensive there's no dark mode. It's discrimination against people with a vision disability. It's a small and insignificant change on their part, could be made in 5 mins.

Does dark mode help those with visual disabilities? I whole heartedly want dark mode HN but your comment seems insincere and hyperbolic.

This is why it's basically illegal for businesses to ask someone to prove they need their service animal.

It's annoying as duck to 1.) have a disability in the first place and 2.) have every random person ever acuse you of lying about it for literally no reason.

Re: Show HN: DarkHN – Dark Mode Mirror for Hacker News

#67
post #49
post #17

Earlier quoted context omitted.

I, too, appreciate HN's reluctance to add new features, and have zealously followed the same approach in maintaining my own tiny corner of the web for two decades. But dark mode offers such immense retinal relief that a few lines of CSS¹ does not seem too unreasonable, especially since it means not having to trust third party extensions to do the job (though Firefox supports site-specific CSS rules natively: https://…

> prefers-color-scheme: dark How do I convince my browser (firefox, typically) to set this? Is there a way to toggle it on and off?

> In Firefox you can add "ui.systemUsesDarkTheme" as an integer in about:config and set it to "0" for forced light or "1" for forced dark. This setting changes what is reported by the media query, you can still set your OS and/or browser theme independently. You will need to restart Firefox to apply the setting. [1]

[1] https://news.ycombinator.com/item?id=21196903

Re: Show HN: DarkHN – Dark Mode Mirror for Hacker News

#68

I prefer dark modes generally and don't mind the look of this one. But it amused me that one of the posts currently on the front page: Drunk Post: Things I've learned as a Sr Engineer [1] Mentions this: Dark mode is great until you're forced to use light mode (webpage or an unsupported app). That's why I use light mode. and self-illustrates this beautifully (unless you have dark-mode on reddit already). ...although i…

In my day to day life, HN is the main place where I'm jarringly "forced to use light mode". It's blinding when I tab over while playing a PC game in the evenings

Re: Show HN: DarkHN – Dark Mode Mirror for Hacker News

#69

Try to read HN in Firefox on iOS, on an iPad 12’9. It’s impossible to read due to the tiny text size. You can’t zoom text in Firefox-iOS either… combined with no dark mode it’s a terrible user experience.

iOS Safari lets you zoom on HN, and also let's you turn off "request desktop sites" in settings which might help the small text

Re: Show HN: DarkHN – Dark Mode Mirror for Hacker News

#70
Thank you all for the feedback and support for DarkHN. I'll be working on fixing some of the bugs on the application (unexpected 403 errors, low contrast, etc).

If you're interested in the code or would like to contribute, take a look at the GitHub repo: https://github.com/xtrp/darkhn

For those interested, it's written in Node.js with a simple Express.js server. More info is available on the repo.

Thank you all again for taking a look at this project!

— Gabriel

Post reply on HN