Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
I *wish* that existing social sites would import from CSV (was that Re: Six Apart is Opening the Social Graph)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 26 - 28 of 28 - Collapse all  -  Translate all to Translated (View all originals) < Older 
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Janne Savukoski  
View profile  
 More options Sep 28 2007, 5:55 pm
From: Janne Savukoski <ster...@gmail.com>
Date: Fri, 28 Sep 2007 14:55:15 -0700
Local: Fri, Sep 28 2007 5:55 pm
Subject: Re: I *wish* that existing social sites would import from CSV (was that Re: Six Apart is Opening the Social Graph)

Another perspective.. What's the motivation for importing and
exporting stuff? Why couldn't all services just use an existing social
network and decorate it with their own stuff? The source would of
course be OpenID+XFN&FoaF. The services wouldn't need to track changes
in the social network as there would be only a single, distributed
source for it; the services would fetch the graph on the fly and cache
appropriately. Not a big deal. Naturally, all the services (the social
network*s*) would stay up-to-date and I didn't need to invite my
friends to all the different networks separately. And when I logged
into a new service, it would already know my social surroundings. I
can't imagine a better user experience.

Please, quit making redundant copies of the same stuff. :)

cheers, janne


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Julian Bond  
View profile  
 More options Sep 29 2007, 3:23 am
From: Julian Bond <julian_b...@voidstar.com>
Date: Sat, 29 Sep 2007 08:23:56 +0100
Local: Sat, Sep 29 2007 3:23 am
Subject: Re: I *wish* that existing social sites would import from CSV (was that Re: Six Apart is Opening the Social Graph)
Janne Savukoski <ster...@gmail.com> Fri, 28 Sep 2007 14:55:15

>Another perspective.. What's the motivation for importing and
>exporting stuff? Why couldn't all services just use an existing social
>network and decorate it with their own stuff? The source would of
>course be OpenID+XFN&FoaF. The services wouldn't need to track changes
>in the social network as there would be only a single, distributed
>source for it; the services would fetch the graph on the fly and cache
>appropriately. Not a big deal. Naturally, all the services (the social
>network*s*) would stay up-to-date and I didn't need to invite my
>friends to all the different networks separately. And when I logged
>into a new service, it would already know my social surroundings. I
>can't imagine a better user experience.

>Please, quit making redundant copies of the same stuff. :)

A fine sentiment. As a social network developer, I'm stuck with the need
to hold local copies or a local cache of quite substantial account
records. These records contain both common data about the user and data
that is unique to my system. There are lots and lots of functions that
simply would not be possible without having the data in a local
database.

So now rather than querying a common store on the fly, I have to think
about synchronising my local store with some common store. Which is
where we came in with Brad's white paper.

So where do you think this common source would be and who would run it?
There's a number of options here.
- Google (or similar) scrape all the XFN, FOAF and whatever machine
readable data on the web into one huge store with an API. Yes, please.
- Plaxo (or similar) encourage people to lodge their data and network
with them. They then provide an API. This is already starting. If
there's a real need then services like this will appear.
- Wordpress (or similar) build modules that allow people to create and
maintain their own store with a common standard that everyone else can
work to. At this point see OpenID AX, oAuth, SNAP and any other people
here building standards.

--
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
                     *** Just Say No To DRM ***


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Janne Savukoski  
View profile  
 More options Sep 29 2007, 8:27 am
From: Janne Savukoski <ster...@gmail.com>
Date: Sat, 29 Sep 2007 12:27:05 -0000
Local: Sat, Sep 29 2007 8:27 am
Subject: Re: I *wish* that existing social sites would import from CSV (was that Re: Six Apart is Opening the Social Graph)
On Sep 29, 10:23 am, Julian Bond <julian_b...@voidstar.com> wrote:

It goes a little time consuming to describe this further, but I'll
give some pointers.

The social network should be distributed, just like OpenID. (It's
pretty fundamental for Internet-based systems that there are no single
sources.) For example, I could have links to different parts of my
social network at my openid-url http://janne.savukoski.name/.
(Although, there's no need to have this kind of a 'starting point',
either; there are also several services that let you compose that list
very easily.) That resource (at the url) should then contain links to
all my other openid/xfn-supported accounts as 'xfn:me'-links.
(Something like "<a href='http://jsav.livejournal.com/' rel='me' />".)
Each of those services (livejournal there) would then publish their
part of my social network as further xfn-links (friend, contact)
pointing to the openid-urls of my friends and such. Very simple, and
robust. Much overlap, but everyone would still retain full control
over their own network.

The publishing part here is of course already being implemented
(apparently that's what the original thread was about, 'Six Apart is
Opening the Social Graph'), but there's probably no service yet that
can use this distributed social graph as their primary network
information source.

> So now rather than querying a common store on the fly, I have to think
> about synchronising my local store with some common store.

I'd suggest you to try design a system that would "loosely bind" your
decorations over the "common network" (as opposed to a common service)
so that your own system would then reflect changes in the cloud; if a
connection is removed somewhere else in the cloud, so would your
system remove data related to that connection. The less all this would
require effort from the user, the better.

Btw., one potentially important component of this could be a semantic
web search engine, which you could query about the relationships. Such
a service would save the trouble for each service constantly
traversing the semantic networks. http://pingthesemanticweb.com/ was
introduced as such, but currently it seems to be reduced to something
much less.

For a related issue, see also the Sam Ruby's post on mapping email-
addresses to openid-urls at http://intertwingly.net/blog/2007/09/28/Email-addresses-your-OpenID-v....


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages < Older 
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google