• 0 Posts
  • 30 Comments
Joined 3 years ago
cake
Cake day: July 23rd, 2023

help-circle


  • I still haven’t gotten to give it a full proper go. But Toolbx is designed to assist with development on immutable OSs. Let’s you do regular package installs for all the various Dev tools into a container. Can either install your IDE into the container and run it like a regular app, or use an IDE with built-in Dev Container support.







  • Signal uses Play Services for its push notifications. It does have a fallback method which maintains a connection to their servers to get message notifications. It requires changing some battery optimisation settings which might have some minor battery impacts.

    Personally I’m using Molly which implements UnifiedPush for Push Notifications without Molly/Signal needing to run in the background constantly. Also swaps a few other Google dependencies (like location pins) with open source alternatives.

    Having the second profile with Google Services is a good idea though. That was what I used to do before I shed my last few Google dependencies.












  • The UnifiedPush server is intended to be a single source your phone can keep a persistent connection open to, rather than needing a connection per service/app (this is how Google’s Firebase notifications work too).

    As Signal doesn’t support UnifiedPush, MollySocket keeps a permanent connection open to Signal’s servers to listen for new activity and forward them to your UnifiedPush server. This saves your phone keeping a permanent connection open to Signal’s servers and draining your mobile battery more.