Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
hexaheximal (hexaheximal@blob.cat)'s status on Thursday, 30-May-2024 08:38:22 JSThexaheximal Looking back at what @Jain said with https://blob.cat/notice/Afrys1aMYvio2Mo6K0, I think a lot can be learned from all of it.
In Strawberry (the hybrid pubsub protocol I'm building), we don't just not criticize the fact that public data is public - we fully embrace it.
Sure, there are going to be mechanisms in place for data deletion of course, but it's impossible to guarantee that *every* copy of *every* post is gone - especially considering how Strawberry is designed.
That's not to say that there wouldn't be ways to guarantee deletion of a post at all though.
For example, you can create an encrypted network channel, use it temporarily, burn the keys, and ask the network to delete everything on that channel. And in some cases this might be the best way to use Strawberry for your use case.