Live data from Hacker News

Firefox 65.0 released

mozilla.org

261–270 of 422 posts

Re: Firefox 65.0 released

#261
post #246
post #100

Recently switched from chromium to Firefox. Very pleased with its performance. Android Firefox demolishes chrome too but probably just because I no longer need to download and render all the ads (thanks ublock.) While I was at it I also took the chance to migrate passwords out of Google land into Bitwarden. Session restore is amazing, my .cache is tmpfs but it still manages to instantly recover all my tabs on reboot.…

I hadn't heard about Bitwarden. Looks like it requires 2-4GB of RAM and a x86 CPU to run your own server due to relying on MS SQL server. Bummer!

The 2-4GB RAM isn’t a hard requirement in my experience. I initially had the whole Docker compose stack running on a single $5 DigitalOcean droplet, and didn’t experience any issues for personal usage. Since they also distribute it to you as Docker containers, you can also set resource limits, specifically for the MSSQL container, to prevent it from hogging all the RAM.

I currently have my Bitwarden instance hosted on my Docker swarm cluster, which is just 3 $5 DO droplets and 1 with like 2GB and RAM and 2vCPUs. But, a quick look shows that currently all the BW containers are running on the $5 ones. I have the MSSQL container’s RAM limited to 1GB as well.

As for the x86 requirement, that’s likely the case, I’m assuming you mentioned it because you’d like to run it on some ARM device like a RPi. I haven’t tried running their containers on an ARM device so I can’t say they’ll be compatible, but I know docker’s ARM compatibility has improved so maybe someone has got them running on some ARM device.

Re: Firefox 65.0 released

#262
post #246
post #100

Recently switched from chromium to Firefox. Very pleased with its performance. Android Firefox demolishes chrome too but probably just because I no longer need to download and render all the ads (thanks ublock.) While I was at it I also took the chance to migrate passwords out of Google land into Bitwarden. Session restore is amazing, my .cache is tmpfs but it still manages to instantly recover all my tabs on reboot.…

I hadn't heard about Bitwarden. Looks like it requires 2-4GB of RAM and a x86 CPU to run your own server due to relying on MS SQL server. Bummer!

The requirement is 2GB. Where do you see 4GB?

Re: Firefox 65.0 released

#263
post #100

Recently switched from chromium to Firefox. Very pleased with its performance. Android Firefox demolishes chrome too but probably just because I no longer need to download and render all the ads (thanks ublock.) While I was at it I also took the chance to migrate passwords out of Google land into Bitwarden. Session restore is amazing, my .cache is tmpfs but it still manages to instantly recover all my tabs on reboot.…

Firefox is faster than Chrome on Android? For me, even scrolling HN (i.e. no JS at all) was jittery and laggy.

In my experience the minimum hardware baseline for Firefox is higher than Chrome but the optimal hardware baseline is lower.

I switched to Firefox on Android a few years ago and it was unpleasant until I upgrade my phone. At the time I was running a Nexus 4 and moved to a Nextbit Robin.

My partner switched to Firefox on a Google Pixel and regularly complains about issues with it's performance which makes me wonder if Google has done some optimizations to Chrome on the Pixel.

Re: Firefox 65.0 released

#264

Earlier quoted context omitted.

Note that it still won't warn you if you have the "Warn you when closing multiple tabs" options unchecked. Source: https://bugzilla.mozilla.org/show_bug.cgi?id=502908#c68 > We don't intend to add a third, separate pref/warning for people who do want to have a quit warning, don't turn on session restore, and don't want warnings when closing windows / multiple tabs (ie making browser.tabs.warnOnClose = false + no autom…

FWIW I don't get any warning when closing multiple tabs (through tree style tabs), have session restore turned on, and do get a warning when closing the window.

It's because you have session restore enabled. In my case, I don't want session restore or a warning when closing multiple tabs. I only want a warning when closing the browser. But that is not what they fixed here.

Re: Firefox 65.0 released

#266
I would love to switch to Firefox but it still lacks -

* Per-site JavaScript controls (which Chrome has)

* Pinch to zoom (on macOS)

* Customisable keyboard shortcuts for Add-ons (which Chrome has)

* No elastic scroll (bounce effect) (which Chrome has)

I stick with Chrome as it works how I want it to although I find myself using Safari now and then but Safari's extensions are pretty crap in comparison to Chromes.

Re: Firefox 65.0 released

#267
post #246
post #100

Recently switched from chromium to Firefox. Very pleased with its performance. Android Firefox demolishes chrome too but probably just because I no longer need to download and render all the ads (thanks ublock.) While I was at it I also took the chance to migrate passwords out of Google land into Bitwarden. Session restore is amazing, my .cache is tmpfs but it still manages to instantly recover all my tabs on reboot.…

I hadn't heard about Bitwarden. Looks like it requires 2-4GB of RAM and a x86 CPU to run your own server due to relying on MS SQL server. Bummer!

There's an unofficial rust implementation[0] that runs in a docker image and uses sqlite for persistence. I don't know what the details are for storing data at-rest in the sqlite db, but it's supposed to be much better on system resources.

0: https://github.com/dani-garcia/bitwarden_rs

Re: Firefox 65.0 released

#268
post #87

> Support for Handoff on macOS: Continue browsing across devices. Pick up where you left off with iOS (via Firefox or Safari) on Firefox on Mac. OH YES! Finally!

I tried both Safari and Chrome of macOS but went back to Firefox for one simple reason. When watching streaming content if the browser was not in the foreground it would reduce the quality of the streamed content which could take almost ten seconds to revert back when focus was given. Firefox doesn't seem to know/care if its not top window

[deleted]

Re: Firefox 65.0 released

#269
post #219

Earlier quoted context omitted.

You're godsent- `:js` is there now and it works! I tried `:set hintstyle numeric` and the command was accepted but it didn't work. Same for `hintfiltermode`. But that they exist means I it's probably me doing something wrong. I couldn't get bind to work the way I wanted- I typed `:` followed by `bind w :tabnext ` but that didn't work. Also, C-i for opening vim on textareas and C-c for cancelling a page load don't wor…

We don't have much validation on `set` - people can use it to make their own settings if they want - so just because it was accepted doesn't mean that it worked in the way you thought it would... In this case it's because I misremembered the setting. You want `:set hintnames numeric` instead : ) Regarding bind: as I said, it maps sequences of keys to an ex-command. Your attempt is a sequence of keys to a sequence of…

Thank you. Your using `we` made me go to github contributors and sure enough you were one of the top guys :)

I guess with the right `hintnames` and `:bind w tabnext` working I am 95% of the way already.

Couple of things if I don't come across as ungrateul-- :nativeinstall didn't work for me, so I manually did the (seemingly risky) step. :native now shows 0.1.10 installed but C-i doesn't yet work. I'll look around and post back. I am on Linux.

I tried binding C-c but it doesn't seem to work as you guessed. Also- how about using C-z for stop once you have imap and nmap working? Because you're right C-c could get annoying but `stop` is an oft-used feature too.

About feature parity- vimperator also gave you `readline` style C-a, C-e C-w in text-fields.

I'm going to read the hell out of the tutor and help as soon as I get some time. Vimperator (now Tridactyl!) means a lot to me since it makes me much more productive.

Re: Firefox 65.0 released

#270
post #219

Earlier quoted context omitted.

You're godsent- `:js` is there now and it works! I tried `:set hintstyle numeric` and the command was accepted but it didn't work. Same for `hintfiltermode`. But that they exist means I it's probably me doing something wrong. I couldn't get bind to work the way I wanted- I typed `:` followed by `bind w :tabnext ` but that didn't work. Also, C-i for opening vim on textareas and C-c for cancelling a page load don't wor…

We don't have much validation on `set` - people can use it to make their own settings if they want - so just because it was accepted doesn't mean that it worked in the way you thought it would... In this case it's because I misremembered the setting. You want `:set hintnames numeric` instead : ) Regarding bind: as I said, it maps sequences of keys to an ex-command. Your attempt is a sequence of keys to a sequence of…

[deleted]
Post reply on HN