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.
One other feature that is nice for me is the ability to collapse the sidebar to just the tab icons. It's a nice middle ground between being able to see what I have open and getting a full screen experience.
TST and Sidebery are both fantastic extensions, I don't think they do anything wrong. For whatever reason though, the FF native implementation worked for me where they didn't
cd $FIREFOX_PROFILE_DIR
cd chrome
git clone https://github.com/MrOtherGuy/firefox-csshacks
touch userChrome.css
The contents of userChrome.css should be: @import url('firefox-csshacks/chrome/hide_tabs_toolbar.css');
@import url('firefox-csshacks/chrome/window_control_placeholder_support.css');
Then restart the browser. If anything breaks the repository will likely be updated soon and you just have to pull the changes.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.
I suspect you have an Ubuntu problem.
* 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.
To me this reads a bit confused, but perhaps I'm misreading it? In X11 terminology the server is sitting in front of you (the one that draws to the screen), so no, you don't need need the remote host to be running X11 server.
You do need the program that draws to the screen, but I think it's fair to say the remote host is headless if it doesn't have a GPU nor a program to interface with the GPU at all. All the remote host needs is code to interact with such a server over TCP or Unix domain sockets. And that code is tiny, even small computers without memory for frame buffer can do it.
> 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.
I think X11 was actually pretty great at the time it was created, i.e. clients can create ids and use them in their requests (no round-trip to the server) and server can contain large client bitmaps that the client can operate on, but sometimes poor client coding can kill the performance over the network. As worst offender I once noticed VirtualBox did a looooot of synchronous property requests during its startup instead of doing them in concurrently, stretching the startup time from seconds to minute or more. (Whether it truly needed those properties in the first place is another question.)
Sending the complete interaction as a video stream? That's what I'd call a hack—though X11 should be modernized in various aspects, for example to support more advanced encodings for media, controlled by the client.
In some sense the web is the direction where I would have liked to see X11 going: still controlled by the client, but some light server-side code could be used to render and interact with the widgets. This way clicks would react immediately, but you would still be interacting with the actual service running on the remote host, not just a local program.
(Another reason why I consider X11 better is the separation of the server and the compositor.)
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.
You might want to check it out.
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...That sounds like the the keyring issue that pops up if you have your user account auto-login on machine start. If you don't let Chromium store passwords⁰¹ this can be safely disabled: see https://archive.is/G6pPH#ID15²
I ran into the issue when setting up a simple temporary public kiosk a short while back.
--------
[0] I don't, I prefer to keep my internet facing UAs and my credential stores a bit more separated than that. It also removes some friction from moving between browsers, when one annoys me enough to (re)try another.
[1] If you do let Chromium store passwords, then you can still do this, but not safely as per the warnings in that article.
[2] Or https://easylinuxtipsproject.blogspot.com/p/tips-1.html#ID15 for the original, if you enjoy consent dialogues or want to be commercially internet stalked
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 a Formula 1 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 is always retroactively terrible if it fails but if it works out great they never get credit for it 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.
It's the sort of thing people say mostly for their own self-satisfaction, without actually thinking about it or trying to figure out the answer. Like: "both parties are the same" or "what have the Romans ever done for us"
Google develops Chrome and Chrome relies entirely on Google's money. Google is the default search engine. They are much, much, MUCH more tightly coupled to Google than Firefox could ever be.
But nobody says anything. And yet, Firefox makes Google the default search engine, and everyone has a think piece on it. Firefox is dead, they say, they're just Google's puppet. Then what is Chrome?
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?
You've never seen the banners asking for money to cover the costs of the servers?
They are. The banners are dishonest every year, making it seem like they can barely keep the lights on.
I currently still use Firefox but stopped donating to Mozilla after that.
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.
there's no such thing as a specific $100.
The donation of the $100 was contingent on you not having $100 for dinner. If it turns out you _did_ have $100 for dinner, but now that you received $100 in donations, you can choose to also spend the extra $100 on something else (which the donor may or may not like).
It is on the donor to figure out whether donating the $100 is worth it - at least the recipient needs to declare all their financials, so they'd have the info to make a judgement on future donations.
It is dishonest to pick out one expense you don't like and equate that to all of the donation money being spent on just that. That's all. I don't know how you got from that to "this guy thinks money isn't fungible."
They essentially do. The problem is they have a greedy, self-obsessed CEO taking it.
If donations halved, would CEO pay halve?
I suspect the answer is "no" to both of those.
If you split up your donation by how Mozilla actually spends its money, then most goes to operating Mozilla, and a small amount (~1%) goes to paying the CEO.
Fungibility [1].
Money is fungible. There's no such thing as funneling. There is ring fencing though - that's when a certain budget cannot exceed a certain source of revenue, some countries do this with road tax I think. Afaik Mozilla is not doing any ring fencing. It is perfectly appropriate to compare the fraction of their income as donations to the fraction of their costs as CEO salary.
[1] https://projects.propublica.org/nonprofits/organizations/824...
Firefox is an antitrust litigation sponge, but you have to keep it rudderless and ineffective.
In my limited career I have been in several projects whose plight didn't make any sense -- with all the smart people and the effort poured over them, how could the disaster continue to unfold! -- until I realized failure rather than success was the goal.
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).
No improvment to the spec can fix users.
What a bunch of idiots. They seem to have a completely misguided concept of what a browser is. They still have a 1990s mindset of the browser being a window into the Internet, instead of the universal UI that it has become today.
I just don't really feel like using FireFox while Mozilla has a hand in it.
You have Chrome, which disrespects it's users as a principle. And then you have chromium forks, which rely on Google for... let's see here... 99.99% of their application's code.
Mozilla might make mistakes, but next to Google, they are angel.
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.
The reality is that with so many different users, there will be lots of opinions about the best way to do things, and especially in OSS communities, it's literally impossible to keep everyone happy.
Mozilla should let others do UX experimentation (like Zen, which is an Arc copy), and focus on the core performance and compatibility of the engine itself. Keep FF itself more streamlined as a core browser, and empower others to build fancy stuff on top.
And ditch literally anything related to ads & sponsorships, which have no place in a piece of tech so foundational to the open web.
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 should be focusing on fixing things like that and making the browser be good before the barely related campaigning, let alone the whole "we're going to be an advertising business as well" thing.
Hundreds of tabs open, memory usage is ~3GB for main process, 2-3GB for isolated content (ie the tabs).
Really not sure what the problem is.
Mozilla and the story on "How to waste money and resources" is getting tiresome at this point.
What do you mean? The AMA?
> listen to the community
Huh? Isn't that exactly what they are doing with this?
Better web compatibility and speed, be more lean (higher dev to admin ratio) and no more shenanigans / distractions.
To keep asking the question when you know the answer is at best incompetence according to Hanlon.
> What do you mean? The AMA?
I’m not the parent but it’s not the AMA, it’s paying multi-million dollar salaries to CEOs that layoff engineers and divert money to political campaigning.
We could have had a Servo based Firefox by now if the team hadn't been canned in 2020 instead of Mitchell Baker giving herself a $3 million pay increase every year.
It's shameful to then come cap in hand for donations after that.
I had an email from Mozilla last week on how to prepare my phone for participation in violent political demonstrations.
I have to ask myself, what does this have to do with web browsers?
With how they've been in recent years it's almost as if they're trying to be inept competition, as if they're being paid by Google to suck - in fact, that is all but established by now.
I am looking forward to the day I can discard Firefox.
I am currently semi-forced to use it on one website ( ankiweb's desktop view does not seem to work well in Brave or Chrome ).
The address bar has become cluttered with buttons THAT SHOULDN'T BE THERE: "home" (useless), "translate" (won't go away no matter the setting), and now "share" (for real!?), "reading mode"; remove them from there, I can barely see the first few letters of the address! Also way too much spacing around them
I always have to manually close the previous tab when tapping on a link, let us reuse them instead, you may call us owls or wharever, but we don't like having zillions of tabs open to be closed automatically after x time
Improve speed, it's currently the slowest browser out there
Allow more customization (like about:config) and extensions, and for ex. to be able to remove the useless buttons from the address bar
https://www.askvg.com/how-to-access-about-config-page-in-fir...
Firefox may be far from perfect, but I've found it must more malleable than Chrome.
It's somewhat of a taboo around here, and every time I have mentioned this there has been a bunch of responses certifying that Firerox works perfectly for them.
That means, to use my browser I have to wait literally minutes and yesterday, it was so long somehow on Zen (I created an issue there but they linked me to the firefox (downstream?) issue which wasn't solved in like sooo many years)
I basically just use a password manager and just create a new profile and start afresh most of the times but still its a little inconvenient I guess.
that is the fault of apple. Firefox on iOS is not really firefox.
Ironic that "fox" isn't even an option. And the fact that they even ask this tells that they probably don't want serious feedback.
> Which animal best represents your Firefox browsing style? [List of emoji animals]
The marketing/PR trend of speaking to communities as though they're kindergartners is distracting and off-putting. This is the most egregious part but the whole post has a similar tone.
I'll note that I'm not saying outreach should necessarily be professional or devoid of fun/humor. There's just a sterile, saccharine way about Mozilla's community engagement that evokes artificiality.
Apparently, no. Bodes well for this Q&A with someone thoroughly air-gapped from development and management.
Most average users don't ever change settings or otherwise customize stuff, but that doesn't mean they wouldn't enjoy a different theme. Colorways saw good adoption according to our internal Telemetry. In fact, three years later colorway themes combined remain more popular than either Dark, Light, or Alpenglow, despite not being offered or advertised directly in Firefox anymore.
Also, I think we can sense where Firefox is going. Mozilla is a mismanaged company. A victim of itself and Google's monopoly/life support.
There must be internal discussion on this. I imagine more than a few shouty meetings might have happened. This indicates to me that management doesn't know how to deal with that and clearly isn't dealing with anything effectively. If anything this makes me more worried, not less worried about how things are going at Mozilla.
More rust/C++ writing, less cuddly animals please. Firefox needs more people that work on the product and are allowed to work on the product not people that do busywork like this and just get in the way.
I'm an actual user BTW. The product is fine for me. Performance is great and steadily improving. My main concern is that the developers are allowed to stay on mission and empowered to do that. Which means doubling down on making sure I never get confronted with shitty ads, popups, and other advertising abuse. And that it keeps up technically with Chromium and Webkit in terms of standards support.
They killed the dino logo:
- https://imghost.online/GBswvjTZ38PtAnf
- https://imghost.online/0HTX7YVnImu49qc
We were hackers, we became "cute and inclusive" (nothing wrong about inclusive… it just became the brand).
Fuck this.
Edit: I said 10+ years… but actually, it was more like 15 years ago.
I think this is just changing with the times. Go back a bit further and the idea of communities around products is the new cool thing. Personally I find that a bit weird. We have a whole generation of people who find social media managers talking to each other hilarious.
I guess another one would be a political news filter given so much polarization online.
I'm not an infant so I don't need pretty pictures of animals to express myself. This is offensive and ridiculous. Please fuck off.
I use Firefox as a fucking browser, to, you know, browse the web. Open web pages. Read stuff. Avoid ads at all costs. And that's pretty much it.
Same for Android, the only advantage it has is its extension support because Google is stubbornly not adding extension support to Android chromium even though such support was already done by an indie developer (kiwi browser) and open sourced.
They hang on by a thread.
The web need Firefox to be thriving but it’s been a sinking ship since a while.
They know perfectly what users want, what makes a good browser : speed, good user interface, low on energy, block ads,.. These are universal things.
Have you taken a look at Android Firefox user interface ? It’s horrendous, the url box for instance is already small but now there is 3 buttons (share, reading mode, translate) on top of it. I got to put the phone on landscape mode to see the url.
And it’s not even that I want to see the url every second, but it just looks and feel bad.
On computer, there are 4 different browser history. The traditional one that opens in an outdated window, the « recent one » that shows only the 10 or something last links , a better looking browser history when you go in the top left button where there are synced browser tabs, synced history ,.. and an history in the sidebar.
Seriously ? 4 different history.
There need to be one clear, working history.
Then she (Dr. Love) continues to say... "I welcome this change to dialogue. To relate to you OCP's commitment...."
So when I read the FF's post, Dr. Love and the beginning of a big spin came to mind!
This is AI-generated text. It's also insanely dense with suffocating coddlespeak.
*(yes I know on iOS it’s fake Firefox but this is still a profoundly stupid change that shows they think their users are idiots)
I want a basic tree style bookmark/tab combo like Arc. This approach works extremely well for me.
But in Firefox, you have:
- All bookmarks - Bookmarks toolbar - Bookmarks Menu - Other Bookmarks - Mobile bookmarks
I don't give a shit about toolbars and menus and others. I want to organize it by my own categories. I can get close by putting all my folders in "menu" -- then I can have a button to access my tree of bookmarks. but then on mobile, I have to click "desktop bookmarks > bookmarks menu" just to see those.
Plus whenever you install fixefox, new bookmark entries are created in random spots. Not a fan.
Animats•11h ago
blahaj•11h ago
Animats•11h ago
quesera•11h 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•10h 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•8h ago
hcs•6h ago
dralley•5h ago
Something is wrong with your system.
lelanthran•4h ago
The problem appeared to be a lot of unnecessary disk io coupled with DNA lookup that only get done after every single read request is complete. This means that when tab #10 is taking long to read whatever from disk it blocks every other tab.
Noticeable only when using spinning rust disks.
morsch•2h ago