guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: website: Add an announcement for a talk at SeaGL 2018.


From: Chris Marusich
Subject: 01/01: website: Add an announcement for a talk at SeaGL 2018.
Date: Sun, 30 Sep 2018 01:11:34 -0400 (EDT)

marusich pushed a commit to branch master
in repository guix-artwork.

commit bfe3af6a197f0f7363f444ea79ea63e5af6f6e39
Author: Chris Marusich <address@hidden>
Date:   Sat Sep 29 22:06:54 2018 -0700

    website: Add an announcement for a talk at SeaGL 2018.
    
    * website/posts/seagl-2018.md: New file.
---
 website/posts/seagl-2018.md | 77 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 77 insertions(+)

diff --git a/website/posts/seagl-2018.md b/website/posts/seagl-2018.md
new file mode 100644
index 0000000..b6fa798
--- /dev/null
+++ b/website/posts/seagl-2018.md
@@ -0,0 +1,77 @@
+title: Upcoming Talk: "Everyday Use of GNU Guix"
+date: 2018-09-29 17:00
+author: Chris Marusich
+tags: Talks
+---
+
+At [SeaGL](https://seagl.org/) 2018, Chris Marusich will present a
+talk introducing GNU Guix to people of all skill levels and
+backgrounds.  SeaGL is an annual GNU/Linux conference in
+[Seattle](https://en.wikipedia.org/wiki/Seattle).  Attendance is
+gratis.
+
+If you're in the Seattle area, please consider coming!  Even if you
+can't make it in person, the talk will be recorded and later made
+available on the SeaGL website, so you can watch it at your
+convenience after it's been uploaded.
+
+# Abstract
+
+[Everyday Use of GNU
+Guix](https://osem.seagl.org/conferences/seagl2018/program/proposals/526)
+
+In this talk, I will introduce GNU Guix: a liberating, dependable, and
+hackable package manager that follows the "purely functional software
+deployment model" pioneered by Nix.
+
+I will demonstrate some common use cases of Guix and show you how I
+use it in my everyday life. In addition, I will briefly explain the
+basic idea behind the functional model and how it enables Guix to
+provide useful features like the following:
+
+* Transactional upgrades and roll-back of installed software.
+* Unprivileged users can simultaneously install multiple versions of
+  software.
+* Transparently build from source or download pre-built binaries.
+* Installed software is bootstrappable, trustable, and auditable all
+  the way down to your compiler's compiler.
+* Eliminates an entire class of "works on my system" type problems.
+
+No prior knowledge of Guix, Nix, or the functional model is
+required. When you leave this talk, I hope you will have a basic
+understanding of what Guix is, how to use it, and why it will help
+make your life brighter.
+
+# Schedule
+
+The talk will take place at the following time and location:
+
+* Date: November 10th (Saturday), 2018
+* Time: 13:30 local time
+* Duration: 50 minutes
+* Room Number: 5102
+* Conference: [Seattle GNU/Linux Conference 2018](https://seagl.org)
+
+For details, please refer to [the official SeaGL page for the
+talk](https://osem.seagl.org/conferences/seagl2018/program/proposals/526).
+
+# About GNU Guix
+
+[GNU Guix](https://www.gnu.org/software/guix) is a transactional package
+manager for the GNU system.  The Guix System Distribution or GuixSD is
+an advanced distribution of the GNU system that relies on GNU Guix and
+[respects the user's
+freedom](https://www.gnu.org/distros/free-system-distribution-guidelines.html).
+
+In addition to standard package management features, Guix supports
+transactional upgrades and roll-backs, unprivileged package management,
+per-user profiles, and garbage collection.  Guix uses low-level
+mechanisms from the Nix package manager, except that packages are
+defined as native [Guile](https://www.gnu.org/software/guile) modules,
+using extensions to the [Scheme](http://schemers.org) language.  GuixSD
+offers a declarative approach to operating system configuration
+management, and is highly customizable and hackable.
+
+GuixSD can be used on an i686, x86_64 and armv7 machines.  It is also
+possible to use Guix on top of an already installed GNU/Linux system,
+including on mips64el and aarch64.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]