Just curious, how come at least once a month signal bugs me to turn on notifications? I said no for a reason, every single time - why does it keep asking? Not implying anything evil but it feels a bit weird esp after this.
> why does it keep asking? Why does any software keep asking you to do things you explicitly told them you don't want to do? Because it's in the software developer's best interest to get you to do them, not yours. We've gotten way past the point in software where we no longer expect the software to serve the user's interest and solve the user's problems. Now, the expectation is that the user gets nagged and coerced i…
FBI used iPhone notification data to retrieve deleted Signal messages
141–150 of 322 posts
Re: FBI used iPhone notification data to retrieve deleted Signal messages
#142Earlier quoted context omitted.
> very bad user experience "To use the Signal desktop app, Signal must first be installed on your phone."
thank god whatsapp doesn't do that either. or telegram. or allo back in the day, or every single mobile first messaging app The only one I can think of that doesn't require a mobile login is iMessage, because it's not a chat app, it's lock in and data theft disguised as software
Re: FBI used iPhone notification data to retrieve deleted Signal messages
#143Earlier quoted context omitted.
We build Signal for everyone, and that includes a lot of people who are not as technologically literate as the average tech worker. For a lot of people, they don't even know they dismissed the notification permission prompt, they were just closing boxes. For them, the reminder is helpful and prevents them from experiencing missing notifications. Striking a balance between helping these people and annoying more techno…
Thanks for the reply. I know it feels noble to do it that way, and I admit I get dogmatic over this one principle: a computer should first and foremost obey the user. It shouldn't have its own agenda. It shouldn't second guess. It shouldn't "did you mean?" I command the computer, and the computer executes that command and then waits for the next command. If I command it to not display a particular output (notificatio…
Re: FBI used iPhone notification data to retrieve deleted Signal messages
#144Settings > Notifications > Notification Content > Show: "Name Only" or "No Name or Content" I've had this enabled to prevent sensitive messages from appearing in full whilst showing someone something on my phone, but I guess this is an added benefit as well.
Re: FBI used iPhone notification data to retrieve deleted Signal messages
#145Just curious, how come at least once a month signal bugs me to turn on notifications? I said no for a reason, every single time - why does it keep asking? Not implying anything evil but it feels a bit weird esp after this.
Signal developer here. It's just because notification reliability is always a top support complaint, and a lot of people turn off notifications and don't realize they've done so. Admittedly, once a month is likely too aggressive.
Re: FBI used iPhone notification data to retrieve deleted Signal messages
#146Re: FBI used iPhone notification data to retrieve deleted Signal messages
#147Earlier quoted context omitted.
Signal developer here. It's just because notification reliability is always a top support complaint, and a lot of people turn off notifications and don't realize they've done so. Admittedly, once a month is likely too aggressive.
Making the product worse for everybody because a minority can’t manage their own settings is a terrible strategy.
Re: FBI used iPhone notification data to retrieve deleted Signal messages
#148I wonder why Apple doesn't 'just' delete the notification data associated with the app from the internal database when the user deletes the app? It seems like asking for problems to just keep old notification content around forever.
If the "database" works like most other databases (eg. postgres or sqlite), deleting a row doesn't immediately cause the data to be wiped from disk, for performance reasons. Then as others mentioned you have filesystem/SSD logic that does something similar on top of that.