Live data from Hacker News

Ask HN: What ist your AdBlock strategy?

news.ycombinator.com

181–189 of 189 posts

Re: Ask HN: What ist your AdBlock strategy?

#181
post #140

Earlier quoted context omitted.

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

Same, but discovered a nice alternative Firefox fork recently: Floorp https://github.com/Floorp-Projects/Floorp https://floorp.app/

Floorp is great! Also discovered it recently. Works really well.

Re: Ask HN: What ist your AdBlock strategy?

#182
post #76

Earlier quoted context omitted.

It’s not mentioned because we’re on HACKER NEWS discussing adblocking, FFS.

If you're going to pay for YouTube, then at least VPN to a 3rd world country for cheaper YT Premium subscription.

Or you could be honest.

Re: Ask HN: What ist your AdBlock strategy?

#183
post #167

Earlier quoted context omitted.

Aren't banks sort of the poster children for legacy practices though? Only works with this or that browser, here are some weird password rules, yes I have an SVGA monitor, no I can't search older than 90 days, etc. I'm used to turning off my modern expectations and just getting into the 20 years-old flow for the time I'm logged into the average bank. No, I don't want to switch banks (where my mortgage and dozens of A…

Thankfully legacy practices didn't include advertisements in paid sites, i.e. where you are the customer. If you value your finances at all, you won't allow advertisers into the connection.

They aren't using advertisers. They're incorrectly* using user behavior instrumentation for diagnostics and anti-fraud, especially blocking on login if tracking is disabled as they are trying to prevent credential stuffing bots.

* Bug, or feature, many fail if the tracking is blocked, due to other code that assumes it's there or depends on it. They fail closed instead of fail open.

Re: Ask HN: What ist your AdBlock strategy?

#184

Desktop: uBlock Origin in Firefox Mobile: PiHole running in AWS. I VPN into it, with the VPN configured to only tunnel DNS lookups. Allows me to easily temporarily disable the PiHole by just disconnecting from the VPN. Gives me ad blocking in all apps.

Why AWS? You can do this with a RPi and Tailscale.

I already run an AWS EC2 t3.micro for an IRC bouncer and other small projects, so figured why not put it there?

Re: Ask HN: What ist your AdBlock strategy?

#185
post #141

Earlier quoted context omitted.

Bit of an unrealistic comment, this might be a choice you can make for yourself, but most people don't live alone and share their internet connection with others – I doubt telling your partner or housemates to get a new bank because of the DNS ad blocker you set up on the network will go down well. Ad blockers pretty much all rely on community-maintained block-lists, there are always going to be mistakes in those tha…

> Bit of an unrealistic comment For other sites agreed, but a bank that can’t coexist with an adblocker you really have to ask yourself wtf said bank is doing. Everything on that site should come from ad free reputable domains. Also wouldn’t hurt if said bank tested their site with common browser configurations like ublock

Sorry, but I laughed at your comment. Didn’t mean to be disrespectful, but it is laughable.

Banks and other financial institutions have a duty to prevent fraud and their malicious actors. Could they do better, yes. They still have a duty nonetheless.

Adblockers do more than just domain blocking, such as anti-fingerprinting, bot detection—which includes a lot of, sadly, invasive checks against the browser.

UBlock has annoyance lists, tracking lists, and others and others…

From what you’re telling me, you’re wanting a bank that’s protecting their clients or at least attempting to. Ooookay

Re: Ask HN: What ist your AdBlock strategy?

#187
Ads pay for much of the content we consume or services we use, my policy is to give a site a chance to show that they run ads in a respectful way- that is, ads don’t interfere with the user experience. If they abuse ads, then I block them, otherwise you’re basically stealing content.

Re: Ask HN: What ist your AdBlock strategy?

#188
My home wireless network uses two SSIDs. One uses Pihole as it's DNS server and the other just 8.8.8.8. That's handy when too many domains are getting blocked and you could just swap over and back.

Then i use Noscript in Firefox. I also have a VPN server setup whose DNS uses the same Pihole too.

Re: Ask HN: What ist your AdBlock strategy?

#189

Earlier quoted context omitted.

How do you reduce the latency of the upstream DNS resolvers? The closest Cloudflare servers give me 20-25ms DNS resolution times, but with Cloudflare as the upstream DNS in Adguard Home, I'm getting more around 80-110ms.

Maybe not what you’re looking for, but I put adguard home on a VPS (although later switched to a “real” dns software prior to benchmarking) and is faster^1 than connecting directly to cloudflare from home. [1] https://stonegray.ca/dns/#performance Edit: for the curious, I use technetium as the server, nginx to proxy it (security stuff, prioritize traffic from my zerotier network, do DNS/DoT translation, etc) and dock…

This looks really interesting. I am not in North American region and hence this would be slow from my region. But nonetheless interesting project. Have you documented the entire setup journey on a blog or video?
Post reply on HN