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.
Firefox 65.0 released
301–310 of 422 posts
Re: Firefox 65.0 released
#302Recently 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!
Re: Firefox 65.0 released
#303Recently 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.
Re: Firefox 65.0 released
#304Recently 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…
Re: Firefox 65.0 released
#305I'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.
Re: Firefox 65.0 released
#306Earlier 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.
Re: Firefox 65.0 released
#307I 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…
Re: Firefox 65.0 released
#308Recently 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!
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
#309Re: Firefox 65.0 released
#310No 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.
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].