Definitely not. Gun ownership should be abolished like slavery was. A knife has good use for cutting and cooking, but a gun, especially in private hands, has absolutely no reason to exist.
I mean it's just a browser. Bit of fiddling with the saved password and your go to go again to never look back. If they value their users they will improve again like Firefox did in the background over years.
I only hope a good search engine will appear again. I don't like the alternatives.
You can always configure the DNS manually on a device you own to ignore the DHCP settings sent from the router and just go directly to the pihole, obviously not as good as it happening automatically, but a good workaround if that's not possible
I'm a bit clueless when it comes to that but certainly interested. Could you maybe go into more detail as to which hardware and software is needed to set that up?
So the main software is here https://pi-hole.net/ (and they have good documentation, so I'm not going to repeat the nitty-gritty here)
You obviously need something to run it on, which could be some existing computer that's always on, but (as the name might suggest) a lot of people use some form of Raspberry Pi (or similar) single-board computer.
Pihole will run on basically anything, so you can get an ancient pi and it will still run fine
Just adding that as I understand this, donations to the Mozilla Foundation cannot go towards Firefox, because it's [edit: Firefox is] actually part of the Mozilla Corporation. To help with funding Firefox people can consider purchasing the Corporation's other products (VPN/Relay/Monitor), or purchasing merch.
uBlock Origin for Chrome has over 34 million installations according to the Chrome Web Store
Oh wow, that is very surprising to me. I somehow expected a billion of installations. Especially when I saw the screenshots without it in the article, how can anyone browse the web without it?
Adblock users are still a statistical minority of web users. Most people don’t care (as evidenced by Netflix’s ad tier gaining subscribers every quarter) or don’t know those extensions exist.
There are other ad block options. And there is Firefox. I use Vivaldi browser, it has a built-in ad blocker, just like many other browsers. I just wish Vivaldi would be Firefox based.
But Firefox has a installation base of 2.8% and Chrome 65%. The Firefox uBlock Origin installations are in my opinion statistically insignificant, so are Brave browser installations which are even lower.
If you like this article, please consider following the site on Mastodon/Fedi, email, or RSS. It helps me get information like this out to a wider audience :)
They only have 40 posts so I gave them a follow. It's when accounts have like 10k posts and an account is less than a year old that I won't follow them, I don't need that noise.
Mentions UBlock seems.to be fast and safe, but that the API used lets extensions look at everything you do amd can dramatically affect browser speed. Implying that UBlock Origin is responsible for Chrome being such a memory Hog and that they, not Google, are the ones after your data.
I don’t think that’s necessarily the case: Google knows as well as I do that a total crackdown would give governments like the European Union and United States more ammo for antitrust lawsuits.
They do not care, never have, never will. Cost of operation.
It would also be a motivator for more people to switch browsers, which would weaken Google’s browser monopoly.
Not enough even care that would make noticable difference in market share.
A lot of people were upset 23 years ago when Windows ME removed real mode DOS, too.
And they all stopped using it, right? Right?
The new Declarative Net Request API is still a downgrade in capability compared to the older API, but the feature gap has closed significantly.
Chrome now allows extensions to include 100 rule lists, with up to 50 lists active at once. There are also additional filtering options, including an option to have case-insensitive rules, which cuts down on duplicates in filter lists. The maximum number of filter rules now varies by use case — an extension can now have up to 30,000 dynamic rules (filters downloaded by the extension) if they are deemed as “safe” (block, allow, allowAllRequests or upgradeScheme), an additional 5,000 other types of dynamic requests, and more filters included in the extension package.
for context, EasyList is just one of the lists enabled by default in uBlock Origin and other ad blockers, and it has over 75,000 rules.
I think I've made this comment before, but I really wish people would learn more about technologies like pihole. Get the ad once, get the hyperlink, add it to blacklist.
I run a pihole as well, but it is a very rudimentary tool compared to browser based adblockers like uBlock origin. It can only block DNS queries, and can't for example block ads if they are served from the same domain as the main site (i.e. youtube) or block specific elements on a page or block a specific script from running.
can’t for example block ads if they are served from the same domain as the main site (i.e. youtube) or block specific elements on a page or block a specific script from running.
That's a very rare case, and you can whitelist a domain using the pihole's web interface. It may require extra two clicks, but I had to do that maybe twice in the last year.
Ironically, I wish people including yourself knew more about shit like how PiHole/RaspPi simply leverage Unbound, which is not unique to only Pi software or Pi devices. You can do this same thing on any OS that has it installed.