GNU bug report logs

#52555 [RFC PATCH 0/3] Decentralized substitute distribution with ERIS

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Full log

Message #76 received at 52555@debbugs.gnu.org (full text, mbox, reply):

Received: (at 52555) by debbugs.gnu.org; 29 Jan 2022 21:40:34 +0000
From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 29 16:40:34 2022
Received: from localhost ([127.0.0.1]:35038 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1nDvSU-0005R6-9v
	for submit@debbugs.gnu.org; Sat, 29 Jan 2022 16:40:34 -0500
Received: from laurent.telenet-ops.be ([195.130.137.89]:52972)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@telenet.be>) id 1nDvSS-0005Qy-KJ
 for 52555@debbugs.gnu.org; Sat, 29 Jan 2022 16:40:33 -0500
Received: from [172.20.10.9] ([188.188.235.49])
 by laurent.telenet-ops.be with bizsmtp
 id olgW2600M14dU1001lgX5B; Sat, 29 Jan 2022 22:40:31 +0100
Message-ID: <d6bb147c902c0067d923321daf6d8db4a06fa537.camel@telenet.be>
Subject: Re: [bug#52555] [RFC PATCH v2 5/5] substitute: Fetch substitutes
 using ERIS.
From: Maxime Devos <maximedevos@telenet.be>
To: pukkamustard <pukkamustard@posteo.net>, 52555@debbugs.gnu.org
Date: Sat, 29 Jan 2022 22:40:30 +0100
In-Reply-To: <20220125192201.7582-6-pukkamustard@posteo.net>
References: <20220125192201.7582-1-pukkamustard@posteo.net>
 <20220125192201.7582-6-pukkamustard@posteo.net>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-ek3YXnmloixQL2tm2CxQ"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1643492431; bh=+O7HSp8wPGV0pNTLTilamPfXqSDSmsRTGpHFfOwZlro=;
 h=Subject:From:To:Cc:Date:In-Reply-To:References;
 b=ibm1jB219TZygAtI8ytOjFTjkDAct+Uw+x83xEAWhjgW9r7mwm1gMc6WNDP/v5PFH
 4C6vSCRugBNKvfv8jlr7LNhMExxPKp/MITtEyWRMxsAiWd4xaPBxWKvYSUwAkmTq48
 oxlcRNd7mtk51GNd5q85WhKAiwlexk8eh7k2MVRmN2kMZj90ciK02Vif4WCqiSwIXp
 /4XqfXPRaDCNo1vxBFHgelv0pEhqzgQJmI7xF33CzYgHecqkGdzAlAmtVsKFYBw+z/
 jDnNLwrrXmxQk2jJD1cxlf44q22NjKpDs9xhM1IN67DQgXWtIvMNlVYvt8asRcdSQ9
 XKKXJ+zwvInAg==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 52555
Cc: ~pukkamustard/eris@lists.sr.ht
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -1.7 (-)
[Message part 1 (text/plain, inline)]
pukkamustard schreef op di 25-01-2022 om 19:22 [+0000]:
> +  (define* (best-uri narinfo #:key (eris? #f))
> +    (if (and eris? (narinfo-eris-urn narinfo))
> +        (values (narinfo-eris-urn narinfo) "zstd" #f)
> +        (narinfo-best-uri narinfo #:fast-decompression?
> +                          %prefer-fast-decompression?)))

Why is ERIS the best here?  Fast download speeds, decentralisation,
less network I/O, less heat production, more pronouncable than HTTPS?
I would add a comment here.

Greetings,
Maxime.


[signature.asc (application/pgp-signature, inline)]

Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Mon Sep 8 11:31:26 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.