From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: Re: Guix size reduction work group Date: Mon, 10 Feb 2020 11:30:53 +0100 Message-ID: References: <87pneul50i.fsf@ambrevar.xyz> <87blqdnjuv.fsf@gnu.org> <875zghdo7j.fsf@ambrevar.xyz> <87r1z2c17u.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52316) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j16LY-0003fd-KG for guix-devel@gnu.org; Mon, 10 Feb 2020 05:31:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j16LX-0002lo-EJ for guix-devel@gnu.org; Mon, 10 Feb 2020 05:31:20 -0500 In-Reply-To: <87r1z2c17u.fsf@ambrevar.xyz> 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-mx.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt Cc: Guix Devel On Mon, 10 Feb 2020 at 09:09, Pierre Neidhardt wrote: > > zimoun writes: > > I do not understand what you are looking for, but there is already: > > > > guix graph -t reverse-package > > guix graph -t reverse-bag > > Yes, but this produces way too big a graph, which was my point below. Fact of life. ;-) > > The first step seems to list what operations and filtering is missing. > > I'm not sure what d3.js can do, but I can think of the following: I do not know what is the state of art to visualize "big" graph with hundreds or more nodes. I agree that something reactive could be really cool and helpful. Cheers, simon