essay, re: The Future Of Social Networking

1 view
Skip to first unread message

michael...@gmail.com

unread,
Feb 24, 2008, 12:16:59 AM2/24/08
to DataPortability.Public.General

I thought I would post this here, to get people's thoughts.

THE FUTURE OF SOCIAL NETWORKING

0. Introduction.

Almost three years ago, I started the Appleseed Project as a way to
start experimenting with the idea of distributed social networking.
Armed with enough hubris and naivete to think I could build it alone,
I coded and coded until I got to the point I am now: With a project
that stands at around 75% complete, it functions as a sort of proof-of-
concept for distributed social networking in general. I've learned a
lot, however, about the technological hurdles and impact that a truly
open and distributed social networking platform could provide.

I'm writing this as a way to present my ideas and what I've learned in
the hopes that an open and distributed solution becomes the direction
that social networking takes. Although I would be happiest to see
Appleseed succeed, I'd be excited to see any open and distributed
social networking solution be adopted and replace the walled gardens
that currently dot the internet landscape.

1. The Problem With Walled Gardens.

The current crop of social networking sites (Myspace, Friendster,
Facebook, etc) all operate as "walled gardens", where content is
exclusive to the site, and most importantly, the sites provide very
little interaction with the outside internet. A user on Myspace has no
way to interact with a user on Facebook, despite the design of the
internet having historically favored the concept of interaction
between internet locations. There is no technological reason for why a
user on Myspace wouldn't be able to add a user on Friendster or
Facebook to their friends list. At the very least, there is no reason
why the same Myspace user couldn't send a message to that same
Facebook or Friendster user.

While building Appleseed, I realized just how simple it was to get two
"nodes" to communicate. It became a matter of a simple behind-the-
scenes request which returned a small XML file. It became apparent to
me that the reason that we don't have communication between social
networking sites had nothing to do with technological constrants, and
was a purely economic decision on the part of existing sites. Almost
all major social networking sites business models are centered on
having the largest userbase possible, and user lock-in is a major part
of that. By restricting your ability to interact with outside sites,
they also restrict your ability to choose another site and still
maintain your relationships and ability to contact your friends.

The whole situation we're in makes no sense in the context of the way
the internet was meant to operate. Concentrating user bases into
centralized locations and locking them in seems more like the early
90's and the way Compuserve, AOL, and the like attempted to use walled
gardens to monopolize the internet. The natural evolution is an open,
distributed standard. A sort of SMTP for social networking, which
allows any node to fully connect to any other node. Would people put
up with an email address at gmail.com which could only email other
gmail.com users? Of course not, and the same standard should be
applied to social networking.

2. Why "glue" doesn't work.

One of the solutions proposed is to use aggregation services which act
as "glue" to hold together the current systems. This is a
fundamentally flawed solution, because it ultimately relies on no
single standard for communication between sites. Site A, B, and C
might work with the aggregation service, but brand new Site D will
require that the aggregation service supports their system. And what
happens when sites change their format? The result becomes a constant
process of modifying and extending the aggregation service when new
sites and formats arise.

Oddly enough, when it comes to making sense of multiple walled
gardens, the best we've come up with is to glue them together and hope
it holds. But this is hardly a solution, and really shouldn't be
advocated by those who want to see social networking properly evolve.

3. The Distributed Solution.

The solution is actually pretty simple. Especially considering things
like OpenID already solve the problem of distributed logins. A user
has a home node, which provides them with a social networking address,
much like an email address. I'm currently
'michael...@appleseedproject.org'. This also becomes their OpenID
identity, and allows them to log in to other Appleseed (and
potentially any OpenID site) nodes. Communication between sites exists
as a simple http request from one node to another. Friend requests,
messaging, all types of interaction between users becomes easily
distributed while functioning seamlessly as far as the end user is
concerned.

The result is that instead of having one Myspace or one Friendster,
each with millions of users on it, we have thousands of sites which
range from a few dozen to hundreds of thousands of users. Except they
all exist in a network of nodes which communicate between each other.

The importance of distributed social networking can be outlined in the
advantage that the user gains: Freedom to choose between any
compatible node without losing access to their contacts.

4. Privacy And Trust In A Socially Networked World.

It's a whole new ball game when you're dealing with a distributed
social networking model. No longer provided the protection of a walled
garden, it's important to think of the system from the ground up in
terms of "Privacy" and "Trust."

Privacy means that the home node of a user should never give out any
information that isn't explicitly stated to be publicly available.
Because nodes are querying other nodes about information about users,
the assumption is always on the side of privacy, lacking any further
data otherwise. Although you cannot achieve full privacy in a socially
networked world, most social networks today function as unlocked glass
houses, providing very few, if any, privacy options for the user. In a
world that is increasingly socially networked, where social networks
will very likely include one's boss, parents, landlord, and more, it's
important to be able to provide strong mechanisms for restricting
access. Tthe user should have as much granular control over who in
their immediate network can see what as practically possible.

Trust is the concept of utilizing social networks to determine
relationships with strangers, much like in the real world. If you sit
alone in a public place, and a stranger comes up and begins talking to
you, you have very little trust between you and that person. However,
if you sit with a good friend, and that good friend introduces you to
that same stranger, a trust relationship has been established. Social
networking must recognize this basic aspect of human social
interaction, and find strong and intuitive methods for implementing it
on a software level. This not only can help with the random friend
requests that many on MySpace get, but also can help to eliminate
spam, and even possible provide for a social network where everyone
can participate as safely as real life, using their trust networks to
evaluate new relationships.

5. Technological Hurdles And Considerations.

Most importantly, it must be stated that social networking works best
when the concerns of the users are considered to be greater than the
concerns of the developers. Many open source social networking
solutions break too much from the current social networking convention
in what may be interesting technologically, but can be off-putting to
users who have grown accustomed to sites such as MySpace. Being at the
birth of a new paradigm provides a lot of opportunities to experiment
technologically, but when this is done without usability kept in mind,
or when it solves a problem that only really exists for the developer,
it serves as a deterrent to building a large userbase, which is the
only real purpose of social networking.

Balancing this consideration with the technological problems that
distributed social networking creates can be very difficult. For
instance, the issue of spam messages, while easily guarded against
from within a walled garden with active administration, becomes a much
more difficult task during decentralization. One of the solutions that
Appleseed has used is a simplified version of the IM2000 protocol
(http://www.im2000.org/), which is a sender-stores system, as opposed
to the receiver-stores system of SMTP. This provides the most
important protection against spam: Accountability. In order to send a
message, your node must maintain it's existence and identity on the
internet until the message is "read" (downloaded). Without going too
far into this idea, the balance between this system and the previous
concern of usability is that users will be reluctant to adopt this new
system unless it feels incredibly similar to a standard email
application.

Other hurdles include scaling outward (as opposed to upwards, like
current walled gardens do), and how to perform searches in such a
distributed environment. Maintaining that distributed system, from a
development and API standpoint, is probably the most difficult task.
Error checking for downed nodes, allowing for variable speeds in
response times, etc., all become huge issues, and unlike a walled
garden, a social networking node cannot control anything outside of
it's own server. Fortunately, these are issues inherent in the
distributed nature of the internet, and have been solved in varying
degrees plenty of times before. The issue is simply to apply those
solutions in the best manner possible.

6. Conclusion.

Eventually, Myspace and Facebook, no matter what fancy features they
may add, will seem as archaic as Compuserve and Prodigy do now. The
acceptance of a distributed social networking model is, as the
internet has shown, an inevitability. All proprietary walled gardens
have given way to distributed models, and social networking is the
next frontier. And just like open, distributed protocols before it,
social networking requires an open API in order to function properly.
Since many walled gardens are based on amassing as many users as
possible, in order to maximize ad revenue, adopting a distributed
model goes against their business plan. Therefore, it's up to the open
source community to come up with a real distributed social networking
solution.

michael...@gmail.com

unread,
Feb 24, 2008, 12:23:28 AM2/24/08
to DataPortability.Public.General
Sorry, forgot the URL:

http://appleseed.sourceforge.net/theory/future.php

Michael Chisari
michael...@gmail.com
> 'michael.chis...@appleseedproject.org'. This also becomes their OpenID

Gordon Whiting

unread,
Feb 24, 2008, 12:37:33 AM2/24/08
to dataportabi...@googlegroups.com
Very thoughtful (and ambitious). Demands careful analysis. Thank you for
putting so much work into this problem!
Gordon Whiting

Elias Bizannes

unread,
Feb 24, 2008, 1:52:24 AM2/24/08
to DataPortability.Public.General
Thank you Michael for sharing - that is certainly some food for
thought.

You have mentioned issues which I hope to kick start and incubate in
March, as we have a lot of proposed initiatives to tackle those
issues.
- the Evangelism Action Group wishes to begin a business model
discussion. The idea of enabling a user to communiate with messaging
to other systems, whilst remaining in the original system, is a
brilliant example of how we can achieve data portability without the
host service feeling threatened that they will lose their data which
is their competitive advantage. DataPortability's role is not to
invent technology, but to change perceptions of how to use that
technology.
- the issues of trust and privacy are also big issues. An article I
just read based on R/RW McManus's recommendation (http://
www.zephoria.org/thoughts/archives/2008/02/23/one_company_ten.html)
describes how tech companies need to start thinking about branding -
which is a form of build trust - and nicely complements the theme you
bring up. Trust is a clear example of the business model discussion,
whereby DataPortability is helping move the agenda for web
applications to stop thinking the user base they have is their
competitive advantage, but to instead focus on the experience for the
user as the differentiating factor of their service.
- Privacy is a huge issue which I also hope our Policy action group
can start mobilising on soon.

I think the idea that the walled garden is the only way, has not only
been proven wrong repeatedly, but is proven now it's not working. I
believe social networking sites are struggling to monetise effectively
(without some form of sponsor agreement) and this discussion is
extremely timely. As you state, this is not a technological issue but
a business case issue. The idea of a walled garden, and user
acquisition is a thing that helps the venture capital model - it
creates hype, statistics of potential profitability, and excitement.
But what we need to move the discussion is where you are taking it -
we need to move the web application business model away from the
venture capitalists who disrupt the genuine business model creation,
and start thinking about something that really works: a sustainable
business that plays with the rest of the ecosystem

Thank you for your analysis - I look forward seeing more of your
contributions here.

Regards,
Elias

Julian Bond

unread,
Feb 24, 2008, 2:43:33 AM2/24/08
to dataportabi...@googlegroups.com
michael...@gmail.com Sat, 23 Feb 2008 21:23:28

I applaud this de-centralised approach.

Which makes me think DP should have some additional focus on software
products that are used to build smaller communities. eg Drupal, Joomla,
phpBB, vBulletin, Wordpress.

--
Julian Bond E&MSN: julian_bond at voidstar.com M: +44 (0)77 5907 2173
Webmaster: http://www.ecademy.com/ T: +44 (0)192 0412 433
Personal WebLog: http://www.voidstar.com/ skype:julian.bond?chat
Temporarily Relieves Nasal Congestion

Joaquin Salvachua

unread,
Feb 24, 2008, 5:50:57 AM2/24/08
to dataportabi...@googlegroups.com
I also think the analysis is right and the way to go. We may also
take care of the e-leaning groups (PLE inciatives and the Moodle and
Claroline comunities). Most of them are very entusiastic ones.

JoaquĆ­n.

Mark Shiu

unread,
Feb 24, 2008, 8:00:36 AM2/24/08
to dataportabi...@googlegroups.com
Thank you for sharing your hard work.

You remind me of how I can export my emails from Yahoo if something bad happened to it.

And after reading the article, I have more thoughts on
who owns the write access to certain area (from walled garden).
For example, if I am using Google Talk for IM, then it has the write access for the IM part, and Flickr does not.

who can read, what can be read, and how to store which site has the read access on which tag (from piracy and trust)
For example, I don't need to give my health record to book store

how to store data in an collaboration method ("glue")
For example, I want a summary for my financial position.

how to extend P2P and mashup form existing business models, make them more open (distribution)
For example, I want to share my IM history for this person on Google Talk and MSN (sort by timestamp).



Some of them might not be very important, maybe there are we can leave some of them to DP 2.0
:D


Thanks

Mark Shiu

Aaron Cheung

unread,
Feb 24, 2008, 9:31:19 AM2/24/08
to dataportabi...@googlegroups.com
One recent project towards socnets decentralization is http://diso-project.org,
based on WordPress, and other open protocols which DP also promotes. I'd
tend to think, decentralization is an easy sell, but not as easy to achieve critical
mass; the only pseudo-success to date is Email, ie., not even IM, though with
XMPP (and Google's supporting it, and Twitter communities looking at it),
mightbe going somethere.. mightbe not.. still long road ahead. DP will sure help.

Julian Bond

unread,
Feb 24, 2008, 11:45:55 AM2/24/08
to dataportabi...@googlegroups.com
Aaron Cheung <a...@ydrive.com> Sun, 24 Feb 2008 22:31:19

>One recent project towards socnets decentralization is http://diso-project.org,
>based on WordPress, and other open protocols which DP also promotes. I'd
>tend to think, decentralization is an easy sell, but not as easy to
>achieve critical
>mass; the only pseudo-success to date is Email, ie., not even IM, though with
>XMPP (and Google's supporting it, and Twitter communities looking at it),
>mightbe going somethere.. mightbe not.. still long road ahead. DP will
>sure help.

Is DISO doing anything with YASN-Rolls? A list of all the profile pages
you have with rel=me links. That would make a good Wordpress module.

--
Julian Bond E&MSN: julian_bond at voidstar.com M: +44 (0)77 5907 2173
Webmaster: http://www.ecademy.com/ T: +44 (0)192 0412 433
Personal WebLog: http://www.voidstar.com/ skype:julian.bond?chat

Screw Cap On Tightly

Aaron Cheung

unread,
Feb 24, 2008, 12:01:01 PM2/24/08
to dataportabi...@googlegroups.com
I think that project's either Steve Ivy or Chris Messina is likely on some DP groups..
Reply all
Reply to author
Forward
0 new messages