From f6e73cce4ca0af104e321c88ae8c507054b9c9db Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 18:51:18 -0300 Subject: [PATCH 01/48] Horace quote --- content/quotes/horace/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/horace/index.md diff --git a/content/quotes/horace/index.md b/content/quotes/horace/index.md new file mode 100644 index 0000000..675f162 --- /dev/null +++ b/content/quotes/horace/index.md @@ -0,0 +1,10 @@ ++++ +title = "Horace" +weight = 104 + +[taxonomies] +tags = ["quotes", "horace", "fool", "foolishness"] ++++ + +> "Mix a little foolishness with your serious plans; it's lovely to be silly +> at the right moment." From 2460f071c5b45749ef4d1cbc174151b185b2ce0f Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 18:54:15 -0300 Subject: [PATCH 02/48] Floria Scott-Maxwell quote --- content/quotes/florida-scott-maxwell/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/florida-scott-maxwell/index.md diff --git a/content/quotes/florida-scott-maxwell/index.md b/content/quotes/florida-scott-maxwell/index.md new file mode 100644 index 0000000..2891c29 --- /dev/null +++ b/content/quotes/florida-scott-maxwell/index.md @@ -0,0 +1,11 @@ ++++ +title = "Florida Scott-Maxwell" +weight = 102 + +[taxonomies] +tags = ["quotes", "florida scott-maxwell", "mother"] ++++ + +> "No matter how old a mother is, she watches her middle-aged children for +> signs of improvement." + From 95df9769bef6d3adfc4ab4b24387e0f51e5b2141 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 18:54:36 -0300 Subject: [PATCH 03/48] Retagged Thoreau --- content/quotes/henry-david-thoreau/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/quotes/henry-david-thoreau/index.md b/content/quotes/henry-david-thoreau/index.md index 082d18b..0bdc6dc 100644 --- a/content/quotes/henry-david-thoreau/index.md +++ b/content/quotes/henry-david-thoreau/index.md @@ -3,7 +3,7 @@ title = "Henry David Thoreau" weight = 104 [taxonomies] -tags = ["quotes", "henry david thoreau", "tools"] +tags = ["quotes", "henry david thoreau", "tools", "thoreau"] +++ > "Lo! Men have become the tool of their tools." From 2c00a2abc3f63c3af883cc08876d09999c5336e4 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:01:18 -0300 Subject: [PATCH 04/48] Bill Nye quote --- content/quotes/bill-nye/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/bill-nye/index.md diff --git a/content/quotes/bill-nye/index.md b/content/quotes/bill-nye/index.md new file mode 100644 index 0000000..e7a4b5b --- /dev/null +++ b/content/quotes/bill-nye/index.md @@ -0,0 +1,9 @@ ++++ +title = "Bill Nye" +weight = 98 + +[taxonomies] +tags = ["quotes", "bill nye", "knowledge"] ++++ + +> "Everyone you will ever meet knows something you don't." From 6d2bc492be8bcebe1ddfe2fae78546b1f4be3d36 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:01:51 -0300 Subject: [PATCH 05/48] Lao Tzu quote --- content/quotes/lao-tzu/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/quotes/lao-tzu/index.md b/content/quotes/lao-tzu/index.md index 559e026..9e81a05 100644 --- a/content/quotes/lao-tzu/index.md +++ b/content/quotes/lao-tzu/index.md @@ -9,3 +9,4 @@ tags = ["quotes", "lao tzu", "peace"] > "Do you imagine the universe is agitated? Go into the desert at night and > look at the stars. This practice should answer the question." +> "Who does not trust enough will not be trusted." From 17e12925170deb64229bba5f396728ab39bd5a93 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:03:54 -0300 Subject: [PATCH 06/48] Issac Asimov quote --- content/quotes/isaac-asimov/index.md | 5 ++++- content/quotes/lao-tzu/index.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/content/quotes/isaac-asimov/index.md b/content/quotes/isaac-asimov/index.md index 0df2db7..29be5ad 100644 --- a/content/quotes/isaac-asimov/index.md +++ b/content/quotes/isaac-asimov/index.md @@ -3,8 +3,11 @@ title = "Isaac Asimov" weight = 105 [taxonomies] -tags = ["quotes", "isaac asimov", "science", "wisdom"] +tags = ["quotes", "isaac asimov", "science", "wisdom", "discoveries"] +++ > "The saddest aspect of life right now is that science gathers knowledge > faster than society gathers wisdom" + +> "The most exciting phrase to hear in science, the one that heralds new +> discoveries, is not "Eureka!" (I found it!) but 'That's funny ...'" diff --git a/content/quotes/lao-tzu/index.md b/content/quotes/lao-tzu/index.md index 9e81a05..a0479dd 100644 --- a/content/quotes/lao-tzu/index.md +++ b/content/quotes/lao-tzu/index.md @@ -3,7 +3,7 @@ title = "Lao Tzu" weight = 106 [taxonomies] -tags = ["quotes", "lao tzu", "peace"] +tags = ["quotes", "lao tzu", "peace", "trust"] +++ > "Do you imagine the universe is agitated? Go into the desert at night and From 46f8911988a9962d3285234e582d1e9ba7ee26d3 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:04:50 -0300 Subject: [PATCH 07/48] Albert Einstein quote --- content/quotes/albert-einstein/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/quotes/albert-einstein/index.md b/content/quotes/albert-einstein/index.md index 321448e..6876ff7 100644 --- a/content/quotes/albert-einstein/index.md +++ b/content/quotes/albert-einstein/index.md @@ -3,9 +3,11 @@ title = "Albert Einstein" weight = 97 [taxonomies] -tags = ["quotes", "albert einstein", "einstein", "cleverness"] +tags = ["quotes", "albert einstein", "einstein", "cleverness", "theory", +"facts"] +++ > "Man usually avoids attributing cleverness to somebody else -- unless it > is an enemy." +> "If the facts don't fit the theory, change the facts." From 4b2b86006c1630736bdd72c2ba08d2826f843c65 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:06:08 -0300 Subject: [PATCH 08/48] Albert Schweitzer quote --- content/quotes/albert-schweitzer/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/albert-schweitzer/index.md diff --git a/content/quotes/albert-schweitzer/index.md b/content/quotes/albert-schweitzer/index.md new file mode 100644 index 0000000..93d53f9 --- /dev/null +++ b/content/quotes/albert-schweitzer/index.md @@ -0,0 +1,9 @@ ++++ +title = "Albert Schweitzer" +weight = 97 + +[taxonomies] +tags = ["quotes", "albert schweitzer", "truth"] ++++ + +> "Truth has no special time of its own. Its hour is now -- always." From cccdb3c57742a62341af14885a9eb40712392e40 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:07:36 -0300 Subject: [PATCH 09/48] Frederick Dunn quote --- content/quotes/frederick-dunn/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/frederick-dunn/index.md diff --git a/content/quotes/frederick-dunn/index.md b/content/quotes/frederick-dunn/index.md new file mode 100644 index 0000000..9b64798 --- /dev/null +++ b/content/quotes/frederick-dunn/index.md @@ -0,0 +1,10 @@ ++++ +title = "Frederick Dunn" +weight = 102 + +[taxonomies] +tags = ["quotes", "frederick dunn", "virtues"] ++++ + +> "Virtue does not always demand a heavy sacrifice -- only the willingness +> to make it when necessary." From 4e7544ab7d8c2093da09db32a522e320a8c42319 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:11:03 -0300 Subject: [PATCH 10/48] Chief Joseph quote --- content/quotes/chief-joseph/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/chief-joseph/index.md diff --git a/content/quotes/chief-joseph/index.md b/content/quotes/chief-joseph/index.md new file mode 100644 index 0000000..79409d1 --- /dev/null +++ b/content/quotes/chief-joseph/index.md @@ -0,0 +1,11 @@ ++++ +title = "Chief Joseph of the Nez Perce" +weight = 99 + +[taxonomies] +tags = ["quotes", "chief joseph", "nez perce", "death"] ++++ + +> "Hear me, my chiefs, I am tired; my heart is sick and sad. From where the +> sun now stands I Will Fight No More Forever." + From 48438b49026a32f57aa3c1767986a37052c90170 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:14:28 -0300 Subject: [PATCH 11/48] Random quote --- content/quotes/random/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/quotes/random/index.md b/content/quotes/random/index.md index 0021cc2..ccdabe1 100644 --- a/content/quotes/random/index.md +++ b/content/quotes/random/index.md @@ -15,3 +15,5 @@ tags = ["quotes", "graffiti"] > "People change and forget to tell each other." -- a marquee at a fucking carpet cleaning store + +> "Misery loves company, but company does not reciprocate." From 3598e749a879bc540b7b861962af402b5c3795aa Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:19:55 -0300 Subject: [PATCH 12/48] Rich Hall quote --- content/quotes/rich-hall/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 content/quotes/rich-hall/index.md diff --git a/content/quotes/rich-hall/index.md b/content/quotes/rich-hall/index.md new file mode 100644 index 0000000..a551864 --- /dev/null +++ b/content/quotes/rich-hall/index.md @@ -0,0 +1,14 @@ ++++ +title = "Rich Hall" +weight = 114 + +[taxonomies] +tags = ["quotes", "rich hall", "sleep"] ++++ + +> "Pedaeration, n.: +> +> The perfect body heat achieved by having one leg under the +> sheet and one hanging off the edge of the bed." +-- Sniglets + From 884fb67004a4c67894f00e06a7d961b2343cf07a Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:22:11 -0300 Subject: [PATCH 13/48] James Dean quote --- content/quotes/james-dean/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/james-dean/index.md diff --git a/content/quotes/james-dean/index.md b/content/quotes/james-dean/index.md new file mode 100644 index 0000000..1b735d6 --- /dev/null +++ b/content/quotes/james-dean/index.md @@ -0,0 +1,9 @@ ++++ +title = "James Dean" +weight = 106 + +[taxonomies] +tags = ["quotes", "james dean", "death"] ++++ + +> "Live fast, die young, and leave a good looking corpse." From 83f09bfddcf00cdd62fc72bb7369bcf6223fa164 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:23:35 -0300 Subject: [PATCH 14/48] Monty Python quote --- content/quotes/monty-python/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/monty-python/index.md diff --git a/content/quotes/monty-python/index.md b/content/quotes/monty-python/index.md new file mode 100644 index 0000000..cb25039 --- /dev/null +++ b/content/quotes/monty-python/index.md @@ -0,0 +1,9 @@ ++++ +title = "Monty Python" +weight = 109 + +[taxonomies] +tags = ["quotes", "monty python", "comedy"] ++++ + +> "Mate, this parrot wouldn't VOOM if you put four million volts through it!" From cd6fda78363fa852114d4f48babcd1d57cb8c799 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:24:32 -0300 Subject: [PATCH 15/48] Random quote --- content/quotes/random/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/quotes/random/index.md b/content/quotes/random/index.md index ccdabe1..a96a345 100644 --- a/content/quotes/random/index.md +++ b/content/quotes/random/index.md @@ -17,3 +17,5 @@ tags = ["quotes", "graffiti"] -- a marquee at a fucking carpet cleaning store > "Misery loves company, but company does not reciprocate." + +> "Preserve the old, but know the new." From e7c9eb7d6c59c942378dd1f4e50b57e5024f8130 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:29:03 -0300 Subject: [PATCH 16/48] Theodore Sturgeon quote --- content/quotes/theodore-sturgeon/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/theodore-sturgeon/index.md diff --git a/content/quotes/theodore-sturgeon/index.md b/content/quotes/theodore-sturgeon/index.md new file mode 100644 index 0000000..c7e4560 --- /dev/null +++ b/content/quotes/theodore-sturgeon/index.md @@ -0,0 +1,9 @@ ++++ +title = "Theodore Sturgeon" +weight = 201 + +[taxonomies] +tags = ["quotes", "theodore sturgeon", "quality"] ++++ + +> "Ninety percent of everything is crap." From c7110f8e1c9addd54db1433d11b96f7fa925fa69 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:32:03 -0300 Subject: [PATCH 17/48] Confucius quote --- content/quotes/confucius/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/confucius/index.md diff --git a/content/quotes/confucius/index.md b/content/quotes/confucius/index.md new file mode 100644 index 0000000..1f96498 --- /dev/null +++ b/content/quotes/confucius/index.md @@ -0,0 +1,10 @@ ++++ +title = "Confucius" +weight = 99 + +[taxonomies] +tags = ["quotes", "confucius", "virtues"] ++++ + +> "Virtue is not left to stand alone. He who practices it will have +> neighbors." From 5cb83185c34a8376544940f945563a0fbab9ade0 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:35:46 -0300 Subject: [PATCH 18/48] Lewis Carroll quote --- content/quotes/lewis-carroll/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/lewis-carroll/index.md diff --git a/content/quotes/lewis-carroll/index.md b/content/quotes/lewis-carroll/index.md new file mode 100644 index 0000000..dbf445c --- /dev/null +++ b/content/quotes/lewis-carroll/index.md @@ -0,0 +1,11 @@ ++++ +title = "Lewis Carroll" +weight = 108 + +[taxonomies] +tags = ["quotes", "lewis carroll", "changes"] ++++ + +> "You have to run as fast as you can just to stay where you are. +> If you want to get anywhere, you'll have to run much faster." + From 9a6e8d1cda327c153b23fb9266b24d949e8c5ece Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:37:23 -0300 Subject: [PATCH 19/48] Winston Churchill quote --- content/quotes/winston-churchill/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/winston-churchill/index.md diff --git a/content/quotes/winston-churchill/index.md b/content/quotes/winston-churchill/index.md new file mode 100644 index 0000000..a77f5ae --- /dev/null +++ b/content/quotes/winston-churchill/index.md @@ -0,0 +1,11 @@ ++++ +title = "Winston Churchill" +weight = 119 + +[taxonomies] +tags = ["quotes", "winston churchill", "churchill", "administration"] ++++ + +> "An efficient and a successful administration manifests itself equally in +> small as in great matters." + From c5026d3c16868fd21a976fdc3b6026e75377ac5e Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:39:15 -0300 Subject: [PATCH 20/48] Bertolt Brecht quote --- content/quotes/bertolt-brecht/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/quotes/bertolt-brecht/index.md diff --git a/content/quotes/bertolt-brecht/index.md b/content/quotes/bertolt-brecht/index.md new file mode 100644 index 0000000..c60ad24 --- /dev/null +++ b/content/quotes/bertolt-brecht/index.md @@ -0,0 +1,13 @@ ++++ +title = "Bertolt Brecht" +weight = 98 + +[taxonomies] +tags = ["quotes", "bertolt brecht", "heroes"] ++++ + +> Andrea: Unhappy the land that has no heroes. +> +> Galileo: No, unhappy the land that _needs_ heroes. +-- "Life of Galileo" + From 7f5025846b3e607c7445e5ffe98c8b219485b39b Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:43:47 -0300 Subject: [PATCH 21/48] Aldous Huxley quote --- content/quotes/aldous-huxley/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/quotes/aldous-huxley/index.md diff --git a/content/quotes/aldous-huxley/index.md b/content/quotes/aldous-huxley/index.md new file mode 100644 index 0000000..71c1b39 --- /dev/null +++ b/content/quotes/aldous-huxley/index.md @@ -0,0 +1,13 @@ ++++ +title = "Aldous Huxley" +weight = 97 + +[taxonomies] +tags = ["quotes", "aldous huxley", "dictatorship"] ++++ + +> "The perfect dictatorship would have the appeareance of a democracy, but +> would basically be a prison without walls in which the prisoners would not +> even dream of escaping. It would essentially be a system of slavery where, +> thought consumption and entertainment, the slaves would love their +> servitudes." From e47c7ccdb824e029df47263b3ebab89252a7cf82 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:48:21 -0300 Subject: [PATCH 22/48] Lewis Carroll quote --- content/quotes/lewis-carroll/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/quotes/lewis-carroll/index.md b/content/quotes/lewis-carroll/index.md index dbf445c..52fe662 100644 --- a/content/quotes/lewis-carroll/index.md +++ b/content/quotes/lewis-carroll/index.md @@ -9,3 +9,6 @@ tags = ["quotes", "lewis carroll", "changes"] > "You have to run as fast as you can just to stay where you are. > If you want to get anywhere, you'll have to run much faster." +> "If everybody minded their own business, the world would go around a deal +> faster." +-- The Duchess, "Through the Looking Glass" From 28fc43cb10ea609d75effcb76b8a1dd88b10d037 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:49:24 -0300 Subject: [PATCH 23/48] Dave Barry quote --- content/quotes/dave-barry/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/dave-barry/index.md diff --git a/content/quotes/dave-barry/index.md b/content/quotes/dave-barry/index.md new file mode 100644 index 0000000..83a3db8 --- /dev/null +++ b/content/quotes/dave-barry/index.md @@ -0,0 +1,9 @@ ++++ +title = "Dave Barry" +weight = 100 + +[taxonomies] +tags = ["quotes", "dave barry", "warnings"] ++++ + +> "The following is not for the weak of heart or Fundamentalists." From b137a673ef8f0487b34a317b88248382db9a974c Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:52:54 -0300 Subject: [PATCH 24/48] Irving Howe quote --- content/quotes/irving-howe/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/irving-howe/index.md diff --git a/content/quotes/irving-howe/index.md b/content/quotes/irving-howe/index.md new file mode 100644 index 0000000..ef2e287 --- /dev/null +++ b/content/quotes/irving-howe/index.md @@ -0,0 +1,10 @@ ++++ +title = "Irving Howe" +weight = 105 + +[taxonomies] +tags = ["quotes", "irving howe", "knowledge", "innocence"] ++++ + +> "The knowledge that makes us cherish innocence makes innocence +> unattainable." From 5686cb11cf806042ba1a975b51835b23445bf492 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:55:34 -0300 Subject: [PATCH 25/48] Bertrand Russell quote --- content/quotes/bertrand-russell/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/bertrand-russell/index.md diff --git a/content/quotes/bertrand-russell/index.md b/content/quotes/bertrand-russell/index.md new file mode 100644 index 0000000..825acc6 --- /dev/null +++ b/content/quotes/bertrand-russell/index.md @@ -0,0 +1,11 @@ ++++ +title = "Bertrand Russell" +weight = 98 + +[taxonomies] +tags = ["quotes", "bertrand russell", "intelligence", "religion"] ++++ + +> "So far as I can remember, there is not one word in the Gospels in praise of +> intelligence." + From 648f38fb000e487bb94bd2ff0d8820b98dbfa1a9 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:58:28 -0300 Subject: [PATCH 26/48] Squashed commit of the following: commit 5686cb11cf806042ba1a975b51835b23445bf492 Author: Julio Biason Date: Thu Jun 11 19:55:34 2020 -0300 Bertrand Russell quote commit b137a673ef8f0487b34a317b88248382db9a974c Author: Julio Biason Date: Thu Jun 11 19:52:54 2020 -0300 Irving Howe quote commit 28fc43cb10ea609d75effcb76b8a1dd88b10d037 Author: Julio Biason Date: Thu Jun 11 19:49:24 2020 -0300 Dave Barry quote commit e47c7ccdb824e029df47263b3ebab89252a7cf82 Author: Julio Biason Date: Thu Jun 11 19:48:21 2020 -0300 Lewis Carroll quote commit 7f5025846b3e607c7445e5ffe98c8b219485b39b Author: Julio Biason Date: Thu Jun 11 19:43:47 2020 -0300 Aldous Huxley quote commit c5026d3c16868fd21a976fdc3b6026e75377ac5e Author: Julio Biason Date: Thu Jun 11 19:39:15 2020 -0300 Bertolt Brecht quote commit 9a6e8d1cda327c153b23fb9266b24d949e8c5ece Author: Julio Biason Date: Thu Jun 11 19:37:23 2020 -0300 Winston Churchill quote commit 5cb83185c34a8376544940f945563a0fbab9ade0 Author: Julio Biason Date: Thu Jun 11 19:35:46 2020 -0300 Lewis Carroll quote commit c7110f8e1c9addd54db1433d11b96f7fa925fa69 Author: Julio Biason Date: Thu Jun 11 19:32:03 2020 -0300 Confucius quote commit e7c9eb7d6c59c942378dd1f4e50b57e5024f8130 Author: Julio Biason Date: Thu Jun 11 19:29:03 2020 -0300 Theodore Sturgeon quote commit cd6fda78363fa852114d4f48babcd1d57cb8c799 Author: Julio Biason Date: Thu Jun 11 19:24:32 2020 -0300 Random quote commit 83f09bfddcf00cdd62fc72bb7369bcf6223fa164 Author: Julio Biason Date: Thu Jun 11 19:23:35 2020 -0300 Monty Python quote commit 884fb67004a4c67894f00e06a7d961b2343cf07a Author: Julio Biason Date: Thu Jun 11 19:22:11 2020 -0300 James Dean quote commit 3598e749a879bc540b7b861962af402b5c3795aa Author: Julio Biason Date: Thu Jun 11 19:19:55 2020 -0300 Rich Hall quote commit 48438b49026a32f57aa3c1767986a37052c90170 Author: Julio Biason Date: Thu Jun 11 19:14:28 2020 -0300 Random quote commit 4e7544ab7d8c2093da09db32a522e320a8c42319 Author: Julio Biason Date: Thu Jun 11 19:11:03 2020 -0300 Chief Joseph quote commit cccdb3c57742a62341af14885a9eb40712392e40 Author: Julio Biason Date: Thu Jun 11 19:07:36 2020 -0300 Frederick Dunn quote commit 4b2b86006c1630736bdd72c2ba08d2826f843c65 Author: Julio Biason Date: Thu Jun 11 19:06:08 2020 -0300 Albert Schweitzer quote commit 46f8911988a9962d3285234e582d1e9ba7ee26d3 Author: Julio Biason Date: Thu Jun 11 19:04:50 2020 -0300 Albert Einstein quote commit 17e12925170deb64229bba5f396728ab39bd5a93 Author: Julio Biason Date: Thu Jun 11 19:03:54 2020 -0300 Issac Asimov quote commit 6d2bc492be8bcebe1ddfe2fae78546b1f4be3d36 Author: Julio Biason Date: Thu Jun 11 19:01:51 2020 -0300 Lao Tzu quote commit 2c00a2abc3f63c3af883cc08876d09999c5336e4 Author: Julio Biason Date: Thu Jun 11 19:01:18 2020 -0300 Bill Nye quote commit 95df9769bef6d3adfc4ab4b24387e0f51e5b2141 Author: Julio Biason Date: Thu Jun 11 18:54:36 2020 -0300 Retagged Thoreau commit 2460f071c5b45749ef4d1cbc174151b185b2ce0f Author: Julio Biason Date: Thu Jun 11 18:54:15 2020 -0300 Floria Scott-Maxwell quote commit f6e73cce4ca0af104e321c88ae8c507054b9c9db Author: Julio Biason Date: Thu Jun 11 18:51:18 2020 -0300 Horace quote --- content/quotes/albert-einstein/index.md | 4 +++- content/quotes/albert-schweitzer/index.md | 9 +++++++++ content/quotes/aldous-huxley/index.md | 13 +++++++++++++ content/quotes/bertolt-brecht/index.md | 13 +++++++++++++ content/quotes/bertrand-russell/index.md | 11 +++++++++++ content/quotes/bill-nye/index.md | 9 +++++++++ content/quotes/chief-joseph/index.md | 11 +++++++++++ content/quotes/confucius/index.md | 10 ++++++++++ content/quotes/dave-barry/index.md | 9 +++++++++ content/quotes/florida-scott-maxwell/index.md | 11 +++++++++++ content/quotes/frederick-dunn/index.md | 10 ++++++++++ content/quotes/henry-david-thoreau/index.md | 2 +- content/quotes/horace/index.md | 10 ++++++++++ content/quotes/irving-howe/index.md | 10 ++++++++++ content/quotes/isaac-asimov/index.md | 5 ++++- content/quotes/james-dean/index.md | 9 +++++++++ content/quotes/lao-tzu/index.md | 3 ++- content/quotes/lewis-carroll/index.md | 14 ++++++++++++++ content/quotes/monty-python/index.md | 9 +++++++++ content/quotes/random/index.md | 4 ++++ content/quotes/rich-hall/index.md | 14 ++++++++++++++ content/quotes/theodore-sturgeon/index.md | 9 +++++++++ content/quotes/winston-churchill/index.md | 11 +++++++++++ 23 files changed, 206 insertions(+), 4 deletions(-) create mode 100644 content/quotes/albert-schweitzer/index.md create mode 100644 content/quotes/aldous-huxley/index.md create mode 100644 content/quotes/bertolt-brecht/index.md create mode 100644 content/quotes/bertrand-russell/index.md create mode 100644 content/quotes/bill-nye/index.md create mode 100644 content/quotes/chief-joseph/index.md create mode 100644 content/quotes/confucius/index.md create mode 100644 content/quotes/dave-barry/index.md create mode 100644 content/quotes/florida-scott-maxwell/index.md create mode 100644 content/quotes/frederick-dunn/index.md create mode 100644 content/quotes/horace/index.md create mode 100644 content/quotes/irving-howe/index.md create mode 100644 content/quotes/james-dean/index.md create mode 100644 content/quotes/lewis-carroll/index.md create mode 100644 content/quotes/monty-python/index.md create mode 100644 content/quotes/rich-hall/index.md create mode 100644 content/quotes/theodore-sturgeon/index.md create mode 100644 content/quotes/winston-churchill/index.md diff --git a/content/quotes/albert-einstein/index.md b/content/quotes/albert-einstein/index.md index 321448e..6876ff7 100644 --- a/content/quotes/albert-einstein/index.md +++ b/content/quotes/albert-einstein/index.md @@ -3,9 +3,11 @@ title = "Albert Einstein" weight = 97 [taxonomies] -tags = ["quotes", "albert einstein", "einstein", "cleverness"] +tags = ["quotes", "albert einstein", "einstein", "cleverness", "theory", +"facts"] +++ > "Man usually avoids attributing cleverness to somebody else -- unless it > is an enemy." +> "If the facts don't fit the theory, change the facts." diff --git a/content/quotes/albert-schweitzer/index.md b/content/quotes/albert-schweitzer/index.md new file mode 100644 index 0000000..93d53f9 --- /dev/null +++ b/content/quotes/albert-schweitzer/index.md @@ -0,0 +1,9 @@ ++++ +title = "Albert Schweitzer" +weight = 97 + +[taxonomies] +tags = ["quotes", "albert schweitzer", "truth"] ++++ + +> "Truth has no special time of its own. Its hour is now -- always." diff --git a/content/quotes/aldous-huxley/index.md b/content/quotes/aldous-huxley/index.md new file mode 100644 index 0000000..71c1b39 --- /dev/null +++ b/content/quotes/aldous-huxley/index.md @@ -0,0 +1,13 @@ ++++ +title = "Aldous Huxley" +weight = 97 + +[taxonomies] +tags = ["quotes", "aldous huxley", "dictatorship"] ++++ + +> "The perfect dictatorship would have the appeareance of a democracy, but +> would basically be a prison without walls in which the prisoners would not +> even dream of escaping. It would essentially be a system of slavery where, +> thought consumption and entertainment, the slaves would love their +> servitudes." diff --git a/content/quotes/bertolt-brecht/index.md b/content/quotes/bertolt-brecht/index.md new file mode 100644 index 0000000..c60ad24 --- /dev/null +++ b/content/quotes/bertolt-brecht/index.md @@ -0,0 +1,13 @@ ++++ +title = "Bertolt Brecht" +weight = 98 + +[taxonomies] +tags = ["quotes", "bertolt brecht", "heroes"] ++++ + +> Andrea: Unhappy the land that has no heroes. +> +> Galileo: No, unhappy the land that _needs_ heroes. +-- "Life of Galileo" + diff --git a/content/quotes/bertrand-russell/index.md b/content/quotes/bertrand-russell/index.md new file mode 100644 index 0000000..825acc6 --- /dev/null +++ b/content/quotes/bertrand-russell/index.md @@ -0,0 +1,11 @@ ++++ +title = "Bertrand Russell" +weight = 98 + +[taxonomies] +tags = ["quotes", "bertrand russell", "intelligence", "religion"] ++++ + +> "So far as I can remember, there is not one word in the Gospels in praise of +> intelligence." + diff --git a/content/quotes/bill-nye/index.md b/content/quotes/bill-nye/index.md new file mode 100644 index 0000000..e7a4b5b --- /dev/null +++ b/content/quotes/bill-nye/index.md @@ -0,0 +1,9 @@ ++++ +title = "Bill Nye" +weight = 98 + +[taxonomies] +tags = ["quotes", "bill nye", "knowledge"] ++++ + +> "Everyone you will ever meet knows something you don't." diff --git a/content/quotes/chief-joseph/index.md b/content/quotes/chief-joseph/index.md new file mode 100644 index 0000000..79409d1 --- /dev/null +++ b/content/quotes/chief-joseph/index.md @@ -0,0 +1,11 @@ ++++ +title = "Chief Joseph of the Nez Perce" +weight = 99 + +[taxonomies] +tags = ["quotes", "chief joseph", "nez perce", "death"] ++++ + +> "Hear me, my chiefs, I am tired; my heart is sick and sad. From where the +> sun now stands I Will Fight No More Forever." + diff --git a/content/quotes/confucius/index.md b/content/quotes/confucius/index.md new file mode 100644 index 0000000..1f96498 --- /dev/null +++ b/content/quotes/confucius/index.md @@ -0,0 +1,10 @@ ++++ +title = "Confucius" +weight = 99 + +[taxonomies] +tags = ["quotes", "confucius", "virtues"] ++++ + +> "Virtue is not left to stand alone. He who practices it will have +> neighbors." diff --git a/content/quotes/dave-barry/index.md b/content/quotes/dave-barry/index.md new file mode 100644 index 0000000..83a3db8 --- /dev/null +++ b/content/quotes/dave-barry/index.md @@ -0,0 +1,9 @@ ++++ +title = "Dave Barry" +weight = 100 + +[taxonomies] +tags = ["quotes", "dave barry", "warnings"] ++++ + +> "The following is not for the weak of heart or Fundamentalists." diff --git a/content/quotes/florida-scott-maxwell/index.md b/content/quotes/florida-scott-maxwell/index.md new file mode 100644 index 0000000..2891c29 --- /dev/null +++ b/content/quotes/florida-scott-maxwell/index.md @@ -0,0 +1,11 @@ ++++ +title = "Florida Scott-Maxwell" +weight = 102 + +[taxonomies] +tags = ["quotes", "florida scott-maxwell", "mother"] ++++ + +> "No matter how old a mother is, she watches her middle-aged children for +> signs of improvement." + diff --git a/content/quotes/frederick-dunn/index.md b/content/quotes/frederick-dunn/index.md new file mode 100644 index 0000000..9b64798 --- /dev/null +++ b/content/quotes/frederick-dunn/index.md @@ -0,0 +1,10 @@ ++++ +title = "Frederick Dunn" +weight = 102 + +[taxonomies] +tags = ["quotes", "frederick dunn", "virtues"] ++++ + +> "Virtue does not always demand a heavy sacrifice -- only the willingness +> to make it when necessary." diff --git a/content/quotes/henry-david-thoreau/index.md b/content/quotes/henry-david-thoreau/index.md index 082d18b..0bdc6dc 100644 --- a/content/quotes/henry-david-thoreau/index.md +++ b/content/quotes/henry-david-thoreau/index.md @@ -3,7 +3,7 @@ title = "Henry David Thoreau" weight = 104 [taxonomies] -tags = ["quotes", "henry david thoreau", "tools"] +tags = ["quotes", "henry david thoreau", "tools", "thoreau"] +++ > "Lo! Men have become the tool of their tools." diff --git a/content/quotes/horace/index.md b/content/quotes/horace/index.md new file mode 100644 index 0000000..675f162 --- /dev/null +++ b/content/quotes/horace/index.md @@ -0,0 +1,10 @@ ++++ +title = "Horace" +weight = 104 + +[taxonomies] +tags = ["quotes", "horace", "fool", "foolishness"] ++++ + +> "Mix a little foolishness with your serious plans; it's lovely to be silly +> at the right moment." diff --git a/content/quotes/irving-howe/index.md b/content/quotes/irving-howe/index.md new file mode 100644 index 0000000..ef2e287 --- /dev/null +++ b/content/quotes/irving-howe/index.md @@ -0,0 +1,10 @@ ++++ +title = "Irving Howe" +weight = 105 + +[taxonomies] +tags = ["quotes", "irving howe", "knowledge", "innocence"] ++++ + +> "The knowledge that makes us cherish innocence makes innocence +> unattainable." diff --git a/content/quotes/isaac-asimov/index.md b/content/quotes/isaac-asimov/index.md index 0df2db7..29be5ad 100644 --- a/content/quotes/isaac-asimov/index.md +++ b/content/quotes/isaac-asimov/index.md @@ -3,8 +3,11 @@ title = "Isaac Asimov" weight = 105 [taxonomies] -tags = ["quotes", "isaac asimov", "science", "wisdom"] +tags = ["quotes", "isaac asimov", "science", "wisdom", "discoveries"] +++ > "The saddest aspect of life right now is that science gathers knowledge > faster than society gathers wisdom" + +> "The most exciting phrase to hear in science, the one that heralds new +> discoveries, is not "Eureka!" (I found it!) but 'That's funny ...'" diff --git a/content/quotes/james-dean/index.md b/content/quotes/james-dean/index.md new file mode 100644 index 0000000..1b735d6 --- /dev/null +++ b/content/quotes/james-dean/index.md @@ -0,0 +1,9 @@ ++++ +title = "James Dean" +weight = 106 + +[taxonomies] +tags = ["quotes", "james dean", "death"] ++++ + +> "Live fast, die young, and leave a good looking corpse." diff --git a/content/quotes/lao-tzu/index.md b/content/quotes/lao-tzu/index.md index 559e026..a0479dd 100644 --- a/content/quotes/lao-tzu/index.md +++ b/content/quotes/lao-tzu/index.md @@ -3,9 +3,10 @@ title = "Lao Tzu" weight = 106 [taxonomies] -tags = ["quotes", "lao tzu", "peace"] +tags = ["quotes", "lao tzu", "peace", "trust"] +++ > "Do you imagine the universe is agitated? Go into the desert at night and > look at the stars. This practice should answer the question." +> "Who does not trust enough will not be trusted." diff --git a/content/quotes/lewis-carroll/index.md b/content/quotes/lewis-carroll/index.md new file mode 100644 index 0000000..52fe662 --- /dev/null +++ b/content/quotes/lewis-carroll/index.md @@ -0,0 +1,14 @@ ++++ +title = "Lewis Carroll" +weight = 108 + +[taxonomies] +tags = ["quotes", "lewis carroll", "changes"] ++++ + +> "You have to run as fast as you can just to stay where you are. +> If you want to get anywhere, you'll have to run much faster." + +> "If everybody minded their own business, the world would go around a deal +> faster." +-- The Duchess, "Through the Looking Glass" diff --git a/content/quotes/monty-python/index.md b/content/quotes/monty-python/index.md new file mode 100644 index 0000000..cb25039 --- /dev/null +++ b/content/quotes/monty-python/index.md @@ -0,0 +1,9 @@ ++++ +title = "Monty Python" +weight = 109 + +[taxonomies] +tags = ["quotes", "monty python", "comedy"] ++++ + +> "Mate, this parrot wouldn't VOOM if you put four million volts through it!" diff --git a/content/quotes/random/index.md b/content/quotes/random/index.md index 0021cc2..a96a345 100644 --- a/content/quotes/random/index.md +++ b/content/quotes/random/index.md @@ -15,3 +15,7 @@ tags = ["quotes", "graffiti"] > "People change and forget to tell each other." -- a marquee at a fucking carpet cleaning store + +> "Misery loves company, but company does not reciprocate." + +> "Preserve the old, but know the new." diff --git a/content/quotes/rich-hall/index.md b/content/quotes/rich-hall/index.md new file mode 100644 index 0000000..a551864 --- /dev/null +++ b/content/quotes/rich-hall/index.md @@ -0,0 +1,14 @@ ++++ +title = "Rich Hall" +weight = 114 + +[taxonomies] +tags = ["quotes", "rich hall", "sleep"] ++++ + +> "Pedaeration, n.: +> +> The perfect body heat achieved by having one leg under the +> sheet and one hanging off the edge of the bed." +-- Sniglets + diff --git a/content/quotes/theodore-sturgeon/index.md b/content/quotes/theodore-sturgeon/index.md new file mode 100644 index 0000000..c7e4560 --- /dev/null +++ b/content/quotes/theodore-sturgeon/index.md @@ -0,0 +1,9 @@ ++++ +title = "Theodore Sturgeon" +weight = 201 + +[taxonomies] +tags = ["quotes", "theodore sturgeon", "quality"] ++++ + +> "Ninety percent of everything is crap." diff --git a/content/quotes/winston-churchill/index.md b/content/quotes/winston-churchill/index.md new file mode 100644 index 0000000..a77f5ae --- /dev/null +++ b/content/quotes/winston-churchill/index.md @@ -0,0 +1,11 @@ ++++ +title = "Winston Churchill" +weight = 119 + +[taxonomies] +tags = ["quotes", "winston churchill", "churchill", "administration"] ++++ + +> "An efficient and a successful administration manifests itself equally in +> small as in great matters." + From c721bd663105fb8235669a642db2112c8bc5499f Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 15:54:09 -0300 Subject: [PATCH 27/48] Robert Frost quote --- content/quotes/robert-frost/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/robert-frost/index.md diff --git a/content/quotes/robert-frost/index.md b/content/quotes/robert-frost/index.md new file mode 100644 index 0000000..e5cfb3d --- /dev/null +++ b/content/quotes/robert-frost/index.md @@ -0,0 +1,11 @@ ++++ +title = "Robert Frost" +weight = 114 + +[taxonomies] +tags = ["quotes", "robert frost", "god"] ++++ + +> Forgive, O Lord, my little jokes on Thee +> And I'll forgive Thy great big one on me. + From e3699a1095e369e6365da366d58ac473c2c3f4d9 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 15:56:59 -0300 Subject: [PATCH 28/48] Confucius quote --- content/quotes/confucius/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/quotes/confucius/index.md b/content/quotes/confucius/index.md index 1f96498..53e40f4 100644 --- a/content/quotes/confucius/index.md +++ b/content/quotes/confucius/index.md @@ -3,8 +3,12 @@ title = "Confucius" weight = 99 [taxonomies] -tags = ["quotes", "confucius", "virtues"] +tags = ["quotes", "confucius", "virtues", "learning", "work", "thinking"] +++ > "Virtue is not left to stand alone. He who practices it will have > neighbors." + +> Learning without thought is labor lost; thought without learning is +> perilous. + From bdd7d46896b4bcbcc0aeed84ab2fc22ddb32ddbc Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 16:09:24 -0300 Subject: [PATCH 29/48] George Carlin quote --- content/quotes/george-carlin/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/george-carlin/index.md diff --git a/content/quotes/george-carlin/index.md b/content/quotes/george-carlin/index.md new file mode 100644 index 0000000..095ca04 --- /dev/null +++ b/content/quotes/george-carlin/index.md @@ -0,0 +1,11 @@ ++++ +title = "George Carlin" +weight = 103 + +[taxonomies] +tags = ["quotes", "george carlin", "church", "religion", "politics"] ++++ + +> "If churches want to play the game of politics, let them pay admission like +> everyone else" + From 865e71f79787e3fe56fd8ab80e89765056d8ecc9 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 16:56:01 -0300 Subject: [PATCH 30/48] James H Boren quote --- content/quotes/james-h-boren/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/james-h-boren/index.md diff --git a/content/quotes/james-h-boren/index.md b/content/quotes/james-h-boren/index.md new file mode 100644 index 0000000..a0e9d9f --- /dev/null +++ b/content/quotes/james-h-boren/index.md @@ -0,0 +1,10 @@ ++++ +title = "James H. Boren" +weight = 106 + +[taxonomies] +tags = ["quotes", "james h boren", "leadership"] ++++ + +> When in doubt, mumble; when in trouble, delegate; when in charge, ponder. + From f8f257e38560cbb28356b2c5d668ddff622e75ed Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 16:58:53 -0300 Subject: [PATCH 31/48] Bette Midler quote --- content/quotes/bette-midler/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/bette-midler/index.md diff --git a/content/quotes/bette-midler/index.md b/content/quotes/bette-midler/index.md new file mode 100644 index 0000000..d250515 --- /dev/null +++ b/content/quotes/bette-midler/index.md @@ -0,0 +1,10 @@ ++++ +title = "Bette Midler" +weight = 98 + +[taxonomies] +tags = ["quotes", "bette midler", "success"] ++++ + +> The worst part of having success is trying to find someone who is happy for you. + From 84b961a771ea53842fc48217bd44651937a6d085 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 17:13:49 -0300 Subject: [PATCH 32/48] Charles Schulz quote --- content/quotes/charles-schulz/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/charles-schulz/index.md diff --git a/content/quotes/charles-schulz/index.md b/content/quotes/charles-schulz/index.md new file mode 100644 index 0000000..294ec92 --- /dev/null +++ b/content/quotes/charles-schulz/index.md @@ -0,0 +1,11 @@ ++++ +title = "Charles Schulz" +weight = 99 + +[taxonomies] +tags = ["quotes", "charles schulz", "future"] ++++ + +> Don't worry about the world coming to an end today. It's already tomorrow +> in Australia. + From f1edd6c8afd6837c24b07440ca95599ea9e7fa76 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 17:21:02 -0300 Subject: [PATCH 33/48] Neil deGrasse Tyson quote --- content/quotes/bette-midler/index.md | 2 +- content/quotes/charles-schulz/index.md | 4 ++-- content/quotes/confucius/index.md | 4 ++-- content/quotes/james-h-boren/index.md | 2 +- content/quotes/neil-degrasse-tyson/index.md | 11 +++++++++++ content/quotes/robert-frost/index.md | 4 ++-- 6 files changed, 19 insertions(+), 8 deletions(-) create mode 100644 content/quotes/neil-degrasse-tyson/index.md diff --git a/content/quotes/bette-midler/index.md b/content/quotes/bette-midler/index.md index d250515..f4c1417 100644 --- a/content/quotes/bette-midler/index.md +++ b/content/quotes/bette-midler/index.md @@ -6,5 +6,5 @@ weight = 98 tags = ["quotes", "bette midler", "success"] +++ -> The worst part of having success is trying to find someone who is happy for you. +> "The worst part of having success is trying to find someone who is happy for you." diff --git a/content/quotes/charles-schulz/index.md b/content/quotes/charles-schulz/index.md index 294ec92..0316b27 100644 --- a/content/quotes/charles-schulz/index.md +++ b/content/quotes/charles-schulz/index.md @@ -6,6 +6,6 @@ weight = 99 tags = ["quotes", "charles schulz", "future"] +++ -> Don't worry about the world coming to an end today. It's already tomorrow -> in Australia. +> "Don't worry about the world coming to an end today. It's already tomorrow +> in Australia." diff --git a/content/quotes/confucius/index.md b/content/quotes/confucius/index.md index 53e40f4..a766d79 100644 --- a/content/quotes/confucius/index.md +++ b/content/quotes/confucius/index.md @@ -9,6 +9,6 @@ tags = ["quotes", "confucius", "virtues", "learning", "work", "thinking"] > "Virtue is not left to stand alone. He who practices it will have > neighbors." -> Learning without thought is labor lost; thought without learning is -> perilous. +> "Learning without thought is labor lost; thought without learning is +> perilous." diff --git a/content/quotes/james-h-boren/index.md b/content/quotes/james-h-boren/index.md index a0e9d9f..c8f479d 100644 --- a/content/quotes/james-h-boren/index.md +++ b/content/quotes/james-h-boren/index.md @@ -6,5 +6,5 @@ weight = 106 tags = ["quotes", "james h boren", "leadership"] +++ -> When in doubt, mumble; when in trouble, delegate; when in charge, ponder. +> "When in doubt, mumble; when in trouble, delegate; when in charge, ponder" diff --git a/content/quotes/neil-degrasse-tyson/index.md b/content/quotes/neil-degrasse-tyson/index.md new file mode 100644 index 0000000..52d5463 --- /dev/null +++ b/content/quotes/neil-degrasse-tyson/index.md @@ -0,0 +1,11 @@ ++++ +title = "Neil deGrasse Tyson" +weight = 110 + +[taxonomies] +tags = ["quotes", "neil degrasse tyson", "life"] ++++ + +> "Life is fragile We live 80 years. But we’re dead after 8 weeks without +> food, 8 days without water, 8 minutes without air." + diff --git a/content/quotes/robert-frost/index.md b/content/quotes/robert-frost/index.md index e5cfb3d..36bb2c1 100644 --- a/content/quotes/robert-frost/index.md +++ b/content/quotes/robert-frost/index.md @@ -6,6 +6,6 @@ weight = 114 tags = ["quotes", "robert frost", "god"] +++ -> Forgive, O Lord, my little jokes on Thee -> And I'll forgive Thy great big one on me. +> "Forgive, O Lord, my little jokes on Thee +> And I'll forgive Thy great big one on me." From b0dff73b51bb03982fb6f10b440c03eb93b69980 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 17:48:14 -0300 Subject: [PATCH 34/48] Robert Frost quote --- content/quotes/robert-frost/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/quotes/robert-frost/index.md b/content/quotes/robert-frost/index.md index 36bb2c1..a0dc887 100644 --- a/content/quotes/robert-frost/index.md +++ b/content/quotes/robert-frost/index.md @@ -9,3 +9,5 @@ tags = ["quotes", "robert frost", "god"] > "Forgive, O Lord, my little jokes on Thee > And I'll forgive Thy great big one on me." +> "If society fits you comfortably enough, you call it freedom." + From dc25fad9664c980069a8281680eb428c8f17d04f Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 17:56:06 -0300 Subject: [PATCH 35/48] George F Baer quote --- content/quotes/george-f-baer/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/george-f-baer/index.md diff --git a/content/quotes/george-f-baer/index.md b/content/quotes/george-f-baer/index.md new file mode 100644 index 0000000..2b23367 --- /dev/null +++ b/content/quotes/george-f-baer/index.md @@ -0,0 +1,10 @@ ++++ +title = "George F. Baer" +weight = 103 + +[taxonomies] +tags = ["quotes", "george f baer", "xenophobia"] ++++ + +> "They don't suffer. They can't even speak English." +-- answering a reporter's question about the suffering of starving miners. From 3a5a2f5d6436668343502b76ff5cbcf58eed2e2a Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 18:01:27 -0300 Subject: [PATCH 36/48] Antonio de Saint-Exupery quote --- content/quotes/antoine-de-saint-exupery/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/quotes/antoine-de-saint-exupery/index.md diff --git a/content/quotes/antoine-de-saint-exupery/index.md b/content/quotes/antoine-de-saint-exupery/index.md new file mode 100644 index 0000000..81cdc8d --- /dev/null +++ b/content/quotes/antoine-de-saint-exupery/index.md @@ -0,0 +1,13 @@ ++++ +title = "Antoine de Saint-Exupéry" +weight = 97 + +[taxonomies] +tags = ["quotes", "antonie de saint-exupery", "truth"] ++++ + +> "It is only with the heart one can see clearly; what is essential is +> invisible to the eye." +-- The Fox, 'The Little Prince" + + From dcbf74e3b542b5fa6a25d5dffd7a90a6467a2951 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 18:04:15 -0300 Subject: [PATCH 37/48] Democritus quote --- content/quotes/democritus/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/democritus/index.md diff --git a/content/quotes/democritus/index.md b/content/quotes/democritus/index.md new file mode 100644 index 0000000..d370d70 --- /dev/null +++ b/content/quotes/democritus/index.md @@ -0,0 +1,10 @@ ++++ +title = "Democritus" +weight = 100 + +[taxonomies] +tags = ["quotes", "democritus"] ++++ + +> "Nothing exists except atoms and empty space; everything else is opinion." + From 60cd1e5a928b66e7d159f8237b89fabc2d16f0ca Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 18:05:27 -0300 Subject: [PATCH 38/48] Oscar Wilde quote --- content/quotes/oscar-wilde/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/oscar-wilde/index.md diff --git a/content/quotes/oscar-wilde/index.md b/content/quotes/oscar-wilde/index.md new file mode 100644 index 0000000..68a5973 --- /dev/null +++ b/content/quotes/oscar-wilde/index.md @@ -0,0 +1,9 @@ ++++ +title = "Oscar Wilde" +weight = 111 + +[taxonomies] +tags = ["quotes", "oscar wilde", "virtues", "vices"] ++++ + +> "He hadn't a single redeeming vice." From ff93de6f035b7056b9e96fd8916da8984369a765 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 18:18:38 -0300 Subject: [PATCH 39/48] Random quote --- content/quotes/random/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/quotes/random/index.md b/content/quotes/random/index.md index a96a345..ad5f5d6 100644 --- a/content/quotes/random/index.md +++ b/content/quotes/random/index.md @@ -19,3 +19,5 @@ tags = ["quotes", "graffiti"] > "Misery loves company, but company does not reciprocate." > "Preserve the old, but know the new." + +> "Distributed Systems people do it loosely coupled." From e2b86b2d313a3a1452a35fdbff7f7fb49f0e1e4a Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 18:19:05 -0300 Subject: [PATCH 40/48] Shaw quote --- content/quotes/george-bernard-shaw/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/quotes/george-bernard-shaw/index.md b/content/quotes/george-bernard-shaw/index.md index 9438582..f21751a 100644 --- a/content/quotes/george-bernard-shaw/index.md +++ b/content/quotes/george-bernard-shaw/index.md @@ -3,9 +3,12 @@ title = "George Bernard Shaw" weight = 103 [taxonomies] -tags = ["quotes", "george bernard shaw", "history", "learning", "cliques"] +tags = ["quotes", "george bernard shaw", "history", "learning", "cliques", +"sex"] +++ > "We learn from history that we learn nothing from history." > "The worst cliques are those which consist of one man." + +> "Sex is the poor man's opera." From e2cb337ca4b9cb180a451ecb8070fc40253ce3fe Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 18:21:58 -0300 Subject: [PATCH 41/48] Star Trek quote --- content/quotes/star-trek/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/quotes/star-trek/index.md b/content/quotes/star-trek/index.md index c798a9b..813b257 100644 --- a/content/quotes/star-trek/index.md +++ b/content/quotes/star-trek/index.md @@ -33,3 +33,6 @@ tags = ["star trek", "quotes", "eve mchuron", "spock", "rojan", "sarek"] > familiar that one can't ever remember feeling any other way." -- Captain Jean-Luc Picard, "The Drumhead", stardate 44765.2 +> "If some day we are defeated, well, war has its fortunes, good and bad." +-- Commander Kor, "Errand of Mercy", stardate 3201.7 + From e303062c2306d1229f0247d28df058f550141897 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 18:58:11 -0300 Subject: [PATCH 42/48] Neil deGrasse Tyson quote --- content/quotes/neil-degrasse-tyson/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/quotes/neil-degrasse-tyson/index.md b/content/quotes/neil-degrasse-tyson/index.md index 52d5463..c0a2103 100644 --- a/content/quotes/neil-degrasse-tyson/index.md +++ b/content/quotes/neil-degrasse-tyson/index.md @@ -9,3 +9,6 @@ tags = ["quotes", "neil degrasse tyson", "life"] > "Life is fragile We live 80 years. But we’re dead after 8 weeks without > food, 8 days without water, 8 minutes without air." +> "There are more stars in the universe than all the sounds and words ever +> uttered by all humans who have ever lived." + From 29378977c975eb84fcef7499458cb103432fde59 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 19:05:42 -0300 Subject: [PATCH 43/48] Random quote --- content/quotes/random/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/quotes/random/index.md b/content/quotes/random/index.md index ad5f5d6..8976eaa 100644 --- a/content/quotes/random/index.md +++ b/content/quotes/random/index.md @@ -21,3 +21,6 @@ tags = ["quotes", "graffiti"] > "Preserve the old, but know the new." > "Distributed Systems people do it loosely coupled." + +> "Gort, klaatu nikto barada." +-- The Day the Earth Stood Still From 7e5109c01fd5d86c8c2de61293468e9f9c99eeb5 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 19:12:11 -0300 Subject: [PATCH 44/48] Telsa Gwynne quote --- content/quotes/telsa-gwynne/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/telsa-gwynne/index.md diff --git a/content/quotes/telsa-gwynne/index.md b/content/quotes/telsa-gwynne/index.md new file mode 100644 index 0000000..6929162 --- /dev/null +++ b/content/quotes/telsa-gwynne/index.md @@ -0,0 +1,11 @@ ++++ +title = "Telsa Gwynne" +weight = 201 + +[taxonomies] +tags = ["quotes", "telsa gwynne", "permissions", "sex", "root"] ++++ + +> "Remember: While root can do most everything, there are certain +> privileges that only a partner can grant." + From 5ecdce79b5e5539be4fa5fc82a20db7daa181a80 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 19:14:40 -0300 Subject: [PATCH 45/48] H L Mencken quote --- content/quotes/h-l-mencken/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/h-l-mencken/index.md diff --git a/content/quotes/h-l-mencken/index.md b/content/quotes/h-l-mencken/index.md new file mode 100644 index 0000000..2c1d96b --- /dev/null +++ b/content/quotes/h-l-mencken/index.md @@ -0,0 +1,9 @@ ++++ +title = "H. L. Mencken" +weight = 104 + +[taxonomies] +tags = ["quotes", "h l mencken", "conscience"] ++++ + +> "Conscience is a mother-in-law whose visit never ends." From 7a1923958567db9d5579e69b73fe1ac9d33cc8f5 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 19:21:38 -0300 Subject: [PATCH 46/48] Franklin P Jones quote --- content/quotes/franklin-p-jones/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/franklin-p-jones/index.md diff --git a/content/quotes/franklin-p-jones/index.md b/content/quotes/franklin-p-jones/index.md new file mode 100644 index 0000000..2017d79 --- /dev/null +++ b/content/quotes/franklin-p-jones/index.md @@ -0,0 +1,11 @@ ++++ +title = "Franklin P. Jones" +weight = 102 + +[taxonomies] +tags = ["quotes", "franklin p jones", "experience", "mistakes"] ++++ + +> "Experience is that marvelous thing that enables you recognize a mistake +> when you make it again." + From 49a76230c49eead87526c88a8481a4402174d874 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 19:27:19 -0300 Subject: [PATCH 47/48] Links for 2020-06-18 --- content/links/20200618.md | 68 ++++++++++++++++++++++++++++++++ content/links/20200618.pt.md | 75 ++++++++++++++++++++++++++++++++++++ 2 files changed, 143 insertions(+) create mode 100644 content/links/20200618.md create mode 100644 content/links/20200618.pt.md diff --git a/content/links/20200618.md b/content/links/20200618.md new file mode 100644 index 0000000..2717991 --- /dev/null +++ b/content/links/20200618.md @@ -0,0 +1,68 @@ ++++ +title = "Commented Links for 2020-06-18" +date = 2020-06-18 + +[taxonomies] +tags = ["links"] ++++ + + + +## [How to write good Git commit messages](https://altcampus.io/blog/how-to-write-good-git-commit-message) + +About a month ago, I shared a link describing how to make proper commit +messages, and this post talks a bit further about -- and it also cites some of +stuff I usually miss when I need to do some code review. + +## [Ansible: Tasks vs Roles vs Handlers](https://roelofjanelsinga.com/articles/ansible-difference-between-tasks-and-roles) + +Another "I shared something like that before" link, this one focuses on +Ansible itself instead of some other configuration tool. Although not deep, it +explain most of Ansible "surface" content. + +## [The Poetics of CLI Command Names](https://smallstep.com/blog/the-poetics-of-cli-command-names/) + +So you decided to create your own command line application to learn a new +language. Congratulations. But the success of your tool depends (partially) on +the name of it and how you consider the "mystic" behind it. + +I don't fully agree with some points, though. For example, claiming `cfdisk` +was a bad choice for a curses `fdisk`; `fdisk` is well known, and using the +same name as a part of the new name shows that shows that it is a different +version and also gives information to whoever knows `fdisk` what this +application does. Same case: `top` and `htop`. + +## [What Are Feature Flags?](https://launchdarkly.com/blog/what-are-feature-flags/) + +Before I changed projects, we had a discussion about the way the projects were +using feature flags. + +Although not discussed here, I do believe that feature flags should, at some +point, be removed, either by the team when a feature goes into full +availability or moved to a user configuration. But it *needs* to get out of +hands of the developers at some point and not live forever as a flag. + +## [How to minimize Rust binary size](https://github.com/johnthagen/min-sized-rust) + +Not that Rust binaries are big -- at least, in release -- but there is always +someone complaining, specially when compared to binaries created in other +languages whose binaries are not static. + +But it is always good to have a set of tips on how to reduce them, just in +case. + +## [Announcing our Rust Driver: Version 1.0](https://www.mongodb.com/blog/post/announcing-rust-driver-version-1) + +Still on Rust news, MongoDB, the company, released their official driver for +MonogDB, the database, in Rust. + +One thing that I must say, reading the announcement, is how nice it plays with +the existing ecosystem, supporting the top async frameworks and the +serialization framework. A truly "play nice with everything" by the +description. + +## [unfog-cli: A simple task & time manager, written in Haskell.](https://github.com/unfog-io/unfog-cli) + +I have a personal project for a long time to create a command line version of +[Toggl](https://toggl.com/), but it seems someone had the same idea and did +the project already. diff --git a/content/links/20200618.pt.md b/content/links/20200618.pt.md new file mode 100644 index 0000000..7c73e18 --- /dev/null +++ b/content/links/20200618.pt.md @@ -0,0 +1,75 @@ ++++ +title = "Links Commentados de 2020-06-18" +date = 2020-06-18 + +[taxonomies] +tags = ["links"] ++++ + + + +## [How to write good Git commit messages](https://altcampus.io/blog/how-to-write-good-git-commit-message) + +Eu compartilhei um link sobre mensagens de commit a quase um mês, e esse post +fala mais sobre isso -- e tem citações de coisas que eu realmente sinto falta +quando vou fazer code review. + +## [Ansible: Tasks vs Roles vs Handlers](https://roelofjanelsinga.com/articles/ansible-difference-between-tasks-and-roles) + +Mais um "Eu compartilhei algo parecido com isso a algum tempo", esse post foca +no Ansible em si ao invés de alguma outra ferramenta de configuração. Embora +não se aprofunde muito, ele explica muito das coisas de "superfície" do +Ansible. + +## [The Poetics of CLI Command Names](https://smallstep.com/blog/the-poetics-of-cli-command-names/) + +Então você decidiu criar a sua própria ferramenta de linha de comando para +aprender uma nova linguagem. Parabéns. Mas o sucesso da sua ferramenta depende +(parcialmente) do nome escolhido e como você considera toda a "mística" por +trás desse nome. + +Infelizmente, eu não concordo com alguns pontos. Por exemplo, reclamar que +`cfdisk` foi uma má escolha para um `fdisk` em curses; `fdisk` é bem +conhecido, e utilizar o mesmo nome na como parte do novo nome para mostrar que +é uma versão diferente e fornece como informação para quem conhece o que +`fdisk` o que essa aplicação faz. Mesmo caso: `top` e `htop`. + +## [What Are Feature Flags?](https://launchdarkly.com/blog/what-are-feature-flags/) + +No projeto que eu trabalhava antes, nós tivemos uma discussão sobre a forma +como os projetos estão utilizado feature flags. + +Embora não seja discutido aqui, eu acredito que feature flags devem, em algum +ponto, serem removidas, tanto pelo time quando uma funcionalidade se torna +disponível para todos ou movida para uma configuração de usuário. Mas ela +*precisa* sair das mãos dos desenvolvedores em algum ponto e não viver para +sempre como uma flag. + +## [How to minimize Rust binary size](https://github.com/johnthagen/min-sized-rust) + +Não que os binários de Rust sejam grandes -- pelo menos, em release -- mas +sempre tem alguém que reclama, principalmente quando comparados com binários +criados em outras linguagens cujos binários não são estáticos. + +Mas sempre é bom ter um conjunto de dicas de como reduzir, "just in case". + +## [Announcing our Rust Driver: Version 1.0](https://www.mongodb.com/blog/post/announcing-rust-driver-version-1) + +Ainda em notícias de Rust, MongoDB, a empresa, disponibilizou o driver oficial +do MongoDB, o banco de dados, em Rust. + +Uma coisa que eu preciso dizer, lendo o anuncio, é como eles fizeram com que o +driver se encaixasse bem no eco-sistema atual, com suporte aos principais +frameworks async e a biblioteca de serialização. Um verdadeiro "funciona bem +com tudo" pela descrição. + +## [unfog-cli: A simple task & time manager, written in Haskell.](https://github.com/unfog-io/unfog-cli) + +Eu tenho um projeto pessoal a um bom tempo de fazer uma versão em linha de +comando do [Toggl](https://toggl.com/), mas pelo visto alguém já teve a mesma +ideia e fez o projeto antes. + + + From cc6043594ba9d49067eb5cc07f00d842b604bcbb Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 19:27:26 -0300 Subject: [PATCH 48/48] Squashed commit of the following: commit 49a76230c49eead87526c88a8481a4402174d874 Author: Julio Biason Date: Thu Jun 18 19:27:19 2020 -0300 Links for 2020-06-18 commit 7a1923958567db9d5579e69b73fe1ac9d33cc8f5 Author: Julio Biason Date: Thu Jun 18 19:21:38 2020 -0300 Franklin P Jones quote commit 5ecdce79b5e5539be4fa5fc82a20db7daa181a80 Author: Julio Biason Date: Thu Jun 18 19:14:40 2020 -0300 H L Mencken quote commit 7e5109c01fd5d86c8c2de61293468e9f9c99eeb5 Author: Julio Biason Date: Thu Jun 18 19:12:11 2020 -0300 Telsa Gwynne quote commit 29378977c975eb84fcef7499458cb103432fde59 Author: Julio Biason Date: Thu Jun 18 19:05:42 2020 -0300 Random quote commit e303062c2306d1229f0247d28df058f550141897 Author: Julio Biason Date: Thu Jun 18 18:58:11 2020 -0300 Neil deGrasse Tyson quote commit e2cb337ca4b9cb180a451ecb8070fc40253ce3fe Author: Julio Biason Date: Thu Jun 18 18:21:58 2020 -0300 Star Trek quote commit e2b86b2d313a3a1452a35fdbff7f7fb49f0e1e4a Author: Julio Biason Date: Thu Jun 18 18:19:05 2020 -0300 Shaw quote commit ff93de6f035b7056b9e96fd8916da8984369a765 Author: Julio Biason Date: Thu Jun 18 18:18:38 2020 -0300 Random quote commit 60cd1e5a928b66e7d159f8237b89fabc2d16f0ca Author: Julio Biason Date: Thu Jun 18 18:05:27 2020 -0300 Oscar Wilde quote commit dcbf74e3b542b5fa6a25d5dffd7a90a6467a2951 Author: Julio Biason Date: Thu Jun 18 18:04:15 2020 -0300 Democritus quote commit 3a5a2f5d6436668343502b76ff5cbcf58eed2e2a Author: Julio Biason Date: Thu Jun 18 18:01:27 2020 -0300 Antonio de Saint-Exupery quote commit dc25fad9664c980069a8281680eb428c8f17d04f Author: Julio Biason Date: Thu Jun 18 17:56:06 2020 -0300 George F Baer quote commit b0dff73b51bb03982fb6f10b440c03eb93b69980 Author: Julio Biason Date: Thu Jun 18 17:48:14 2020 -0300 Robert Frost quote commit f1edd6c8afd6837c24b07440ca95599ea9e7fa76 Author: Julio Biason Date: Thu Jun 18 17:21:02 2020 -0300 Neil deGrasse Tyson quote commit 84b961a771ea53842fc48217bd44651937a6d085 Author: Julio Biason Date: Thu Jun 18 17:13:49 2020 -0300 Charles Schulz quote commit f8f257e38560cbb28356b2c5d668ddff622e75ed Author: Julio Biason Date: Thu Jun 18 16:58:53 2020 -0300 Bette Midler quote commit 865e71f79787e3fe56fd8ab80e89765056d8ecc9 Author: Julio Biason Date: Thu Jun 18 16:56:01 2020 -0300 James H Boren quote commit bdd7d46896b4bcbcc0aeed84ab2fc22ddb32ddbc Author: Julio Biason Date: Thu Jun 18 16:09:24 2020 -0300 George Carlin quote commit e3699a1095e369e6365da366d58ac473c2c3f4d9 Author: Julio Biason Date: Thu Jun 18 15:56:59 2020 -0300 Confucius quote commit c721bd663105fb8235669a642db2112c8bc5499f Author: Julio Biason Date: Thu Jun 18 15:54:09 2020 -0300 Robert Frost quote --- content/links/20200618.md | 68 +++++++++++++++++ content/links/20200618.pt.md | 75 +++++++++++++++++++ .../quotes/antoine-de-saint-exupery/index.md | 13 ++++ content/quotes/bette-midler/index.md | 10 +++ content/quotes/charles-schulz/index.md | 11 +++ content/quotes/confucius/index.md | 6 +- content/quotes/democritus/index.md | 10 +++ content/quotes/franklin-p-jones/index.md | 11 +++ content/quotes/george-bernard-shaw/index.md | 5 +- content/quotes/george-carlin/index.md | 11 +++ content/quotes/george-f-baer/index.md | 10 +++ content/quotes/h-l-mencken/index.md | 9 +++ content/quotes/james-h-boren/index.md | 10 +++ content/quotes/neil-degrasse-tyson/index.md | 14 ++++ content/quotes/oscar-wilde/index.md | 9 +++ content/quotes/random/index.md | 5 ++ content/quotes/robert-frost/index.md | 13 ++++ content/quotes/star-trek/index.md | 3 + content/quotes/telsa-gwynne/index.md | 11 +++ 19 files changed, 302 insertions(+), 2 deletions(-) create mode 100644 content/links/20200618.md create mode 100644 content/links/20200618.pt.md create mode 100644 content/quotes/antoine-de-saint-exupery/index.md create mode 100644 content/quotes/bette-midler/index.md create mode 100644 content/quotes/charles-schulz/index.md create mode 100644 content/quotes/democritus/index.md create mode 100644 content/quotes/franklin-p-jones/index.md create mode 100644 content/quotes/george-carlin/index.md create mode 100644 content/quotes/george-f-baer/index.md create mode 100644 content/quotes/h-l-mencken/index.md create mode 100644 content/quotes/james-h-boren/index.md create mode 100644 content/quotes/neil-degrasse-tyson/index.md create mode 100644 content/quotes/oscar-wilde/index.md create mode 100644 content/quotes/robert-frost/index.md create mode 100644 content/quotes/telsa-gwynne/index.md diff --git a/content/links/20200618.md b/content/links/20200618.md new file mode 100644 index 0000000..2717991 --- /dev/null +++ b/content/links/20200618.md @@ -0,0 +1,68 @@ ++++ +title = "Commented Links for 2020-06-18" +date = 2020-06-18 + +[taxonomies] +tags = ["links"] ++++ + + + +## [How to write good Git commit messages](https://altcampus.io/blog/how-to-write-good-git-commit-message) + +About a month ago, I shared a link describing how to make proper commit +messages, and this post talks a bit further about -- and it also cites some of +stuff I usually miss when I need to do some code review. + +## [Ansible: Tasks vs Roles vs Handlers](https://roelofjanelsinga.com/articles/ansible-difference-between-tasks-and-roles) + +Another "I shared something like that before" link, this one focuses on +Ansible itself instead of some other configuration tool. Although not deep, it +explain most of Ansible "surface" content. + +## [The Poetics of CLI Command Names](https://smallstep.com/blog/the-poetics-of-cli-command-names/) + +So you decided to create your own command line application to learn a new +language. Congratulations. But the success of your tool depends (partially) on +the name of it and how you consider the "mystic" behind it. + +I don't fully agree with some points, though. For example, claiming `cfdisk` +was a bad choice for a curses `fdisk`; `fdisk` is well known, and using the +same name as a part of the new name shows that shows that it is a different +version and also gives information to whoever knows `fdisk` what this +application does. Same case: `top` and `htop`. + +## [What Are Feature Flags?](https://launchdarkly.com/blog/what-are-feature-flags/) + +Before I changed projects, we had a discussion about the way the projects were +using feature flags. + +Although not discussed here, I do believe that feature flags should, at some +point, be removed, either by the team when a feature goes into full +availability or moved to a user configuration. But it *needs* to get out of +hands of the developers at some point and not live forever as a flag. + +## [How to minimize Rust binary size](https://github.com/johnthagen/min-sized-rust) + +Not that Rust binaries are big -- at least, in release -- but there is always +someone complaining, specially when compared to binaries created in other +languages whose binaries are not static. + +But it is always good to have a set of tips on how to reduce them, just in +case. + +## [Announcing our Rust Driver: Version 1.0](https://www.mongodb.com/blog/post/announcing-rust-driver-version-1) + +Still on Rust news, MongoDB, the company, released their official driver for +MonogDB, the database, in Rust. + +One thing that I must say, reading the announcement, is how nice it plays with +the existing ecosystem, supporting the top async frameworks and the +serialization framework. A truly "play nice with everything" by the +description. + +## [unfog-cli: A simple task & time manager, written in Haskell.](https://github.com/unfog-io/unfog-cli) + +I have a personal project for a long time to create a command line version of +[Toggl](https://toggl.com/), but it seems someone had the same idea and did +the project already. diff --git a/content/links/20200618.pt.md b/content/links/20200618.pt.md new file mode 100644 index 0000000..7c73e18 --- /dev/null +++ b/content/links/20200618.pt.md @@ -0,0 +1,75 @@ ++++ +title = "Links Commentados de 2020-06-18" +date = 2020-06-18 + +[taxonomies] +tags = ["links"] ++++ + + + +## [How to write good Git commit messages](https://altcampus.io/blog/how-to-write-good-git-commit-message) + +Eu compartilhei um link sobre mensagens de commit a quase um mês, e esse post +fala mais sobre isso -- e tem citações de coisas que eu realmente sinto falta +quando vou fazer code review. + +## [Ansible: Tasks vs Roles vs Handlers](https://roelofjanelsinga.com/articles/ansible-difference-between-tasks-and-roles) + +Mais um "Eu compartilhei algo parecido com isso a algum tempo", esse post foca +no Ansible em si ao invés de alguma outra ferramenta de configuração. Embora +não se aprofunde muito, ele explica muito das coisas de "superfície" do +Ansible. + +## [The Poetics of CLI Command Names](https://smallstep.com/blog/the-poetics-of-cli-command-names/) + +Então você decidiu criar a sua própria ferramenta de linha de comando para +aprender uma nova linguagem. Parabéns. Mas o sucesso da sua ferramenta depende +(parcialmente) do nome escolhido e como você considera toda a "mística" por +trás desse nome. + +Infelizmente, eu não concordo com alguns pontos. Por exemplo, reclamar que +`cfdisk` foi uma má escolha para um `fdisk` em curses; `fdisk` é bem +conhecido, e utilizar o mesmo nome na como parte do novo nome para mostrar que +é uma versão diferente e fornece como informação para quem conhece o que +`fdisk` o que essa aplicação faz. Mesmo caso: `top` e `htop`. + +## [What Are Feature Flags?](https://launchdarkly.com/blog/what-are-feature-flags/) + +No projeto que eu trabalhava antes, nós tivemos uma discussão sobre a forma +como os projetos estão utilizado feature flags. + +Embora não seja discutido aqui, eu acredito que feature flags devem, em algum +ponto, serem removidas, tanto pelo time quando uma funcionalidade se torna +disponível para todos ou movida para uma configuração de usuário. Mas ela +*precisa* sair das mãos dos desenvolvedores em algum ponto e não viver para +sempre como uma flag. + +## [How to minimize Rust binary size](https://github.com/johnthagen/min-sized-rust) + +Não que os binários de Rust sejam grandes -- pelo menos, em release -- mas +sempre tem alguém que reclama, principalmente quando comparados com binários +criados em outras linguagens cujos binários não são estáticos. + +Mas sempre é bom ter um conjunto de dicas de como reduzir, "just in case". + +## [Announcing our Rust Driver: Version 1.0](https://www.mongodb.com/blog/post/announcing-rust-driver-version-1) + +Ainda em notícias de Rust, MongoDB, a empresa, disponibilizou o driver oficial +do MongoDB, o banco de dados, em Rust. + +Uma coisa que eu preciso dizer, lendo o anuncio, é como eles fizeram com que o +driver se encaixasse bem no eco-sistema atual, com suporte aos principais +frameworks async e a biblioteca de serialização. Um verdadeiro "funciona bem +com tudo" pela descrição. + +## [unfog-cli: A simple task & time manager, written in Haskell.](https://github.com/unfog-io/unfog-cli) + +Eu tenho um projeto pessoal a um bom tempo de fazer uma versão em linha de +comando do [Toggl](https://toggl.com/), mas pelo visto alguém já teve a mesma +ideia e fez o projeto antes. + + + diff --git a/content/quotes/antoine-de-saint-exupery/index.md b/content/quotes/antoine-de-saint-exupery/index.md new file mode 100644 index 0000000..81cdc8d --- /dev/null +++ b/content/quotes/antoine-de-saint-exupery/index.md @@ -0,0 +1,13 @@ ++++ +title = "Antoine de Saint-Exupéry" +weight = 97 + +[taxonomies] +tags = ["quotes", "antonie de saint-exupery", "truth"] ++++ + +> "It is only with the heart one can see clearly; what is essential is +> invisible to the eye." +-- The Fox, 'The Little Prince" + + diff --git a/content/quotes/bette-midler/index.md b/content/quotes/bette-midler/index.md new file mode 100644 index 0000000..f4c1417 --- /dev/null +++ b/content/quotes/bette-midler/index.md @@ -0,0 +1,10 @@ ++++ +title = "Bette Midler" +weight = 98 + +[taxonomies] +tags = ["quotes", "bette midler", "success"] ++++ + +> "The worst part of having success is trying to find someone who is happy for you." + diff --git a/content/quotes/charles-schulz/index.md b/content/quotes/charles-schulz/index.md new file mode 100644 index 0000000..0316b27 --- /dev/null +++ b/content/quotes/charles-schulz/index.md @@ -0,0 +1,11 @@ ++++ +title = "Charles Schulz" +weight = 99 + +[taxonomies] +tags = ["quotes", "charles schulz", "future"] ++++ + +> "Don't worry about the world coming to an end today. It's already tomorrow +> in Australia." + diff --git a/content/quotes/confucius/index.md b/content/quotes/confucius/index.md index 1f96498..a766d79 100644 --- a/content/quotes/confucius/index.md +++ b/content/quotes/confucius/index.md @@ -3,8 +3,12 @@ title = "Confucius" weight = 99 [taxonomies] -tags = ["quotes", "confucius", "virtues"] +tags = ["quotes", "confucius", "virtues", "learning", "work", "thinking"] +++ > "Virtue is not left to stand alone. He who practices it will have > neighbors." + +> "Learning without thought is labor lost; thought without learning is +> perilous." + diff --git a/content/quotes/democritus/index.md b/content/quotes/democritus/index.md new file mode 100644 index 0000000..d370d70 --- /dev/null +++ b/content/quotes/democritus/index.md @@ -0,0 +1,10 @@ ++++ +title = "Democritus" +weight = 100 + +[taxonomies] +tags = ["quotes", "democritus"] ++++ + +> "Nothing exists except atoms and empty space; everything else is opinion." + diff --git a/content/quotes/franklin-p-jones/index.md b/content/quotes/franklin-p-jones/index.md new file mode 100644 index 0000000..2017d79 --- /dev/null +++ b/content/quotes/franklin-p-jones/index.md @@ -0,0 +1,11 @@ ++++ +title = "Franklin P. Jones" +weight = 102 + +[taxonomies] +tags = ["quotes", "franklin p jones", "experience", "mistakes"] ++++ + +> "Experience is that marvelous thing that enables you recognize a mistake +> when you make it again." + diff --git a/content/quotes/george-bernard-shaw/index.md b/content/quotes/george-bernard-shaw/index.md index 9438582..f21751a 100644 --- a/content/quotes/george-bernard-shaw/index.md +++ b/content/quotes/george-bernard-shaw/index.md @@ -3,9 +3,12 @@ title = "George Bernard Shaw" weight = 103 [taxonomies] -tags = ["quotes", "george bernard shaw", "history", "learning", "cliques"] +tags = ["quotes", "george bernard shaw", "history", "learning", "cliques", +"sex"] +++ > "We learn from history that we learn nothing from history." > "The worst cliques are those which consist of one man." + +> "Sex is the poor man's opera." diff --git a/content/quotes/george-carlin/index.md b/content/quotes/george-carlin/index.md new file mode 100644 index 0000000..095ca04 --- /dev/null +++ b/content/quotes/george-carlin/index.md @@ -0,0 +1,11 @@ ++++ +title = "George Carlin" +weight = 103 + +[taxonomies] +tags = ["quotes", "george carlin", "church", "religion", "politics"] ++++ + +> "If churches want to play the game of politics, let them pay admission like +> everyone else" + diff --git a/content/quotes/george-f-baer/index.md b/content/quotes/george-f-baer/index.md new file mode 100644 index 0000000..2b23367 --- /dev/null +++ b/content/quotes/george-f-baer/index.md @@ -0,0 +1,10 @@ ++++ +title = "George F. Baer" +weight = 103 + +[taxonomies] +tags = ["quotes", "george f baer", "xenophobia"] ++++ + +> "They don't suffer. They can't even speak English." +-- answering a reporter's question about the suffering of starving miners. diff --git a/content/quotes/h-l-mencken/index.md b/content/quotes/h-l-mencken/index.md new file mode 100644 index 0000000..2c1d96b --- /dev/null +++ b/content/quotes/h-l-mencken/index.md @@ -0,0 +1,9 @@ ++++ +title = "H. L. Mencken" +weight = 104 + +[taxonomies] +tags = ["quotes", "h l mencken", "conscience"] ++++ + +> "Conscience is a mother-in-law whose visit never ends." diff --git a/content/quotes/james-h-boren/index.md b/content/quotes/james-h-boren/index.md new file mode 100644 index 0000000..c8f479d --- /dev/null +++ b/content/quotes/james-h-boren/index.md @@ -0,0 +1,10 @@ ++++ +title = "James H. Boren" +weight = 106 + +[taxonomies] +tags = ["quotes", "james h boren", "leadership"] ++++ + +> "When in doubt, mumble; when in trouble, delegate; when in charge, ponder" + diff --git a/content/quotes/neil-degrasse-tyson/index.md b/content/quotes/neil-degrasse-tyson/index.md new file mode 100644 index 0000000..c0a2103 --- /dev/null +++ b/content/quotes/neil-degrasse-tyson/index.md @@ -0,0 +1,14 @@ ++++ +title = "Neil deGrasse Tyson" +weight = 110 + +[taxonomies] +tags = ["quotes", "neil degrasse tyson", "life"] ++++ + +> "Life is fragile We live 80 years. But we’re dead after 8 weeks without +> food, 8 days without water, 8 minutes without air." + +> "There are more stars in the universe than all the sounds and words ever +> uttered by all humans who have ever lived." + diff --git a/content/quotes/oscar-wilde/index.md b/content/quotes/oscar-wilde/index.md new file mode 100644 index 0000000..68a5973 --- /dev/null +++ b/content/quotes/oscar-wilde/index.md @@ -0,0 +1,9 @@ ++++ +title = "Oscar Wilde" +weight = 111 + +[taxonomies] +tags = ["quotes", "oscar wilde", "virtues", "vices"] ++++ + +> "He hadn't a single redeeming vice." diff --git a/content/quotes/random/index.md b/content/quotes/random/index.md index a96a345..8976eaa 100644 --- a/content/quotes/random/index.md +++ b/content/quotes/random/index.md @@ -19,3 +19,8 @@ tags = ["quotes", "graffiti"] > "Misery loves company, but company does not reciprocate." > "Preserve the old, but know the new." + +> "Distributed Systems people do it loosely coupled." + +> "Gort, klaatu nikto barada." +-- The Day the Earth Stood Still diff --git a/content/quotes/robert-frost/index.md b/content/quotes/robert-frost/index.md new file mode 100644 index 0000000..a0dc887 --- /dev/null +++ b/content/quotes/robert-frost/index.md @@ -0,0 +1,13 @@ ++++ +title = "Robert Frost" +weight = 114 + +[taxonomies] +tags = ["quotes", "robert frost", "god"] ++++ + +> "Forgive, O Lord, my little jokes on Thee +> And I'll forgive Thy great big one on me." + +> "If society fits you comfortably enough, you call it freedom." + diff --git a/content/quotes/star-trek/index.md b/content/quotes/star-trek/index.md index c798a9b..813b257 100644 --- a/content/quotes/star-trek/index.md +++ b/content/quotes/star-trek/index.md @@ -33,3 +33,6 @@ tags = ["star trek", "quotes", "eve mchuron", "spock", "rojan", "sarek"] > familiar that one can't ever remember feeling any other way." -- Captain Jean-Luc Picard, "The Drumhead", stardate 44765.2 +> "If some day we are defeated, well, war has its fortunes, good and bad." +-- Commander Kor, "Errand of Mercy", stardate 3201.7 + diff --git a/content/quotes/telsa-gwynne/index.md b/content/quotes/telsa-gwynne/index.md new file mode 100644 index 0000000..6929162 --- /dev/null +++ b/content/quotes/telsa-gwynne/index.md @@ -0,0 +1,11 @@ ++++ +title = "Telsa Gwynne" +weight = 201 + +[taxonomies] +tags = ["quotes", "telsa gwynne", "permissions", "sex", "root"] ++++ + +> "Remember: While root can do most everything, there are certain +> privileges that only a partner can grant." +