How to waste bandwidth, battery power, and annoy sysadmins
21–30 of 158 posts
Re: How to waste bandwidth, battery power, and annoy sysadmins
#22Are we talking about not putting annoying sysadmins to good use? Or are we talking about, you know, makin sure they don’t cause nobody no trouble again, boss?
Re: How to waste bandwidth, battery power, and annoy sysadmins
#23It'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
Also, when I saw the headline, I had to think of all the LLM scrapers and bots (soon to be running directly on your AIphone!) roaming the Interwebs.
[1]: https://github.com/fardog/fardog.io/commit/b2e3eac838ea25209...
Re: How to waste bandwidth, battery power, and annoy sysadmins
#24Re: How to waste bandwidth, battery power, and annoy sysadmins
#25Re: How to waste bandwidth, battery power, and annoy sysadmins
#26It'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 thought all browsers on iOS were using the apple browser engine and ditto for Android. That is, they are just skins
On android, browsers can ship their own engines, and they do. There is actually some freedom on android.
Re: How to waste bandwidth, battery power, and annoy sysadmins
#27It's not part of individual directories. That would be stupid. Having a path-specific favicon actually sounds like a feature.
Can you provide at least a couple of use-cases for a path specific favicons?
Re: How to waste bandwidth, battery power, and annoy sysadmins
#28It'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
Re: How to waste bandwidth, battery power, and annoy sysadmins
#29Oh hey, I wrote that last issue linked! What crazy Deja vu. Here’s me discovering the issue that led me to find some wild behavior. Basically Firefox loaded favicons 4x the number of tabs opened to that website. It would do this every time I opened or closed any tab. https://aggressivelyparaphrasing.me/2022/12/12/why-does-my-l... It was resolved a while back so maybe it’s similar symptoms but different root cause, or…