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 RkBDGlcyvF+nKAAA0tVLHw (envelope-from ) for ; Mon, 23 Nov 2020 22:06:15 +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 gBDXFVcyvF/vAwAAB5/wlQ (envelope-from ) for ; Mon, 23 Nov 2020 22:06:15 +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 0A91E9402C8 for ; Mon, 23 Nov 2020 22:06:15 +0000 (UTC) Received: from localhost ([::1]:45068 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1khJyP-0007Jf-V0 for larch@yhetil.org; Mon, 23 Nov 2020 17:06:13 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:45186) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khJy0-0007JL-0r for guix-devel@gnu.org; Mon, 23 Nov 2020 17:05:48 -0500 Received: from mail-wm1-x32c.google.com ([2a00:1450:4864:20::32c]:39266) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1khJxu-00046L-HV for guix-devel@gnu.org; Mon, 23 Nov 2020 17:05:47 -0500 Received: by mail-wm1-x32c.google.com with SMTP id s13so933929wmh.4 for ; Mon, 23 Nov 2020 14:05:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:in-reply-to:references:date:message-id:mime-version :content-transfer-encoding; bh=avhucY8RGbwO8GVT4Zflwo074reoqoaFmVT9c+xzEQc=; b=vTJCDKEAqbKLk1riITf/vPA3d+32RRHlh57eBWEfPfLQ2q5ROr0wdcsEFbp7vLSm3X zXWHJI5UGW8dBZpDGO6XmRbBqUG9D4Yora9pPgog0SSKo+Pffe3U9xaCWiuaHEHSrlRi qwr6PtlM3OgV/Zd3UBeYknEFtRxccjJ6GSMYQkfhtiJycGPo6MiqZ5mZbKm27XJfhikp 4EE4c2ZJScKa48MptOyhS6hl4NVf9oOBi3JxGCd7nPGQQGi9oSR7+O0NfFhgGCuikWqn qPbak5qZzQHo8mibtlwln44LbyBtWwIv7SwaAC0J7G25/DQsDV6AnXEl2VyLkcfW/8IJ wrGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:in-reply-to:references:date :message-id:mime-version:content-transfer-encoding; bh=avhucY8RGbwO8GVT4Zflwo074reoqoaFmVT9c+xzEQc=; b=nO9RGsDkJ8MrhKWYKZK6uRpkGe6f4QlCFBXjLZBNmeq8+LOsFkH7a4Bt6LMSW0hlFt WdeTdSkY8YeA/N2djoTChd0Qll5iPe4xUm/7CBEg5U8t+Sw+ICJ5XtDoYtOikL1q43bb GSlHNjePXrbUewuaggswjulx/+8YC1+D7WmWUcQPvyInLjP6DzHysbQDgndVaFi64mge Zchfk05jA2d4Z7coimm7g3sFMR4KznqBXxOAJFKuCiHDW17/cEFyV2JGSY3KqMOBgb59 eMho/XYcbS5WLtY0buZDVil6lhBfI+zdjNX/3Jz8T0CdNDR5TVszewDynXJzyU3ZKqDC XqMA== X-Gm-Message-State: AOAM5304zT4Pk84zP6erZAnpnaRHtgPKSi1k4S6aF5wSrLnhHJb0QbLj WQ3HcskdLVafvnQSjGNiB88A9OQVAKfZFw== X-Google-Smtp-Source: ABdhPJzeG9OSIH0loKGp57VCiS2E11AW2S+WlO+oX+ZKAboyriRCB6nFxsx2JWdMVObc+8W1H1KJ2g== X-Received: by 2002:a1c:cc19:: with SMTP id h25mr995646wmb.124.1606169138623; Mon, 23 Nov 2020 14:05:38 -0800 (PST) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id n128sm1176014wmb.46.2020.11.23.14.05.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 Nov 2020 14:05:38 -0800 (PST) From: zimoun To: Jonathan Brielmaier , Julien Lepiller , guix-devel@gnu.org Subject: Re: [Guix Day] Feedback (was: [Guix Day] Join the conference!) In-Reply-To: <79ba1748-39e5-90c5-c190-62e3ad55b01e@web.de> References: <20201121231113.698763a7@tachikoma.lepiller.eu> <79ba1748-39e5-90c5-c190-62e3ad55b01e@web.de> Date: Mon, 23 Nov 2020 23:01:54 +0100 Message-ID: <86a6v7vijx.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2a00:1450:4864:20::32c; envelope-from=zimon.toutoune@gmail.com; helo=mail-wm1-x32c.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham 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=gmail.com header.s=20161025 header.b=vTJCDKEA; dmarc=pass (policy=none) header.from=gmail.com; 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: B//3TSC+KeHG Hi Jonathan, Thank you for your feedback. You beat me, I have just send an email asking such. ;-) On Mon, 23 Nov 2020 at 19:15, Jonathan Brielmaier wrote: > What I have in mind for a next time: > * create smaller subrooms (in BigBlueButton) for certain topics like at > the FOSDEM Guix Days -> with a begin, (in-between) and end all > together We were discussing the ability to do such thing; but not implemented it. So definitively! :-) > P.S: Are we allowed to use this BigBlueButton instance of Fosshost or is > this a one-shot service? I speak for myself. From my understanding, the instance guixbbb.fosshost.org could be reused. I have ideas, you what do you have in mind? Cheers, simon PS: The ugly missing thing with online is =C2=ABdrink and party=C2=BB (socializing). :-) Well, one idea that popped up had been: people from the same city could join, when possible. But lockdown complicated everything, at least in Paris.