Design and Implementation of a Federated Social Network

Total Page:16

File Type:pdf, Size:1020Kb

Design and Implementation of a Federated Social Network Hochschule f¨urTechnik und Wirtschaft Dresden Diploma Thesis Design and Implementation of a Federated Social Network Stephan Maka June 1st 2011 Supervised by Prof. Dr. rer. nat. Ralph Großmann Acknowledgements In gratitude to Simon Tennant for providing a vision I also want to thank the following persons for proofreading and their valuable feed- back: Maria Maka, Johannes Schneemann, Jan Dohl, Christian Fischer, Holger Kaden, and Frank Becker. License This original work is free to distribute under the terms of Creative Commons. Please give the author attribution. Contents Contentsi List of Tables.................................. iii List of Figures.................................. iii 1 Introduction1 1.1 Motivation.................................1 1.2 buddycloud................................2 2 Aspects of Social Networks5 2.1 User Profiles................................5 2.2 Social Connections............................6 2.3 Topology Models.............................6 2.3.1 Centralized Topology.......................7 2.3.2 Decentralized Topology......................8 2.3.3 Federated Topology........................9 2.4 Privacy Considerations.......................... 12 2.4.1 Access Control.......................... 12 2.4.2 Data Ownership.......................... 12 2.5 Data Portability.............................. 13 3 Requirements 15 3.1 Functional Requirements......................... 15 3.1.1 Transport Layer.......................... 15 3.1.2 Content Model.......................... 17 3.1.3 Content Distribution as a Publish-Subscribe System...... 18 3.1.4 Access Control & Roles...................... 19 3.1.5 Operations............................. 20 3.1.6 Interaction with Mobile Users.................. 23 3.2 Non-functional Requirements...................... 24 3.2.1 Scalability............................. 24 3.2.2 Open Source............................ 25 4 System Design 27 4.1 Use of XMPP............................... 27 4.1.1 Transport Layer.......................... 27 4.1.2 Identity.............................. 29 4.1.3 XMPP Server........................... 29 4.1.4 Federated Topology........................ 30 4.1.5 Causal Ordering.......................... 32 4.2 XMPP Components............................ 32 4.2.1 Flexibility............................. 32 4.2.2 Scalability............................. 33 i 4.3 XEP-0060 Publish-Subscribe....................... 33 4.3.1 Affiliations............................. 34 4.4 Content Formats............................. 35 4.4.1 ATOM............................... 35 4.4.2 Discussion Threading....................... 36 4.4.3 Activity Stream Semantics.................... 36 4.4.4 Geolocation............................ 38 4.4.5 Normalization........................... 39 4.4.6 Metadata............................. 40 4.5 buddycloud Protocol........................... 40 4.5.1 Conventions............................ 40 4.5.2 Partial Data Transfer....................... 42 4.5.3 Operations............................. 44 4.6 Comparison to Other Federated Systems................ 51 4.6.1 OStatus.............................. 52 4.6.2 OneSocialWeb........................... 55 5 Implementation 57 5.1 Setup Prerequisites............................ 57 5.1.1 Required DNS Configuration................... 57 5.1.2 BOSH Endpoint Deployment.................. 58 5.2 Service Component............................ 58 5.2.1 Network Services as Proxies................... 58 5.2.2 Database Backend........................ 59 5.2.3 Controller............................. 60 5.3 Web-based Client............................. 61 5.3.1 Client-Side Model......................... 62 5.3.2 In-Browser Caching........................ 62 5.3.3 Synchronization.......................... 63 6 Evaluation 65 6.1 Suitability of XMPP........................... 65 6.1.1 Binary Data............................ 65 6.2 Suitability of Publish-Subscribe..................... 66 6.2.1 Inboxes.............................. 66 6.2.2 Privacy Considerations...................... 68 6.2.3 Message Archive Management.................. 68 6.3 Anonymous Browsing........................... 68 6.4 Future Work................................ 69 Bibliography 71 ii Lists of tables and figures List of Tables 2.1 Topologies of example legacy and contemporary Internet systems..7 4.1 Mapping model entities of example activity streams to feed formats. 35 4.2 Fields of XEP-0080: User Location................... 39 4.3 Most prominent metadata fields with their identifiers.......... 40 4.4 Subscription states for the different node access models........ 47 List of Figures 2.1 Mutual-only subscriptions........................6 2.2 Unilateral subscriptions..........................6 2.3 Centralized topology...........................7 2.4 Decentralized topology..........................9 2.5 Federated topology............................ 10 3.1 Content model.............................. 17 3.2 Operations use cases by user roles.................... 21 4.1 Use case overview of XMPP servers................... 30 4.2 Federated & client-server topologies in XMPP............. 31 4.3 Multiple load-balancing components................... 33 4.4 Discovering a user's channel service.................... 44 4.5 Subscription state transitions for the authorize access model.... 51 4.6 References in WebFinger discovery................... 52 5.1 Proxy model of a buddycloud channel service............. 58 5.2 Service-side data model.......................... 59 5.3 Control flow of the service controller.................. 61 5.4 Client-side data model.......................... 62 6.1 Synchronization parties with direct reachability but no inbox..... 67 6.2 Synchronization with an inbox...................... 67 iii 1 Introduction 1.1 Motivation The Internet has witnessed three milestones that helped it reach out to the general public. Starting in the 1990s, the World-Wide Web turned information into visually appealing but structured documents that can reference each other regardless of the underlying network topology. The linking paradigm allows anyone to browse the global information space by just following pointers, where, from a user's point of view, the most significant indication of different providers is visual style. Enter Web 2.0, turning previously static documents into user-friendly interactive applications that allow many more people to publish documents and contribute to information; not just those with sufficient technical skills. Lowering this entry barrier is essential for the paradigm shift from a distinction between publishers and viewers towards services that focus on user-generated content. Gradually evolving the user-centered concept of Web 2.0, user relationships have become the driving force of Social Content. Replacing constant information sources by personal connections adds a highly personal flavour to the global Internet, just like interactions in our everyday lives. It also led to recognition of the high eco- nomical value social sharing yields: people are much more likely to buy products recommended by friends they know, and probably trust, than through conventional advertising. With over 600 million active users1, Facebook is the number one Internet ap- plication nowadays. Many popular Web sites have been extended by Facebook widgets that allow users to recommend (\like") information to their social circle. In advertising, companies resort from Internet domain names to service-specific identi- fiers. The citizens who organized protests for the Egyptian revolution of 2011 have been dubbed Facebook Generation due their widespread usage of the social network service. Democratic societies have come a long way to value pluralistic facilities. Therefore we must ask: is it right that one or a few companies dominate the communication of the general public? Is it not dangerous that these monopolies concentrate power over the fabric of our society? There are even downsides from a technical perspective: in the 1960s the Internet was built deliberately decentralized to withstand partial destruction. In 2011, Egypt had been disconnected from the rest of the global Internet to impede further use of popular social networking services, effectively driving more activists onto the streets. A national network could have continued to function in the absence of foreign services, but by relying on these central institutions, it was rendered useless. Internet services need to become decentralized again, just like the World-Wide 1As of January 2011, Facebook reaches out to almost one tenth of the entire human population. 1 1.2. BUDDYCLOUD Web prevailed over the walled gardens of AOL and Compuserve. Users must be able choose their service providers freely. If in doubt, educated users should be able to run their own infrastructure to not depend on foreign institutions. 1.2 buddycloud buddycloud is an existing social network service. Its content model revolves around a few main sets of functionality: • Users have associated channels where they post status updates, making it some kind of an online diary. Friends who are interested may comment on these posts. This aspect provides interaction with a much more conversational nature over a single-publisher model. • Focussing on mobile usage, users also publish their geographical location to their friends for awareness. • Similar to channels, a mood status update can be published. In contrast to the channel model, mood content does not allow comments by others. It is status publication deliberately
Recommended publications
  • Social Media Why You Should Care What Is Social Media? Social Network
    Social Media Why You Should Care IST 331 - Olivier Georgeon, Frank Ritter 31 oct 15 • eMarketer (2007) estimated by 2011 one-half Examples of all Internet users will use social networking • Facebook regulary. • YouTube • By 2015, 75% use • Myspace • Twitter • Del.icio.us • Digg • Etc… 2 What is Social Media? Social Network • Social Network • Online communities of people who share • User Generated Content (UGC) interests and activities, • Social Bookmarking • … or who are interested in exploring the interests and activities of others. • Examples: Facebook, MySpace, LinkedIn, Orkut • Falls to analysis with tools in Ch. 9 3 4 User Generated Content (UGC) Social Bookmarking • A method for Internet users to store, organize, search, • or Consumer Generated Media (CGM) and manage bookmarks of web pages on the Internet with the help of metadata. • Based on communities; • Defined: Media content that is publicly – The more people who bookmark a piece of content, the more available and produced by end-users (user). value it is determined to have. • Examples: Digg, Del.icio.us, StumbleUpon, and reddit….and now combinations • Usually supported by a social network • Examples: Blogs, Micro-blogs, YouTube video, Flickr photos, Wiki content, Facebook wall posts, reddit, Second Life… 5 6 Social Media Principles Generate an activity stream • Automatic • Who you are – Google History, Google Analytics – Personalization • Blog • Who you know • Micro-blog – Browse network – Twitter, yammer, identi.ca • What you do • Mailing groups – Generate an activity stream
    [Show full text]
  • Seamless Interoperability and Data Portability in the Social Web for Facilitating an Open and Heterogeneous Online Social Network Federation
    Seamless Interoperability and Data Portability in the Social Web for Facilitating an Open and Heterogeneous Online Social Network Federation vorgelegt von Dipl.-Inform. Sebastian Jürg Göndör geb. in Duisburg von der Fakultät IV – Elektrotechnik und Informatik der Technischen Universität Berlin zur Erlangung des akademischen Grades Doktor der Ingenieurwissenschaften - Dr.-Ing. - genehmigte Dissertation Promotionsausschuss: Vorsitzender: Prof. Dr. Thomas Magedanz Gutachter: Prof. Dr. Axel Küpper Gutachter: Prof. Dr. Ulrik Schroeder Gutachter: Prof. Dr. Maurizio Marchese Tag der wissenschaftlichen Aussprache: 6. Juni 2018 Berlin 2018 iii A Bill of Rights for Users of the Social Web Authored by Joseph Smarr, Marc Canter, Robert Scoble, and Michael Arrington1 September 4, 2007 Preamble: There are already many who support the ideas laid out in this Bill of Rights, but we are actively seeking to grow the roster of those publicly backing the principles and approaches it outlines. That said, this Bill of Rights is not a document “carved in stone” (or written on paper). It is a blog post, and it is intended to spur conversation and debate, which will naturally lead to tweaks of the language. So, let’s get the dialogue going and get as many of the major stakeholders on board as we can! A Bill of Rights for Users of the Social Web We publicly assert that all users of the social web are entitled to certain fundamental rights, specifically: Ownership of their own personal information, including: • their own profile data • the list of people they are connected to • the activity stream of content they create; • Control of whether and how such personal information is shared with others; and • Freedom to grant persistent access to their personal information to trusted external sites.
    [Show full text]
  • Technology Brief FME Reader and Writer for Georss
    Technology Brief FME Reader and Writer for GeoRSS Key Facts Capabilities: Read and write all GeoRSS standards for both RSS and Atom web feeds Benefits: Take advantage of one of the web’s newest methods of spatial data distribution – with speed and ease FME 2007 and later FME versions allow FME users to take advantage of one of the web’s newest methods of distributing spatial data - RSS or Atom feeds that include location information, or GeoRSS-enabled feeds. Using FME’s GeoRSS reader, regularly updated information provided by any geo-tagged feed can be quickly overlaid on a custom base map, either in FME’s Universal Viewer, or in an FME-supported mapping application. FME’s GeoRSS writer allows FME users to easily publish a feed with embedded location information.In addition to processing GeoRSS feeds, the reader and writer can also be used to create and consume traditional (non spatially-enabled) RSS or Atom feeds. These screenshots show information obtained from a GeoRSS feed provided by the USGS. Each histogram represents the location of a recent earthquake, with magnitude indicated by the height of the histogram. The GeoRSS feed was transformed into a KML file in FME’s Workbench application, then visualized in Google Earth. FME's GeoRSS Reader Specifics FME’s GeoRSS reader supports the following XML feed formats: RSS versions 0.91, 0.92 and 2.0 Atom versions 0.3 and 1.0. The following GeoRSS geometry formats are supported: W3C Geo GeoRSS Simple GeoRSS GML Profile The GeoRSS reader can read a file stored locally, or a web stream.
    [Show full text]
  • Atom-Feeds for Inspire
    ATOM-FEEDS FOR INSPIRE - Perspectives and Solutions for INSPIRE Download Services in NRW WWU Münster Institute for Geoinformatics Heisenbergstraße 2 48149 Münster Masterthesis in Geoinformatics 1. Supervisor: Hon.-Prof. Dr. Albert Remke 2. Supervisor: Dr. Christoph Stasch Arthur Rohrbach [email protected] November 2014 I Plagiatserklärung der / des Studierenden Hiermit versichere ich, dass die vorliegende Arbeit ATOM-Feeds for INSPIRE – Perspectives and Solutions for Download Services in NRW selbstständig verfasst worden ist, dass keine anderen Quellen und Hilfsmittel als die angegebenen benutzt worden sind und dass die Stellen der Arbeit, die anderen Werken – auch elektronischen Medien – dem Wortlaut oder Sinn nach entnommen wurden, auf jeden Fall unter Angabe der Quelle als Entlehnung kenntlich gemacht worden sind. _____________________________________ (Datum, Unterschrift) Ich erkläre mich mit einem Abgleich der Arbeit mit anderen Texten zwecks Auffindung von Übereinstimmungen sowie mit einer zu diesem Zweck vorzunehmenden Speicherung der Arbeit in eine Datenbank einverstanden. _____________________________________ (Datum, Unterschrift) II Abstract One proposed solution for providing Download Services for INSPIRE is using pre- defined ATOM-Feeds. Up to now the realization of ATOM-Feeds in NRW is still at the beginning. This master thesis will investigate possible solutions in order to help developing a methodology for the implementation of pre-defined INSPIRE Download Services in NRW. Following research questions form the basis of the thesis: What implementing alternatives for automatic generation of ATOM-Feeds based on ISO metadata exist? How do the identified solutions suit in order to fulfil the requirements of NRW? In the first step required technologies are introduced, including ATOM, OpenSearch and OGC standards.
    [Show full text]
  • Open Search Environments: the Free Alternative to Commercial Search Services
    Open Search Environments: The Free Alternative to Commercial Search Services. Adrian O’Riordan ABSTRACT Open search systems present a free and less restricted alternative to commercial search services. This paper explores the space of open search technology, looking in particular at lightweight search protocols and the issue of interoperability. A description of current protocols and formats for engineering open search applications is presented. The suitability of these technologies and issues around their adoption and operation are discussed. This open search approach is especially useful in applications involving the harvesting of resources and information integration. Principal among the technological solutions are OpenSearch, SRU, and OAI-PMH. OpenSearch and SRU realize a federated model to enable content providers and search clients communicate. Applications that use OpenSearch and SRU are presented. Connections are made with other pertinent technologies such as open-source search software and linking and syndication protocols. The deployment of these freely licensed open standards in web and digital library applications is now a genuine alternative to commercial and proprietary systems. INTRODUCTION Web search has become a prominent part of the Internet experience for millions of users. Companies such as Google and Microsoft offer comprehensive search services to users free with advertisements and sponsored links, the only reminder that these are commercial enterprises. Businesses and developers on the other hand are restricted in how they can use these search services to add search capabilities to their own websites or for developing applications with a search feature. The closed nature of the leading web search technology places barriers in the way of developers who want to incorporate search functionality into applications.
    [Show full text]
  • Challenges in the Decentralised Web: the Mastodon Case∗
    Challenges in the Decentralised Web: The Mastodon Case∗ Aravindh Raman1, Sagar Joglekar1, Emiliano De Cristofaro2;3, Nishanth Sastry1, and Gareth Tyson3;4 1King’s College London, 2University College London, 3Alan Turing Institute, 4Queen Mary University of London faravindh.raman,sagar.joglekar,[email protected], [email protected], [email protected] Abstract cols to let instances interact and aggregate their users to offer a globally integrated service. The Decentralised Web (DW) has recently seen a renewed mo- DW platforms intend to offer a number of benefits. For ex- mentum, with a number of DW platforms like Mastodon, Peer- ample, data is spread among many independent instances, thus Tube, and Hubzilla gaining increasing traction. These offer al- possibly making privacy-intrusive data mining more difficult. ternatives to traditional social networks like Twitter, YouTube, Data ownership is more transparent, and the lack of centralisa- and Facebook, by enabling the operation of web infrastruc- tion could make the overall system more robust against techni- ture and services without centralised ownership or control. cal, legal or regulatory attacks. Although their services differ greatly, modern DW platforms mostly rely on two key innovations: first, their open source However, these properties may also bring inherent chal- software allows anybody to setup independent servers (“in- lenges that are difficult to avoid, particularly when consid- stances”) that people can sign-up to and use within a local ering the natural pressures towards centralisation in both so- community; and second, they build on top of federation pro- cial [12, 49] and economic [42] systems.
    [Show full text]
  • OWS-4 Geodds Mass Market (Formerly Georss) Interoperability Program Report
    OGC 07-004 Open Geospatial Consortium Inc. Date: 2007-05-02 Reference number of this OGC® document: OGC 07-004 Version: 0.0.1 Category: OpenGIS® Discussion Paper Editor: Panagiotis (Peter) A. Vretanos OWS-4 GeoDDS Mass Market (formerly GeoRSS) Interoperability Program Report Copyright notice Copyright © 2007 Open Geospatial Consortium. All Rights Reserved To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ Warning This document is not an OGC Standard. This document is an OGC Discussion Paper and is therefore not an official position of the OGC membership. It is distributed for review and comment. It is subject to change without notice and may not be referred to as an OGC Standard. Further, an OGC Discussion Paper should not be referenced as required or mandatory technology in procurements. Document type: OpenGIS® Discussion Paper Document subtype: Engineering Specification Document stage: Draft Document language: English File name: 07-004.doc OGC 07-004 Contents 1 SCOPE..........................................................................................................................................................1 2 CONFORMANCE........................................................................................................................................1 3 NORMATIVE REFERENCES....................................................................................................................1 4 TERMS AND DEFINITIONS.....................................................................................................................3
    [Show full text]
  • COMMUNICATING SCIENTIFIC BUZZ with GEORSS Authors: Lisa M
    COMMUNICATING SCIENTIFIC BUZZ WITH GEORSS Authors: Lisa M. Ballagh and Florence Fetterer Address of the authors: 449 UCB Boulder, CO 80309 Keywords: RSS, GeoRSS, scientific data management Body: Introduction Buzz words such as “RSS” and “GeoRSS” are rapidly gaining momentum on the Web. In an effort to discover what they mean and how to use the technologies behind them, we are exploring Geographically Encoded Objects for RSS feeds (GeoRSS), since this technology captures the basics of Really Simple Syndication (RSS) but adds a geographic component. After the initial time investment of learning both RSS and GeoRSS, it became evident that GeoRSS would be an optimal way of disseminating many news items from the NOAA-funded data management program at the National Snow and Ice Data Center (NOAA@NSIDC) to those using RSS and GeoRSS map readers. This GeoRSS feed will distribute content about new scientific data sets and updates to existing data products, as well as other NOAA@NSIDC news. The advantage of adding a GeoRSS feed to the “NOAA@NSIDC News” frame on our Web site is that GeoRSS adds a spatial context to the presentation of news. GeoRSS users can potentially browse for data using spatial keywords, and see data product or event locations on a map. For example, users could be alerted when additions are made to the popular Online Glacier Photograph Database (NSIDC/WDC for Glaciology, 2006). Over 50,000 unique users have viewed the photographs online, and over 300 users have registered in order to learn of additions or other changes to the collection. Currently we send those users an email.
    [Show full text]
  • Funkwhale (Semblable À : Soundcloud Et Grooveshark) Copie D’Écran, Funkwhale
    La Fée diverse déploie ses ailes Il n’est pas si fréquent que l’équipe Framalang traduise un article depuis la langue italienne, mais la récapitulation bien documentée de Cagizero était une bonne occasion de faire le point sur l’expansion de la Fediverse, un phénomène dont nous nous réjouissons et que nous souhaitons voir gagner plus d’amplitude encore, tant mieux si l’article ci-dessous est très lacunaire dans un an ! Article original : Mastodon, il Fediverso ed il futuro decentrato delle reti sociali Traduction Framalang : alainmi, Ezelty, goofy, MO Mastodon, la Fediverse et l’avenir des réseaux décentralisés par Cagizero Peu de temps après une première vue d’ensemble de Mastodon il est déjà possible d’ajouter quelques observations nouvelles. Tout d’abord, il faut noter que plusieurs personnes familières de l’usage des principaux médias sociaux commerciaux (Facebook, Twitter, Instagram…) sont d’abord désorientées par les concepts de « décentralisation » et de « réseau fédéré ». En effet, l’idée des médias sociaux qui est répandue et bien ancrée dans les esprits est celle d’un lieu unique, indifférencié, monolithique, avec des règles et des mécanismes strictement identiques pour tous. Essentiellement, le fait même de pouvoir concevoir un univers d’instances séparées et indépendantes représente pour beaucoup de gens un changement de paradigme qui n’est pas immédiatement compréhensible. Dans un article précédent où était décrit le média social Mastodon, le concept d’instance fédérée était comparé à un réseau de clubs ou cercles privés associés entre eux. Certains aspects exposés dans l’article précédent demandent peut-être quelques éclaircissements supplémentaires pour celles et ceux qui abordent tout juste le concept de réseau fédéré.
    [Show full text]
  • BBVA-Openmind-Cyberflow David
    19 Key Essays on How Internet Is Changing Our Lives CH@NGE David Gelernter Cyberflow bbvaopenmind.com Cyberflow ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– David Gelernter Professor of Computer Science, Yale University bbvaopenmind.com David Gelernter Cyberflow The Future of the Internet 5 David Gelernter en.wikipedia.org/wiki/David_Gelernter Illustration Pieter van Eenoge bbvaopenmind.com 7 David Gelernter David Gelernter received his BA at Yale University (1976) and his PhD in Computer Science from SUNY Stony Brook (1982). Gelernter’s work with Nick Carriero in the 1980s showed how to build software frameworks for expandable, superfast web search engines. His book Mirror Worlds (Oxford University Press, 1991) foresaw the World Wide Web (Reuters, March 20, 2001, and others), and according to Technology Review (July 2007) was “one of the most influential books in computer science.” Mirror Worlds and Gelernter’s earlier work directly influenced the development by Sun Microsystems of the Internet programming language Java. His work with Eric Freeman on the “Lifestreams” system in the 1990s led to the first blog on the Internet (which ran on Lifestreams at Yale) and anticipated today’s stream-based tools at the major social-networking sites (chat streams, activity streams, Twitter streams, feeds of all sorts) and much other ongoing work. Gelernter’s paintings are in the permanent collections of the Tikvah Foundation and the Yeshiva University Museum, where he had a one-man show last fall, as well as in private Cyberflow collections. Sites and services that have changed my life edge.com drudge.com abebooks.com bbvaopenmind.com The Future of the Internet bbvaopenmind.com 9 Cyberflow The web will change dramatically—will disappear, and be replaced by a new form of Cybersphere—because there are only two basic choices when you arrange information, and the web chose wrong.
    [Show full text]
  • An Introduction to Georss: a Standards Based Approach for Geo-Enabling RSS Feeds
    Open Geospatial Consortium Inc. Date: 2006-07-19 Reference number of this document: OGC 06-050r3 Version: 1.0.0 Category: OpenGIS® White Paper Editors: Carl Reed OGC White Paper An Introduction to GeoRSS: A Standards Based Approach for Geo-enabling RSS feeds. Warning This document is not an OGC Standard. It is distributed for review and comment. It is subject to change without notice and may not be referred to as an OGC Standard. Recipients of this document are invited to submit, with their comments, notification of any relevant patent rights of which they are aware and to provide supporting do Document type: OpenGIS® White Paper Document subtype: White Paper Document stage: APPROVED Document language: English OGC 06-050r3 Contents Page i. Preface – Executive Summary........................................................................................ iv ii. Submitting organizations............................................................................................... iv iii. GeoRSS White Paper and OGC contact points............................................................ iv iv. Future work.....................................................................................................................v Foreword........................................................................................................................... vi Introduction...................................................................................................................... vii 1 Scope.................................................................................................................................1
    [Show full text]
  • The Real Advantage of Diaspora Isn't the Software Features
    FAQ DIASPORA* DIASPORA* The one social media system to bring them all, and in the openness, bind them. Google+ and Twitter. Why on earth that connect to each other. Each pod BEN EVERARD do I want another social network can handle many users (depending on sucking up my free time? the hardware hosting it), so you don’t OK, let’s start simple. What is Well, I wouldn’t quite call it a have to host your own; you can join a Diaspora*? mashup, but it certainly appears pre-existing pod. It’s a source social network. From to have taken some inspiration from The pods are independently operated, a user’s perspective, it’s quite those other social networks, and some and anyone can set one up and connect similar to Facebook or Google+ in that of those other social networks may it to the Diaspora network. Pods can be you add people you want to be in have borrowed ideas from Diaspora. private to a particular group, or open contact with, then it brings all their For example, Google+’s circles seem and allow anyone to join. updates into a stream for you to view. remarkably similar to Diaspora’s You can assign people to different aspects (which appeared first). So, since it’s open source and groups depending on how you know The real advantage of Diaspora isn’t federated, does that mean them and tailor with whom you share the software features though, it’s the Diaspora is more secure than information. You can follow hashtags, philosophy behind it.
    [Show full text]