From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 14 09:23:07 2022 Received: (at submit) by debbugs.gnu.org; 14 Feb 2022 14:23:07 +0000 Received: from localhost ([127.0.0.1]:40387 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJcFo-0005FR-Nv for submit@debbugs.gnu.org; Mon, 14 Feb 2022 09:23:07 -0500 Received: from lists.gnu.org ([209.51.188.17]:49756) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJcFl-0005FH-FR for submit@debbugs.gnu.org; Mon, 14 Feb 2022 09:22:59 -0500 Received: from eggs.gnu.org ([209.51.188.92]:47810) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJcFk-0007Ew-32 for guix-patches@gnu.org; Mon, 14 Feb 2022 09:22:57 -0500 Received: from [2a00:5884:8208::1] (port=38756 helo=lepiller.eu) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJcFg-0006z1-0B for guix-patches@gnu.org; Mon, 14 Feb 2022 09:22:55 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 03f397bf for ; Mon, 14 Feb 2022 14:22:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:subject:message-id:mime-version:content-type; s=dkim; bh=//j BBrzy2KdYKXowqHr88E4rS/4jZy5w5KRhgPELogk=; b=MuCyCDrVhy4+BZbzdPE YrlYcNu+TvjmkiSwBxFNksUNilj2o0X3wOGMrow5BYEwZDYBBeqV0GwzMGcCnlex 2+80KtSkDn+QVmawOtRKhTxO9Tlm/QHhEhxFlkgFx216j7cK5SnwdvlO2iHOeEEm nDwexNI6bKHTSqtb8qr4p+aVtMHotpZB15EnZe4prVoAjeVcmM2dzSuYV74EI9MK bCdxBVS0DpXfN5iHHN0ge/FGcKQW4+B/I3hIIqiTNbAcAfmCol70uL4IppgZlUoL h6nHGK1IDrQW4Sq75nlGWj1tFYZIjBvSxj3sP7Ez+5LwsitOZXRvofK/TZPd6UVS sZQ== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id d694a807 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Mon, 14 Feb 2022 14:22:47 +0000 (UTC) Date: Mon, 14 Feb 2022 15:22:46 +0100 From: Julien Lepiller To: guix-patches@gnu.org Subject: [PATCH] [Guix-Days] website: Release conference schedule. Message-ID: <20220214152246.532a648a@sybil.lepiller.eu> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/z+moF8V1=k/6qrWK5Flm7JY" X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a00:5884:8208::1 (failed) Received-SPF: pass client-ip=2a00:5884:8208::1; envelope-from=julien@lepiller.eu; helo=lepiller.eu X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 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, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --MP_/z+moF8V1=k/6qrWK5Flm7JY Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Guix! Here's the patch for artworks that adds the conference schedule. I want to push it tonight, so please comment quickly :) --MP_/z+moF8V1=k/6qrWK5Flm7JY Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0001-website-Release-conference-schedule.patch =46rom 1b6efd6926ea013efa6a02164dd189a1171a779c Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Mon, 14 Feb 2022 15:17:48 +0100 Subject: [PATCH] website: Release conference schedule. * website/posts/online-guix-days-2022-announcement-2.md: New file. * website/apps/base/templates/theme.scm: Update header bar. --- website/apps/base/templates/theme.scm | 36 +-- .../online-guix-days-2022-announcement-2.md | 291 ++++++++++++++++++ 2 files changed, 309 insertions(+), 18 deletions(-) create mode 100644 website/posts/online-guix-days-2022-announcement-2.md diff --git a/website/apps/base/templates/theme.scm b/website/apps/base/temp= lates/theme.scm index 3aa09ea..bdad023 100644 --- a/website/apps/base/templates/theme.scm +++ b/website/apps/base/templates/theme.scm @@ -121,29 +121,29 @@ ,(navbar #:active-item active-menu-item) =20 ;; NOTE: Comment these messages out when they are not needed anymore. + ;(div + ; (@ (class "message-box msg-info")) + ; (p ,(G_ `("Online conference February 19-20. " + ; ,(G_ `(a + ; (@ (href "/blog/2022/online-guix-days-2022-announ= cement-1/")) + ; "Learn more")) + ; "!")))) (div (@ (class "message-box msg-info")) (p ,(G_ `("Online conference February 19-20. " + "Watch the " ,(G_ `(a - (@ (href "/blog/2022/online-guix-days-2022-announc= ement-1/")) - "Learn more")) + (@ (href "https://xana.lepiller.eu/guix-days-2022/")) + "pre-recorded talks")) + ; "." + ; ,(G_ `(a + ;(@ (href "https://guixbbb.fosshost.org/b/zim-dmr-hp2-ibu")) + ;"Join us")) + "! Learn " + ,(G_ `(a + (@ (href ,(guix-url "blog/2022/online-guix-days-2022-announcement-2/= "))) + "more")) "!")))) - ;(div - ; (@ (class "message-box msg-info")) - ; (p ,(G_ `("Online conference November 22nd. " - ; "Watch the " - ; ,(G_ `(a - ; (@ (href "https://xana.lepiller.eu/guix-days-2020/")) - ; "pre-recorded talks")) - ; "." - ; ,(G_ `(a - ; (@ (href "https://guixbbb.fosshost.org/b/zim-dmr-hp2-ibu")) - ; "Join us")) - ; "! Learn " - ; ,(G_ `(a - ; (@ (href ,(guix-url "blog/2020/online-guix-day-announce-2/"))) - ; "more")) - ; "!")))) =20 ,(if (null? crumbs) "" (breadcrumbs crumbs)) =20 diff --git a/website/posts/online-guix-days-2022-announcement-2.md b/websit= e/posts/online-guix-days-2022-announcement-2.md new file mode 100644 index 0000000..6db9cb7 --- /dev/null +++ b/website/posts/online-guix-days-2022-announcement-2.md @@ -0,0 +1,291 @@ +title: Online Guix Day Conference: schedule released! +date: 2022-02-14 00:00 +author: Guix Hackers +slug: online-guix-days-2022-announcement-2 +tags: Conference, Community +--- + +The Guix hackers are very happy to announce the second online Guix Days +Conference on **Saturday and Sunday, 19 & 20 February 2022**. This confer= ence +is open to everyone (**no registration fee**) and will be held entirely on= line. +Want to know the schedule, read on! + +*There will be no live talks during the Guix Days! Please watch the talks= beforehand.* + +![Guix Days logo](/static/blog/img/Guix-Days-online-2022.png) + +[Join us live]() (TBA) on the 19 and 20 to +participate in the various sessions! + +Live discussions will take place on Saturday and Sunday, and the agenda is +the following (UTC+1, Paris time). Schedule is subject to change: + +### Saturday + + - 10:00=E2=80=9310:35: (BoF) **10 years of Guix - a retrospective (tbd)** + - 10:40=E2=80=9311:15: **[Making Images for AWS Lambda Functions and Depl= oying Them with Guix](https://xana.lepiller.eu/guix-days-2022/guix-days-202= 2-guix-aws-lambda.mkv)** + - 11:20=E2=80=9311:55: **[Gaming on Guix](https://xana.lepiller.eu/guix-d= ays-2022/guix-days-2022-guix-gaming.mp4)** + + `(break)` + + - 13:00=E2=80=9313:35: **Spontaneous topics** + - 13:40=E2=80=9314:15: **[A Deep Dive into the Guile Documentation & Make= over Proposal](https://xana.lepiller.eu/guix-days-2022/)** + - 14:20=E2=80=9314:55: (BoF) **whereiseveryone** + + `(break)` + + - 16:00=E2=80=9316:35: **Spontaneous topics** + - 16:40=E2=80=9317:15: **[My experiences as a newcomer to Guix](https://x= ana.lepiller.eu/guix-days-2022/guix-days-2022-experience-newcomer.mp4)** + - 17:20=E2=80=9317:55: **[How GNU Guix saved me when my laptop caught wat= er, how it didn't, and where it couldn't](https://xana.lepiller.eu/guix-da= ys-2022/guix-days-2022-how-gnu-guix-saved-me.mkv)** + + +### Sunday + + - 10:00=E2=80=9310:35: (BoF) **bordeaux.guix.gnu.org, Guix Build Coordina= tor and related topics Q&A** + - 10:40=E2=80=9311:15: **[Dreaming of better patch review](https://xana.l= epiller.eu/guix-days-2022/guix-days-2022-patch-review.mp4)** + - 11:20=E2=80=9311:55: **Spontaneous topics** + + `(break)` + + - 13:00=E2=80=9313:35: **[Modernizing python-build-system](https://xana.l= epiller.eu/guix-days-2022/guix-days-2022-modernizing-python-build-system.mk= v)** + - 13:40=E2=80=9314:15: (BoF) **Guix Installer** + - 14:20=E2=80=9314:55: **Spontaneous topics** + + `(break)` + + - 16:00=E2=80=9318:00: **Future of Guix (tbd)** + +Each session will be question/answer and discussion related to the topic v= ia +the BigBlueButton instance. + +The slots are short so please watch the +[videos](https://xana.lepiller.eu/guix-days-2022/) beforehand to better en= joy +the discussions. The term BoF means open discussion to address prospects.= The +last discussion may be longer depending on what you have to share. + +The main channel for the day will be the video chat and questions will be = asked +via the chat hosted there or=E2=80=93=E2=80=93because we love it=E2=80=93= =E2=80=93via `#guix` on +[`libera.chat`](https://guix.gnu.org/en/contact/irc/) then the floor +might be shared, opening more mics. The discussions will not be recorded +because we would like to keep them informal=E2=80=93=E2=80=93where people = are less impressed to +share their point of views. + +**The [Code of +Conduct](http://git.savannah.gnu.org/cgit/guix.git/tree/CODE-OF-CONDUCT) +applies for all the channels of communication.** + +##### 10 years of Guix - a retrospective +Chaired by *GNU Guix Maintainers* + +This session will present the various milestones reached by the project +during the 10 years of its existence, from its first commit in 2012 to +today, in 2022. + +##### Making Images for AWS Lambda Functions and Deploying Them with Guix +Presented by *George Vafeiadis* and *Phil Beadling*. +(**[video mkv](https://xana.lepiller.eu/guix-days-2022/guix-days-2022-guix= -aws-lambda.mkv)**) + +AWS Lambda is an event driven, serverless compute service which is +provisioned using custom-made Docker images. We were interested in seeing= if +we could harness Guix's Docker output to produce AWS compatible input imag= es. +Using Guix has enabled us to cut a lot of bulk out of the base image to +produce a lean result. The talk will cover wrapping of the Lambda Python +Runtime Interface Client in Guix, the various challenges in doing so, and +an overview of the resulting pipeline that we can plug into our CI/CD syst= em. +We will provide example code and packages which people can then build upon +(the ultimate aim is to submit these packages to the official Guix channel= ). + +##### Gaming on Guix +Presented by *Tobias Alexandra Platen*. +(**[video mp4](https://xana.lepiller.eu/guix-days-2022/guix-days-2022-guix= -gaming.mp4)**) + +This year the I Love Free Software Day 2022, includes Free Software +games such as Veloren and Armagetron Advanced. Since I only +play free software Games, I cant play VRChat, so I decided to go with +V-Sekai instead, VR platform powered by the Godot Engine.=20 +I plan to package those games for GUIX. + +##### A Deep Dive into the Guile Documentation & Makeover Proposal +Presented by *Blake Shaw*. + +Recent discussions on the Guix mailing list revealed that many in the Guix +community have found the Guile Reference Manual difficult to navigate as +newcomers. That should come as no surprise =E2=80=94 in PDF form, the doc= s span +approximately *850 pages*, making it a quite hefty set of documents for an +implementation of a minimal programming language like Scheme, even when +compared to the documentation of relatively large PLs; the Racket Guide, +for instance, is only 450 pages, while the Rust Book is approximately 550 +pages. + +Serving at the same time as a reference manual & API specification, the +large size may in part be attributed to what simultaneously makes Guile an +appealing project to contribute to, while also rendering the documentation +process somewhat delicate: Guile is a massive collective project featuring +the contributions of many authors over the course of three decades, +contributions which Guilers would hate to trivialize or treat as insignifi= cant +or edit away on a whim. Additionally, Guile comes from a long set of +traditions within Scheme hacking which itself is deep with sage wisdom +spanning many pedagogical philosophies and one of the greatest literature +traditions of hacker culture. Is it possible to perform a makeover of the +Guile Documentation while respecting these historical threads, at the same= time +rendering it more approachable for new users while not forsaking the deep +nuggets of wisdom that lie therein? + +##### whereiseveryone +Chaired by *jgart*. + +##### My experiences as a newcomer to Guix +Presented by *John Kehayias*. +(**[video mp4](https://xana.lepiller.eu/guix-days-2022/guix-days-2022-expe= rience-newcomer.mp4)**) + +Just over 6 months ago I had never heard of GNU Guix or knew what it was, +and now I'm submitting patches and enjoy hacking on my Guix system constan= tly +(and spending too much time on IRC). In this talk I will answer how I got +here, what my experiences have been, and what I've learned as a newbie to +not-quite-a-newbie. + +I have been a Linux user for many years, from Debian in the early 32bit to +64bit era, to compiling kernels for a Gentoo media box, and more recently +Arch as my full-time distro on 3 computers (yes, insert Arch meme). But +now all I want is Guix on everything. + +Along the way I had to learn what Guix is, how to use it, and how to hack = on +it. There are clear highlights like being able to use Scheme everywhere a= nd +the cleanliness of a declarative, atomic system, but also rough spots in a +still growing distro and community, like adapting to mailing lists, patch +review, and the "Guix way." I hope my perspectives will be interesting +for other newcomers to learn from, as well as the more experienced Guix-ers +to help continue the development of GNU Guix. + +##### How GNU Guix saved me when my laptop caught water, how it didn't, a= nd where it couldn't +Presented by *Liliana Marie Prikler*. +(**[video mkv](https://xana.lepiller.eu/guix-days-2022/guix-days-2022-how-= gnu-guix-saved-me.mkv)**) + +It's a story, that can probably be told in 15-45 minutes, about +how I + +1. used Guix on a foreign distro to get the configuration that I had on + Guix System running +2. used Guix' containerization to access files (and services) on a + third machine without modifying data on that machine (e.g. gratuitous + copying to $HOME) + +In the first part, I'll be discussing Guix as an alternative package +source similar to Flatpak and Snap, and reasons to choose it over +Flatpak or Snap (particularly including UI reasons, which I feel are +not typically discussed). In the second part, I'll be discussing Guix' +containerization again in contrast to directly using qemu or docker +with a focus on how simple (or sometimes hard) it can be to get +graphical applications to run from a "sandbox". Particular use cases +I'll be covering are: + +1. GNU Emacs for editing files, as well as interacting with git through + libsecret. +2. reading mail and accessing remote files with GNOME Online Accounts. +3. doing 1) and 2) in different containers, because I can (or must) + +The wider context is (as implied by the title) given by the water +damage I had to endure, and how Guix can help creating manageable +backups in the form of manifests. I might also include a future +outlook of what would be possible with an extended (guix home) if +that's interesting. + +##### bordeaux.guix.gnu.org, Guix Build Coordinator and related topics Q&A +Chaired by *Christopher Baines*. + +bordeaux.guix.gnu.org is a relatively new addition to the default +substitute servers, using the Guix Build Coordinator as a key component +to build packages and provide substitutes. + +This session will be a chance for live questions and discussion about +bordeaux.guix.gnu.org, the Guix Build Coordinator and any related +topics. + +##### Dreaming of better patch review +Presented by *Arun Isaac*. +(**[video mp4](https://xana.lepiller.eu/guix-days-2022/guix-days-2022-patc= h-review.mp4)**) + +The Guix project is growing, and growing rapidly. Users and +contributors are pouring in with their patches and bug +reports. Maintainers, committers and reviewers are unable to keep +up. A few (not me!) are taking on a disproportionate amount of the +work. Contributors are frustrated that their patches don't get +reviewed or accepted in time. Reviewers are cracking under the work +load, and silently tuning out. This situation is obviously +unsustainable, and demands urgent attention. What do we do?! + +We try to motivate more of our reviewers to chip in, and gently +encourage them to help out more. But, we all have busy lives, and it +is impractical to appeal simply to the goodness of our hearts. We need +to streamline our review process and make it so easy that reviewers +will want to review. Suggestions to use more sophisticated and modern +issue trackers such as those popularized by GitHub and GitLab come up +time and again. But, I believe that Guix is a large enough and a +distinctive enough project to deserve its own customized issue tracker +tooling. + +In this talk, I will dream up how our patch review could be better. I +will describe problems and present mockups bereft of +implementation. The hope is that this talk will outline the +possibilities for future work and inspire people to pitch in with +code. If there is time towards the end, I will also present mumi's new +GraphQL API. + +##### Modernizing python-build-system +Presented by *Lars-Dominik Braun*. +(**[video mkv](https://xana.lepiller.eu/guix-days-2022/guix-days-2022-mode= rnizing-python-build-system.mkv)**) + +Python is moving away from having a single go-to solution for packaging. +Setuptool=E2=80=99s well-known `setup.py` is currently in the process of b= eing +replaced by pluggable build systems as specified by PEP 517, allowing +alternative tools like poetry, flit and others to enter the room. + +Currently Guix=E2=80=99s python-build-system is not equipped to deal with +packages that require a PEP 517-compatible build environment. Therefore +they need custom 'build and 'install phases. Thus python-build-system +needs to move forward as the ecosystem it is building. In this talk I +would like to present my ideas for a modern Python build system. + +##### Guix Installer +Chaired by *Josselin Poiret*. + +This session will discuss the recent development in the installer. + +##### Future of Guix +Chaired by *GNU Guix maintainers*. + +The session covers the medium- and long-term goals that may or may not look +realistic. Pragmatic dream! + + +#### Code of Conduct + +This online conference is an official Guix event. Therefore, the [Code of +Conduct](http://git.savannah.gnu.org/cgit/guix.git/tree/CODE-OF-CONDUCT) +applies. Please be sure to read it beforehand! + +If you witness violations of the code of conduct during the event, please +email `guix-days@gnu.org`, a private email alias that reaches the organize= rs +(Simon `zimoun` Tournier and Julien `roptat` Lepiller) and the GNU Guix +maintainers. + + +#### About GNU Guix + +[GNU Guix](https://www.gnu.org/software/guix) is a transactional package +manager and an advanced distribution of the GNU system that [respects +user +freedom](https://www.gnu.org/distros/free-system-distribution-guidelines.h= tml). +Guix can be used on top of any system running the Hurd or the Linux +kernel, or it can be used as a standalone operating system distribution +for i686, x86_64, ARMv7, and AArch64 machines. + +In addition to standard package management features, Guix supports +transactional upgrades and roll-backs, unprivileged package management, +per-user profiles, and garbage collection. When used as a standalone +GNU/Linux distribution, Guix offers a declarative, stateless approach to +operating system configuration management. Guix is highly customizable +and hackable through [Guile](https://www.gnu.org/software/guile) +programming interfaces and extensions to the +[Scheme](http://schemers.org) language. + --=20 2.34.0 --MP_/z+moF8V1=k/6qrWK5Flm7JY-- From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 14 14:42:20 2022 Received: (at 53996) by debbugs.gnu.org; 14 Feb 2022 19:42:20 +0000 Received: from localhost ([127.0.0.1]:42603 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJhEp-0004Ha-TQ for submit@debbugs.gnu.org; Mon, 14 Feb 2022 14:42:20 -0500 Received: from mail-wr1-f48.google.com ([209.85.221.48]:33767) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJhEl-0004HL-AC for 53996@debbugs.gnu.org; Mon, 14 Feb 2022 14:42:19 -0500 Received: by mail-wr1-f48.google.com with SMTP id e3so28678506wra.0 for <53996@debbugs.gnu.org>; Mon, 14 Feb 2022 11:42:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:in-reply-to:references:date:message-id:mime-version :content-transfer-encoding; bh=WuXyLbcIMIwgycR4Fv9DGsCs/FMBQ4pbvp+GAsoq2q4=; b=kJ/x5Nvzb/i0PLFUxCxzrEwQQ7N3tFjA8ShOJmf8spvh0go5IsOKuK4rhFMMAKzDaX UZDmZUJXjUhubK7rkTRZBlJaMeeqCqy0rqyxclmgdBcON0U1C8csfoo7tqX0mAol1y2F Q70f+Kx36eb0fnQG+nTaJeEznaZ+yPFQZWuizDo4fVjZcGh/meFXG0W4lSVQbGKUOaPq jDXWuOcL8Pf/Qn1VTNe92A5eJZ/AwY6WbWh15RaUVaBhYRXFQmrMZ6NuY6TyKnu4upFi xZPgLI7CNEPb67ZdNB+pxoBlNcnBIbdPZyXLxE9tpHo7k/H58oIaSnd4PlqJ05WWo+cQ 6wWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:in-reply-to:references:date :message-id:mime-version:content-transfer-encoding; bh=WuXyLbcIMIwgycR4Fv9DGsCs/FMBQ4pbvp+GAsoq2q4=; b=stNvED26kWucqvQV1VlND5YPl8q61e6uN4B1IJPqtXThEnNGf0U7hIjVELhnPVwklT vs2gxl/Vwj/VnwOfkf32cTuLDvEXu17jSuQFMIA13avGQ2ROpQ/OSk7LlGLS0rXHS2J9 iJY5lVWPcJk6E6kTfN7HyszJEl/qk8R3afKX3/cfIbaieQn/01vLHonKBhv6BhDjF5+Y bYLTr1uV77VZC4tPleVnAFHR7hvfLXwE0SS6p+sxpAHH54SSbHgFN+d4d1Cd1S8+bH/E MHL+CYC/Vokxnux/qRr+xW1Bf2AfkxtwhsPwNw6r7lmHCjRHP/kBhzPW1jFyswTQdQdL oHZA== X-Gm-Message-State: AOAM531gzaLz/3nY/URK5I24wi5c3eR64bzistQBOlVbhjjG1lNhTNBI gC5QnpQL9CvtVv3VbnzPs/l74wPXy6s= X-Google-Smtp-Source: ABdhPJys3BQiLmXqOWtP8+c1jpOhrAnWm61j/wGyg5Nw2j68IwMQhjl24mRicnNWPPBOznDzduSf0g== X-Received: by 2002:a05:6000:184a:: with SMTP id c10mr484972wri.224.1644867729209; Mon, 14 Feb 2022 11:42:09 -0800 (PST) Received: from lili (2a01cb04061b8800e2568b9190e03e61.ipv6.abo.wanadoo.fr. [2a01:cb04:61b:8800:e256:8b91:90e0:3e61]) by smtp.gmail.com with ESMTPSA id e7sm8081118wrg.44.2022.02.14.11.42.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Feb 2022 11:42:08 -0800 (PST) From: zimoun To: Julien Lepiller , 53996@debbugs.gnu.org Subject: Re: [bug#53996] [PATCH] [Guix-Days] website: Release conference schedule. In-Reply-To: <20220214152246.532a648a@sybil.lepiller.eu> References: <20220214152246.532a648a@sybil.lepiller.eu> Date: Mon, 14 Feb 2022 20:33:15 +0100 Message-ID: <868rudb5vo.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 53996 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Julien Thank you for the schedule. Cool! On Mon, 14 Feb 2022 at 15:22, Julien Lepiller wrote: > * website/posts/online-guix-days-2022-announcement-2.md: New file. > * website/apps/base/templates/theme.scm: Update header bar. LGTM, except=E2=80=A6 > + - 13:40=E2=80=9314:15: **[A Deep Dive into the Guile Documentation & Ma= keover Proposal](https://xana.lepiller.eu/guix-days-2022/)** =E2=80=A6missing something, right? Cheers, simon From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 14 15:48:51 2022 Received: (at 53996) by debbugs.gnu.org; 14 Feb 2022 20:48:51 +0000 Received: from localhost ([127.0.0.1]:42780 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJiHD-00062q-10 for submit@debbugs.gnu.org; Mon, 14 Feb 2022 15:48:51 -0500 Received: from mail-ed1-f66.google.com ([209.85.208.66]:46639) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJiH9-00062b-1F for 53996@debbugs.gnu.org; Mon, 14 Feb 2022 15:48:49 -0500 Received: by mail-ed1-f66.google.com with SMTP id m17so4024723edc.13 for <53996@debbugs.gnu.org>; Mon, 14 Feb 2022 12:48:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:subject:from:to:date:in-reply-to:references:user-agent :mime-version:content-transfer-encoding; bh=7sIszLrXMYIzxb860sWR8qjx1ecRGI8r3i8zbSqaNCg=; b=Ih3QbHH2YqBBeG6qNb6QpUqnC0VTXjowCCdI6ytR8nxQQ26/RQtM6MbCL836BcTPt5 jkvnG0kiBGgONfL43c/xitlRtQ/RUc7+K4b4TgMPUL1mxwhfUsOdGf5+1kFqobMX8zg8 tlPaBNtaDwl1jOEKUNAhJauIFmwwSlGzzMDmAlB8ZIRHjb/IEaXDZgbxfEzrvwRPOK+C zyQevdIxvKLnRbr64BUlQa3p5WKsSicDq0km0dIeQ03In1uGN0Fnr0dplSOzAJTYqMDP jsvcGQQxaSC6H5jjXp1ludgAN0ibjfzpKXZCRatwfqBQz7/KoOHMVVwgsoGX4wkklPPy J73Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=7sIszLrXMYIzxb860sWR8qjx1ecRGI8r3i8zbSqaNCg=; b=sLqox/YndBLTJZ5R1E+l+Yg+JxKtL1xNcM+pzce1sCHgkQaqHWIDajR9InoSZwycPp b3bWRWQaQbc0RQLFlxk1mbpzgfnd/A9zNgULMKMzt6i79bIJTzLNqsZ4ivpgHzTDm6Ia QXmjJNxS7wEeNQwnQT0WrcAyi/q+OxicYkqXGpissBdzGfdUUntiEQx5j67gQ+75YZmP DURHU0diHCDnDn/kK9sSOW8PXKK1Yx53UQicZowxpTUyYhDcs4n05L29Dgvr2W/3QFSq XZKyLgw1Snb2X2g1840o+LmbgCuD1jVIUPY5Yj+4qMSUm7U+TJCB+YrHXxhcj5Vhd35W +LCA== X-Gm-Message-State: AOAM532EVZuVK1vSgLQBIp7eexKU28Aio4sLSZml26BPt6LWLpKwA/jX ksTG708qhxy/EUKmeFlC1oE= X-Google-Smtp-Source: ABdhPJzjSQ8S3VSffkKKzB8B4z3ZzkU1jWGCYXON53XXkJ1J8ufwMYaRIGVB1QXRJ3ZB45zbmKVYyg== X-Received: by 2002:a05:6402:448c:: with SMTP id er12mr650941edb.137.1644871720919; Mon, 14 Feb 2022 12:48:40 -0800 (PST) Received: from nijino.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id n25sm12513042eds.89.2022.02.14.12.48.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Feb 2022 12:48:39 -0800 (PST) Message-ID: <1a56d4ce38d517014fb2f96fde23f6a2f73db81f.camel@gmail.com> Subject: Re: [PATCH] [Guix-Days] website: Release conference schedule. From: Liliana Marie Prikler To: Julien Lepiller , 53996@debbugs.gnu.org Date: Mon, 14 Feb 2022 21:48:39 +0100 In-Reply-To: <20220214152246.532a648a@sybil.lepiller.eu> References: <20220214152246.532a648a@sybil.lepiller.eu> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 53996 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Montag, dem 14.02.2022 um 15:22 +0100 schrieb Julien Lepiller: > Hi Guix! > > Here's the patch for artworks that adds the conference schedule. I > want to push it tonight, so please comment quickly :) My own prompt contains stuff that was only meant for slot securing and I also had to cut a few things, so in order to avoid false advertising, I'd propose a slight rewrite like --8<---------------cut here---------------start------------->8--- Based on events that actually occurred, this talk shows how to 1. use Guix on a foreign distribution to get a configuration made on Guix System running 2. use Guix' containerization to access files (and services) on a third machine without modifying data on that machine (e.g. gratuitously copying files to $HOME). Guix is discussed as an alternative package manager similar to Flatpak or Snap, along with reasons to choose it over other solutions (particularly some "rarely" discussed UI reasons). In addition, practical applications of Guix' sandboxed environments are shown by the examples of 1. editing files with GNU Emacs while interacting with git through libsecret 2. reading mail and accessing remote files with GNOME Online Accounts. For wider context, this talk shows how Guix can help creating manageable backups in the form of manifests. --8<---------------cut here---------------end--------------->8--- WDYT? From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 14 16:32:40 2022 Received: (at 53996) by debbugs.gnu.org; 14 Feb 2022 21:32:40 +0000 Received: from localhost ([127.0.0.1]:42809 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJixc-00076A-EP for submit@debbugs.gnu.org; Mon, 14 Feb 2022 16:32:40 -0500 Received: from lepiller.eu ([89.234.186.109]:49590) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJixY-00075y-5z for 53996@debbugs.gnu.org; Mon, 14 Feb 2022 16:32:38 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id c6914eef; Mon, 14 Feb 2022 21:32:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=koAno76Y2K1w sR08WECEnwPhuKcNdfb+yaYys7Nygcg=; b=Wss+JNqfPjWnZg4hA3FX6JNi0FM4 bi5enESI9MWWiyFpEdQtzsnM1rY7N75Pb6ClQnyE1Fs8nVPdiJxkIc0oMTN4QFEc 9GmPHfU1DbgCWiXAUn4DD1fXESITX0/ThNhszNX/9rn1BxpaaaqEOUMfFXQJSP17 IIkxLymDpV57DxonCtiQGhL1ZtLSX8jpknFEbtj8W0eubjLht2jsp/L9w8PgWOMz p5K3cG7kJCMdTiW3XXhBzpa84O//GR+uuuNjYKSx+NaRmHTRNSveMYYNudvxJMWj oWlYIkzMrMhLlfjtbXDUiwcSZcRdY/Dc9oE8+dkuzIv4UaDgeBDKwnkcPw== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 85a3eb9f (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Mon, 14 Feb 2022 21:32:34 +0000 (UTC) Date: Mon, 14 Feb 2022 22:32:32 +0100 From: Julien Lepiller To: Liliana Marie Prikler Subject: Re: [PATCH] [Guix-Days] website: Release conference schedule. Message-ID: <20220214223232.62b8f442@sybil.lepiller.eu> In-Reply-To: <1a56d4ce38d517014fb2f96fde23f6a2f73db81f.camel@gmail.com> References: <20220214152246.532a648a@sybil.lepiller.eu> <1a56d4ce38d517014fb2f96fde23f6a2f73db81f.camel@gmail.com> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 53996 Cc: 53996@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Le Mon, 14 Feb 2022 21:48:39 +0100, Liliana Marie Prikler a =C3=A9crit : > Am Montag, dem 14.02.2022 um 15:22 +0100 schrieb Julien Lepiller: > > Hi Guix! > >=20 > > Here's the patch for artworks that adds the conference schedule. I > > want to push it tonight, so please comment quickly :) =20 > My own prompt contains stuff that was only meant for slot securing and > I also had to cut a few things, so in order to avoid false > advertising, I'd propose a slight rewrite like >=20 > --8<---------------cut here---------------start------------->8--- > Based on events that actually occurred, this talk shows how to > 1. use Guix on a foreign distribution to get a configuration made on > Guix System running > 2. use Guix' containerization to access files (and services) on a > third machine without modifying data on that machine (e.g. > gratuitously copying files to $HOME). >=20 > Guix is discussed as an alternative package manager similar to Flatpak > or Snap, along with reasons to choose it over other solutions > (particularly some "rarely" discussed UI reasons). > In addition, practical applications of Guix' sandboxed environments > are shown by the examples of > 1. editing files with GNU Emacs while interacting with git through > libsecret > 2. reading mail and accessing remote files with GNOME Online Accounts. >=20 > For wider context, this talk shows how Guix can help creating > manageable backups in the form of manifests. > --8<---------------cut here---------------end--------------->8--- >=20 > WDYT? >=20 Thanks, I changed the text :) From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 16 02:53:42 2022 Received: (at 53996) by debbugs.gnu.org; 16 Feb 2022 07:53:42 +0000 Received: from localhost ([127.0.0.1]:47254 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKF8A-0004ZZ-I4 for submit@debbugs.gnu.org; Wed, 16 Feb 2022 02:53:42 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:60965) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKF88-0004ZL-Cr for 53996@debbugs.gnu.org; Wed, 16 Feb 2022 02:53:41 -0500 Received: (Authenticated sender: brice@waegenei.re) by mail.gandi.net (Postfix) with ESMTPSA id A472660002; Wed, 16 Feb 2022 07:53:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=waegenei.re; s=gm1; t=1644998014; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LJ88nONmOVH9HqbbQHt8yQc7Yh6i5bN+Zk4fCwHoGck=; b=MEnDnPUNhFuv9mJ5c1TWyh313Tt9y9eaaVaidX0x/gGdVYoyxHm1zyru4ZNa/qa2e64rOx NR7TI9BsUsUqkClhEJNRA4d8OHQJakQ6qB/v6VKXQ2ZEj/O2iqK1i4IX28gE8MYSdO1ZzX rINIzMp66AGLcwf2UtpqmelG0Bz4QWV3gKVOXYm4BgljHoSb+PPHrba7E7t8ichVHlyb0x mXGuMjUo1YpSualeiekETBo2Xl0w1YpLqsClihAypbI6IaWJ98yS0+TMDIbhdUuVCpbH6Q nHnfCE6+Oz/vfEIllBD1m75keeoPkNEEeJRkqq88PbL4wkq/ypQp18Hh960VEg== From: Brice Waegeneire To: Julien Lepiller Subject: Re: bug#53996: [PATCH] [Guix-Days] website: Release conference schedule. References: <20220214152246.532a648a@sybil.lepiller.eu> Date: Wed, 16 Feb 2022 08:53:30 +0100 In-Reply-To: <20220214152246.532a648a@sybil.lepiller.eu> (Julien Lepiller's message of "Mon, 14 Feb 2022 15:22:46 +0100") Message-ID: <87a6erw8lh.fsf@waegenei.re> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53996 Cc: 53996@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello Julien, Julien Lepiller writes: > Here's the patch for artworks that adds the conference schedule. I want > to push it tonight, so please comment quickly :) Nice! The post, now published=C2=B9, has at least two typo or missing links: - [Join us live]() (TBA) on the 19 and 20 to participate in the various ses= sions! - 13:40=E2=80=9314:15: [A Deep Dive into the Guile Documentation & Makeover= Proposal]() =C2=B9 https://guix.gnu.org/en/blog/2022/online-guix-days-2022-announcement= -2/ Cheers, - Brice From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 16 06:23:37 2022 Received: (at 53996) by debbugs.gnu.org; 16 Feb 2022 11:23:37 +0000 Received: from localhost ([127.0.0.1]:47507 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKIPI-0001er-Ux for submit@debbugs.gnu.org; Wed, 16 Feb 2022 06:23:37 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:50648) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKIPG-0001eb-GM for 53996@debbugs.gnu.org; Wed, 16 Feb 2022 06:23:35 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id EB79FB58; Wed, 16 Feb 2022 12:23:27 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RgCB6fLx3xMq; Wed, 16 Feb 2022 12:23:26 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 5105E61; Wed, 16 Feb 2022 12:23:26 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Brice Waegeneire Subject: Re: bug#53996: [PATCH] [Guix-Days] website: Release conference schedule. References: <20220214152246.532a648a@sybil.lepiller.eu> <87a6erw8lh.fsf@waegenei.re> Date: Wed, 16 Feb 2022 12:23:25 +0100 In-Reply-To: <87a6erw8lh.fsf@waegenei.re> (Brice Waegeneire's message of "Wed, 16 Feb 2022 08:53:30 +0100") Message-ID: <87iltfxdg2.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Server: hera X-Rspamd-Queue-Id: EB79FB58 X-Spamd-Result: default: False [-0.10 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 53996 Cc: Julien Lepiller , 53996@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Hello! That=E2=80=99s a great program! Thanks Julien, zimoun, and everyone! Brice Waegeneire skribis: > The post, now published=C2=B9, has at least two typo or missing links: > - [Join us live]() (TBA) on the 19 and 20 to participate in the various s= essions! > - 13:40=E2=80=9314:15: [A Deep Dive into the Guile Documentation & Makeov= er Proposal]() > > =C2=B9 https://guix.gnu.org/en/blog/2022/online-guix-days-2022-announceme= nt-2/ Oops, could you take a look Julien? BTW, we can copy the videos to berlin.guix if you want, where they=E2=80=99= ll be backed up. Exciting times! :-) Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 17 11:44:46 2022 Received: (at 53996) by debbugs.gnu.org; 17 Feb 2022 16:44:46 +0000 Received: from localhost ([127.0.0.1]:52590 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKjte-0003ah-BF for submit@debbugs.gnu.org; Thu, 17 Feb 2022 11:44:46 -0500 Received: from lepiller.eu ([89.234.186.109]:51158) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nKjtc-0003aT-4d for 53996@debbugs.gnu.org; Thu, 17 Feb 2022 11:44:45 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 64853d61; Thu, 17 Feb 2022 16:44:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:in-reply-to:references:message-id:mime-version :content-type:content-transfer-encoding; s=dkim; bh=OursJQYjN3XG gfE2WnXQYw0PjFAEAKiCfUyZVEHYzOI=; b=MPUzhQLh/iFUYS9m8sG0UcqQkYq8 qUr48onheyVzAcLGstbAe3AXHX3vJ9fUCUS0WDZz8IMYIjigEpvFPLxSS89ah6Jp b4WcI5drzntjMoX8E2YP4JYXOkFGTg0VWUoSDMDgBw0eyBderInE7jObcIL+YSk4 QwvFQ2TewW+wQxm7QCJwIkr8bzo6qSuVHRCPkEUlOEcwOnPxnD60p9koC2d9Y6bd 1T21FK0QGwlXa7jRivK7o5+m729UyE4ETMgRaQJk3MufDBz+Q9KwgU+mOG8SUOiI Wpi/xo73GTNh5nXSfeljqfyYX69Cr40xgycvOluuKosKelCi3z1As6V7cg== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 714fe6ab (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Thu, 17 Feb 2022 16:44:38 +0000 (UTC) Date: Wed, 16 Feb 2022 09:47:21 +0100 From: Julien Lepiller To: Brice Waegeneire Subject: =?US-ASCII?Q?Re=3A_bug=2353996=3A_=5BPATCH=5D_=5BGuix-Days=5D_w?= =?US-ASCII?Q?ebsite=3A_Release_conference_schedule=2E?= User-Agent: K-9 Mail for Android In-Reply-To: <87a6erw8lh.fsf@waegenei.re> References: <20220214152246.532a648a@sybil.lepiller.eu> <87a6erw8lh.fsf@waegenei.re> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 53996 Cc: 53996@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) On February 16, 2022 8:53:30 AM GMT+01:00, Brice Waegeneire wrote: >Hello Julien, > >Julien Lepiller writes: > >> Here's the patch for artworks that adds the conference schedule=2E I wa= nt >> to push it tonight, so please comment quickly :) > >Nice! >The post, now published=C2=B9, has at least two typo or missing links: >- [Join us live]() (TBA) on the 19 and 20 to participate in the various s= essions! >- 13:40=E2=80=9314:15: [A Deep Dive into the Guile Documentation & Makeov= er Proposal]() > >=C2=B9 https://guix=2Egnu=2Eorg/en/blog/2022/online-guix-days-2022-announ= cement-2/ > >Cheers, >- Brice I know=2E The first link will be published on time, we just managed to sec= ure an instance=2E I'll update the post as soon as possible=2E The second l= ink is missing because we still haven't received the prerecording=2E From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 27 17:07:22 2022 Received: (at control) by debbugs.gnu.org; 27 Feb 2022 22:07:22 +0000 Received: from localhost ([127.0.0.1]:59478 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nORhJ-0000oC-Uh for submit@debbugs.gnu.org; Sun, 27 Feb 2022 17:07:22 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:56002) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nORhI-0000nz-NS for control@debbugs.gnu.org; Sun, 27 Feb 2022 17:07:21 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 5FD37399 for ; Sun, 27 Feb 2022 23:07:15 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id R0RoUMFzEGEb for ; Sun, 27 Feb 2022 23:07:15 +0100 (CET) Received: from ribbon (91-160-117-201.subs.proxad.net [91.160.117.201]) by hera.aquilenet.fr (Postfix) with ESMTPSA id D773913B for ; Sun, 27 Feb 2022 23:07:14 +0100 (CET) Date: Sun, 27 Feb 2022 23:07:14 +0100 Message-Id: <875yp0t14d.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #53996 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Server: hera X-Rspamd-Queue-Id: 5FD37399 X-Spamd-Result: default: False [0.61 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[control@debbugs.gnu.org]; RCPT_COUNT_ONE(0.00)[1]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; R_MIXED_CHARSET(0.71)[subject]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) close 53996 quit From unknown Thu Aug 14 21:51:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 28 Mar 2022 11:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator