Earlier quoted context omitted.
That's another good point. The people who are actively blocking ads are probably not the ones going to click them, even if they are not blocked. So not worth the money to invest in unblocking the ads going to people who aren't going to click them.
People greatly overestimate their ability to completely ignore ads, and to make purchasing decisions free from influence. Sure, I believe that I am pretty much completely unaffected ads, but then so does almost everybody else .
Pi-hole – A black hole for Internet advertisements
51–60 of 320 posts
Re: Pi-hole – A black hole for Internet advertisements
#52I may switch to an Odroid C2 if I go with a permanent VPN connection as the throughput of the RPi3 network port is not the best.
Re: Pi-hole – A black hole for Internet advertisements
#53With all the ad blocking technologies that are coming up, I wonder if Google is devising something to counteract these efforts. For instance, since browser-based ad blockers work from what I know by blocking known domain names, couldn't Google create random subdomains and serve the code from a different subdomain every day or even every few hours, as well as change the way their JavaScript and HTML looks? Even someth…
* Security/Guidelines/Web Security - MozillaWiki || https://wiki.mozilla.org/Security/Guidelines/Web_Security#Co...
Mozilla makes a good tool to let you scan and report on this sort of thing for any site.
* Observatory by Mozilla :: Scan Results for news.ycombinator.com || https://observatory.mozilla.org/analyze.html?host=news.ycomb...
Re: Pi-hole – A black hole for Internet advertisements
#54Earlier quoted context omitted.
Not strictly useful for yourself, but you could run a tor relay https://www.torproject.org/docs/tor-doc-relay.html.en
That is a decent idea. I have never used Tor though, and I can't say I know the consequences of running a relay. So I'd probably skip that.
Re: Pi-hole – A black hole for Internet advertisements
#55Earlier quoted context omitted.
That's another good point. The people who are actively blocking ads are probably not the ones going to click them, even if they are not blocked. So not worth the money to invest in unblocking the ads going to people who aren't going to click them.
People greatly overestimate their ability to completely ignore ads, and to make purchasing decisions free from influence. Sure, I believe that I am pretty much completely unaffected ads, but then so does almost everybody else .
Re: Pi-hole – A black hole for Internet advertisements
#56Earlier quoted context omitted.
You would just block *.addomain.com at that point. Which is already what is being done on many of the blockers. There will always be domains to block, even if they add new domains, the blockers will probably be able to block them just as fast.
How about if they load them through *.google.com? Sure, you could whitelist www.google.com, mail.google.com, etc, but couldn't they keep ahead of you if they were ok with using their main domain? They could even start using www.google.com/ad-id
Re: Pi-hole – A black hole for Internet advertisements
#57Earlier quoted context omitted.
You would just block *.addomain.com at that point. Which is already what is being done on many of the blockers. There will always be domains to block, even if they add new domains, the blockers will probably be able to block them just as fast.
How about if they load them through *.google.com? Sure, you could whitelist www.google.com, mail.google.com, etc, but couldn't they keep ahead of you if they were ok with using their main domain? They could even start using www.google.com/ad-id
Currently domain-based filtering is probably too small a proportion of traffic to even care about, but as ease-of-use comes to the masses there may come a point where the pro-ad side will implement this.
Re: Pi-hole – A black hole for Internet advertisements
#58The installation shortcut given is curl -sSL https://install.pi-hole.net | bash and one is expected to execute this as root. Yes, I know this is supposed to be a convenience thing, but I wish people wouldn't actively encourage this pattern.
Unless you've audited the source, a manual install isn't any better.
I can't stop people from doing potentially dangerous things, but I don't have to promote those things, either.
Re: Pi-hole – A black hole for Internet advertisements
#59You may have missed the precursor discussion this past weekend, a walkthrough of setting up pihole on VPS: Set up a cheap cloud hosted adblocker in an hour for $2.50 a month https://news.ycombinator.com/item?id=13852109 Of particular added value there was mention of Android apps that can be setup to self-host an ad-blocking VPN / hosts filtering without rooting: https://news.ycombinator.com/item?id=13853408 https://g…
Re: Pi-hole – A black hole for Internet advertisements
#60With all the ad blocking technologies that are coming up, I wonder if Google is devising something to counteract these efforts. For instance, since browser-based ad blockers work from what I know by blocking known domain names, couldn't Google create random subdomains and serve the code from a different subdomain every day or even every few hours, as well as change the way their JavaScript and HTML looks? Even someth…
Could the website server make the requests to the ad networks, then serve the responses as if it were native content? Current browser-based blocking tech would be rendered useless, right?