Live data from Hacker News

Ask HN: What ist your AdBlock strategy?

news.ycombinator.com

131–140 of 189 posts

Re: Ask HN: What ist your AdBlock strategy?

#131
A combination of Pi-Hole and Tailscale https://dancocos.com/2024/10/20/Tailscale-and-Pi-hole-ad-blo...

tl;dr * It works across all devices (will block ads on the DNS level when using your phone on the cell network you usually cannot set the DNS servers in this case) * To disable ads for minutes just disconnect from TS or deselect "Use TS DNS."

Re: Ask HN: What ist your AdBlock strategy?

#133

Earlier quoted context omitted.

What sort of workloads are you doing where 60ms extra time on your DNS lookups is an issue?

I naively assumed most OS + routers cache DNS queries so that your typical sites will not even require a lookup. Or is that a bad assumption?

DNS records commonly have cache lifetimes (“TTLs”) of a few minutes. It would be an error to cache those for much longer.

Re: Ask HN: What ist your AdBlock strategy?

#134
I use Firefox + uBlock Origin for the most part.

I also have whole-network blocking via AdGuard running on a Pi. AdGuard also has a hosted option and you can just run it in a Docker container on a machine on the network.

I also have WireGuard setup on my Ubiquiti network so I often will be running my machines through that when remote which blocks ads for them too.

Re: Ask HN: What ist your AdBlock strategy?

#137
post #9

Pi-Hole is not a option, since I don't have one laying around. Why not buy one?

Pi-Hole is the worst-named software. You don’t need to buy a Raspberry Pi to block ads at the DNS layer, and you don’t even need branded pi-hole software. It’s just dnsmasq which can run on anything.

Using an RPi might be the simplest way for the OP to solve the problem because hardware is a useful abstraction. My response addressed the hard part of engineering: humans in the loop.

Re: Ask HN: What ist your AdBlock strategy?

#140

Firefox + uBlock Origin works well for me! It's all I use.

The same addon, but prefer Ungoogled Chromium as browser. Chrome, Firefox, Brave etc. have too many features I never asked for.

I just use Firefox and disable Pocket, search suggestions, and everything on the new tab page and it feels fine to me.
Post reply on HN