Earlier quoted context omitted.
I ditched Chrome and came back to Firefox, next step is to donate to Mozilla.
Note that charitable donations (of the 501(c)(3) variety) in the U.S. can only be employed for a very specific whitelist of purposes, and software development and marketing are not among those (the Mozilla Foundation uses donations to fund things like education programs instead). If you're a software developer who's interested in the health of Firefox specifically, consider instead donating your time by volunteering…
Google to restrict modern ad blocking Chrome extensions to enterprise users
851–860 of 909 posts
Re: Google to restrict modern ad blocking Chrome extensions to enterprise users
#852Earlier quoted context omitted.
Except that list really is just bloated with rules that don't do anything anymore. > We measure how EasyList affects web browsing by applying EasyList to a sample of 10,000 websites. We find that 90.16% of the resource blocking rules in EasyList provide no benefit to users in common browsing scenarios. [0] https://arxiv.org/pdf/1810.09160.pdf They've also mentioned the possibility of tweaking the 30k limit.
> in common browsing scenarios. Part of the point of an adblocker is to protect you in uncommon browsing scenarios. This is almost like saying that a malware list is bloated because some of the hashes its storing are uncommonly downloaded. Having as close to full coverage as possible is important. It also opens up an attack vector for advertisers that they absolutely will exploit. With unlimited rules, there's no rea…
I believe in the response, they said they are running benchmarks to see the performance hit, so they are definitely still looking at tweaking the limit.
Re: Google to restrict modern ad blocking Chrome extensions to enterprise users
#853Earlier quoted context omitted.
XHTML was a step too far. It was rejected in favour of HTML4 & 5, ultimately.
xhtml seems to me quite a bit simpler to implement than HTML5.
At least that's the justification I generally see. See the Criticism section of the Wikipedia article:
Re: Google to restrict modern ad blocking Chrome extensions to enterprise users
#854Earlier quoted context omitted.
Indeed, almost the entire ad-blocking market is controlled by the company behind Adblock Plus (eyeo GmbH), who has contracts with Google. It appears they also own AdBlock, and uBlock (not confused with uBO), so during the last years they basically tried to capture the entire market. The fact that Eyeo has >150 employees tells us something about the amount of money to be made from ad blocking. Although they have only…
This is why it’s so unfortunate and frustrating that people are depending so much on Chromium/Blink. Electron, various browsers that are just skins over the embedded framework... We were still dealing with legacy IE6 (and IE 7/8 by that point also) in 2013! Almost a decade since we got Firefox and the first version of Chrome. The web has empirically suffered through homogeneity and the lack of strong competitors in t…
Re: Google to restrict modern ad blocking Chrome extensions to enterprise users
#855Earlier quoted context omitted.
My one issue with Firefox is the disk usage. Running on an internal SSD, the entire browser still slows to a crawl for 30+ seconds upon opening, regardless of the previous tabs open (although if a video is there, it takes even longer). I've done all the tweaks and configurations found online, and nothing has made a marked improvement whatsoever. Not going to switch, but it's incredibly frustrating.
Are you experiencing this pause on Windows, Mac OS, or Linux? I ask because my employer has some crap McAfee security theatre software installed (Windows) that causes this same issue for me for any application that loads any large-ish file (or large number of files) on startup. Since Firefox is going to load a bazillion things from cache on startup it (or similar software) could be causing the problem. I had support…
I guess maybe it could be Windows Defender? Doesn't quite explain why the Firefox process is the one that is sucking literally my entire r/w bandwidth, slowing my computer to a crawl and inhibiting all OS functions. Defender does this every once in a while, randomly, but it doesn't show up during Firefox's start-up.
It works fine after like a minute of warm-up, but I still think that's unacceptable on an SSD. Still gonna use Firefox of course...
Re: Google to restrict modern ad blocking Chrome extensions to enterprise users
#856Earlier quoted context omitted.
Alternate motivation: People stay engaged on the web more when pages are faster. One thing that makes pages faster is a faster browser. When people stay engaged on the web more, Google makes more money. Chrome's initial big selling point was being faster. Disclaimer: ex-googler.
The investment in speed and other user benefits was a loss-leader for the goal of increased control. The speed and other benefits were indeed a net positive for users (and motivated Mozilla to focus on performance in Firefox) but they were investment made for payoff. You've said it yourself: "the big selling point was being faster." And yes, there is obviously some marginal value for Google in simply making web exper…
Extended web use is often punctuated by google searches, even if a lot of the engagement happens on non-Google properties. If slowness causes people to get bored and go do something else, Google suffers.
Re: Google to restrict modern ad blocking Chrome extensions to enterprise users
#857Earlier quoted context omitted.
xhtml seems to me quite a bit simpler to implement than HTML5.
XHTML is hard-structured, and among its negatives, requires being fully downloaded to be parsed and validated . HTML, including H5, has soft-fail modes. At least that's the justification I generally see. See the Criticism section of the Wikipedia article: https://en.wikipedia.org/wiki/XHTML#Criticism
Re: Google to restrict modern ad blocking Chrome extensions to enterprise users
#858Earlier quoted context omitted.
I downvoted because it misses the distinction between not doing evil, which Google never claimed, and not being evil. This is Google being evil.
You're right, and I stand corrected. I mistakenly thought their quote was "Don't do evil" when it was "Don't be evil"[1]. Still... I'll take the downvote because I was wrong, but your clarifying comment did more to educate me on my error than a downvote could. Apropos of my original comment; Apparently their new motto is "Do the right thing." which I question how they can justify this move to prohibit ad blockers as…
Re: Google to restrict modern ad blocking Chrome extensions to enterprise users
#859Re: Google to restrict modern ad blocking Chrome extensions to enterprise users
#860Earlier quoted context omitted.
XHTML is hard-structured, and among its negatives, requires being fully downloaded to be parsed and validated . HTML, including H5, has soft-fail modes. At least that's the justification I generally see. See the Criticism section of the Wikipedia article: https://en.wikipedia.org/wiki/XHTML#Criticism
That makes HTML5 harder to implement, not simpler.
HTML5 breaks soft. It's easier to write, which is what drives content. A parser for which there is no content becomes moot.
(I'd prefer far more rigorous document specification. That's not the Universe I inhabit.)