-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
product angles #146
Comments
|
Any workflow where non-repudiation is a thing. I seem to remember talking to someone who thought this would be useful in the creation of legislation?! |
I would be interested in taking marcelklehr/r-string to the next level by creating an etherpad-like scuttlebot app with your help. |
@marcelklehr there's one started at https://github.com/pfraze/textedit.pub, needs updating and some work though. Happy to give you the domain if you want to take it over |
overheard from @rdbartlett and is a better way of saying what i think the product angle should be:
so the target audience would be web app developers interested in decentralized secure systems but don't want to have to boil the ocean to develop and deploy such an app. this also includes being able to slowly stepwise migrate their existing app(s) to SSB without negatively affecting the user experience, which is something i want to make possible for the many apps within Enspiral. |
Yeah! 💥 I think the "target audience" frame can be a really productive way to have this conversation |
@ahdinosaur @rdbartlett yes that's a good angle. Just wrote #183 (comment) about deployment Another angle I've been considering
SSB distributes public keys and Phoenix uses the social graph to validate identities, so it's a modern take on web-of-trust PKI. |
@pfraze the reason i pitch SSB as a tool for app developers instead of an app is that i'm wary of the SSB product being an app that competes with the app i'm working on and other apps i'm aware of (e.g. i met the founder of identity.com last night who's loosely involved with Enspiral), when i think there's a huge potential to be the underlying infrastructure that allows others to build an ecosystem of social network apps that each focus on a part of the overall problem space and inter-operate through a common protocol. |
We need to have a more detailed discussion on how you would build these
|
mm, agreed. my intuition says the best way to figure out how to build apps on top of SSB is to build apps on top of SSB. we can look to how sandstorm targets app developers as an example. to throw more spaghetti at the wall, i think the most useful use case of SSB is as a common social data protocol across a wide ecosystem of apps developed and deployed autonomously. maybe i wish SSB was a crypto social private kappa database i could use in my apps. i imagine each database has delegated access to many feeds, and might defer writes to a remote database. |
@ahdinosaur if only someone wrote another app on top of ssb... 😉 |
I'm not really familiar with scuttlebot, so: how does it relate to efforts like GNUnet? |
Yeah thats a good question, I think there are two things I'd point to. The first is SSB is a relative simple. It does user JSON feeds and (almost) nothing but that. No DHT, no names registry, no consensus algorithm, no proof-of-work. So, think twitter, but with no hosts, and you're free to publish your own json. It's relatively unfeatured compared to GNUnet. KISS. The second is that SSB distributes keypairs, so it's focused toward PKI, and it creates a social network around public keys to identify people. So you look at someone, and you look at who follows them, and you say, "ah, this must be bob, because my friend alice is following him, and alice knows bob." Then you can do things like end-to-end encryption because you've identified the right pubkey. That's the focus. So the difference is part engineering, part endgoal. The engineering differs in the properties of the network. The endgoal differs entirely - we want to build a log database and a PKI, and GNUnet is more about filesharing and anonymity. |
|
more spaghetti: ssb as a content sharing network that supports community on top of torrents. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
After my talk yesterday I met several people who had product ideas for ssb.
I have a feeling there may have been a third, will post when I remember
The text was updated successfully, but these errors were encountered: