I think the main difference is that the Play Store version can use FCM (Google Play Services) for notifications, while the APK Signal distributes only receives notifications over a background WebSocket connection.
I think the main difference is that the Play Store version can use FCM (Google Play Services) for notifications, while the APK Signal distributes only receives notifications over a background WebSocket connection.
GrapheneOS on Pixel 9 Pro XL. it’s a very refreshing experience having nearly no preinstalled apps, and having to install anything you want yourself, not the other way around. I don’t need Play Services/FCM notifications either, I use Molly to talk with people, a fork of Signal that allows for UnifiedPush support, which I self host ntfy for.
shred
or alternatively you can zero out all the bytes in a drive with dd if=/dev/zero of=/dev/<DRIVE>
it’s great but doesn’t cover email, that you have to do yourself/with a provider
deleted by creator
I still find Tealdeer useful even now, it helps me get working with commands I know little about, more so than a manpage
I haven’t met a single person that didn’t like Photon. Photon is the only reason I started browsing on desktop regularly. It’s lean, clean, and packed with gorgeous transitions; I’ve rarely ever found a project that gets form and function right.
The internet is a shitty place. I’m not surprised that on Lemmy we have shit like
The troll energy is strong, but it doesn’t change that this is a great project. Alternative UI’s are what make Lemmy unique, and you’re doing your part. That’s appreciated.
I couldn’t stand not using a custom app for Reddit because it is just so bad. I’m a nerd too so that made moving here easier.
As for getting others to move here, not yet. 🥲
2FAuth. On the web so you can check it anywhere you want and supports passkeys.
who let the magic mouse engineers loose
not even a vegetarian/vegan, and this is not a bad idea at all. a lot more people than I thought need to learn to love their veggies, nuts, beans, etc
I mostly use Shizuku + Termux to run adb commands on device, but this looks easier and nicer
so far just one: multiplayer for Teardown
after a while, Windows has been nuked from my laptop. have no reason for it (I don’t game on my laptop) and it took up space.
my desktop on the other hand still unfortunately needs it. mods for some games were only designed to be launched on windows.
Signal uses AWS.
I tried both MQTT and just the plain HTTP variant, and I couldn’t get either to work. I’ve fully settled on the latter you mentioned, Traccar. it’s pretty much what I’ve wanted: self-hosted, easy to set up, beautiful web interface. Thanks for the suggestions!
for two reasons, I can’t use this.
OwnTracks setup was a bit confusing to me and I never got it working. traccar looks pretty nice though, I’ll check it out!
Google cannot see any message content of Signal notifications through FCM. It’s more like a “heads up” to the Signal app, telling it “hey, there are new messsges. wake up and check what they are.”. The Signal app then checks for messages and does all the decrypting and whatnot itself.
While it’s possible that the timing of FCM telling the app to check for notifications could be used to correlate activity, that’s an edge case that if you are concerned about can be easily avoided by just using the background WebSocket or a fork of Signal like Molly that allows you to use a third-party UnifiedPush provider to check for messages in the background, instead of FCM.