Live data from Hacker News

Ask HN: What's stopping you from using Firefox as your primary browser?

news.ycombinator.com

31–40 of 95 posts

Re: Ask HN: What's stopping you from using Firefox as your primary browser?

#31
post #18

Earlier quoted context omitted.

Time to switch to DDG! It's come a long way in just a few years. It's my daily search engine and I have never looked back in reget.

Ireland being the small country it is, I generally found the results to be mediocre last time I tried. Still I'll give it a few days and see how I go.

If you're not already doing it--my fingers got used to ! commands really fast.

Re: Ask HN: What's stopping you from using Firefox as your primary browser?

#33
post #6

Frankly: speed. As a web developer it notice it all the time. Chrome (using Canary) is faster in every aspect; Firefox renders slowly, becomes unresponsive over time, hangs often when using web sockets (webpack); the developers tools seem to have problems with large files and so on. I actually love Firefox' dev tools and I really would like to use it - and it's not a bad browser at all- but as a developer all the sma…

I think the problem with webpack isn't the websockets, but that the devtools have a hard time dealing with large JS files, and especially large JS source maps. Changing the sourcemap option in webpack has helped avoiding hanging for me in the past. It would be nice if that wasn't the case though.

Re: Ask HN: What's stopping you from using Firefox as your primary browser?

#34
post #17

1) It is significantly slower. That's probably because multiprocess ("e10s") is not enabled (and I don't even know why). 2) Stable version still does not support touch scroll on Linux (only Developer version does). Also do not understand why.

I use FF as primary. Enabled touch and love it. Debian unstable, FF stable.

Enable e10s

MOZ_USE_XINPUT2=1 firefox

dom.w3c_touch_events.enabled

Re: Ask HN: What's stopping you from using Firefox as your primary browser?

#35
post #2

Pure inertia. I'm going to change right now. Been meaning to do this for weeks. Just one change to one line in my i3 startup config and that will be that. Update: I'm back in Firefox. Already been nagged twice by Google to use Chrome.

Time to switch to DDG! It's come a long way in just a few years. It's my daily search engine and I have never looked back in reget.

DDG isn't very good at searching, and isn't linked in any way to my Google account, so it's a severe convenience downgrade, with no visible benefit to my life.

Re: Ask HN: What's stopping you from using Firefox as your primary browser?

#37
post #17

1) It is significantly slower. That's probably because multiprocess ("e10s") is not enabled (and I don't even know why). 2) Stable version still does not support touch scroll on Linux (only Developer version does). Also do not understand why.

As for why e10s is not enabled: It is being slowly rolled out to many users, and each new version of Firefox enables it for more users. It is a huge change to the browser, so Mozilla is being very cautious with the transition.

Re: Ask HN: What's stopping you from using Firefox as your primary browser?

#38
As a web developer, Firefox is the new IE. Random little quirks that never get fixed.

Personal favorite: 8-year-old bug that causes select options to render incosistently if there's a transform anywhere in the DOM above it. https://bugzilla.mozilla.org/show_bug.cgi?id=455164

Re: Ask HN: What's stopping you from using Firefox as your primary browser?

#39
I run Firefox when I can, both because of Reader View, and because I want to click an arrow to show my most frequently viewed sites. I've been using it since it was Firebird, and I think it may even have been called something else before that, so this is a matter of habit.

The reasons I don't use Firefox are because I'm using a Chromebook, an Android device, or an iPad.

Re: Ask HN: What's stopping you from using Firefox as your primary browser?

#40
post #6

Frankly: speed. As a web developer it notice it all the time. Chrome (using Canary) is faster in every aspect; Firefox renders slowly, becomes unresponsive over time, hangs often when using web sockets (webpack); the developers tools seem to have problems with large files and so on. I actually love Firefox' dev tools and I really would like to use it - and it's not a bad browser at all- but as a developer all the sma…

I think the problem with webpack isn't the websockets, but that the devtools have a hard time dealing with large JS files, and especially large JS source maps. Changing the sourcemap option in webpack has helped avoiding hanging for me in the past. It would be nice if that wasn't the case though.

We use eval because we have around 60k LOC now and they were just too slow. The hanging occurs if you reload the page, it hangs a few seconds, then a message concerning websockets pops up in the dev tools and then the page reloads.
Post reply on HN