Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
modulair building / connect the *** dots
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
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
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
 
Will Fris  
View profile  
 More options May 6 2011, 8:18 am
From: Will Fris <imme.emo...@gmail.com>
Date: Fri, 6 May 2011 05:18:07 -0700 (PDT)
Local: Fri, May 6 2011 8:18 am
Subject: modulair building / connect the *** dots

For Modulair Login :
OpenAuth // OpenID ~ Google Is an OpenID provider for instance, but there
are many more.

For other systems we need to get their API's
or we should define out own API ( i guess that's what needs to be done for
the resource-allocation/-availability stuff ).

An example of an API we could use is identi.ca/status.net's API which is
quite identical to twitter's.
Is this API already used on tzmnetwork.com ? Could it provide links to those
services ?

Am i stating the obvious/clear stuff here ?
Sure 'd like to hear from y'all :p


 
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.
Discussion subject changed to "-=ZM Dev Team=- modulair building / connect the *** dots" by Victor Phelemba
Victor Phelemba  
View profile  
 More options May 6 2011, 11:04 am
From: Victor Phelemba <kodemindt...@gmail.com>
Date: Fri, 06 May 2011 11:04:10 -0400
Local: Fri, May 6 2011 11:04 am
Subject: Re: -=ZM Dev Team=- modulair building / connect the *** dots

This was something I envisioned also quite some time ago, ended up 'sleeping on the source'.

A protocol for association to objects at minimum would be helpful.

Synchronized nodes of assets with i18n/localized communications.. like many a linux package manager.

Think pacman/ yum .. a search without the GUI would save hours for teams to sync the media project with there localized assets.

Votes could keep asset cache poisoning/spam down to minimum.

What's working in other chapters is lost in localized media, bringing this up to speed for video/audio  would be paramount for the Ling team.

Will post to the wiki with program/progress.

--
Sent from my Android phone with Secure9 Mail. Please excuse my brevity. --

 
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.
Chris Boertien  
View profile  
 More options May 6 2011, 12:18 pm
From: Chris Boertien <chris.boert...@gmail.com>
Date: Fri, 6 May 2011 10:18:58 -0600
Local: Fri, May 6 2011 12:18 pm
Subject: Re: -=ZM Dev Team=- modulair building / connect the *** dots
Both protocols are part of a good modular design, but it's important
not to confuse the two, as they have nothing whatsoever to do with one
another.

OpenID is an authentication protocol. It allows users to authenticate
with their provider, and allows the site operator to not require
performing their own authentication. The site itself gets a token back
from OpenID and then the site can continue onward with a cookie token
to maintain the session.

OAuth is an authorization protocol. It allows a 3rd party website to
access information from the source on behalf of a user. This can allow
for example, a 3rd party site to submit information from the user to
the source site, without the user having to go to the source site
itself. It can also allow the user to access their information from
the source site on the 3rd party site.

For the research that I had done on setting up an integrated
environment that allowed sharing of assets across various websites and
services, OAuth is really worth looking into, but OpenID doesn't
really apply since it is only an authentication protocol, not an
authorisation protocol.

The beauty of OAuth here is that a single centralized service can be
created, and any number of separate websites can easily provide access
to their users to the central data center. And in fact it need not be
centralized, but then you really start getting into some heavy coding,
as I couldn't find any systems that allowed for the many-to-many 3
legged authorization that would be required. Not to mention the system
would have to be automated as no human administrator would have a hope
in hell of maintaining something of that complexity.


 
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.
Nick Polimeni  
View profile  
 More options May 30 2011, 1:06 pm
From: Nick Polimeni <npolim...@gmail.com>
Date: Mon, 30 May 2011 10:06:59 -0700 (PDT)
Local: Mon, May 30 2011 1:06 pm
Subject: Re: -=ZM Dev Team=- modulair building / connect the *** dots

The convenience sounds good; but what happens to the data if for some reason
we no longer have access to our members through a 3rd party? We are not the
owners of the data, are we? So what can prevent a third party from
withholding the data? Or if some 4th party orders the third party to
withhold the data from us?

Nick


 
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.
Will Fris  
View profile  
 More options Jun 6 2011, 9:26 am
From: Will Fris <imme.emo...@gmail.com>
Date: Mon, 6 Jun 2011 06:26:53 -0700 (PDT)
Local: Mon, Jun 6 2011 9:26 am
Subject: Re: -=ZM Dev Team=- modulair building / connect the *** dots

i guess a local copy could be made
there's probably more data to be stored as well
so some sort of storage for users/clients will come into existence i guess.


 
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.
Chris Boertien  
View profile  
 More options Jun 6 2011, 12:57 pm
From: Chris Boertien <chris.boert...@gmail.com>
Date: Mon, 6 Jun 2011 10:57:12 -0600
Local: Mon, Jun 6 2011 12:57 pm
Subject: Re: -=ZM Dev Team=- modulair building / connect the *** dots

I think you misunderstood the way it works, the 3rd party doesn't have any
data, nor does it control data. Instead it is given permission by the
central system to request data on behalf of the user. The central system
then asks the user if they accept this request, and the information is
provided to the 3rd party so it may be displayed to the user.

It's what Facebook, Twitter and Google have been doing for awhile. If some
web application is hooked up through Facebook Connect then you can sign-in
through facebook. When you do this your bounced off to Facebook and asked if
you want to grant permission to the 3rd party site to access some amount of
your information, usually stuff like name and email, which automates your
registration.

This is how single sign-on works, and is eventually what I would like to
build, though I think it really will take at least a handful of software
engineers to pull it off.


 
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.
Nick Polimeni  
View profile  
 More options Jun 7 2011, 5:50 am
From: Nick Polimeni <npolim...@gmail.com>
Date: Tue, 7 Jun 2011 02:50:27 -0700 (PDT)
Local: Tues, Jun 7 2011 5:50 am
Subject: Re: -=ZM Dev Team=- modulair building / connect the *** dots

Probably did misunderstood, as I got the idea that the information can be
lost to us, without us having nothing to say about it!

Thus, I can say, yes, it's a very good tool, and should be added to the list
of things to consider.

Which brings me to that... You have many ideas that were discussed with
Federico, and other people who started the activity...

Can you give me at least some sketchy list, and I can add it to the wiki so
they don't get lost?

Nick


 
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
« Back to Discussions « Newer topic     Older topic »