From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id kDyLJXv8f19IMQAA0tVLHw (envelope-from ) for ; Fri, 09 Oct 2020 06:00:27 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id QMNsIXv8f1/lGQAAB5/wlQ (envelope-from ) for ; Fri, 09 Oct 2020 06:00:27 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 3AF629402A0 for ; Fri, 9 Oct 2020 06:00:27 +0000 (UTC) Received: from localhost ([::1]:57366 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kQlS5-0001Db-TH for larch@yhetil.org; Fri, 09 Oct 2020 02:00:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56262) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQjGR-0005If-F6 for guix-devel@gnu.org; Thu, 08 Oct 2020 23:40:15 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:14254) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1kQjGO-0007tg-DT for guix-devel@gnu.org; Thu, 08 Oct 2020 23:40:15 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4C6v386K9yzQl9v; Fri, 9 Oct 2020 05:40:04 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter05.heinlein-hosting.de (spamfilter05.heinlein-hosting.de [80.241.56.123]) (amavisd-new, port 10030) with ESMTP id uceAr2DQD5fF; Fri, 9 Oct 2020 05:40:01 +0200 (CEST) Date: Fri, 9 Oct 2020 06:40:00 +0300 (TRT) From: Lulu To: zimoun Message-ID: <1767246561.13337.1602214800667@office.mailbox.org> In-Reply-To: References: <1253172838.174997.1602090988859@office.mailbox.org> Subject: Re: Hello from new Outreachy applicant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Normal X-MBO-SPAM-Probability: X-Rspamd-Score: -2.53 / 15.00 / 15.00 X-Rspamd-Queue-Id: A322117DF X-Rspamd-UID: e9b6e6 Received-SPF: pass client-ip=80.241.56.171; envelope-from=me@erkin.party; helo=mout-p-201.mailbox.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/08 23:40:05 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Fri, 09 Oct 2020 01:59:56 -0400 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "guix-devel@gnu.org" Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: eH7pZ30X+5un Hi Simon, > Have you already tried GNU Guix? The package manager on foreign > distro? The full Guix System? > If yes, are you comfortable with? Feedback is very welcome. :-) I tried Guix on a foreign distro but ran into some problems with SELinux and locales. Do you recommend using GuixSD on a virtual machine, or do you think a foreign installation would be easier for development? I reckon a setup for internal development wouldn't be the same as a setup for the end-user. I think I might need to work directly from the trunk, so maybe I need to get familiar with `guix environment' for testing? I'd appreciate some tips on this. > Well, last but not least, what topic you may be interested in to work on? I decided on the task to add a `guix git log' subcommand, out of the two tasks on the Outreachy page. :-) [1] Aside from that, can you tell me more about how this mentorship process works? Is there a regular schedule with meetings or progress reports or such? [1]: https://www.outreachy.org/outreachy-december-2020-internship-round/communities/gnu-guix/#add-a-subcommand-showing-gnu-guix-history-of-all-p -- Lulu