• 0 Posts
  • 41 Comments
Joined 3 years ago
cake
Cake day: June 21st, 2023

help-circle










  • They now use a zygote process like Chrome does. When a new process is needed, the zygote just forks.

    In the old version, the main process used a classic UNIX fork+exec of the browser executable instead, which could start an incompatible process if the executable has been replaced.

    With the zygote process, all code and data files are preopened, so replacing or deleting them does not affect the running Firefox.

    As another effect, skipping the exec makes process creation faster…







  • Well, Wikipedia claims

    The Earth has an internal heat content of 1031 joules (3×1015 TWh), About 20% of this is residual heat from planetary accretion; the remainder is attributed to past and current radioactive decay of naturally occurring isotopes.

    In that sense, it’s the only renewable energy source we have that’s not indirectly powered by the sun. It’s most similar to (proper) nuclear power, but the latter isn’t “renewable” because it requires digging up fuel from the crust.




  • It does. The Signal app for Android does not support being a secondary device. It must be the primary device with a phone number.

    In addition, whatever Play Store settings they use excluded all of our tablets, even the one that had a SIM. Manually installing the APK worked for this case, but that didn’t really solve our problem.