> Is there any way to share data with other users of an app, or is your > data always siloed?
It's something that i have in mind for my access control system, but it will have to wait a little... I'm doing a clean-up of the code at this moment allowing the inter-apps comunication, but don't worry is one of the things i have in my mind ;-)
-- "Si quieres viajar alrededor del mundo y ser invitado a hablar en un monton de sitios diferentes, simplemente escribe un sistema operativo Unix." – Linus Tordvals, creador del sistema operativo Linux
On Wed, Jan 5, 2011 at 6:38 AM, Kyle Mulka <kyle.mu...@gmail.com> wrote: > Is there any way to share data with other users of an app, or is your > data always siloed?
On Wed, Jan 5, 2011 at 2:42 PM, pira...@gmail.com <pira...@gmail.com> wrote: > i thought he was talking about share data in a "public but restricted" way > like the whiteboard we were talking yesterday, isn't it?
> yes, i didn't say there would be a single recipient. you can build upon
combinations of SET and SEND. for instance, everytime you make a friend in a certain category, you give him the session key for that category using the SEND command. then when you want to publish something to, say, your schoolmates, you encrypt it with the schoolmates-sessionkey and publish it with SET.
El 05/01/2011 8:08, "Michiel de Jong" <mich...@unhosted.org> escribió:
On Wed, Jan 5, 2011 at 2:42 PM, pira...@gmail.com <pira...@gmail.com> wrote:
> i thought he was ta...
yes, i didn't say there would be a single recipient. you can build upon combinations of SET and SEND. for instance, everytime you make a friend in a certain category, you give him the session key for that category using the SEND command. then when you want to publish something to, say, your schoolmates, you encrypt it with the schoolmates-sessionkey and publish it with SET.