From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS11403 64.147.108.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from pb-smtp2.pobox.com (pb-smtp2.pobox.com [64.147.108.71]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 84F2A1F60F for ; Wed, 8 Apr 2020 00:24:16 +0000 (UTC) Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id C905A48846; Tue, 7 Apr 2020 20:24:14 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:in-reply-to:date:message-id:mime-version:content-type; s=sasl; bh=ERTPAex0v8CXlktWpHwTHHFrvh0=; b=iG8dFX3ONnFZUz/ty9gv ysHP83q/RJhcF9F+1MlJgiKdWJ9J415UtDmH1DvFm8+s4BIUXMDoFCOT4TsPvWv4 03mDKKCFs+r9RqpPeCbnwrXAq9hhL65E1Xcaxa3kgQtcsRMLLQKftFpmIylPlxAx cfb7KowkNwKopdjZ91oXQmg= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id C06B548844; Tue, 7 Apr 2020 20:24:14 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:cc:subject:in-reply-to:date:message-id:mime-version:content-type; s=mesmtp; bh=F96/T38JnGwWgcRFANLJtCF5ARk/GuZleQPEPFYF/QM=; b=iGTHgWXw6KP7buvhQbkTi3N/As8DoeddwIAxT1c1P6aCLJ+mr4sRU1VCJ13+z6u4Zgipo15xgnx9l9t1egjix1Jvd+jdkkSYC3Az8D2ty12+3Y/ekjt+J4FTuclrg6iGX3Qvzpruczlg8dIufV7BIwUaCe8wwYsQazWEUrKLf0s= Received: from localhost (unknown [45.33.91.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 4524E48843; Tue, 7 Apr 2020 20:24:14 -0400 (EDT) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [RFC] doc: start reproducibility document In-Reply-To: <20200407093720.31854-1-e@yhbt.net> Date: Wed, 08 Apr 2020 00:24:13 +0000 Message-ID: <874ktukeoi.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 46979296-792F-11EA-8CCF-D1361DBA3BAF-24757444!pb-smtp2.pobox.com List-Id: Eric Wong writes: > Not new ideas, just gathering thoughts. Thanks. Ideas will are always be new to some :) It's nice to make them easy to discover for someone exploring the project tree. It reads well to me. > +The ability to fork a project is a checks and balances > +system for free software projects. Reproducibility is key > +to forkability since every mirror is potential fork. Missing an "a" in front of "potential".