• 1 Post
  • 404 Comments
Joined 2 years ago
cake
Cake day: April 13th, 2024

help-circle
  • 5 reasons you should not ditch Windows:

    • Your hardware is incompatible or you do not want to fiddle with settings or command lines

    • Your applications/games only work well on native Windows (and not wine)

    • You need serious group policy support or other device/software lockdown methods

    • Your company policy requires it

    • Makes helping Windows users harder if you cannot walk them through the same things they are doing

    Of course if any of these apply you can always dual-boot or use a VM. I’m not saying you shouldn’t use Linux at all.









  • Basically instead of launching completely new processes for each tab, which uses the (now updated/different) binary on disk, it uses a small secondary process that stays running the whole time the browser is open, and new processes are forked from that one, which makes them all use the same in-memory copy of the old process even after the program is updated.

    This only works on *nix because you can’t overwrite binaries on Windows that are in use… but Linux keeps the old binary in memory the whole time, so it doesn’t care if you replace it, as it won’t be used until you restart the program.

    So it doesn’t actually update anything at all while it’s running.