From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: Re: A P2P alternative to email based development flow Date: Thu, 18 Jul 2019 19:26:01 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54029) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hoAAg-0007ew-FO for guix-devel@gnu.org; Thu, 18 Jul 2019 13:26:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hoAAe-0000FJ-OO for guix-devel@gnu.org; Thu, 18 Jul 2019 13:26:22 -0400 Received: from mx1.riseup.net ([198.252.153.129]:55054) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hoAAe-0000EK-DC for guix-devel@gnu.org; Thu, 18 Jul 2019 13:26:20 -0400 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 4BCCA1A0201 for ; Thu, 18 Jul 2019 10:26:19 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 0E68F221E8C for ; Thu, 18 Jul 2019 10:26:16 -0700 (PDT) In-Reply-To: Content-Language: en-US List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel On 2019-07-18 15:32, swedebugia wrote: > Hi > > I have recently started using SSB[1] and it seems to me like a really > promising protocol. > > Here is an idea for replacing a email-based workflow with a ssb-based > one: > > https://people.kernel.org/monsieuricon/patches-carved-into-developer-sigchains > > > There is already a vibrant active gossip P2P social media platform[2] > working on this protocol. It is uncensurable and encrypts all private > conversations. > Here is a golang implementation FWIW: https://github.com/cryptoscope/ssb -- Cheers Swedebugia