

Is that with using UnifiedPush or the WebSocket notification method?


Is that with using UnifiedPush or the WebSocket notification method?


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.


We all know all the cool kids are hanging out on GitHub contributing to Buttplug.io
I’ve just started using beets for organizing my collection. It’s relatively easy once you get the hang of it. Ease I suppose differs based on how organised/tagged your collection is currently.


I’d quite like to see the voting age lowered to 16. I’d lean towards it being made compulsory over allowing voluntary voting in Australia.
As the one expert mentioned we could use some more education on voting in the curriculum to help prepare students for it. Teaching them how prefferential voting works, how to research candidates, etc.


You can install pretty much any user agent switcher extension on Firefox for Android.


I downloaded FossWallet off F-Droid last week for an annual pass I bought. It only supports Apple Passkey files, but if they offer Google Wallet they’ll usually offer that too.


That would require a lot of data privacy concerns to be addressed. Even if it’s an explicit opt-in. The current method uses sample text which can’t include PII. Using user supplied text would almost guarantee they’d get names and other PII in their data set.
I also imagine it’s harder to train the model when you don’t know exactly what the user was trying to type. I.e. Was the swipe detection wrong, or did the user delete the word because they changed their mind on what to write?
That’s pretty much exactly it. Not much benefit for only one application. But I have multiple apps that all recieves notifications via UnifiedPush. My UnifiedPush client (ntfy) stays running in the background, the rest of the apps can go to sleep and get woken up if something haopens.