I really like Firefox but the big annoying part that I run into is that Sync seems to blow away extension-specific settings whenever I install Firefox on a new machine. Like, the new machine doesn't have any of my settings for the extensions it knows I already have installed on a different machine, and then Sync happily syncs the new settings to the other machines, blowing it away there too. Thanks, Sync. I'm a big f…
Fuck It, I'm Going Back to Firefox
411–420 of 654 posts
Re: Fuck It, I'm Going Back to Firefox
#412Earlier quoted context omitted.
The problem is using many open tabs with Chrome. If you use no more than 3 or 4 tabs, Chrome is generally fine. If you use more than that, Firefox has some built-in features to help with tabs such as delayed tab loading and tab grouping. It also has more and better extensions for helping with multiple tabs. Furthermore, it doesn't launch a new process for each tab. In a browser comparison I wrote last month, I includ…
This is probably b/c most people at Google use computers with 32GB of ram.
RIGHT?
(Firefox was heavily criticized for having huge apparent memory usage, which was ignored up until at least FF 4)
Re: Fuck It, I'm Going Back to Firefox
#413Earlier quoted context omitted.
This might sound silly to some, but I wouldn't be surprised if Google limited its usability tests to high-end machines with RAM in the double-digits. I reckon most programming teams have this issue, since even if they're dogfooding, they're doing so on high-end hardware, meaning that low-end hardware is untested and often unusable. Google isn't the only culprit; many websites nowadays will start to lean heavier towar…
Google also happens to be behind the Chromebook effort, so I would be surprised if they don't do any testing on Chromebooks.
Re: Fuck It, I'm Going Back to Firefox
#414Earlier quoted context omitted.
This might sound silly to some, but I wouldn't be surprised if Google limited its usability tests to high-end machines with RAM in the double-digits. I reckon most programming teams have this issue, since even if they're dogfooding, they're doing so on high-end hardware, meaning that low-end hardware is untested and often unusable. Google isn't the only culprit; many websites nowadays will start to lean heavier towar…
It's certainly not the only issue with running Chrome on machines that aren't configured just like Google's. If you try and run it on a Linux distro which limits the number of open files per process to 1024, like most do by default, it crashes when you try and open more than a handful of tabs. Turns out that Google run a custom version of Ubuntu internally with the limit raised to something like 32,768 open files per…
Re: Fuck It, I'm Going Back to Firefox
#415Earlier quoted context omitted.
The problem is using many open tabs with Chrome. If you use no more than 3 or 4 tabs, Chrome is generally fine. If you use more than that, Firefox has some built-in features to help with tabs such as delayed tab loading and tab grouping. It also has more and better extensions for helping with multiple tabs. Furthermore, it doesn't launch a new process for each tab. In a browser comparison I wrote last month, I includ…
Tabs were one of the major reasons I switched over to Chrome. At the time, firefox resized the tabs as soon as space became available, making closing a bunch of tabs a pain. They don't do that anymore, but now they have the tab scrolling feature which adds a gui element if there are too many tabs. Thing is, once you close enough tabs, those elements go away immediately, making closing a bunch of tabs a pain. Biggest…
Re: Fuck It, I'm Going Back to Firefox
#416The biggest issue I have with Chrome is how aggressive it's been about linking Google IDs with the browser. I've lost data twice by bugs related to not having a linked ID. Please Google, understand this; I don't want my browser linked with my Google account.
Re: Fuck It, I'm Going Back to Firefox
#417Re: Fuck It, I'm Going Back to Firefox
#418Firefox on Mac still has too many visual issues, and the devs often drag their feet on fixing them. Lion (released 2011) added "bounce" scrolling and auto-hiding scrollbars. It took them nearly half a year to fix the lack of auto-hiding scrollbars nightly builds[1], and even longer for it to finally make it to mainline Firefox. Firefox still doesn't have bounce scrolling. To add to that point, the first high-dpi (ret…
> Finally, it's still not multi-process (though it's finally getting there.) [2] In fact, Nightly now is by default.
Re: Fuck It, I'm Going Back to Firefox
#419Earlier quoted context omitted.
This. Have the scales tipped the other way recently? Chrome still feels faster to me, but I only have one active extension (Ad Blocker).
The Ad Block Plus extension is itself a notorious memory and CPU hog [1]. Chrome's slimmer uBlock extension has now been ported to Firefox [2]. [1] https://blog.mozilla.org/nnethercote/2014/05/14/adblock-plus... [2] https://github.com/gorhill/uBlock/releases
Re: Fuck It, I'm Going Back to Firefox
#420Earlier quoted context omitted.
You mean one main "firefox" process that holds all tabs and one child process that holds all plugins (Flash, Acrobat). So if one tab hangs (e.g. WebGL demo) then still the whole Firefox is slow as hell. Firefox should finally spawn child processes for every other tab with less permissions ("sandbox" technique) so that if one tab hangs or crashes every other tab and the UI still is responsive. It seems we have to wait…
It's one process for tabs and one for the UI. Plugins have been in a separate process for years.