From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id mILIMLS3vV9MMgAA0tVLHw (envelope-from ) for ; Wed, 25 Nov 2020 01:47:32 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id MH+XLLS3vV98FQAA1q6Kng (envelope-from ) for ; Wed, 25 Nov 2020 01:47:32 +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 6F45194011C for ; Wed, 25 Nov 2020 01:47:32 +0000 (UTC) Received: from localhost ([::1]:45882 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1khju7-0005pp-Ek for larch@yhetil.org; Tue, 24 Nov 2020 20:47:31 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:34006) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khjti-0005oE-FD for guix-devel@gnu.org; Tue, 24 Nov 2020 20:47:06 -0500 Received: from mx1.riseup.net ([198.252.153.129]:59538) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khjtg-0005ow-R4 for guix-devel@gnu.org; Tue, 24 Nov 2020 20:47:06 -0500 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4CgkJr2TvbzFf0C for ; Tue, 24 Nov 2020 17:46:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1606268812; bh=5bEASmPpfhO5xmL3N1C5svIRHqBfPXVUDZoNlGwL9nA=; h=Date:From:To:Subject:In-Reply-To:References:From; b=dfmqwgpaWN9w2s8GhnPW58YThWaRXiOvEVX5nzB/MuvXvPxiNg4U6AvcAqTMZOiRh ZExVNdBXT8X5vhD3LIIgqzrmxdETSU7ZroTJbRrDhIDEzwyMjKgaCGb+Z/MnCBO0a/ 0pM4TqAsgTKib5DDBZ092Vzntq83+/PPkWxHGd4U= X-Riseup-User-ID: EFC4A0509796E62CEE416AD89FFAB4DF7814B5EA389BB13C906648DEF2DAC739 Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 4CgkJq41hwzJrSB for ; Tue, 24 Nov 2020 17:46:51 -0800 (PST) Date: Tue, 24 Nov 2020 21:26:37 +0100 From: raingloom To: guix-devel@gnu.org Subject: Re: Thank you for participating in the Guix Day! Message-ID: <20201124212637.262fffc2@riseup.net> In-Reply-To: <20201124030056.53f92023@tachikoma.lepiller.eu> References: <20201124030056.53f92023@tachikoma.lepiller.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=198.252.153.129; envelope-from=raingloom@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -11 X-Spam_score: -1.2 X-Spam_bar: - X-Spam_report: (-1.2 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_03_06=1.592, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action 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: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=riseup.net header.s=squak header.b=dfmqwgpa; dmarc=pass (policy=none) header.from=riseup.net; 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.71 X-TUID: qJ/ObVis38DH On Tue, 24 Nov 2020 03:00:56 +0100 Julien Lepiller wrote: > Hi Guixers! > > Thank you for your participation to the Guix Days on this November > 22nd. We were around 60 people at all time, for a total of over 80 > people during the day. We hope to see you again soon on IRC or the > mailing lists! > > Warm thanks to the presenters who did wonders in a very short > timeframe, as well as to our moderators. :-) > > The day was really rich for us. Fruitful discussions happened and it > is always amazing to see the diversity in action. Hope that you > enjoyed! > > Since this is the first time we tried to organize an online event, > we know that some things were good, others were bad, and maybe even a > couple were ugly for you. We want to hear from you. What did you > enjoy, what should be avoided, what could be improved for next time? > > Feel free to pragmatically dream and help us sketch the next event! > > You might think of this event as a `--dry-run', and we think it was > very successful. Let's prepare the `--rounds=2'. ;-) > > If any of you have taken some notes during the event, it would be nice > to summarize the discussions that happened in a blog post (and in > `maintenance/doc'). > > Please drop us an email to guix-devel@gnu.org. If you are shy, send > it to guix-days@gnu.org, a private alias reaching only the organizers > of the event (Julien Lepiller (roptat) and Simon Tournier (zimoun)) > and the maintainers. > > We'd like to address a special thanks to Fosshost, for hosting the > BigBlueButton instance. It worked amazingly well! > My only issue was that I had to reconnect audio every 3-4 minutes, sometimes having to do a full reload. BBB was nice, but apparently it's still pretty heavy.