I mean anonymity clearly supports privacy I feel like, not just free speech.
I mean anonymity clearly supports privacy I feel like, not just free speech.
- share permission to read groupchat to a wider group than just the writers, while doing so don't expose contact info of writers to readers (don't let readers spam writers)
- share doc by secretURL with no login (needed for me)
- share permission to read groupchat to a wider group than just the writers, while doing so don't expose contact info of writers to readers (don't let readers spam writers)
- share doc by secretURL with no login (needed for me)
it does also sound less fun to do though as well - trying to figure out signals undocumented apis vs designing my own thing from ground up. but seems more secure that way. we'll see what I do lol
it does also sound less fun to do though as well - trying to figure out signals undocumented apis vs designing my own thing from ground up. but seems more secure that way. we'll see what I do lol
- like fully consistent message ordering and receiving that's the same on all clients. but can help with that by frequently sending doc state squash to replace clients local
- like fully consistent message ordering and receiving that's the same on all clients. but can help with that by frequently sending doc state squash to replace clients local
btw.
btw.
Anyways I will keep thinking about this not on a bluesky thread
Anyways I will keep thinking about this not on a bluesky thread
(I had also previously simplified offline mode merges into the mental model - just another action). hopefully the simplified models are good
(I had also previously simplified offline mode merges into the mental model - just another action). hopefully the simplified models are good
there is a sad lack of well-supported libraries afaik to even just do encrypted messages, just low level libraries, except it's uniquely easy to miscombine primitives in this field
the highest level library i know is libsodium which is not even that high level
there is a sad lack of well-supported libraries afaik to even just do encrypted messages, just low level libraries, except it's uniquely easy to miscombine primitives in this field
the highest level library i know is libsodium which is not even that high level
Do backups defeat the point of forward secrecy? anyway that's not essential
Do backups defeat the point of forward secrecy? anyway that's not essential
hopefully the app grows big enough that we can afford to fix the crypto system before it grows big enough to be attacked by those 3 parties
hopefully the app grows big enough that we can afford to fix the crypto system before it grows big enough to be attacked by those 3 parties
I am trying to make an end to end encrypted collaborative notes app. There are no audited libraries for doing this (to my knowledge), and even if there were I might want to do it diff.
I am trying to make an end to end encrypted collaborative notes app. There are no audited libraries for doing this (to my knowledge), and even if there were I might want to do it diff.