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.