Earlier quoted context omitted.
Because not all of my friends and family are willing to pay a subscription fee :-/
Would you pay to be a power user who can invite and manage say a dozen family & friends? In this model it might be possible to assist uptake by having a class of power user who can manage their group over onto an ad free network. Example: I have a private github account with repos I share with various friends who are not paying github users but are nonetheless now engaged in the github platform.
Blueprint of a distributed social network on IPFS, and its problems
31–40 of 96 posts
Re: Blueprint of a distributed social network on IPFS, and its problems
#32Earlier quoted context omitted.
That would be fine, but a bunch of RSS feeds is in no way a social network. A group of people who all subscribe to each other could be a minimalist network, but how would things like conversations work?
RSS feeds are enough for a social network if you only care for conversations between people you follow. If you want to support conversations with people you don't follow then you need to add support to your RSS feed for comments or pingbacks.
Re: Blueprint of a distributed social network on IPFS, and its problems
#33Earlier quoted context omitted.
RSS feeds are enough for a social network if you only care for conversations between people you follow. If you want to support conversations with people you don't follow then you need to add support to your RSS feed for comments or pingbacks.
.. and as soon as you allow conversations with people you don't already know all the badness turns up and you have to build an anti-spam and anti-abuse system.
Re: Blueprint of a distributed social network on IPFS, and its problems
#34How do I find Waldo? On Facebook, LinkedIn, MySpace, Twitter, Google, Github, GnuCentral, etc., I type in Waldo's name and instantly discover Waldo's profile. On Facebook it even shows me Waldo's profile before I consider discovering him. Also, how does the system make it likely that when I search for Waldo I get Waldo and not his evil twin Odlaw? Also, how do you incentivize adoption so that the community doesn't en…
Re: Blueprint of a distributed social network on IPFS, and its problems
#35Earlier quoted context omitted.
RSS feeds are enough for a social network if you only care for conversations between people you follow. If you want to support conversations with people you don't follow then you need to add support to your RSS feed for comments or pingbacks.
.. and as soon as you allow conversations with people you don't already know all the badness turns up and you have to build an anti-spam and anti-abuse system.
There are some obstacles (like phone number verification) that centralized systems can benefit from and that are harder to have in a distributed systems because of trust issues - but they're not really working at any scale and only thwart least persistent persons.
Re: Blueprint of a distributed social network on IPFS, and its problems
#36Filter bubbles, propaganda and competition for users' attention with clickbait and other cheap stories might even become worse, since a centralized platform could at least tweak their recommendations algorithms to break the bubbles (which Facebook doesn't seem to do, but it could).
Basically, I'm pessimistic because a distributed network only solves the (comparatively) easy technical challenge without addressing the problems of social networks.
Re: Blueprint of a distributed social network on IPFS, and its problems
#37It seems there's a lot of people working on this area, just looking at this thread. I did something similar to this in 2013 and I got to around 20k users: https://www.theverge.com/2013/11/27/5150758/aether-aims-to-b... Two things that need to be solved: a) The structure of moderation. No moderation does not work. Been there, done that, it gets very ugly very fast. But what can be done is to make moderation more visib…
Robert Nozicks' "Anarchy, State and Utopia" (1974) describes how a system of multiple concurring "governments" could work. Quite a stretch from social networks but first thing that came to my mind when reading your comment. Moderation is a form of social network government, right? One could subscribe to a government / moderation scheme and the governments form meta-governments to decide which content from competing g…
If you don't like the moderation/government of your instance, you pick another.
Re: Blueprint of a distributed social network on IPFS, and its problems
#38Earlier quoted context omitted.
Users mod their feeds as per RSS you just unsubscribe from idiots. Its a bit like the internet itself. Lots of shoddy sites, but no one needs to visit them. Search spam is the exception but let a Google handle that.
That would be fine, but a bunch of RSS feeds is in no way a social network. A group of people who all subscribe to each other could be a minimalist network, but how would things like conversations work?
Re: Blueprint of a distributed social network on IPFS, and its problems
#39Re: Blueprint of a distributed social network on IPFS, and its problems
#40If you're thinking about building a distributed social network, you HAVE to have answers to the question: How do you moderate it? (Or how do the users moderate what they consume, if you will) Basically, think of the most annoying person you can imagine, give them infinite free time, and a uncontrollable urge to do EVERYTHING they can think of to make your life miserable on said social network (doxxing, abusive messag…
Decentralized networks (such as the web) work differently from centralized network (such as cable TV and Facebook) and have different strategies for coping with misuse. You can not moderate a permissionless network. That's literally part of the meaning.
In a decentralized network, I follow you by subscribing to your data. Conversations usually follows that data naturally, just like a mailing list is centralized but email is not.