From 7da1e8565407c518d46049e954f34f67b7b5dc40 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 21 Jan 2016 09:00:20 -0500 Subject: Update Guix talk one last time. --- guix-blu-2016-01-20.org | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/guix-blu-2016-01-20.org b/guix-blu-2016-01-20.org index 57fa4e1..8f4547e 100644 --- a/guix-blu-2016-01-20.org +++ b/guix-blu-2016-01-20.org @@ -92,8 +92,8 @@ * Web applications - Integrating a web application packaged only for a language-specific - manager into a system package manager proves difficult. NodeJS is + Importing a web application available only for a language-specific + manager into a distribution proves difficult. NodeJS is particularly frightening. [fn:6] * Web applications @@ -113,14 +113,14 @@ * Problems with configuration management software - Imperative config management is overly-complex and brittle. - (idempotence is hard) + - Imperative config management is overly-complex and brittle + (idempotence is hard) - More reliable builds require spawning new machines and building from - scratch each time. (sledgehammer) + - More reliable builds require spawning new machines and building + from scratch each time. (sledgehammer) - Made primarily for developers for server maintenance, but all types - of users could benefit. + - Made primarily for developers for server maintenance, but all + types of users could benefit. * Docker? @@ -136,18 +136,18 @@ * Problems with Docker - Still imperative (though resulting images are immutable) + - Still imperative (though resulting images are immutable) - Dockerfile DSL is not expressive + - Dockerfile DSL is not expressive - Promotes one disk image per application to cover up underlying - package management mess [fn:4] + - Promotes one disk image per application to cover up underlying + package management mess [fn:4] - No provenance + - No provenance - Image layering is an ineffective caching strategy + - Image layering is an ineffective caching strategy - Does not compose (what about the host?) + - Does not compose (what about the host?) * Problems with Docker -- cgit v1.2.3