commit 8a0f979be115e1fd9aaa7716e740526de4a6f26a
parent d7beef9cfe23ae7c883d6c804c12e69e08677d2c
Author: Hugo Soucy <hugo.soucy@equisoft.com>
Date: Tue, 27 Aug 2019 12:08:59 -0400
Modify an old note.
Diffstat:
4 files changed, 9 insertions(+), 23 deletions(-)
diff --git a/content/note/2019/01/for-the-love-of-pipes.json b/content/note/2019/01/for-the-love-of-pipes.json
@@ -4,5 +4,7 @@
"datetime": "09:30:35",
"template": "note",
"bridgy": "true",
- "keywords": ["unix","pipes", "software design"]
+ "keywords": ["unix","pipes", "software design"],
+ "cite": "Jess Frazelle",
+ "citeurl": "https://blog.jessfraz.com/post/for-the-love-of-pipes/"
}
diff --git a/content/note/2019/01/for-the-love-of-pipes.json~ b/content/note/2019/01/for-the-love-of-pipes.json~
@@ -1,8 +0,0 @@
-{
- "title": "For the Love of Pipes",
- "date": "2019-01-29",
- "datetime": "09:30:35",
- "template": "note",
- "bridgy": "true",
- "keywords": ["",]
-}
diff --git a/content/note/2019/01/for-the-love-of-pipes.md b/content/note/2019/01/for-the-love-of-pipes.md
@@ -1,7 +1,6 @@
-"I love software design that enables creativity,
-values simplicity, and t put users in a box.
-The pipe, is a key element for keeping programs
-simple while enabling extensibility.
-A simple program in combination with a | becomes
-so much more than what the original author
-could have dreamed of." ~ <https://blog.jessfraz.com/post/for-the-love-of-pipes/>
+"I love software design that enables creativity, values simplicity,
+and doesn't put users in a box. The pipe, is a key element for keeping
+programs simple while enabling extensibility. A simple program in
+combination with a `|` becomes so much more than what the original
+author could have dreamed of." ~
+<https://blog.jessfraz.com/post/for-the-love-of-pipes/>
diff --git a/content/note/2019/01/for-the-love-of-pipes.md~ b/content/note/2019/01/for-the-love-of-pipes.md~
@@ -1,7 +0,0 @@
-"I love software design that enables creativity,
-values simplicity, and t put users in a box.
-The pipe, is a key element for keeping programs
-simple while enabling extensibility.
-A simple program in combination with a | becomes
-so much more than what the original author
-could have dreamed of." ~ https://blog.jessfraz.com/post/for-the-love-of-pipes/