Earlier quoted context omitted.
There's Brave on Android fwiw.
Brave is still just a fancy Chromium reskin, I'll use any other engine than Chrome if it's even remotely possible
How to waste bandwidth, battery power, and annoy sysadmins
121–130 of 158 posts
Re: How to waste bandwidth, battery power, and annoy sysadmins
#122I thought firefox on ios was just safari with a reskin because apple doesn't allow other browser engines on their phone? Firefox on android is amazing with its plugin support, though I still prefer their pre-2021 UI
Re: How to waste bandwidth, battery power, and annoy sysadmins
#123Earlier quoted context omitted.
Firefox on android can run ublock origin. The internet is unusable on mobile otherwise. But go on and let google continue to 'wow'you with their amazing ad tech. Firefox on android IS AMAZING.
There's Brave on Android fwiw.
They even market it: https://brave.com/brave-ads/
Re: How to waste bandwidth, battery power, and annoy sysadmins
#124Earlier quoted context omitted.
No it's not. It's slow and buggy. You can also use an adblocking DNS like AdGuard and have adblocking system-wide. Yes I know uBlock blocks a bit better but DNS-blocking suffices. Also, there are other browsers with integrated adblockers based on Chromium.
You've been downvoted but I would like to echo this comment. I use Firefox mobile daily, I occasionally have to switch to Chrome for some things. I choose to continue using Firefox Android because of the ability for greater privacy. Firefox android is slow and buggy. It is especially terrible if you are not in the habit of closing open tabs and just open new ones. As a concrete example, it often seems to run out of m…
Re: How to waste bandwidth, battery power, and annoy sysadmins
#125Earlier quoted context omitted.
There could just be a difference in hardware. I'm a Firefox user but there is a noticeable difference, just not one that matters much on a top tier soc
Loading JS heavy pages like Twitter on Firefox Android is way slower than Chromium based. Very noticeable on 2019 hardware, less so but still on 2022 hardware.
Re: How to waste bandwidth, battery power, and annoy sysadmins
#126Earlier quoted context omitted.
Firefox on Android is NOT amazing. For MANY YEARS the user agent included the exact model of your phone. They seem to be incompetent. (Edit: this is a bit harsh, and to clarify, directed at the company and not any specific people in their employ.) Exactly what Google wants -- plausible deniability when it comes to monopoly, but an awful alternative.
Firefox on android can run ublock origin. The internet is unusable on mobile otherwise. But go on and let google continue to 'wow'you with their amazing ad tech. Firefox on android IS AMAZING.
The worst thing about the iPhone is the web browsing experience in Safari. It's awful. The ads totally ruin it. The rest of the phone is fine, I still prefer Android but that's most likely just because it's what I started with.
Re: How to waste bandwidth, battery power, and annoy sysadmins
#127Re: How to waste bandwidth, battery power, and annoy sysadmins
#128Earlier quoted context omitted.
Firefox on Android is not amazing, it is on the contrary quite annoying and has gotten more so over the years * Tabs get stuck frequently, and can only be revived by closing, then undoing close. * Can no longer access about:config in release builds * Bookmarks got demoted in favor of Pocket, can no longer set bookmarks as default home page * URL autocompletion got dumbed down, first on mobile and then also on desktop…
Pocket is the worst. It tried to get me to read some article where the author was whinging that her daughter was pretty and people were complementing her as such. https://time.com/6990734/ugly-side-of-pretty-essay/
Re: How to waste bandwidth, battery power, and annoy sysadmins
#129It's an open source project, with a good discussion of the technical issues on GitHub[1]. Probably linked to certain user behaviors, like having hundreds of tabs open, but surely also contingent on the complexity of wedging a browser in iOS. Like maneuvering an excavator into a sandbox. [1] https://github.com/mozilla-mobile/firefox-ios/issues/12113
I also wonder how these requests "beat the shit out of the web server." It's requesting the feed and the favicon, both of which could be cached by a CDN. Even if they aren't, how much traffic are you gonna see from this compared to some other page trending on HN? Wasteful, sure, but hardly that big a deal
I opened the Github issue linked. For us it represented, at times, thousands of requests per second across multiple users. And that was with affected users getting IP-banned temporarily.
Some of which were 404s which you typically absolutely do not want cached. Or 405s (on HEAD /favicon.ico for example). Or 429s. Or 403s.
Browsers are expected to: 1. Use the favicon specified in meta if any (we do have one, /favicon.svg) 2. Respect cache headers (immutable + multi-months max-age) 3. Not make completely random requests to things they should ignore (such as OpenGraph tags)
Yes CDNs do help with these kinds of issues, but they absolutely do not fix them all. Which is why even though we have a pretty damn elaborate setup in that regard we were being annoyed by the issue.
But also Firefox on iOS should be not-completely-broken.
Re: How to waste bandwidth, battery power, and annoy sysadmins
#130The author of this site usually takes pains to obfuscate whatever big commercial entity she's talking about who did dumb stuff. But when it's Firefox, she names names. Huh.