EN/NL PhD @ TU Delft CGV Loves EDM, LoL, TFT and MTG

Come join my communities!

https://t.me/mirai https://github.com/amirzaidi

  • 0 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle






  • Finding one specific tab using their collection system is much more annoying than Chrome’s tab groups for organization, with nice drag-and-drop animations for each group.

    Pull to refresh bugs out on some pages and triggers when trying to scroll up, so I have to keep it disabled, meaning reloading a page is super difficult.

    There’s a problem with multi-line text boxes where my text goes in the next line when I try to type inside of an existing paragraph.

    And these are just 3 random annoyances I find with Firefox. I’ve used it for two years after they brought quantum to Android, and now switched back to Chrome. Firefox Mobile is usable but nowhere near the level of polish as Chrome, and it adds up for an app I use multiple hours every day for years.

    I use AdGuard DNS so I don’t have ads in either browser.


  • In theory you can use memory to precompute almost everything as an acceleration technique. For example, imagine you’re asked to do integer division (in some range, let’s say 0 to 100) without hardware acceleration. Now you could precompute all 0 to 100 by 0 to 100 division options (10000 total), and store the result of all of them in memory. The next time you’re asked to divide these numbers, you can look up the answer in memory instead of having to do the computation.

    This is always a tradeoff using many heuristics and guesses for what’s worth precomputing and what’s a waste. Then there are also systems used (by for example Chrome) where the app looks at available RAM and stores more precomputations if the PC has more RAM.

    But no, this is not why Firefox works fine. There was a rewrite of Firefox’s rendering engine a few years ago, search for “Firefox Quantum” if you want to know more. They shifted to heavy GPU acceleration, which brought it on par with if not above Chrome’s rendering performance.

    The big issue with Firefox is that the Android app still feels unpolished, and people like to use one browser across devices for password/bookmark sync etc. They simply don’t have the manpower to compete with Android Chrome, which has the entirety of Google behind it. It’s basically their flagship product combining Search Engine, Android OS, Chromium and Material Design all at once.