After opening FF while previously using Arc for a while I was super happy with the usability improvements (that don’t seem to have impacted older workflows fortunately… big fan of how FF makes it easy to customize the toolbar etc)
For example, I sometimes run with hundreds of tabs and my wife has many thousands, at all times. My needs and hers are very different from typical users who have single digits numbers of tabs open, heavily biased toward the low end.
Of course I would prefer TST or Sideberry, but I'm not like most users. For most users, the Firefox experience is superior to Sideberry for its ease of use and fewer failure modes.
To me, what they shipped seemed lacking in features to both, with no real improvements.
I think if you are extremely narrowly scoping well-trusted ad blockers, you may be okay, as long as you understand you are trusting the ad blocker with your banking info. But it would be far better for a browser to include capabilities in first-party and eradicate extensions altogether.
A Pihole is also far safer than an adblock extension, because it can't see your decrypted your web traffic the way a browser extension can.
I’d even go so far as to say that extensions should have full control over Firefox again. They shouldn’t have to wait 20 years for a tray icon on minimize feature to be added or require external apps to add that feature on certain operating systems. Min2Tray existed. They should have the ability to completely alter the UI to make it function however you want. For example, the old search was great for keyboard users. A couple of strokes and you could switch search engines to site specific ones. Now it takes dozens. And when they all have the same icon, it is a painful experience. There was even at one point an add-on to restore that functionality. All this should be exposed.
The extension and plugin infrastructure didn’t die. It was killed! If security is a concern, just add more warning cones and blood red messages.
Compatibility: these addons could be broken very easily because they could depend on almost anything, and with the monthly release cycle, it is very difficult for mod authors to keep up. For instance, some addons would work by taking a core browser function written in JS, convert it to a string, run a regular expression to edit the string, then use eval to create a new function to replace the old one. In some release, the syntax of the "convert a function to a string" output changed slightly and it broke these addons, because it broke the regexp they were using.
Performance: XUL addons could do all sorts of things that are horrible for performance, and there was no real way for a user to tell what was causing it, because the addon wasn't isolated in any way. I ran into somebody who was having severe performance issues because the browser was generating colossal amounts of garbage for no reason. It eventually turned out that on a whim they'd installed a "LaTeX the World" addon, which would look for LaTeX typesetting instructions on pages and replace it with the nice looking output. The problem was, the way it worked was that every 10 seconds or so it would convert the entire contents of every single tab you had open into a zillion strings, search those strings, then throw them out.
(Also we know from long experience that "warning cones and blood red messages" don't in practice suffice to prevent end users from being exploited, but that's a separate issue.)
They also spent tons of effort explaining the background of these choices and why they felt they had no choice and this was the only path forward. It's disappointing people are still coming up with this "oh, why don't they just [..]?!" type stuff.
Several proposals backed by "the primary competitor" failed to get through the process, or were radically changed to make other implementors happy.
The comment was: make the Firefox containers work in private mode.
In Safari private mode. Each tab has no knowledge of another (e.g. log into Gmail and then open a new tab and go to Gmail and you won't be signed in).
Firefox doesn't have this tab level isolation.
Also offer equivalent of safari's lockdown mode. So images and site features capable of loading malware etc are blocked by default.
My solution to this is having multiple Firefox profiles where the default one clears all history/cache/etc automatically upon closing (default in Librewolf). It's not technically private mode so containers work.
> disposable containers which isolate the data websites store (cookies, storage, and more) from each other
Granted, they're not in private broswing mode just normal mode, but same effect
[0] https://addons.mozilla.org/en-US/firefox/addon/temporary-con...
Why would you create a privacy tool, and then not offer it in private mode. Makes no sense.
(You can setup Firefox so it's permanently in Private Mode and clears history and data on exit - as per Libre comment above -,which is how I have it set)
Pretty interesting how preferences can vary, because this bothers me everytime I use incognito mode on safari and think, can this not just work like in Firefox.
It's very handy for sites where you may have more than account
For that Firefox's container tabs are a much handier option as you can stay logged in and also open new tabs that are already logged in. It has colours to tell apart which tab is part of which container
But I understand that other people have other needs. It can be very useful for developers for instance. Make it an option, maybe.
firefox --profile $(mktemp -d) --private-window
or wrap it to delete the temp dir after firefor process exits.https://superuser.com/questions/1532688/pasting-required-tex...
Computer A:
Sometimes I cannot close tabs by clicking the X, or refresh/go-forward/go-back using the buttons next to the address bar.
Computer B:
Sometimes I get downloads that have "Unknown time left" (0 bytes/sec) when the X of X KB/MB is 100% and you can't remove it from the downloads dropdown.
I just discovered a new bug on Computer B, clicking the hamburger menu doesn't do anything.
Both are Ubuntu.
(I'm not a fan of the new menu in Firefox Beta for Android. I guess it looks nicer due to the greater whitespace, it just break muscle memory and has less options/selections.)
Do you see any disk i/o spikes when this is happening?
No, it stays there until I close the browser at which point I get the option to cancel the download or not to exit.
> disk i/o spikes
Unknown, I don't monitor that, and the bug doesn't happen all the time, not sure how to recreate it.
* Use Vulkan for rendering instead of OpenGL
* Drop dependency on GTK (it's a source of many problems) and just implement their own full fledged Wayland handling like Wine is doing.
* Back Servo again as the future engine.
How much of a difference does it make?
> just implement their own full fledged Wayland handling
As long as they still support X11... (I often do ssh -X ... firefox when I need to see a webpage from a remote machine)
> Back Servo again as the future engine
100% yes, if they still can that is
Wayland is also the modern option, so I don't really worry about X11 use cases. For remote desktops, better to use something like FreeRDP anyway. X11 forwarding is much worse in every sense.
I think KDE are working on integrating FreeRDP server into Plasma for seamless usage.
Another thing to add for Firefox would be may be switching to Vulkan video from VAAPI (or at least having it as an option since ffmpeg already supports it) and using hardware acceleration for video encoding too, not just for video decoding.
Haven't looked into it, but FreeRDP might support specific window forwarding too rather than the whole desktop.
If you need something fancier there is Sunshine / Moonlight, but they still have an issue with not using Pipewire for window / screen capturing (and kmsgrab is not really the proper way to do it).
Anyway, X11 is a complete dead end in general so it's not really a viable option for anything serious.
X11 may be a dead end but Wayland sucks as a replacement, so for now, I see no other option than supporting them both.
It may be technically possible to do the equivalent do X11 forwarding with Wayland, that is connecting to a server with a ssh terminal (no remote desktop, headless server), run a GUI app, and have it display its windows on my own desktop as if it was running locally. The problem is that Wayland is 17 years old and I still can't.
For any kind decent remote desktop access you need good performance, specifically low latency. X11 just isn't there.
Headless server is headless server - you can't have anything in such case there with X11 either. If you want to forward X11, you need X server, which means it's already not headless.
Instead of X server you can have any Wayland compositor (Wayland server) and whatever part that provides streaming (FreeRDP or what not).
So I don't see how X11 is any better - it's just worse due to having abysmal performance. X11 was never designed for real world remote desktop usage - it just happens to have network transparency. So it's X11 that's a kludge for such scenario if anything.
Look into xpra
Isn't https://github.com/neonkore/waypipe supposed to cover that?
The correct repository for Waypipe is https://gitlab.freedesktop.org/mstoeckl/waypipe, but yes it does what you said and works well.
Everything else is minor details compared to that.
(Yes, this was posted using LibreWolf, but I often wonder if I can even trust that, having the vast majority of it's code written and managed by Mozilla.)
Features and bugfixes are important, but they're table stakes for an everyday browser. They aren't enough to sell it.
No, it isn't. They killed adblock, and have a business model of throttling other browsers to force people to Chrome (Youtube throttling) and doing digital fingerprinting with exclusive-only Chrome finger prints as seen here on HN the other day.
Firefox has anonym, where it sells your 'anonymous data'
https://lifehacker.com/tech/why-you-should-disable-firefox-p...
I just looked, go to Settings -> type advert and you'll see
Website Advertising Preferences Allow websites to perform privacy-preserving ad measurement This helps sites understand how their ads perform without collecting data about you. Learn more
It comes pre-checked for you.
I use Chromium for dev stuff, but now; there's no ublock origin.
One of the reasons I've moved to Chrome is because of the memory problems with Mozilla that I've been experiencing for years. Every so often I look up other people who've been having the same issues. They seem to have been reported for years, but there's often a surprising amount of hostility from Firefox fans whenever they get mentioned.
As an aside, both Firefox and Chrome made their browsers significantly worse when they changed the order of windows in the windows menu from chronological to alphabetical.
Also- what kind of animal are you?!
In Debian, I'd use FF-LTS and regular FF. Since moving to Void, xbps allows only one version, so I use FF and Vivaldi.
I'd appreciate any opinions on Vivaldi. It's the only functional alternative browser I've found in the repos. But I have to start it with:
LIBGL_ALWAYS_SOFTWARE=1
Which sucks, and applies to OpenShot and a lot of other software that gets fussy with intel chips in some versions of Linux. Chromium I prefer to avoid, and it wants a password to initiate, which I understand but refuse to comply with. But that's all aside the point. Opinions, please...I don’t want to send my searches through Google or OpenAI just to get basic tasks done. Give me a sandboxed local model that can:
* Read pages and data that’s loaded through it
* Summarize content
* Act on rule-based prompts I define (e.g. auto-reply in Slack, triage emails, autofill forms, upvote followed author’s posts…)
Let me load a Slack tab and have the AI draft replies for me. Same for Gmail. Basically, let Firefox interact with the web on my behalf and train the AI to be my assistant.
Beyond that, extensions already do most of what I need — but a built-in, private AI agent would actually move the needle.
Google's marketing budget for Chrome is greater than Mozilla's entire budget. They sponsor an F1 team FFS. They spent a decade paying off Adobe, Java, AVG, Avast and all the other shitty free AV softwares to auto-install Chrome. They targeted Firefox users with Chrome ads on the homepages of Google and YouTube. That's literally billions of dollars worth of marketing alone that they don't even have to pay for.
Mozilla's competitors (Google, Microsoft, Apple) are collectively worth the GDP of three entire continents combined (Africa, South America, Australia) with a couple trillion USD to spare. Each controls an operating system (or two) with more than a billion users each on which their browsers are pre-installed.
No shit they struggle to compete on brand and marketshare. They're basically forced by the economics of the market to do search deals with Google, and whenever they try to develop independent sources of revenue people shit on them for that too. People shit on them for making deals with Google and make insinuations about them being "controlled opposition" because of that dependency, but also shit on them for pursuing any other independent sources of revenue, like the branded VPN service or the innocuous cross-promotion of that Disney movie with the Red Panda.
People shat on them for trying to compete with Android via FirefoxOS because the bet didn't work out, even though it was probably the only way they could have avoided this outcome and gained real independence, had it worked out.
"Just focus on Firefox", they say - unless that means laying off people that work on Rust, or AV1, or Opus, or WebAssembly, or Let's Encrypt, or experimental browser engines that wouldn't have been production-ready for a decade. According to HN, Mozilla should focus but also keep churning out and spinning off research projects, but only successful research projects, not ones that fail. Anything Mozilla does that isn't Firefox is bad if it fails but if it works out they never get credit anyway.
Sort of a puppet browser made only for proving the court that the giants are not technically a monopoly, while ranking a bare minimum number of users for them to count.
While that's not entirely unreasonable, I don't think that's the doom of Mozilla. Puppet or not, their tangled codebase makes it a pita to contribute anything if you're not being paid a salary for it.
Despite having a high expectation for the "free browser", deep down we know that it's the same "Free in theory" software, not unlike Java or Vscode. Software that's made by a company and once they stop pouring money on corporate development and support the project will become a zombie in no time.
https://support.mozilla.org/en-US/kb/end-of-support-firefox-...
[1] https://www.mozilla.org/en-US/foundation/annualreport/2024/a... ”$7.8M in donations from the public, grants from foundations, and government funding” in 2023
[2] https://assets.mozilla.net/annualreport/2022/mozilla-fdn-990... $6.9mm in 2022, page 7
The whole Mozilla situation is even more of a scam than how the Wikimedia Foundation uses sob stories about paying for Wikipedia to get people to donate money to an entity which spends almost no money on Wikipedia... but, at least it does run Wikipedia! lol :/.
There is another interesting detail from your reference that makes it seem even worse to me: it says the CEO's salary is "paid only by a related for-profit"; at first, I was thinking "ok, at least the Foundation in fact is spending the money it is being donated (though, not on Firefox)"... but then I realized that means the Corporation is, in fact, spending $7m that it could have spent on Firefox.
The glass-half-full take I heard a while back was: at least every dollar they take from the foundation donations for these causes is a dollar that they could have found a way to take from Firefox development instead.
I don't think these are comparable at all or how it's a scam. The CEO of the entire wikimedia foundation makes half a million a year. The foundation is considered a GREAT charity to donate to by Charity Navigator. https://www.charitynavigator.org/ein/200049703
https://upload.wikimedia.org/wikipedia/foundation/f/f6/Wikim...
They are transparent. No one's being conned into donating. As long as Wikipedia is running fine, and is not degrading, and they're not actively harming it, I don't care. People routinely spend money on much worse things. Is donating $3 to Wikimedia once a year really worse than giving 50-100x more to Starbucks?
If I give you $500 to help pay for your medical bills and a few months later (bills have been paid by then) I see you bought a PS5, can I say, “not cool you used my money to buy a PS5”?
Don’t get me wrong I think Mozilla/FF has been very poorly managed. But I have just never liked these kinds of “transitive property” arguments or whatever we want to call it. Unless they’re straight up funneling donations into the CEO’s bank account I just don’t see it that way.
If that person had the money, they should have spent on medical bills. If they got it after, they should have paid you back before buying a ps5 maybe.
Or if you just gave them the money and don’t expect any accountability, it is ok.
Mozilla develops Firefox, and they also pay their CEO a lot. Their CEO may be overpaid, the company may be mismanaged, but at least they are still upholding their commitment to maintaining Firefox. Picking out one expense that you don't like and saying "all the donations go to this, see!" is just disingenuous.
Whether donating is worthwhile is another question, and it seems like the answer would be no. But it is a very different thing to say "All the donations just go to the CEO" instead of "I think the CEO is paid too much".
We could also cherry-pick in the other direction and say the CEO is negotiating deals to bring in the 90% of non-donation revenue of Mozilla, in which case you could easily say that his pay is a result of that revenue creation.
If they had money enough for medicine, then why beg for donation?
Mozilla/FF has a pot of money that donations go in to, which is the same pot they use to operate as well as pay people, which includes their CEO.
Fungibility [1].
[1] https://projects.propublica.org/nonprofits/organizations/824...
https://mozilla.github.io/standards-positions/#webusb
https://news.ycombinator.com/item?id=34564119
https://nullrequest.com/posts/thecaseagainstwebusb
and on and on...
Personally, I think choice is great. Why be upset when you can download chromium (it is supported by pretty much any platform FF is) and use it to do all sorts of stuff with WebUSB, if you are into that?
Still, I would like to see FF disable these features by default and allow opt-in. I don't see a great reason to avoid implementing them behind some "wall" (other than to avoid an increase in a concealed attack surface).
I just don't really feel like using FireFox while Mozilla has a hand in it.
mozilla are now an advertising company, so other than ublock origin there's no reason to use it over chrome
and I'm pretty certain they'll get rid of manifest v2 soon too
I’d say it made some mark on FOSS, but in any book not dedicated to that it’s nothing more than a footnote.
Otherwise, they'll be gone. Thunderbird has proven people are willing to donate millions if they know their money will go directly to the software. In 2022, Thunderbird collected ~6 million in donations (~20 million users) compared to Mozilla's ~9 million (from >200 million users)
No one really cares about a majority of the UX sugar, IMO.
I personally find the LLM context menu useful and reading mode awesome, but these are not features that by themselves would drive me to use the browser.
Go on a hardcore crusade on performance and battery life. Safari currently uses half the amount of energy compared to Firefox (according to macOS measurements), so I switched from Firefox to Safari and noticed hours of difference in battery life when I’m out and about.
That type of optimization requires tons of profiling and is less glamorous than implementing new features, so I could see how it's hard to prioritize for Mozilla, especially if optimizations might look very different across OSes.
Only if they properly maintain those APIs. I'm still salty that they had tab groups, then broke that feature out to an extension, then killed the extension. (Then, much later, recreated the feature over again)
But yes, if done well modularity is probably good from a development perspective too.
I haven’t found a way to block this very annoying behaviour in any browser, short of installing “new tab blocker” browser extensions, but they are unreliable.
- Firefox is alive, so that they are a theoretical competitor to avoid anti-trust measures
- Firefox has the lowest market share that remains that said competitor without distracting many users from G engagement
- Firefox emains of few steps behind in features and perforfance so that it remains in this pesky market share
- of course Firefox keeps Google search the default
- may be other under the table agreements? (Request for comments)
I cannot foresay what will happen next with the state of MV3.
It puzzles me how more programmers don't switch to a real open source browser not controlled by an advertising giant which will use their overwhelming monopolistic force to steer the way browsers work so that it benefits its bottom line.
Vote with your feet, use Firefox.
Mozilla and the story on "How to waste money and resources" is getting tiresome at this point.
Animats•6h ago
blahaj•6h ago
Animats•6h ago
quesera•6h ago
I have run Firefox on Linux for decades (and a few extensions, and metric gobs of tabs), with zero cases of the behaviour you describe.
ASalazarMX•6h ago
Maybe their distro has a broken Firefox package, they messed with the default installation, have too many extensions, or malware? A slow mechanical disk?
arp242•3h ago
hcs•1h ago
dralley•24m ago
Something is wrong with your system.