top | item 9998888

(no title)

wildster | 10 years ago

Is there anything open source like this?

discuss

order

nbadg|10 years ago

That effectively implement storage+sharing+identity? Not that I'm aware of, which is why I'm working on one (https://github.com/Muterra/doc-muse). Plenty of things try and tackle one or two of those but I've never seen anything address all three. I would really, really like to know if one exists so I can pick it apart and learn from it.

A big part of the difficulty is that you truly can't be everything for everyone, but you really need to be something for anyone. If you approach it as a distributed social networking problem (which is most of what I've seen) then you're really missing the indescribably large forest for one specific tree.

The blackbox I've focused on for this protocol is (arbitrary insecure physical bytestream in) -> [box] -> (arbitrary private, authenticated, integrity-verified bytestream out). We use networks to communicate between persons/services/things, not between IP addresses -- the right place to address the problem is between network and application.

Kalium|10 years ago

Yes. There is. Several, in fact.

It shouldn't surprise you that in practical terms, nobody outside of tech cares enough to use them.

nbadg|10 years ago

Can you give some examples? I'm not aware of any protocols that fit the storage+identity+sharing triad I mentioned above (except the one I'm working on).