Unwalled.Garden: souped-up RSS for P2P social apps
pfrazee.hashbase.io
Unwalled.Garden: souped-up RSS for P2P social apps
1–10 of 54 posts
Re: Unwalled.Garden: souped-up RSS for P2P social apps
#2Re: Unwalled.Garden: souped-up RSS for P2P social apps
#3https://activitypub.rocks/
Also, this sort of "use this, not that" dismissal ignores the fact that almost every decentralized application can be bridged together. It would not be hard to have Mastodon/Pleroma pull someones Unwalled.Garden feed and put it on its federated timeline, or conversely for Mastodon/Pleroma to expose its users feeds as Unwalled.Garden files.
Re: Unwalled.Garden: souped-up RSS for P2P social apps
#4Re: Unwalled.Garden: souped-up RSS for P2P social apps
#5* Does Unwalled.Garden automatically pin the content of people you follow, so that their stuff stays online if they aren't?
* I didn't understand "We also use a second “private” dat for records which should be kept off the network". What is this referring to, the follow request, or some other private content like a DM? I assume that since this is still Dat there is no access control if you happen to know the address?
* How is reader privacy and DHT coming along with this ecosystem?
Re: Unwalled.Garden: souped-up RSS for P2P social apps
#6Basic Q: How/where are these "dat://" sites hosted?
Re: Unwalled.Garden: souped-up RSS for P2P social apps
#7This looks awesome! A few questions if anyone knowledgable is around: * Does Unwalled.Garden automatically pin the content of people you follow, so that their stuff stays online if they aren't? * I didn't understand "We also use a second “private” dat for records which should be kept off the network". What is this referring to, the follow request, or some other private content like a DM? I assume that since this is s…
It gets saved locally so you can access it when they're offline. It'll also be possible to instruct your pinning service to seed it on your behalf.
> I didn't understand "We also use a second “private” dat for records which should be kept off the network".
I'll talk more about this in the future as Beaker 0.9 is closer to release. We basically are creating a filesystem with a root dat (which is private). Your public dat will then be "mounted" to it at /public so it feels like one unified FS. The structure will look something like this:
/
/.data/.unwalled.garden/*
> How is reader privacy and DHT coming along with this ecosystem?At this stage, I'm pretty sure we're going to need to use proxies to solve this. We're open to using an anonymity protocol like Tor but still uncertain about the tradeoffs.
Re: Unwalled.Garden: souped-up RSS for P2P social apps
#8In following Solid, I've noticed a lot of decentralized projects are interested and adapting to its approach.
Re: Unwalled.Garden: souped-up RSS for P2P social apps
#9So O(n^2) connections? Might be an issue in the long term. But I like the simple interface.