GNU bug report logs - #53996
[PATCH] [Guix-Days] website: Release conference schedule.

Previous Next

Package: guix-patches;

Reported by: Julien Lepiller <julien <at> lepiller.eu>

Date: Mon, 14 Feb 2022 14:24:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53996 in the body.
You can then email your comments to 53996 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#53996; Package guix-patches. (Mon, 14 Feb 2022 14:24:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Julien Lepiller <julien <at> lepiller.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 14 Feb 2022 14:24:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: guix-patches <at> gnu.org
Subject: [PATCH] [Guix-Days] website: Release conference schedule.
Date: Mon, 14 Feb 2022 15:22:46 +0100
[Message part 1 (text/plain, inline)]
Hi Guix!

Here's the patch for artworks that adds the conference schedule. I want
to push it tonight, so please comment quickly :)
[0001-website-Release-conference-schedule.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#53996; Package guix-patches. (Mon, 14 Feb 2022 19:43:02 GMT) Full text and rfc822 format available.

Message #8 received at 53996 <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: Julien Lepiller <julien <at> lepiller.eu>, 53996 <at> debbugs.gnu.org
Subject: Re: [bug#53996] [PATCH] [Guix-Days] website: Release conference
 schedule.
Date: Mon, 14 Feb 2022 20:33:15 +0100
Hi Julien

Thank you for the schedule.  Cool!

On Mon, 14 Feb 2022 at 15:22, Julien Lepiller <julien <at> lepiller.eu> wrote:

> * website/posts/online-guix-days-2022-announcement-2.md: New file.
> * website/apps/base/templates/theme.scm: Update header bar.

LGTM, except…

> + - 13:40–14:15: **[A Deep Dive into the Guile Documentation & Makeover Proposal](https://xana.lepiller.eu/guix-days-2022/)**

…missing something, right?


Cheers,
simon




Information forwarded to guix-patches <at> gnu.org:
bug#53996; Package guix-patches. (Mon, 14 Feb 2022 20:49:01 GMT) Full text and rfc822 format available.

Message #11 received at 53996 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Julien Lepiller <julien <at> lepiller.eu>, 53996 <at> debbugs.gnu.org
Subject: Re: [PATCH] [Guix-Days] website: Release conference schedule.
Date: Mon, 14 Feb 2022 21:48:39 +0100
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?





Information forwarded to guix-patches <at> gnu.org:
bug#53996; Package guix-patches. (Mon, 14 Feb 2022 21:33:02 GMT) Full text and rfc822 format available.

Message #14 received at 53996 <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: 53996 <at> debbugs.gnu.org
Subject: Re: [PATCH] [Guix-Days] website: Release conference schedule.
Date: Mon, 14 Feb 2022 22:32:32 +0100
Le Mon, 14 Feb 2022 21:48:39 +0100,
Liliana Marie Prikler <liliana.prikler <at> gmail.com> a écrit :

> 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?
> 

Thanks, I changed the text :)




Information forwarded to guix-patches <at> gnu.org:
bug#53996; Package guix-patches. (Wed, 16 Feb 2022 07:54:01 GMT) Full text and rfc822 format available.

Message #17 received at 53996 <at> debbugs.gnu.org (full text, mbox):

From: Brice Waegeneire <brice <at> waegenei.re>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 53996 <at> debbugs.gnu.org
Subject: Re: bug#53996: [PATCH] [Guix-Days] website: Release conference
 schedule.
Date: Wed, 16 Feb 2022 08:53:30 +0100
Hello Julien,

Julien Lepiller <julien <at> lepiller.eu> 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¹, has at least two typo or missing links:
- [Join us live]() (TBA) on the 19 and 20 to participate in the various sessions!
- 13:40–14:15: [A Deep Dive into the Guile Documentation & Makeover Proposal]()

¹ https://guix.gnu.org/en/blog/2022/online-guix-days-2022-announcement-2/

Cheers,
- Brice




Information forwarded to guix-patches <at> gnu.org:
bug#53996; Package guix-patches. (Wed, 16 Feb 2022 11:24:02 GMT) Full text and rfc822 format available.

Message #20 received at 53996 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Brice Waegeneire <brice <at> waegenei.re>
Cc: Julien Lepiller <julien <at> lepiller.eu>, 53996 <at> debbugs.gnu.org
Subject: Re: bug#53996: [PATCH] [Guix-Days] website: Release conference
 schedule.
Date: Wed, 16 Feb 2022 12:23:25 +0100
Hello!

That’s a great program!  Thanks Julien, zimoun, and everyone!

Brice Waegeneire <brice <at> waegenei.re> skribis:

> The post, now published¹, has at least two typo or missing links:
> - [Join us live]() (TBA) on the 19 and 20 to participate in the various sessions!
> - 13:40–14:15: [A Deep Dive into the Guile Documentation & Makeover Proposal]()
>
> ¹ https://guix.gnu.org/en/blog/2022/online-guix-days-2022-announcement-2/

Oops, could you take a look Julien?

BTW, we can copy the videos to berlin.guix if you want, where they’ll be
backed up.

Exciting times! :-)

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#53996; Package guix-patches. (Thu, 17 Feb 2022 16:45:02 GMT) Full text and rfc822 format available.

Message #23 received at 53996 <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: Brice Waegeneire <brice <at> waegenei.re>
Cc: 53996 <at> debbugs.gnu.org
Subject: Re: bug#53996: [PATCH] [Guix-Days] website: Release conference schedule.
Date: Wed, 16 Feb 2022 09:47:21 +0100
On February 16, 2022 8:53:30 AM GMT+01:00, Brice Waegeneire <brice <at> waegenei.re> wrote:
>Hello Julien,
>
>Julien Lepiller <julien <at> lepiller.eu> 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¹, has at least two typo or missing links:
>- [Join us live]() (TBA) on the 19 and 20 to participate in the various sessions!
>- 13:40–14:15: [A Deep Dive into the Guile Documentation & Makeover Proposal]()
>
>¹ https://guix.gnu.org/en/blog/2022/online-guix-days-2022-announcement-2/
>
>Cheers,
>- Brice

I know. The first link will be published on time, we just managed to secure an instance. I'll update the post as soon as possible. The second link is missing because we still haven't received the prerecording.




bug closed, send any further explanations to 53996 <at> debbugs.gnu.org and Julien Lepiller <julien <at> lepiller.eu> Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 27 Feb 2022 22:08:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 28 Mar 2022 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 86 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.