From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruno Haible Subject: bug#35551: guix search Date: Sat, 11 May 2019 00:38:41 +0200 Message-ID: <1724203.DhVHnQV9by@omega> References: <1666426.mZ6LCf6Yd0@omega> <8736lmypsm.fsf@gnu.org> <87sgtm0xuw.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:58807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPEAU-0007mu-Us for bug-guix@gnu.org; Fri, 10 May 2019 18:39:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hPEAQ-0004Hb-Qw for bug-guix@gnu.org; Fri, 10 May 2019 18:39:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54079) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hPEAQ-0004HW-O8 for bug-guix@gnu.org; Fri, 10 May 2019 18:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hPEAQ-0006wc-Hp for bug-guix@gnu.org; Fri, 10 May 2019 18:39:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87sgtm0xuw.fsf@netris.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Mark H Weaver Cc: 35551-done@debbugs.gnu.org Mark H Weaver wrote: > If we add functionality that calls out to the network in response to a > package search, e.g. to query popularity ratings or package file > listings, we should make sure the user knows it's happening, and provide > a way to disable it. Some users may not want information about their > package searches to be leaked to the outside world. Good point. Would it be more acceptable, upon 'guix search', to download an incremental update of a package popularity database, and do the search locally? This way, only the fact that the user has been doing a 'guix search' would be leaked to the outside world, not the search term. Bruno