summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-01-21 09:00:20 -0500
committerDavid Thompson <dthompson2@worcester.edu>2016-01-21 09:00:20 -0500
commit7da1e8565407c518d46049e954f34f67b7b5dc40 (patch)
tree3ccacc1dd28641efe1842a7b28e8a5537149c18c
parent2f16af49c76708d6654fae545ea7333134c5e0f2 (diff)
Update Guix talk one last time.
-rw-r--r--guix-blu-2016-01-20.org30
1 files 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