Live data from Hacker News

Firefox 65.0 released

mozilla.org

301–310 of 422 posts

Re: Firefox 65.0 released

#301
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.

I feel like it has gotten a bit better with this update. Or, at least the release notes mention better scrolling performance and I'm imaging it.

Re: Firefox 65.0 released

#302
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!

You can run the Bitwarden Rust implementation on a Raspberry Pi with resources to spare.

Re: Firefox 65.0 released

#303
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.…

On all my Linux systems (NixOS), Firefox lags/skips while scrolling all the time. It's a deal breaker for me so I use Chromium, which scrolls without lagging. I read it is because Firefox does not use HW graphics acceleration on Linux, in general. This is both on a computer with the NVidia driver and one with the open-source radeon driver.

Firefox has an option to uncheck Smooth Scrolling. So if you press the spacebar, the page instantly jumps down instead of showing the page quickly scroll. I don't know if this would help.

Re: Firefox 65.0 released

#304
post #275
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 made another attempt to switch from Chrome to Firefox only now, like I've been doing every year or so for several years now. Sort of a tradition. This time it was the extensions that didn't cut it. One of the first things I do (after importing the bookmarks) is to install the same extensions, or find their equivalents. I heavily use customized mouse gestures. The extension I use on Chrome works like a charm. On Fir…

It might be worth contacting the author of the Chrome extension and asking them if they'd be interested in porting; since Firefox's WebExtensions API is a superset of the Chrome extension API, it should hopefully not require too much effort.

Re: Firefox 65.0 released

#305

I'd love to switch over to Firefox, but I'm used to Chrome's developer toolkit. I understand it thoroughly and can use it proficiently. Any insight as to the comparison between the state of FF's developer tools and Chrome's would be appreciated. I'd love to be convinced to switch.

I don't use Chrome or its developer tools, but I do use Firefox's. They work well for my needs, because I can inspect network requests, including editing and re-sending them, and I can debug JS.

Re: Firefox 65.0 released

#306

Earlier quoted context omitted.

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

I think you're both right. On my Essential Phone (Snapdragon 835 running stock Android 9) pages tend to _render_ quicker in FF, but scrolling, pinch to zoom etc. is smoother in Chrome. I also find that Firefox will bog down after a month and I have to manually delete out its cache in app settings. I haven't had to do this for Chrome since back in the Android 5.x era.

The latter might also be due to extensions

Re: Firefox 65.0 released

#307

I recently made the transition back to Firefox too, like a lot of other folks in here it seems. Containers makes working with all my AWS much easier, and the containers isolating Facebook are great. One problem though, that I can't solve, is that every once in a while I want to log in with Facebook, like for AirBnB. But I can't, because the cookie only lives in the Facebook container, but I can't add AirBnB as a host…

If you use the Multi-Account Containers extension, you can set AirBnB to always open in the "Facebook" container so it'd have access to your Facebook cookies.

Re: Firefox 65.0 released

#308
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!

If you aren't hitting it hard (hosting more than a few connections) you won't notice much limiting to 1GB RAM... I run a couple projects with MS-SQL docker containers and 1GB limit...

    docker run -m 1GB --restart unless-stopped --name sql -h sql -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=Let-Me-In" -p 1433:1433 -d microsoft/mssql-server-linux:2017-latest
I tend to change the name and port mapping as necessary depending on use, but that's the quickest way to get a server up for MS-SQL... can use SQL Server Management Studio (windows) or Azure Data Studio [1][ (electron, formerly SQL Operations Studio) which is cross platform[2].

[1] https://github.com/Microsoft/azuredatastudio [2] https://github.com/Microsoft/azuredatastudio/releases

Re: Firefox 65.0 released

#310
post #297
post #94

No one mentioned WebP support yet! This is great news, Firefox will now feel faster on all the sites that use WebP. Safari is the last major browser to hold out.

What's so great about webp? I haven't heard about it. Is it one of those jpeg competitors? Because I did see a blog post recently that said none of the the things people are coming up with are more than marginally better despite jpeg's age.

I suspect those blog posts focused on photos.

However, WebP works well for a much larger range of image types[0]. It has lossless options with better compression than PNG (because PNG is incredibly simple compared to more recent image formats, in my opinion in a kind of beautiful way). And when compressing graphically simple illustrations with lossy settings, it can get much better results than JPG, both compression and quality wise.

Having said that, I still hope FLIF (or some descendant of it) will get some traction eventually[1].

[0] https://www.andrewmunsell.com/blog/png-vs-webp/

[1] http://flif.info/

Post reply on HN