Difference between revisions of "social computing/federated"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(ZeroNet, and some updates and reorganization)
Line 18: Line 18:
  
 
Given that each node in a distributed network helps satisfy these goals, we will want to maximize the number of different implementations of the network. Any design for distributed social computing software should therefore be {{l/sub|platform}}-agnostic.
 
Given that each node in a distributed network helps satisfy these goals, we will want to maximize the number of different implementations of the network. Any design for distributed social computing software should therefore be {{l/sub|platform}}-agnostic.
==In Testing==
+
==Software==
These both provide a server running the software (partly as a demonstration, partly for testing, and partly as a fallback for those who don't want to install the software themselves) and also provide the software. So far, all known distributed social network services and software are provided for free, as it would be very difficult to impose a fee without driving users away.
+
===Usable===
 
 
* [[Appleseed]] ([http://opensource.appleseedproject.org/ site]): this purports to be distributed, but after installing it and playing around with it for a few minutes, I can't see how to connect it to other [[/node|nodes]]. This may be a feature to be added later. Other features did not seem to be working correctly. --[[User:Woozle|Woozle]] 21:31, 18 August 2011 (EDT)
 
 
* [[Diaspora]] ([https://joindiaspora.com/ site]): this software appears to be somewhat more difficult to install, so I have not yet installed it. One criticism is that it was written by inexperienced student programmers who have not built in adequate security; another is that it seems to have burned through its startup funding (obtained through [[startup.com]]) and lost momentum, so it may be on its way out -- although interest in distributed social networking has revived considerably in the wake of the [[issuepedia:Google+/policy/naming|Google+ "Real Names" fiasco]]. --[[User:Woozle|Woozle]] 21:31, 18 August 2011 (EDT)
 
* [[Diaspora]] ([https://joindiaspora.com/ site]): this software appears to be somewhat more difficult to install, so I have not yet installed it. One criticism is that it was written by inexperienced student programmers who have not built in adequate security; another is that it seems to have burned through its startup funding (obtained through [[startup.com]]) and lost momentum, so it may be on its way out -- although interest in distributed social networking has revived considerably in the wake of the [[issuepedia:Google+/policy/naming|Google+ "Real Names" fiasco]]. --[[User:Woozle|Woozle]] 21:31, 18 August 2011 (EDT)
 
* [[Friendika]] appears to be fairly far along, and successfully connects to [[Facebook]], [[Diaspora]], and supposedly [[Twitter]].
 
* [[Friendika]] appears to be fairly far along, and successfully connects to [[Facebook]], [[Diaspora]], and supposedly [[Twitter]].
* [[Safebook]] ([http://www.safebook.us/home.php?lan=Eng site]) is especially privacy/security conscious
+
* '''Serverless''' (you have to install an app):
* [[StatusNet]] ([http://status.net/ site]) appears to be designed for federation, and also supports [[OAuth]]/[[OStatus]]
+
** [[ZeroNet]] ([https://zeronet.io/ home page])
 +
===In Testing===
 +
These both provide a server running the software (partly as a demonstration, partly for testing, and partly as a fallback for those who don't want to install the software themselves) and also provide the software. So far, all known distributed social network services and software are provided for free, as it would be very difficult to impose a fee without driving users away.
 +
* [[Synereo]] ([http://www.synereo.com/ official]) is in closed development as of 2015-02-10, but will be open source when released.
  
==Under Development==
+
===Under Development===
 
* [[FeedFerret]] is still in the concept stage.
 
* [[FeedFerret]] is still in the concept stage.
* [[Synereo]] ([http://www.synereo.com/ official]) is in closed development as of 2015-02-10, but will be open source when released.
+
===Apparently Defunct===
 
+
* [[Appleseed]] <s>([http://opensource.appleseedproject.org/ site]): this purports to be distributed, but after installing it and playing around with it for a few minutes, I can't see how to connect it to other [[/node|nodes]]. This may be a feature to be added later. Other features did not seem to be working correctly. --[[User:Woozle|Woozle]] 21:31, 18 August 2011 (EDT)</s> Now redirects to a Wikipedia page. --[[User:Woozle|Woozle]] ([[User talk:Woozle|talk]]) 07:55, 14 January 2017 (EST)
 +
* [[Safebook]] <s>([http://www.safebook.us/home.php?lan=Eng site]) is especially privacy/security conscious</s> Site is a [[domain squatter]] as of 2017-01-14.
 +
* [[StatusNet]] <s>([http://status.net/ site]) appears to be designed for federation, and also supports [[OAuth]]/[[OStatus]]</s> Site is a [[domain squatter]] as of 2017-01-14.
 
==Links==
 
==Links==
 
* {{wikipedia|Distributed social network}}
 
* {{wikipedia|Distributed social network}}

Revision as of 12:55, 14 January 2017

About

Distributed social computing is social computing which is does not depend on a single server or operator; it can continue to operate even if some of the servers on which it is hosted are taken off the internet for any reason.

Terminology

Synonyms for "distributed" in this context include "decentralized", "peer-to-peer", and "federated". "Social computing" may also be referred to as "social networking", and a social computing application may be called a "social network", although those terms have slightly different meanings; see social computing.

Goals

The primary goals of distributed social computing are:

  • to prevent concentrations of arbitrary power, which is prone to abuse (see issuepedia:Google+/policy/naming)
  • to ensure that the social network can survive various events:
    • server failure
    • company failure
    • domain name seizure
    • internet connectivity disruption

Given that each node in a distributed network helps satisfy these goals, we will want to maximize the number of different implementations of the network. Any design for distributed social computing software should therefore be platform-agnostic.

Software

Usable

  • Diaspora (site): this software appears to be somewhat more difficult to install, so I have not yet installed it. One criticism is that it was written by inexperienced student programmers who have not built in adequate security; another is that it seems to have burned through its startup funding (obtained through startup.com) and lost momentum, so it may be on its way out -- although interest in distributed social networking has revived considerably in the wake of the Google+ "Real Names" fiasco. --Woozle 21:31, 18 August 2011 (EDT)
  • Friendika appears to be fairly far along, and successfully connects to Facebook, Diaspora, and supposedly Twitter.
  • Serverless (you have to install an app):

In Testing

These both provide a server running the software (partly as a demonstration, partly for testing, and partly as a fallback for those who don't want to install the software themselves) and also provide the software. So far, all known distributed social network services and software are provided for free, as it would be very difficult to impose a fee without driving users away.

  • Synereo (official) is in closed development as of 2015-02-10, but will be open source when released.

Under Development

Apparently Defunct

  • Appleseed (site): this purports to be distributed, but after installing it and playing around with it for a few minutes, I can't see how to connect it to other nodes. This may be a feature to be added later. Other features did not seem to be working correctly. --Woozle 21:31, 18 August 2011 (EDT) Now redirects to a Wikipedia page. --Woozle (talk) 07:55, 14 January 2017 (EST)
  • Safebook (site) is especially privacy/security conscious Site is a domain squatter as of 2017-01-14.
  • StatusNet (site) appears to be designed for federation, and also supports OAuth/OStatus Site is a domain squatter as of 2017-01-14.

Links

to file