frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Ask HN: How can I browse HN in dark mode?

18•herodoturtle•43m ago
For the fellow parents, some fun context: My toddler is asleep on me, and this light is blinding.

Comments

pelagic_sky•41m ago
I use the HN Enhance extension in FF.
xeonax•39m ago
Darkreader extension in Firefox
stagas•38m ago
Dark Reader extension for Chrome.
farlight•36m ago
On Android, Vivaldi supports dark more out of the box. It's actually just a toggle for the dark mode present on any chromium-based browser, and you can enable it globally in any of them in chrome://flags/#enable-force-dark

Dark Reader, often recommended, is very slow, especially on old hardware. This built-in mode is much more efficient and works well on vast majority of pages.

gabrielsroka•6m ago
So do Chrome and Brave.
OnionBlender•35m ago
https://hcker.news has multiple dark mode themes.
salvesefu•22m ago
this is dope.
herodoturtle•15m ago
thanks!
tech234a•35m ago
I still remember this thread: https://news.ycombinator.com/item?id=23197966
Uzazo•29m ago
Dark Reader extension in Safari.
avipars•23m ago
Very beta: https://adhn.netlify.app/
VCFundedGenYer•23m ago
Use the firefox extension "Dark Background and Light Text".
viccis•15m ago
https://uso.kkx.one/style/92693

Use it with Stylus

Rendello•14m ago
The suggestion has been brought up and dang has commented on it over the years. He doesn't seem opposed to it per se. It's possible your descendants may live to see dark-mode HN:

https://news.ycombinator.com/item?id=23199062

See also:

dang + "dark mode": https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...

dang + "on the list" (lol): https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...

robgough•14m ago
If you're on one of the betas for about-to-be-released apple OS’s, there's a new describe an extension functionality and building a dark mode for HN is exactly what I just used it to do. Super easy, and synced across all my devices.

I know this sounds like an ad, but I was pretty impressed with it

Bender•10m ago
In uBlock Origin -> My Filters:

    # HN dark Mode:
    news.ycombinator.com##body:style(background: black)
    news.ycombinator.com##td:style(color: #fafafa !important)
    news.ycombinator.com##table:style(background-color: #24273a)
    news.ycombinator.com##div.toptext:style(color: #fafafa)
    news.ycombinator.com##div.c00:style(color: #fafafa !important)
    news.ycombinator.com##a:style(color: #ffa000 !important)
    news.ycombinator.com##span#karma:style(color: #faa000 !important)
    news.ycombinator.com##span.pagetop:style(color: #fafafa !important)
    news.ycombinator.com##textarea:style(color: #696969 !important; background: inherit; )
    news.ycombinator.com###hnmain:style(background: #24273a !important)
accrual•9m ago
I am using Stylus and this theme:

    body {
        background-color: #262626 !important;
    }

    body > center > table, input, textarea {
        background-color: #222 !important;
    }

    body > center > table > tbody > tr:first-child > td {
        background-color: #ff6600 !important;
    }

    /* Bright text */
    td.title a:link, span.comment font, span.comment font a:link, u a:link, span.yclinks a:link, body:not([id]),
    td:nth-child(2):not(.subtext) > a:link, input, textarea, p > a, a > u, .c00, .c00 a:link,
    a[href="http://www.ycombinator.com/apply/"], a[href="https://www.ycombinator.com/apply/"] {
        color: #ccc !important;
    }

    .admin td {
        color: #aaa !important;
    }

    /* search box and comment box */
    input, textarea {
        border: 1px solid #828282 !important;
    }
samus•9m ago
[delayed]
marcelo-earth•8m ago
This is the Chrome Extension that I use, I love it because it has a Safari version that you can use on your iPhone:

https://chromewebstore.google.com/detail/hn-dark-mode/abpjfl...

Metricon•5m ago
I use the "Comments Owl for Hacker News" Firefox extension - https://soitis.dev/comments-owl-for-hacker-news

It has a "Dark Mode" under options, plus it allows you to revisit a thread later and know which comments are new.

Astra and Fable still hack on simple variants of alignment evals from 2025

https://www.lesswrong.com/posts/munJKF7iWMsWJLAH2/astra-and-fable-still-hack-on-simple-variants-o...
212•Levitating•3h ago•83 comments

JetKVM Mini

https://jetkvm.com/blog/introducing-jetkvm-mini
405•taubek•10h ago•160 comments

CUDA for AMD on Windows

https://github.com/Speedstu/CUDA-for-AMD-Windows
73•chiassedu80•3h ago•22 comments

Why is the x86 undefined instruction called ud2? Why 2?

https://devblogs.microsoft.com/oldnewthing/20260910-00/?p=112689
93•ibobev•5h ago•28 comments

Why is Google still serving dodgy ads?

https://www.atomic14.com/2026/09/13/why-is-google-still-serving-dodgy-ads
6•iamflimflam1•24m ago•0 comments

Garry Tan wants US open-weight AI labs to 'distill' frontier models, too

https://techcrunch.com/2026/09/11/y-combinators-garry-tan-wants-u-s-open-weight-ai-labs-to-distil...
143•TheJCDenton•2h ago•65 comments

Making Startups Powerful

https://paulgraham.com/powerful.html
53•tosh•3h ago•17 comments

Reverse engineering my e-scooter and rewriting the firmware in Rust

https://bensimms.moe/reverse-engineering-scooter/
200•vinhnx•3d ago•55 comments

David Sacks: OpenAI and Anthropic Don't Need Regulations to Pace Frontier Models

https://twitter.com/DavidSacks/status/2098973625252708460
62•kolanos•1h ago•25 comments

Cpak – OCI application package format for Linux desktops, servers and devices

https://cpak.it/
21•xlmnxp•2h ago•7 comments

Ask HN: What are you working on? (September 2026)

15•david927•31m ago•15 comments

Romania soccer introduces black card to 'combat abusive behaviour' from parents

https://www.nytimes.com/athletic/7586821/2026/09/12/football-black-card-referee/
26•thunderbong•54m ago•10 comments

Libraries Run Rust Inside Python (With PyO3)

https://belderbos.dev/blog/how-libraries-run-rust-inside-python/
29•lumpa•2h ago•21 comments

'Fingerprints' inside the Sun could reveal if it once swallowed a planet

https://ras.ac.uk/news-and-press/research-highlights/fingerprints-inside-sun-could-reveal-if-it-o...
84•blincoln•6h ago•30 comments

Why are AI agents lying, cheating and coordinating?

https://yoshuabengio.org/en/publication/why-are-ai-agents-lying-cheating-and-coordinating
492•jonifico•16h ago•575 comments

Alan's Random Insult Generator (1999)

https://alanbellows.com/experiments/insult/index.html
33•DamnInteresting•2d ago•20 comments

TailTalk: A modern async user space AppleTalk stack with Rust and Tokio

https://github.com/FeralFirmware/TailTalk/
52•zdw•18h ago•13 comments

Predictive intelligence to anticipate anything.

https://prior.chat/
18•onemarkos•2h ago•21 comments

Sean Carroll explains the biggest ideas in the universe – Full Interview [video]

https://www.youtube.com/watch?v=_TBNJyztai0
7•binyu•2d ago•1 comments

Ask HN: How can I browse HN in dark mode?

18•herodoturtle•43m ago•20 comments

Make your first edit to OpenStreetMap

https://high5apps.github.io/josm-plugin-website-wizard/
561•juliantigler•1d ago•136 comments

Homebrew 7.0.0

https://brew.sh/2026/09/13/homebrew-7.0.0/
440•mikemcquaid•9h ago•173 comments

Base84 deserves a place in file names

https://00f.net/2026/09/09/base84/
38•kevvok•2d ago•28 comments

Aligned to whom?

https://hyperbo.la/w/aligned-to-whom/
158•lopopolo•14h ago•96 comments

A Brief Retrospective on the Sprite Network Operating System

https://github.com/OSPreservProject/sprite/blob/master/sprite.txt
8•EvanAnderson•1d ago•4 comments

On Binary Translation and Its Consequences

https://chipsandcheese.com/p/on-binary-translation-and-its-consequences
33•matt_d•2d ago•14 comments

Key symbols we lost to time, pt. 1: The PC side

https://unsung.aresluna.org/key-symbols-we-lost-to-time-pt-1-the-pc-side/
50•leephillips•4h ago•18 comments

The Interim Computer Museum

https://icm.museum/
153•mulmen•15h ago•21 comments

I Added a Non-Wi-Fi Mitsubishi AC to Home Assistant

https://medium.com/@ivangomezarnedo/how-i-added-a-non-wi-fi-mitsubishi-ac-to-home-assistant-22770...
149•ichacas•3d ago•71 comments

Apple iPod Engraver (2019)

https://dunstanorchard.com/apple-ipod-engraver/
273•NaOH•4d ago•72 comments