From f4275e18b8dd0c3e5220f9030660fdf4a41d081f Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 10:28:58 -0300 Subject: [PATCH 01/53] Alexander Pope quote --- content/quotes/alexander-pope/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/alexander-pope/index.md diff --git a/content/quotes/alexander-pope/index.md b/content/quotes/alexander-pope/index.md new file mode 100644 index 0000000..e83d388 --- /dev/null +++ b/content/quotes/alexander-pope/index.md @@ -0,0 +1,9 @@ ++++ +title = "Alexander Pope" +weight = 97 + +[taxonomies] +tags = ["quotes", "alexander pope", "success"] ++++ + +> "The higher you climb, the more you show your ass." From c75df7c62853dcfa71c004cc0e0d6a6222d8a655 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 10:30:00 -0300 Subject: [PATCH 02/53] Jean Cocteau quote --- content/quotes/jean-cocteau/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/jean-cocteau/index.md diff --git a/content/quotes/jean-cocteau/index.md b/content/quotes/jean-cocteau/index.md new file mode 100644 index 0000000..f311fa7 --- /dev/null +++ b/content/quotes/jean-cocteau/index.md @@ -0,0 +1,9 @@ ++++ +title = "Jean Cocteau" +weight = 106 + +[taxonomies] +tags = ["quotes", "jean cocteau", "image"] ++++ + +> "Mirrors should reflect a little before throwing back images." From d9465cd9f0784bd9f68dd8c849fef76aadc9c1cb Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 10:31:08 -0300 Subject: [PATCH 03/53] Hunter S Thompson quote --- content/quotes/hunter-s-thompson/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/hunter-s-thompson/index.md diff --git a/content/quotes/hunter-s-thompson/index.md b/content/quotes/hunter-s-thompson/index.md new file mode 100644 index 0000000..cef76e3 --- /dev/null +++ b/content/quotes/hunter-s-thompson/index.md @@ -0,0 +1,11 @@ ++++ +title = "Hunter S. Thompson" +weight = 104 + +[taxonomies] +tags = ["quotes", "hunter s thompson", "sex", "drugs", "craziness"] ++++ + +> "I wouldn't recommend sex, drugs or insanity for everyone, but they've +> always worked for me." + From de20844540bbbdf0eeb39e206e5a58f7147375b7 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 10:34:38 -0300 Subject: [PATCH 04/53] Steve Wozniak quote --- content/quotes/steve-wozniak/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/steve-wozniak/index.md diff --git a/content/quotes/steve-wozniak/index.md b/content/quotes/steve-wozniak/index.md new file mode 100644 index 0000000..f80d524 --- /dev/null +++ b/content/quotes/steve-wozniak/index.md @@ -0,0 +1,9 @@ ++++ +title = "Steve Wozniak" +weight = 115 + +[taxonomies] +tags = ["quotes", "steve wozniak", "engineers"] ++++ + +> "I just want to be a good engineer." From cd0abedb3923600c279f04622ad77bafdde4a4c5 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 10:34:49 -0300 Subject: [PATCH 05/53] Fix weight --- content/quotes/stanislaw-lem/index.md | 2 +- content/quotes/steven-wright/index.md | 2 +- content/quotes/stirling-moss/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/quotes/stanislaw-lem/index.md b/content/quotes/stanislaw-lem/index.md index aa92d63..11f0263 100644 --- a/content/quotes/stanislaw-lem/index.md +++ b/content/quotes/stanislaw-lem/index.md @@ -1,6 +1,6 @@ +++ title = "Stanislaw Lem" -weight = 200 +weight = 115 [taxonomies] tags = ["quotes", "stanislaw lem", "success"] diff --git a/content/quotes/steven-wright/index.md b/content/quotes/steven-wright/index.md index 60825d3..092c442 100644 --- a/content/quotes/steven-wright/index.md +++ b/content/quotes/steven-wright/index.md @@ -1,6 +1,6 @@ +++ title = "Steven Wright" -weight = 200 +weight = 115 [taxonomies] tags = ["quotes", "steven wright", "puns"] diff --git a/content/quotes/stirling-moss/index.md b/content/quotes/stirling-moss/index.md index 2ec0e47..af5c62d 100644 --- a/content/quotes/stirling-moss/index.md +++ b/content/quotes/stirling-moss/index.md @@ -1,6 +1,6 @@ +++ title = "Stirling Moss" -weight = 200 +weight = 115 [taxonomies] tags = ["quotes", "stirling moss", "limits"] From 17311d3aa978aea69d3309b68ef17d3d019363d1 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 10:36:10 -0300 Subject: [PATCH 06/53] Salvador Dali quote --- content/quotes/salvador-dali/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/salvador-dali/index.md diff --git a/content/quotes/salvador-dali/index.md b/content/quotes/salvador-dali/index.md new file mode 100644 index 0000000..9a8768e --- /dev/null +++ b/content/quotes/salvador-dali/index.md @@ -0,0 +1,9 @@ ++++ +title = "Salvador Dali" +weight = 115 + +[taxonomies] +tags = ["quotes", "salvador dali", "drugs"] ++++ + +> "I do not take drugs -- I am drugs." From 31df75ff35d3759c86535c18bf77a2f7c5c61fc6 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 10:37:00 -0300 Subject: [PATCH 07/53] 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 c1c62e3..76fdb91 100644 --- a/content/quotes/star-trek/index.md +++ b/content/quotes/star-trek/index.md @@ -20,6 +20,9 @@ tags = ["star trek", "quotes", "eve mchuron", "spock", "rojan", "sarek"] > your human intuition." -- Spock, "Assignment: Earth", stardate unknown +> "Violence in reality is quite different from theory." +-- Spock, "The Cloud Minders", stardate 5818.4 + > "We do not colonize. We conquer. We rule. There is no other way for us." -- Rojan, "By Any Other Name", stardate 4657.5 From e29d5b4d52f3a1535b232d68b4a01f7b9c287a02 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 10:38:02 -0300 Subject: [PATCH 08/53] 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 b200564..8184537 100644 --- a/content/quotes/random/index.md +++ b/content/quotes/random/index.md @@ -33,3 +33,6 @@ tags = ["quotes", "graffiti", "education", "misery", "distributed systems", > "Working here is like a pregnancy. After nine months you wish you hadn't > come." + +> "If God lived on Earth, people would knock out all His windows." +-- Yiddish saying From 2b973ea4d791699fa9bd1992171f7c1ca5278cf2 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 10:38:44 -0300 Subject: [PATCH 09/53] Oscar Wilde quote --- content/quotes/oscar-wilde/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/quotes/oscar-wilde/index.md b/content/quotes/oscar-wilde/index.md index 68a5973..2370e03 100644 --- a/content/quotes/oscar-wilde/index.md +++ b/content/quotes/oscar-wilde/index.md @@ -3,7 +3,10 @@ title = "Oscar Wilde" weight = 111 [taxonomies] -tags = ["quotes", "oscar wilde", "virtues", "vices"] +tags = ["quotes", "oscar wilde", "virtues", "vices", "truth", "questions", +"answers"] +++ > "He hadn't a single redeeming vice." + +> "Questions are never indiscreet, answers sometimes are." From 48fd62515b9d0e86d7e6e8219032a20840b055c2 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 16:56:40 -0300 Subject: [PATCH 10/53] Heraclitus quote --- content/quotes/heraclitus/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/heraclitus/index.md diff --git a/content/quotes/heraclitus/index.md b/content/quotes/heraclitus/index.md new file mode 100644 index 0000000..dd99597 --- /dev/null +++ b/content/quotes/heraclitus/index.md @@ -0,0 +1,9 @@ ++++ +title = "Heraclitus" +weight = 104 + +[taxonomies] +tags = ["quotes", "heraclitus", "changes"] ++++ + +> "Nothing endures but change." From bc79d499909904bce668cbaac89da5b260b78e10 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 16:58:18 -0300 Subject: [PATCH 11/53] Charles DeGaulle quote --- content/quotes/charles-degaulle/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/charles-degaulle/index.md diff --git a/content/quotes/charles-degaulle/index.md b/content/quotes/charles-degaulle/index.md new file mode 100644 index 0000000..564297f --- /dev/null +++ b/content/quotes/charles-degaulle/index.md @@ -0,0 +1,11 @@ ++++ +title = "Charles DeGaulle" +weight = 99 + +[taxonomies] +tags = ["quotes", "charles degaulle", "politicians", "politics"] ++++ + +> "Since a politician never believes what he says, he is surprised +> when others believe him." + From 0dd4366b79c412ceb77297b32cb6e48e7193f047 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 17:00:33 -0300 Subject: [PATCH 12/53] Mark Twain quote --- content/quotes/mark-twain/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/quotes/mark-twain/index.md b/content/quotes/mark-twain/index.md index 5aaacca..6b4f3a8 100644 --- a/content/quotes/mark-twain/index.md +++ b/content/quotes/mark-twain/index.md @@ -3,7 +3,7 @@ title = "Mark Twain" weight = 109 [taxonomies] -tags = ["quotes", "mark twain"] +tags = ["quotes", "mark twain", "annoyance", "examples", "fame", "writing"] +++ > "Few things are harder to put up with than the annoyance of a good example." @@ -12,3 +12,6 @@ tags = ["quotes", "mark twain"] > "Fame is a vapor; popularity an accident; the only earthly certainty is > oblivion." +> "Substitute 'damn' every time you're inclined to write 'very'; your +> editor will delete it and the writing will be just as it should be." + From 8d901f842347088c6d64aa6e1509599d14e22477 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 17:01:14 -0300 Subject: [PATCH 13/53] deGrasse 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 c0a2103..2fc4d63 100644 --- a/content/quotes/neil-degrasse-tyson/index.md +++ b/content/quotes/neil-degrasse-tyson/index.md @@ -12,3 +12,6 @@ tags = ["quotes", "neil degrasse tyson", "life"] > "There are more stars in the universe than all the sounds and words ever > uttered by all humans who have ever lived." +> "The urge to want some bit of information to be true often clouds our +> ability to assess why that information may be false." + From d5698d5aca485c9741ad364945e358ce1015eb2c Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 17:03:46 -0300 Subject: [PATCH 14/53] Pablo Picasso quote --- content/quotes/phathotep/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/quotes/phathotep/index.md b/content/quotes/phathotep/index.md index c066db5..8139aae 100644 --- a/content/quotes/phathotep/index.md +++ b/content/quotes/phathotep/index.md @@ -3,7 +3,7 @@ title = "Phathotep" weight = 112 [taxonomies] -tags = ["quotes", "phathotep"] +tags = ["quotes", "phathotep", "life"] +++ > "Be cheerful while you are alive." From 125d0a3623968b8708d14e38be30d5c7d018bc92 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 17:04:18 -0300 Subject: [PATCH 15/53] Hunter S Thompson quote --- content/quotes/hunter-s-thompson/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/quotes/hunter-s-thompson/index.md b/content/quotes/hunter-s-thompson/index.md index cef76e3..f4f62fc 100644 --- a/content/quotes/hunter-s-thompson/index.md +++ b/content/quotes/hunter-s-thompson/index.md @@ -3,9 +3,11 @@ title = "Hunter S. Thompson" weight = 104 [taxonomies] -tags = ["quotes", "hunter s thompson", "sex", "drugs", "craziness"] +tags = ["quotes", "hunter s thompson", "sex", "drugs", "craziness", +"weirdness"] +++ > "I wouldn't recommend sex, drugs or insanity for everyone, but they've > always worked for me." +> "Today's weirdness is tomorrow's reason why." From 142659dce940d8b69a95b509b744c29d29dfa865 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 17:06:17 -0300 Subject: [PATCH 16/53] Emma Goldman quote --- content/quotes/emma-goldman/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 content/quotes/emma-goldman/index.md diff --git a/content/quotes/emma-goldman/index.md b/content/quotes/emma-goldman/index.md new file mode 100644 index 0000000..681b901 --- /dev/null +++ b/content/quotes/emma-goldman/index.md @@ -0,0 +1,12 @@ ++++ +title = "Emma Goldman" +weight = 101 + +[taxonomies] +tags = ["quotes", "emma goldman", "patriotism"] ++++ + +> "Thinking men and women the world over are beginning to realize that +> patriotism is too narrow and limited a conception to meet the necessities of +> our time." + From c1720239c537d6c4696716bc0f32dad315c30c52 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 17:06:27 -0300 Subject: [PATCH 17/53] Pablo Picasso quote --- content/quotes/pablo-picasso/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/pablo-picasso/index.md diff --git a/content/quotes/pablo-picasso/index.md b/content/quotes/pablo-picasso/index.md new file mode 100644 index 0000000..7adafb2 --- /dev/null +++ b/content/quotes/pablo-picasso/index.md @@ -0,0 +1,9 @@ ++++ +title = "Pablo Picasso" +weight = 112 + +[taxonomies] +tags = ["quotes", "pablo picasso", "computers"] ++++ + +> "Computers are useless. They can only give you answers." From c3a3982db39faa4246b29ef7e93e0a8afd4fa44b Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 17:12:16 -0300 Subject: [PATCH 18/53] Random quote --- content/quotes/random/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/quotes/random/index.md b/content/quotes/random/index.md index 8184537..0c83d10 100644 --- a/content/quotes/random/index.md +++ b/content/quotes/random/index.md @@ -4,7 +4,8 @@ weight = 300 [taxonomies] tags = ["quotes", "graffiti", "education", "misery", "distributed systems", -"the day the earth stood still", "atheism", "religion", "following", "regrets"] +"the day the earth stood still", "atheism", "religion", "following", +"regrets", "money"] +++ > If you took all the students that felt asleep in class and laid them end to @@ -36,3 +37,5 @@ tags = ["quotes", "graffiti", "education", "misery", "distributed systems", > "If God lived on Earth, people would knock out all His windows." -- Yiddish saying + +> "When you go out to buy, don't show your silver." From a5d24156bcff113d853b07382db7c155ee5c9ebe Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 17:15:15 -0300 Subject: [PATCH 19/53] Kennet E Reed quote --- content/quotes/kenneth-e-reed/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/kenneth-e-reed/index.md diff --git a/content/quotes/kenneth-e-reed/index.md b/content/quotes/kenneth-e-reed/index.md new file mode 100644 index 0000000..cb2d5c3 --- /dev/null +++ b/content/quotes/kenneth-e-reed/index.md @@ -0,0 +1,9 @@ ++++ +title = "Kenneth E. Reed" +weight = 107 + +[taxonomies] +tags = ["quotes", "kennet e reed", "leading"] ++++ + +> "Getting kicked in the rear is a sure sign you're in the front." From 8b59b348f234b572d4eb5b93370b475e85208f98 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 17:21:24 -0300 Subject: [PATCH 20/53] Michele Gelfand quote --- content/quotes/michele-gelfand/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/michele-gelfand/index.md diff --git a/content/quotes/michele-gelfand/index.md b/content/quotes/michele-gelfand/index.md new file mode 100644 index 0000000..f909a2b --- /dev/null +++ b/content/quotes/michele-gelfand/index.md @@ -0,0 +1,9 @@ ++++ +title = "Michele Gelfand" +weight = 109 + +[taxonomies] +tags = ["quotes", "michele gelfand", "authoritarianism"] ++++ + +> "Authoritarian leaders thrive on fear. We need to help people feel safe." From 5de3e0298454ae8ddbe56d779e833ea427874515 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 17:29:40 -0300 Subject: [PATCH 21/53] Isaac Asimov quote --- content/quotes/isaac-asimov/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/quotes/isaac-asimov/index.md b/content/quotes/isaac-asimov/index.md index 2e91303..26586da 100644 --- a/content/quotes/isaac-asimov/index.md +++ b/content/quotes/isaac-asimov/index.md @@ -15,3 +15,7 @@ tags = ["quotes", "isaac asimov", "science", "wisdom", "discoveries"] > "To surrender to ignorance and call it God has always > been premature, and it remains premature today." +> "There's no way I can single-handedly save the world or, perhaps, even make +> a perceptible difference -- but how ashamed I would be to let a day pass +> without making one more effort." + From 1c131228bec8ea729ff53825812a7d9740fd3644 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 17:46:21 -0300 Subject: [PATCH 22/53] 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 6876ff7..08c23e5 100644 --- a/content/quotes/albert-einstein/index.md +++ b/content/quotes/albert-einstein/index.md @@ -4,10 +4,12 @@ weight = 97 [taxonomies] tags = ["quotes", "albert einstein", "einstein", "cleverness", "theory", -"facts"] +"facts", "imagination"] +++ > "Man usually avoids attributing cleverness to somebody else -- unless it > is an enemy." > "If the facts don't fit the theory, change the facts." + +> "Imagination is more important than knowledge." From 72d44d2bce40ac6ee4a246d28e4df1ea44fd03ac Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 17:47:47 -0300 Subject: [PATCH 23/53] Philip K Dick quote --- content/quotes/philip-k-dick/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/philip-k-dick/index.md diff --git a/content/quotes/philip-k-dick/index.md b/content/quotes/philip-k-dick/index.md new file mode 100644 index 0000000..9dde597 --- /dev/null +++ b/content/quotes/philip-k-dick/index.md @@ -0,0 +1,10 @@ ++++ +title = "Philip K. Dick" +weight = 112 + +[taxonomies] +tags = ["quotes", "reality", "philip k dick"] ++++ + +> "Reality is that which, when you stop believing in it, doesn't go away". + From 5eaae02eee0bc3d232a17b70dc4905edef70e424 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 17:48:25 -0300 Subject: [PATCH 24/53] Random quote --- content/quotes/random/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/quotes/random/index.md b/content/quotes/random/index.md index 0c83d10..8dd18a1 100644 --- a/content/quotes/random/index.md +++ b/content/quotes/random/index.md @@ -5,7 +5,7 @@ weight = 300 [taxonomies] tags = ["quotes", "graffiti", "education", "misery", "distributed systems", "the day the earth stood still", "atheism", "religion", "following", -"regrets", "money"] +"regrets", "money", "perfection", "practice"] +++ > If you took all the students that felt asleep in class and laid them end to @@ -39,3 +39,5 @@ tags = ["quotes", "graffiti", "education", "misery", "distributed systems", -- Yiddish saying > "When you go out to buy, don't show your silver." + +> "If practice makes perfect, and nobody's perfect, why practice?" From 45011c3b2c028c36e1691a4e6094ba49e07eb39a Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 17:49:37 -0300 Subject: [PATCH 25/53] Elbert Hubbard quote --- content/quotes/elbert-hubbard/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/elbert-hubbard/index.md diff --git a/content/quotes/elbert-hubbard/index.md b/content/quotes/elbert-hubbard/index.md new file mode 100644 index 0000000..b9da1e6 --- /dev/null +++ b/content/quotes/elbert-hubbard/index.md @@ -0,0 +1,9 @@ ++++ +title = "Elbert Hubbard" +weight = 101 + +[taxonomies] +tags = ["quotes", "elbert hubbard", "geniuses", "stupidity"] ++++ + +> "Genius may have its limitations, but stupidity is not thus handicapped." From 45ab37d03b970eca4799b67e04c68ac4fd7235a3 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 17:51:16 -0300 Subject: [PATCH 26/53] Goethe quote --- content/quotes/goethe/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/goethe/index.md diff --git a/content/quotes/goethe/index.md b/content/quotes/goethe/index.md new file mode 100644 index 0000000..0f16185 --- /dev/null +++ b/content/quotes/goethe/index.md @@ -0,0 +1,10 @@ ++++ +title = "Goethe" +weight = 103 + +[taxonomies] +tags = ["quotes", "goethe", "natural"] ++++ + +> "The unnatural, that too is natural." + From 0ecaec666247198afa77825198ac1a270bcaa08a Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 17:53:23 -0300 Subject: [PATCH 27/53] John Heywood quote --- content/quotes/john-heywood/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/john-heywood/index.md diff --git a/content/quotes/john-heywood/index.md b/content/quotes/john-heywood/index.md new file mode 100644 index 0000000..5e4368c --- /dev/null +++ b/content/quotes/john-heywood/index.md @@ -0,0 +1,9 @@ ++++ +title = "John Heywood" +weight = 106 + +[taxonomies] +tags = ["quotes", "john heywood", "building"] ++++ + +> "Rome was not built in one day." From d1f85466ae7d16ab09eac785b63ebb0834146960 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 17:54:43 -0300 Subject: [PATCH 28/53] Frances Rodman quote --- content/quotes/frances-rodman/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/frances-rodman/index.md diff --git a/content/quotes/frances-rodman/index.md b/content/quotes/frances-rodman/index.md new file mode 100644 index 0000000..3d2213f --- /dev/null +++ b/content/quotes/frances-rodman/index.md @@ -0,0 +1,11 @@ ++++ +title = "Frances Rodman" +weight = 102 + +[taxonomies] +tags = ["quotes", "frances rodman", "marriage"] ++++ + +> "If men acted after marriage as they do during courtship, there would +> be fewer divorces -- and more bankruptcies." + From c05d1dd5a3724891d41cb8018bc10777334a05b0 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 17:57:10 -0300 Subject: [PATCH 29/53] William Blake quote --- content/quotes/william-blake/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/william-blake/index.md diff --git a/content/quotes/william-blake/index.md b/content/quotes/william-blake/index.md new file mode 100644 index 0000000..153aba0 --- /dev/null +++ b/content/quotes/william-blake/index.md @@ -0,0 +1,9 @@ ++++ +title = "William Blake" +weight = 119 + +[taxonomies] +tags = ["quotes", "william blake", "achievement"] ++++ + +> "No bird soars too high if he soars with his own wings." From 95eac96fa973a2ce309893d6001dc1d25c079292 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 18:38:52 -0300 Subject: [PATCH 30/53] Random quote --- content/quotes/random/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/quotes/random/index.md b/content/quotes/random/index.md index 8dd18a1..e9b1d1d 100644 --- a/content/quotes/random/index.md +++ b/content/quotes/random/index.md @@ -5,7 +5,7 @@ weight = 300 [taxonomies] tags = ["quotes", "graffiti", "education", "misery", "distributed systems", "the day the earth stood still", "atheism", "religion", "following", -"regrets", "money", "perfection", "practice"] +"regrets", "money", "perfection", "practice", "nerds"] +++ > If you took all the students that felt asleep in class and laid them end to @@ -41,3 +41,5 @@ tags = ["quotes", "graffiti", "education", "misery", "distributed systems", > "When you go out to buy, don't show your silver." > "If practice makes perfect, and nobody's perfect, why practice?" + +> "Freeing the nerds was what got us here" From f40df75cb43df8dcf12af5764ec4df1477602728 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 18:39:21 -0300 Subject: [PATCH 31/53] 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 e9b1d1d..fbd56f7 100644 --- a/content/quotes/random/index.md +++ b/content/quotes/random/index.md @@ -43,3 +43,5 @@ tags = ["quotes", "graffiti", "education", "misery", "distributed systems", > "If practice makes perfect, and nobody's perfect, why practice?" > "Freeing the nerds was what got us here" + +> "Workers of the world, relax!" From 650155c9261809b3aee50ada4161c7b654d96e9d Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 18:40:50 -0300 Subject: [PATCH 32/53] Martin Luther King Jr quote --- content/quotes/martin-luther-king-jr/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/martin-luther-king-jr/index.md diff --git a/content/quotes/martin-luther-king-jr/index.md b/content/quotes/martin-luther-king-jr/index.md new file mode 100644 index 0000000..1610e0e --- /dev/null +++ b/content/quotes/martin-luther-king-jr/index.md @@ -0,0 +1,10 @@ ++++ +title = "Martin Luther King Jr" +weight = 109 + +[taxonomies] +tags = ["quotes", "martin luther king jr", "freedom", "oppression"] ++++ + +> "Freedom is never voluntarily given by the oppressor; it must be demanded by +> the oppressed". From 3165dfd4b7fa79435608909662b51f5071dc158a Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 18:41:30 -0300 Subject: [PATCH 33/53] 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 fbd56f7..8f6f038 100644 --- a/content/quotes/random/index.md +++ b/content/quotes/random/index.md @@ -45,3 +45,6 @@ tags = ["quotes", "graffiti", "education", "misery", "distributed systems", > "Freeing the nerds was what got us here" > "Workers of the world, relax!" + +> "Materialism: buying things we don't need with money we don't have to +> impress people that don't matter." From 6da83a76f9408f5920e7a59d2109dfeb210e3e47 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 18:42:22 -0300 Subject: [PATCH 34/53] Plutarch quote --- content/quotes/plutarch/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/plutarch/index.md diff --git a/content/quotes/plutarch/index.md b/content/quotes/plutarch/index.md new file mode 100644 index 0000000..37e4d4a --- /dev/null +++ b/content/quotes/plutarch/index.md @@ -0,0 +1,10 @@ ++++ +title = "Plutarch" +weight = 112 + +[taxonomies] +tags = ["quotes", "plutarch", "mind"] ++++ + +> "The mind is not a vessel to be filled, but a fire to be kindled." + From 0ec0ac8aac896bb68ff680885c00f2124dc239ff Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 18:45:52 -0300 Subject: [PATCH 35/53] Alex Vitale quote --- content/quotes/alex-s-vitale/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/quotes/alex-s-vitale/index.md diff --git a/content/quotes/alex-s-vitale/index.md b/content/quotes/alex-s-vitale/index.md new file mode 100644 index 0000000..d37da1a --- /dev/null +++ b/content/quotes/alex-s-vitale/index.md @@ -0,0 +1,18 @@ ++++ +title = "Alex S. Vitale" +weight = 97 + +[taxonomies] +tags = ["quotes", "alex s vitale", "police", "inequality"] ++++ + +> "Broken windows policing is at root a deeply conservative attempt to shift +> the burden of responsibility for declining living conditions onto the poor +> themselves and to argue that the solution to all social ills is increasingly +> aggressive, invasive, and restrictive forms of policing that involve more +> arrests, more harassment, and ultimately more violence. +> +> As inequality continues to increase, so will homelessness and public +> disorder, and as long as people continue to embrace the use of police to +> manage disorder, we will see a continual increase in the scope of police +> power and authority at the expense of human and civil rights." From ae06cdb419e14fd2d67686a1e2ecb683c0ea9e89 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 18:46:59 -0300 Subject: [PATCH 36/53] Anne Herbert quote --- content/quotes/anne-herbert/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/anne-herbert/index.md diff --git a/content/quotes/anne-herbert/index.md b/content/quotes/anne-herbert/index.md new file mode 100644 index 0000000..767b7ab --- /dev/null +++ b/content/quotes/anne-herbert/index.md @@ -0,0 +1,10 @@ ++++ +title = "Anne Herbert" +weight = 97 + +[taxonomies] +tags = ["quotes", "anne herbert", "libraries"] ++++ + +> "Libraries will get you through times of no money better than money will get +> you through times of no libraries." From 9ac4c6c5641b2bbac313e7e50f70eaab529f99f8 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 18:52:16 -0300 Subject: [PATCH 37/53] Noam Chomsky quote --- content/quotes/noam-chomsky/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/noam-chomsky/index.md diff --git a/content/quotes/noam-chomsky/index.md b/content/quotes/noam-chomsky/index.md new file mode 100644 index 0000000..24d72fe --- /dev/null +++ b/content/quotes/noam-chomsky/index.md @@ -0,0 +1,10 @@ ++++ +title = "Noam Chomsky" +weight = 110 + +[taxonomies] +tags = ["quotes", "noam chomsky", "totalitarianism"] ++++ + +> "The sign of a truly totalitarian culture is that important truths simply +> lack cognitive meaning." From d9dde7500da31f4c8c859411cade9c3801b49452 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 18:58:35 -0300 Subject: [PATCH 38/53] Random quote --- content/quotes/random/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/quotes/random/index.md b/content/quotes/random/index.md index 8f6f038..958f291 100644 --- a/content/quotes/random/index.md +++ b/content/quotes/random/index.md @@ -48,3 +48,7 @@ tags = ["quotes", "graffiti", "education", "misery", "distributed systems", > "Materialism: buying things we don't need with money we don't have to > impress people that don't matter." + +> The sign of a truly totalitarian culture is that important truths simply +> lack cognitive meaning. + From 7e840cd8e73a11aec56e1f804d645e7b2df13915 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Jun 2020 19:02:09 -0300 Subject: [PATCH 39/53] Squashed commit of the following: commit d9dde7500da31f4c8c859411cade9c3801b49452 Author: Julio Biason Date: Sat Jun 20 18:58:35 2020 -0300 Random quote commit 9ac4c6c5641b2bbac313e7e50f70eaab529f99f8 Author: Julio Biason Date: Sat Jun 20 18:52:16 2020 -0300 Noam Chomsky quote commit ae06cdb419e14fd2d67686a1e2ecb683c0ea9e89 Author: Julio Biason Date: Sat Jun 20 18:46:59 2020 -0300 Anne Herbert quote commit 0ec0ac8aac896bb68ff680885c00f2124dc239ff Author: Julio Biason Date: Sat Jun 20 18:45:52 2020 -0300 Alex Vitale quote commit 6da83a76f9408f5920e7a59d2109dfeb210e3e47 Author: Julio Biason Date: Sat Jun 20 18:42:22 2020 -0300 Plutarch quote commit 3165dfd4b7fa79435608909662b51f5071dc158a Author: Julio Biason Date: Sat Jun 20 18:41:30 2020 -0300 Random quote commit 650155c9261809b3aee50ada4161c7b654d96e9d Author: Julio Biason Date: Sat Jun 20 18:40:50 2020 -0300 Martin Luther King Jr quote commit f40df75cb43df8dcf12af5764ec4df1477602728 Author: Julio Biason Date: Sat Jun 20 18:39:21 2020 -0300 Random quote commit 95eac96fa973a2ce309893d6001dc1d25c079292 Author: Julio Biason Date: Sat Jun 20 18:38:52 2020 -0300 Random quote commit c05d1dd5a3724891d41cb8018bc10777334a05b0 Author: Julio Biason Date: Sat Jun 20 17:57:10 2020 -0300 William Blake quote commit d1f85466ae7d16ab09eac785b63ebb0834146960 Author: Julio Biason Date: Sat Jun 20 17:54:43 2020 -0300 Frances Rodman quote commit 0ecaec666247198afa77825198ac1a270bcaa08a Author: Julio Biason Date: Sat Jun 20 17:53:23 2020 -0300 John Heywood quote commit 45ab37d03b970eca4799b67e04c68ac4fd7235a3 Author: Julio Biason Date: Sat Jun 20 17:51:16 2020 -0300 Goethe quote commit 45011c3b2c028c36e1691a4e6094ba49e07eb39a Author: Julio Biason Date: Sat Jun 20 17:49:37 2020 -0300 Elbert Hubbard quote commit 5eaae02eee0bc3d232a17b70dc4905edef70e424 Author: Julio Biason Date: Sat Jun 20 17:48:25 2020 -0300 Random quote commit 72d44d2bce40ac6ee4a246d28e4df1ea44fd03ac Author: Julio Biason Date: Sat Jun 20 17:47:47 2020 -0300 Philip K Dick quote commit 1c131228bec8ea729ff53825812a7d9740fd3644 Author: Julio Biason Date: Sat Jun 20 17:46:21 2020 -0300 Albert Einstein quote commit 5de3e0298454ae8ddbe56d779e833ea427874515 Author: Julio Biason Date: Sat Jun 20 17:29:40 2020 -0300 Isaac Asimov quote commit 8b59b348f234b572d4eb5b93370b475e85208f98 Author: Julio Biason Date: Sat Jun 20 17:21:24 2020 -0300 Michele Gelfand quote commit a5d24156bcff113d853b07382db7c155ee5c9ebe Author: Julio Biason Date: Sat Jun 20 17:15:15 2020 -0300 Kennet E Reed quote commit c3a3982db39faa4246b29ef7e93e0a8afd4fa44b Author: Julio Biason Date: Sat Jun 20 17:12:16 2020 -0300 Random quote commit c1720239c537d6c4696716bc0f32dad315c30c52 Author: Julio Biason Date: Sat Jun 20 17:06:27 2020 -0300 Pablo Picasso quote commit 142659dce940d8b69a95b509b744c29d29dfa865 Author: Julio Biason Date: Sat Jun 20 17:06:17 2020 -0300 Emma Goldman quote commit 125d0a3623968b8708d14e38be30d5c7d018bc92 Author: Julio Biason Date: Sat Jun 20 17:04:18 2020 -0300 Hunter S Thompson quote commit d5698d5aca485c9741ad364945e358ce1015eb2c Author: Julio Biason Date: Sat Jun 20 17:03:46 2020 -0300 Pablo Picasso quote commit 8d901f842347088c6d64aa6e1509599d14e22477 Author: Julio Biason Date: Sat Jun 20 17:01:14 2020 -0300 deGrasse quote commit 0dd4366b79c412ceb77297b32cb6e48e7193f047 Author: Julio Biason Date: Sat Jun 20 17:00:33 2020 -0300 Mark Twain quote commit bc79d499909904bce668cbaac89da5b260b78e10 Author: Julio Biason Date: Sat Jun 20 16:58:18 2020 -0300 Charles DeGaulle quote commit 48fd62515b9d0e86d7e6e8219032a20840b055c2 Author: Julio Biason Date: Sat Jun 20 16:56:40 2020 -0300 Heraclitus quote commit 2b973ea4d791699fa9bd1992171f7c1ca5278cf2 Author: Julio Biason Date: Sat Jun 20 10:38:44 2020 -0300 Oscar Wilde quote commit e29d5b4d52f3a1535b232d68b4a01f7b9c287a02 Author: Julio Biason Date: Sat Jun 20 10:38:02 2020 -0300 Random quote commit 31df75ff35d3759c86535c18bf77a2f7c5c61fc6 Author: Julio Biason Date: Sat Jun 20 10:37:00 2020 -0300 Star Trek quote commit 17311d3aa978aea69d3309b68ef17d3d019363d1 Author: Julio Biason Date: Sat Jun 20 10:36:10 2020 -0300 Salvador Dali quote commit cd0abedb3923600c279f04622ad77bafdde4a4c5 Author: Julio Biason Date: Sat Jun 20 10:34:49 2020 -0300 Fix weight commit de20844540bbbdf0eeb39e206e5a58f7147375b7 Author: Julio Biason Date: Sat Jun 20 10:34:38 2020 -0300 Steve Wozniak quote commit d9465cd9f0784bd9f68dd8c849fef76aadc9c1cb Author: Julio Biason Date: Sat Jun 20 10:31:08 2020 -0300 Hunter S Thompson quote commit c75df7c62853dcfa71c004cc0e0d6a6222d8a655 Author: Julio Biason Date: Sat Jun 20 10:30:00 2020 -0300 Jean Cocteau quote commit f4275e18b8dd0c3e5220f9030660fdf4a41d081f Author: Julio Biason Date: Sat Jun 20 10:28:58 2020 -0300 Alexander Pope quote --- content/quotes/albert-einstein/index.md | 4 +++- content/quotes/alex-s-vitale/index.md | 18 ++++++++++++++++ content/quotes/alexander-pope/index.md | 9 ++++++++ content/quotes/anne-herbert/index.md | 10 +++++++++ content/quotes/charles-degaulle/index.md | 11 ++++++++++ content/quotes/elbert-hubbard/index.md | 9 ++++++++ content/quotes/emma-goldman/index.md | 12 +++++++++++ content/quotes/frances-rodman/index.md | 11 ++++++++++ content/quotes/goethe/index.md | 10 +++++++++ content/quotes/heraclitus/index.md | 9 ++++++++ content/quotes/hunter-s-thompson/index.md | 13 ++++++++++++ content/quotes/isaac-asimov/index.md | 4 ++++ content/quotes/jean-cocteau/index.md | 9 ++++++++ content/quotes/john-heywood/index.md | 9 ++++++++ content/quotes/kenneth-e-reed/index.md | 9 ++++++++ content/quotes/mark-twain/index.md | 5 ++++- content/quotes/martin-luther-king-jr/index.md | 10 +++++++++ content/quotes/michele-gelfand/index.md | 9 ++++++++ content/quotes/neil-degrasse-tyson/index.md | 3 +++ content/quotes/noam-chomsky/index.md | 10 +++++++++ content/quotes/oscar-wilde/index.md | 5 ++++- content/quotes/pablo-picasso/index.md | 9 ++++++++ content/quotes/phathotep/index.md | 2 +- content/quotes/philip-k-dick/index.md | 10 +++++++++ content/quotes/plutarch/index.md | 10 +++++++++ content/quotes/random/index.md | 21 ++++++++++++++++++- content/quotes/salvador-dali/index.md | 9 ++++++++ content/quotes/stanislaw-lem/index.md | 2 +- content/quotes/star-trek/index.md | 3 +++ content/quotes/steve-wozniak/index.md | 9 ++++++++ content/quotes/steven-wright/index.md | 2 +- content/quotes/stirling-moss/index.md | 2 +- content/quotes/william-blake/index.md | 9 ++++++++ 33 files changed, 269 insertions(+), 8 deletions(-) create mode 100644 content/quotes/alex-s-vitale/index.md create mode 100644 content/quotes/alexander-pope/index.md create mode 100644 content/quotes/anne-herbert/index.md create mode 100644 content/quotes/charles-degaulle/index.md create mode 100644 content/quotes/elbert-hubbard/index.md create mode 100644 content/quotes/emma-goldman/index.md create mode 100644 content/quotes/frances-rodman/index.md create mode 100644 content/quotes/goethe/index.md create mode 100644 content/quotes/heraclitus/index.md create mode 100644 content/quotes/hunter-s-thompson/index.md create mode 100644 content/quotes/jean-cocteau/index.md create mode 100644 content/quotes/john-heywood/index.md create mode 100644 content/quotes/kenneth-e-reed/index.md create mode 100644 content/quotes/martin-luther-king-jr/index.md create mode 100644 content/quotes/michele-gelfand/index.md create mode 100644 content/quotes/noam-chomsky/index.md create mode 100644 content/quotes/pablo-picasso/index.md create mode 100644 content/quotes/philip-k-dick/index.md create mode 100644 content/quotes/plutarch/index.md create mode 100644 content/quotes/salvador-dali/index.md create mode 100644 content/quotes/steve-wozniak/index.md create mode 100644 content/quotes/william-blake/index.md diff --git a/content/quotes/albert-einstein/index.md b/content/quotes/albert-einstein/index.md index 6876ff7..08c23e5 100644 --- a/content/quotes/albert-einstein/index.md +++ b/content/quotes/albert-einstein/index.md @@ -4,10 +4,12 @@ weight = 97 [taxonomies] tags = ["quotes", "albert einstein", "einstein", "cleverness", "theory", -"facts"] +"facts", "imagination"] +++ > "Man usually avoids attributing cleverness to somebody else -- unless it > is an enemy." > "If the facts don't fit the theory, change the facts." + +> "Imagination is more important than knowledge." diff --git a/content/quotes/alex-s-vitale/index.md b/content/quotes/alex-s-vitale/index.md new file mode 100644 index 0000000..d37da1a --- /dev/null +++ b/content/quotes/alex-s-vitale/index.md @@ -0,0 +1,18 @@ ++++ +title = "Alex S. Vitale" +weight = 97 + +[taxonomies] +tags = ["quotes", "alex s vitale", "police", "inequality"] ++++ + +> "Broken windows policing is at root a deeply conservative attempt to shift +> the burden of responsibility for declining living conditions onto the poor +> themselves and to argue that the solution to all social ills is increasingly +> aggressive, invasive, and restrictive forms of policing that involve more +> arrests, more harassment, and ultimately more violence. +> +> As inequality continues to increase, so will homelessness and public +> disorder, and as long as people continue to embrace the use of police to +> manage disorder, we will see a continual increase in the scope of police +> power and authority at the expense of human and civil rights." diff --git a/content/quotes/alexander-pope/index.md b/content/quotes/alexander-pope/index.md new file mode 100644 index 0000000..e83d388 --- /dev/null +++ b/content/quotes/alexander-pope/index.md @@ -0,0 +1,9 @@ ++++ +title = "Alexander Pope" +weight = 97 + +[taxonomies] +tags = ["quotes", "alexander pope", "success"] ++++ + +> "The higher you climb, the more you show your ass." diff --git a/content/quotes/anne-herbert/index.md b/content/quotes/anne-herbert/index.md new file mode 100644 index 0000000..767b7ab --- /dev/null +++ b/content/quotes/anne-herbert/index.md @@ -0,0 +1,10 @@ ++++ +title = "Anne Herbert" +weight = 97 + +[taxonomies] +tags = ["quotes", "anne herbert", "libraries"] ++++ + +> "Libraries will get you through times of no money better than money will get +> you through times of no libraries." diff --git a/content/quotes/charles-degaulle/index.md b/content/quotes/charles-degaulle/index.md new file mode 100644 index 0000000..564297f --- /dev/null +++ b/content/quotes/charles-degaulle/index.md @@ -0,0 +1,11 @@ ++++ +title = "Charles DeGaulle" +weight = 99 + +[taxonomies] +tags = ["quotes", "charles degaulle", "politicians", "politics"] ++++ + +> "Since a politician never believes what he says, he is surprised +> when others believe him." + diff --git a/content/quotes/elbert-hubbard/index.md b/content/quotes/elbert-hubbard/index.md new file mode 100644 index 0000000..b9da1e6 --- /dev/null +++ b/content/quotes/elbert-hubbard/index.md @@ -0,0 +1,9 @@ ++++ +title = "Elbert Hubbard" +weight = 101 + +[taxonomies] +tags = ["quotes", "elbert hubbard", "geniuses", "stupidity"] ++++ + +> "Genius may have its limitations, but stupidity is not thus handicapped." diff --git a/content/quotes/emma-goldman/index.md b/content/quotes/emma-goldman/index.md new file mode 100644 index 0000000..681b901 --- /dev/null +++ b/content/quotes/emma-goldman/index.md @@ -0,0 +1,12 @@ ++++ +title = "Emma Goldman" +weight = 101 + +[taxonomies] +tags = ["quotes", "emma goldman", "patriotism"] ++++ + +> "Thinking men and women the world over are beginning to realize that +> patriotism is too narrow and limited a conception to meet the necessities of +> our time." + diff --git a/content/quotes/frances-rodman/index.md b/content/quotes/frances-rodman/index.md new file mode 100644 index 0000000..3d2213f --- /dev/null +++ b/content/quotes/frances-rodman/index.md @@ -0,0 +1,11 @@ ++++ +title = "Frances Rodman" +weight = 102 + +[taxonomies] +tags = ["quotes", "frances rodman", "marriage"] ++++ + +> "If men acted after marriage as they do during courtship, there would +> be fewer divorces -- and more bankruptcies." + diff --git a/content/quotes/goethe/index.md b/content/quotes/goethe/index.md new file mode 100644 index 0000000..0f16185 --- /dev/null +++ b/content/quotes/goethe/index.md @@ -0,0 +1,10 @@ ++++ +title = "Goethe" +weight = 103 + +[taxonomies] +tags = ["quotes", "goethe", "natural"] ++++ + +> "The unnatural, that too is natural." + diff --git a/content/quotes/heraclitus/index.md b/content/quotes/heraclitus/index.md new file mode 100644 index 0000000..dd99597 --- /dev/null +++ b/content/quotes/heraclitus/index.md @@ -0,0 +1,9 @@ ++++ +title = "Heraclitus" +weight = 104 + +[taxonomies] +tags = ["quotes", "heraclitus", "changes"] ++++ + +> "Nothing endures but change." diff --git a/content/quotes/hunter-s-thompson/index.md b/content/quotes/hunter-s-thompson/index.md new file mode 100644 index 0000000..f4f62fc --- /dev/null +++ b/content/quotes/hunter-s-thompson/index.md @@ -0,0 +1,13 @@ ++++ +title = "Hunter S. Thompson" +weight = 104 + +[taxonomies] +tags = ["quotes", "hunter s thompson", "sex", "drugs", "craziness", +"weirdness"] ++++ + +> "I wouldn't recommend sex, drugs or insanity for everyone, but they've +> always worked for me." + +> "Today's weirdness is tomorrow's reason why." diff --git a/content/quotes/isaac-asimov/index.md b/content/quotes/isaac-asimov/index.md index 2e91303..26586da 100644 --- a/content/quotes/isaac-asimov/index.md +++ b/content/quotes/isaac-asimov/index.md @@ -15,3 +15,7 @@ tags = ["quotes", "isaac asimov", "science", "wisdom", "discoveries"] > "To surrender to ignorance and call it God has always > been premature, and it remains premature today." +> "There's no way I can single-handedly save the world or, perhaps, even make +> a perceptible difference -- but how ashamed I would be to let a day pass +> without making one more effort." + diff --git a/content/quotes/jean-cocteau/index.md b/content/quotes/jean-cocteau/index.md new file mode 100644 index 0000000..f311fa7 --- /dev/null +++ b/content/quotes/jean-cocteau/index.md @@ -0,0 +1,9 @@ ++++ +title = "Jean Cocteau" +weight = 106 + +[taxonomies] +tags = ["quotes", "jean cocteau", "image"] ++++ + +> "Mirrors should reflect a little before throwing back images." diff --git a/content/quotes/john-heywood/index.md b/content/quotes/john-heywood/index.md new file mode 100644 index 0000000..5e4368c --- /dev/null +++ b/content/quotes/john-heywood/index.md @@ -0,0 +1,9 @@ ++++ +title = "John Heywood" +weight = 106 + +[taxonomies] +tags = ["quotes", "john heywood", "building"] ++++ + +> "Rome was not built in one day." diff --git a/content/quotes/kenneth-e-reed/index.md b/content/quotes/kenneth-e-reed/index.md new file mode 100644 index 0000000..cb2d5c3 --- /dev/null +++ b/content/quotes/kenneth-e-reed/index.md @@ -0,0 +1,9 @@ ++++ +title = "Kenneth E. Reed" +weight = 107 + +[taxonomies] +tags = ["quotes", "kennet e reed", "leading"] ++++ + +> "Getting kicked in the rear is a sure sign you're in the front." diff --git a/content/quotes/mark-twain/index.md b/content/quotes/mark-twain/index.md index 5aaacca..6b4f3a8 100644 --- a/content/quotes/mark-twain/index.md +++ b/content/quotes/mark-twain/index.md @@ -3,7 +3,7 @@ title = "Mark Twain" weight = 109 [taxonomies] -tags = ["quotes", "mark twain"] +tags = ["quotes", "mark twain", "annoyance", "examples", "fame", "writing"] +++ > "Few things are harder to put up with than the annoyance of a good example." @@ -12,3 +12,6 @@ tags = ["quotes", "mark twain"] > "Fame is a vapor; popularity an accident; the only earthly certainty is > oblivion." +> "Substitute 'damn' every time you're inclined to write 'very'; your +> editor will delete it and the writing will be just as it should be." + diff --git a/content/quotes/martin-luther-king-jr/index.md b/content/quotes/martin-luther-king-jr/index.md new file mode 100644 index 0000000..1610e0e --- /dev/null +++ b/content/quotes/martin-luther-king-jr/index.md @@ -0,0 +1,10 @@ ++++ +title = "Martin Luther King Jr" +weight = 109 + +[taxonomies] +tags = ["quotes", "martin luther king jr", "freedom", "oppression"] ++++ + +> "Freedom is never voluntarily given by the oppressor; it must be demanded by +> the oppressed". diff --git a/content/quotes/michele-gelfand/index.md b/content/quotes/michele-gelfand/index.md new file mode 100644 index 0000000..f909a2b --- /dev/null +++ b/content/quotes/michele-gelfand/index.md @@ -0,0 +1,9 @@ ++++ +title = "Michele Gelfand" +weight = 109 + +[taxonomies] +tags = ["quotes", "michele gelfand", "authoritarianism"] ++++ + +> "Authoritarian leaders thrive on fear. We need to help people feel safe." diff --git a/content/quotes/neil-degrasse-tyson/index.md b/content/quotes/neil-degrasse-tyson/index.md index c0a2103..2fc4d63 100644 --- a/content/quotes/neil-degrasse-tyson/index.md +++ b/content/quotes/neil-degrasse-tyson/index.md @@ -12,3 +12,6 @@ tags = ["quotes", "neil degrasse tyson", "life"] > "There are more stars in the universe than all the sounds and words ever > uttered by all humans who have ever lived." +> "The urge to want some bit of information to be true often clouds our +> ability to assess why that information may be false." + diff --git a/content/quotes/noam-chomsky/index.md b/content/quotes/noam-chomsky/index.md new file mode 100644 index 0000000..24d72fe --- /dev/null +++ b/content/quotes/noam-chomsky/index.md @@ -0,0 +1,10 @@ ++++ +title = "Noam Chomsky" +weight = 110 + +[taxonomies] +tags = ["quotes", "noam chomsky", "totalitarianism"] ++++ + +> "The sign of a truly totalitarian culture is that important truths simply +> lack cognitive meaning." diff --git a/content/quotes/oscar-wilde/index.md b/content/quotes/oscar-wilde/index.md index 68a5973..2370e03 100644 --- a/content/quotes/oscar-wilde/index.md +++ b/content/quotes/oscar-wilde/index.md @@ -3,7 +3,10 @@ title = "Oscar Wilde" weight = 111 [taxonomies] -tags = ["quotes", "oscar wilde", "virtues", "vices"] +tags = ["quotes", "oscar wilde", "virtues", "vices", "truth", "questions", +"answers"] +++ > "He hadn't a single redeeming vice." + +> "Questions are never indiscreet, answers sometimes are." diff --git a/content/quotes/pablo-picasso/index.md b/content/quotes/pablo-picasso/index.md new file mode 100644 index 0000000..7adafb2 --- /dev/null +++ b/content/quotes/pablo-picasso/index.md @@ -0,0 +1,9 @@ ++++ +title = "Pablo Picasso" +weight = 112 + +[taxonomies] +tags = ["quotes", "pablo picasso", "computers"] ++++ + +> "Computers are useless. They can only give you answers." diff --git a/content/quotes/phathotep/index.md b/content/quotes/phathotep/index.md index c066db5..8139aae 100644 --- a/content/quotes/phathotep/index.md +++ b/content/quotes/phathotep/index.md @@ -3,7 +3,7 @@ title = "Phathotep" weight = 112 [taxonomies] -tags = ["quotes", "phathotep"] +tags = ["quotes", "phathotep", "life"] +++ > "Be cheerful while you are alive." diff --git a/content/quotes/philip-k-dick/index.md b/content/quotes/philip-k-dick/index.md new file mode 100644 index 0000000..9dde597 --- /dev/null +++ b/content/quotes/philip-k-dick/index.md @@ -0,0 +1,10 @@ ++++ +title = "Philip K. Dick" +weight = 112 + +[taxonomies] +tags = ["quotes", "reality", "philip k dick"] ++++ + +> "Reality is that which, when you stop believing in it, doesn't go away". + diff --git a/content/quotes/plutarch/index.md b/content/quotes/plutarch/index.md new file mode 100644 index 0000000..37e4d4a --- /dev/null +++ b/content/quotes/plutarch/index.md @@ -0,0 +1,10 @@ ++++ +title = "Plutarch" +weight = 112 + +[taxonomies] +tags = ["quotes", "plutarch", "mind"] ++++ + +> "The mind is not a vessel to be filled, but a fire to be kindled." + diff --git a/content/quotes/random/index.md b/content/quotes/random/index.md index b200564..958f291 100644 --- a/content/quotes/random/index.md +++ b/content/quotes/random/index.md @@ -4,7 +4,8 @@ weight = 300 [taxonomies] tags = ["quotes", "graffiti", "education", "misery", "distributed systems", -"the day the earth stood still", "atheism", "religion", "following", "regrets"] +"the day the earth stood still", "atheism", "religion", "following", +"regrets", "money", "perfection", "practice", "nerds"] +++ > If you took all the students that felt asleep in class and laid them end to @@ -33,3 +34,21 @@ tags = ["quotes", "graffiti", "education", "misery", "distributed systems", > "Working here is like a pregnancy. After nine months you wish you hadn't > come." + +> "If God lived on Earth, people would knock out all His windows." +-- Yiddish saying + +> "When you go out to buy, don't show your silver." + +> "If practice makes perfect, and nobody's perfect, why practice?" + +> "Freeing the nerds was what got us here" + +> "Workers of the world, relax!" + +> "Materialism: buying things we don't need with money we don't have to +> impress people that don't matter." + +> The sign of a truly totalitarian culture is that important truths simply +> lack cognitive meaning. + diff --git a/content/quotes/salvador-dali/index.md b/content/quotes/salvador-dali/index.md new file mode 100644 index 0000000..9a8768e --- /dev/null +++ b/content/quotes/salvador-dali/index.md @@ -0,0 +1,9 @@ ++++ +title = "Salvador Dali" +weight = 115 + +[taxonomies] +tags = ["quotes", "salvador dali", "drugs"] ++++ + +> "I do not take drugs -- I am drugs." diff --git a/content/quotes/stanislaw-lem/index.md b/content/quotes/stanislaw-lem/index.md index aa92d63..11f0263 100644 --- a/content/quotes/stanislaw-lem/index.md +++ b/content/quotes/stanislaw-lem/index.md @@ -1,6 +1,6 @@ +++ title = "Stanislaw Lem" -weight = 200 +weight = 115 [taxonomies] tags = ["quotes", "stanislaw lem", "success"] diff --git a/content/quotes/star-trek/index.md b/content/quotes/star-trek/index.md index c1c62e3..76fdb91 100644 --- a/content/quotes/star-trek/index.md +++ b/content/quotes/star-trek/index.md @@ -20,6 +20,9 @@ tags = ["star trek", "quotes", "eve mchuron", "spock", "rojan", "sarek"] > your human intuition." -- Spock, "Assignment: Earth", stardate unknown +> "Violence in reality is quite different from theory." +-- Spock, "The Cloud Minders", stardate 5818.4 + > "We do not colonize. We conquer. We rule. There is no other way for us." -- Rojan, "By Any Other Name", stardate 4657.5 diff --git a/content/quotes/steve-wozniak/index.md b/content/quotes/steve-wozniak/index.md new file mode 100644 index 0000000..f80d524 --- /dev/null +++ b/content/quotes/steve-wozniak/index.md @@ -0,0 +1,9 @@ ++++ +title = "Steve Wozniak" +weight = 115 + +[taxonomies] +tags = ["quotes", "steve wozniak", "engineers"] ++++ + +> "I just want to be a good engineer." diff --git a/content/quotes/steven-wright/index.md b/content/quotes/steven-wright/index.md index 60825d3..092c442 100644 --- a/content/quotes/steven-wright/index.md +++ b/content/quotes/steven-wright/index.md @@ -1,6 +1,6 @@ +++ title = "Steven Wright" -weight = 200 +weight = 115 [taxonomies] tags = ["quotes", "steven wright", "puns"] diff --git a/content/quotes/stirling-moss/index.md b/content/quotes/stirling-moss/index.md index 2ec0e47..af5c62d 100644 --- a/content/quotes/stirling-moss/index.md +++ b/content/quotes/stirling-moss/index.md @@ -1,6 +1,6 @@ +++ title = "Stirling Moss" -weight = 200 +weight = 115 [taxonomies] tags = ["quotes", "stirling moss", "limits"] diff --git a/content/quotes/william-blake/index.md b/content/quotes/william-blake/index.md new file mode 100644 index 0000000..153aba0 --- /dev/null +++ b/content/quotes/william-blake/index.md @@ -0,0 +1,9 @@ ++++ +title = "William Blake" +weight = 119 + +[taxonomies] +tags = ["quotes", "william blake", "achievement"] ++++ + +> "No bird soars too high if he soars with his own wings." From ffb547eb91004923c144ca6d456e05a2aa72c672 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 21 Jun 2020 08:37:25 -0300 Subject: [PATCH 40/53] Stanislaw Lec quote --- content/quotes/stanislaw-lec/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/stanislaw-lec/index.md diff --git a/content/quotes/stanislaw-lec/index.md b/content/quotes/stanislaw-lec/index.md new file mode 100644 index 0000000..b3053fa --- /dev/null +++ b/content/quotes/stanislaw-lec/index.md @@ -0,0 +1,9 @@ ++++ +title = "Stanislaw Lec" +weight = 115 + +[taxonomies] +tags = ["quotes", "stanislaw lec", "immortality", "death"] ++++ + +> "The first condition of immortality is death." From c4f64364349217b716e7f34008175ad32d3e269f Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 21 Jun 2020 08:44:47 -0300 Subject: [PATCH 41/53] Aesop quote --- content/quotes/aesop/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/aesop/index.md diff --git a/content/quotes/aesop/index.md b/content/quotes/aesop/index.md new file mode 100644 index 0000000..a1ec4df --- /dev/null +++ b/content/quotes/aesop/index.md @@ -0,0 +1,9 @@ ++++ +title = "Aesop" +weight = 97 + +[taxonomies] +tags = ["quotes", "aesop", "tyranny", "excuses"] ++++ + +> "Any excuse will serve a tyrant." From 69cf36fe43e95d30d963332d1d9cdfe3ee019ecd Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 21 Jun 2020 09:51:25 -0300 Subject: [PATCH 42/53] Thomas Jefferson quote --- content/quotes/thomas-jefferson/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/thomas-jefferson/index.md diff --git a/content/quotes/thomas-jefferson/index.md b/content/quotes/thomas-jefferson/index.md new file mode 100644 index 0000000..602d38d --- /dev/null +++ b/content/quotes/thomas-jefferson/index.md @@ -0,0 +1,10 @@ ++++ +title = "Thomas Jefferson" +weight = 116 + +[taxonomies] +tags = ["quotes", "thomas jefferson", "things"] ++++ + +> "Never buy what you do not want because it is cheap; it will be dear to +> you." From f4908cf48417ab32f3e36305f5c15705bed4576f Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 21 Jun 2020 09:51:42 -0300 Subject: [PATCH 43/53] Fixed weight --- content/quotes/telsa-gwynne/index.md | 2 +- content/quotes/theodore-sturgeon/index.md | 2 +- content/quotes/tom-robbins/index.md | 2 +- content/quotes/tommy-manville/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/quotes/telsa-gwynne/index.md b/content/quotes/telsa-gwynne/index.md index 6929162..0f26b01 100644 --- a/content/quotes/telsa-gwynne/index.md +++ b/content/quotes/telsa-gwynne/index.md @@ -1,6 +1,6 @@ +++ title = "Telsa Gwynne" -weight = 201 +weight = 116 [taxonomies] tags = ["quotes", "telsa gwynne", "permissions", "sex", "root"] diff --git a/content/quotes/theodore-sturgeon/index.md b/content/quotes/theodore-sturgeon/index.md index c7e4560..efbb743 100644 --- a/content/quotes/theodore-sturgeon/index.md +++ b/content/quotes/theodore-sturgeon/index.md @@ -1,6 +1,6 @@ +++ title = "Theodore Sturgeon" -weight = 201 +weight = 116 [taxonomies] tags = ["quotes", "theodore sturgeon", "quality"] diff --git a/content/quotes/tom-robbins/index.md b/content/quotes/tom-robbins/index.md index edb83e7..4d801b2 100644 --- a/content/quotes/tom-robbins/index.md +++ b/content/quotes/tom-robbins/index.md @@ -1,6 +1,6 @@ +++ title = "Tom Robbins" -weight = 201 +weight = 116 [taxonomies] tags = ["quotes", "tom robbins", "education", "brain"] diff --git a/content/quotes/tommy-manville/index.md b/content/quotes/tommy-manville/index.md index 895782d..1359633 100644 --- a/content/quotes/tommy-manville/index.md +++ b/content/quotes/tommy-manville/index.md @@ -1,6 +1,6 @@ +++ quotes = "Tommy Manville" -weight = 201 +weight = 116 [taxonomies] tags = ["quotes", "tommy manville", "marriage", "divorce"] From 71f4fd038ec0eff3cfddeb22647e6a17bf7d4ea2 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 21 Jun 2020 09:53:03 -0300 Subject: [PATCH 44/53] Publius Terentius Afer quote --- content/quotes/publius-terentius-afer/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/publius-terentius-afer/index.md diff --git a/content/quotes/publius-terentius-afer/index.md b/content/quotes/publius-terentius-afer/index.md new file mode 100644 index 0000000..a4945e0 --- /dev/null +++ b/content/quotes/publius-terentius-afer/index.md @@ -0,0 +1,9 @@ ++++ +title = "Publius Terenius Afer (Terence)" +weight = 112 + +[taxonomies] +tags = ["quotes", "publis terenius afer", "hope"] ++++ + +> "While there's life, there's hope." From 7b458a0c00810ad6045b0d80c323a34b9223e496 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 21 Jun 2020 09:54:45 -0300 Subject: [PATCH 45/53] William Shakespeare quote --- content/quotes/william-shakespeare/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/william-shakespeare/index.md diff --git a/content/quotes/william-shakespeare/index.md b/content/quotes/william-shakespeare/index.md new file mode 100644 index 0000000..32a1669 --- /dev/null +++ b/content/quotes/william-shakespeare/index.md @@ -0,0 +1,10 @@ ++++ +title = "William Shakespeare" +weight = 119 + +[taxonomies] +tags = ["quotes", "william shakespeare", "temptation"] ++++ + +> "Tempt not a desperate man." +-- Romeo and Juliet From a891018043073ef52ed8e196c6ed506b9c9b56bf Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 21 Jun 2020 10:04:28 -0300 Subject: [PATCH 46/53] Lady M W Montagu quote --- content/quotes/lady-m-w-montagu/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/lady-m-w-montagu/index.md diff --git a/content/quotes/lady-m-w-montagu/index.md b/content/quotes/lady-m-w-montagu/index.md new file mode 100644 index 0000000..b8e358f --- /dev/null +++ b/content/quotes/lady-m-w-montagu/index.md @@ -0,0 +1,9 @@ ++++ +title = "Lady M. W. Montagu" +weight = 108 + +[taxonomies] +tags = ["quotes", "lady m w montagu", "generalizations"] ++++ + +> "General notions are generally wrong." From 3c403b166d2bb1518cb8778b18f4b930937609ac Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 21 Jun 2020 10:12:40 -0300 Subject: [PATCH 47/53] Mae West quote --- content/quotes/mae-west/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/mae-west/index.md diff --git a/content/quotes/mae-west/index.md b/content/quotes/mae-west/index.md new file mode 100644 index 0000000..4e8bf5f --- /dev/null +++ b/content/quotes/mae-west/index.md @@ -0,0 +1,9 @@ ++++ +title = "Mae West" +weight = 109 + +[taxonomies] +tags = ["quotes", "mae west", "journal", "diary"] ++++ + +> "Keep a diary and one day it'll keep you." From 9e1232d2d1a4f63e36c7fc81c3cb4119b3bf9ded Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 21 Jun 2020 14:28:49 -0300 Subject: [PATCH 48/53] Georg Lichtenberg quote --- content/quotes/georg-lichtenberg/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/georg-lichtenberg/index.md diff --git a/content/quotes/georg-lichtenberg/index.md b/content/quotes/georg-lichtenberg/index.md new file mode 100644 index 0000000..82360cb --- /dev/null +++ b/content/quotes/georg-lichtenberg/index.md @@ -0,0 +1,11 @@ ++++ +title = "Georg Lichtenberg" +weight = 103 + +[taxonomies] +tags = ["quotes", "georg lichtenberg", "love", "narcissism"] ++++ + +> "He who is in love with himself has at least this advantage -- he won't +> encounter many rivals." + From 1f7185654581f0bf678b347f3587741ebe1e1a00 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 21 Jun 2020 14:29:47 -0300 Subject: [PATCH 49/53] Crazy Nigel quote --- content/quotes/crazy-nigel/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/crazy-nigel/index.md diff --git a/content/quotes/crazy-nigel/index.md b/content/quotes/crazy-nigel/index.md new file mode 100644 index 0000000..b172b25 --- /dev/null +++ b/content/quotes/crazy-nigel/index.md @@ -0,0 +1,11 @@ ++++ +title = "Crazy Nigel" +weight = 99 + +[taxonomies] +tags = ["quotes", "crazy nigel", "power tools", "alcohol"] ++++ + +> "Of course power tools and alcohol don't mix. Everyone knows power tools aren't +> soluble in alcohol..." + From 33f48713ebffd641daccb0da8c839b809cd1a6de Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 21 Jun 2020 14:32:02 -0300 Subject: [PATCH 50/53] Dr Who quote --- content/quotes/dr-who/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/dr-who/index.md diff --git a/content/quotes/dr-who/index.md b/content/quotes/dr-who/index.md new file mode 100644 index 0000000..d8f5424 --- /dev/null +++ b/content/quotes/dr-who/index.md @@ -0,0 +1,11 @@ ++++ +title = "Dr. Who" +weight = 100 + +[taxonomies] +tags = ["quotes", "dr who", "guns"] ++++ + +> "Have you noticed the way people's intelligence capabilities decline +> sharply the minute they start waving guns around?" + From a97b59a7d63226f0aa7770350a58fada51788a8a Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 21 Jun 2020 14:33:17 -0300 Subject: [PATCH 51/53] Random quote --- content/quotes/random/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/quotes/random/index.md b/content/quotes/random/index.md index 958f291..0d381ea 100644 --- a/content/quotes/random/index.md +++ b/content/quotes/random/index.md @@ -5,7 +5,8 @@ weight = 300 [taxonomies] tags = ["quotes", "graffiti", "education", "misery", "distributed systems", "the day the earth stood still", "atheism", "religion", "following", -"regrets", "money", "perfection", "practice", "nerds"] +"regrets", "money", "perfection", "practice", "nerds", "totalitarianism", +"materialism", "god", "time"] +++ > If you took all the students that felt asleep in class and laid them end to @@ -52,3 +53,4 @@ tags = ["quotes", "graffiti", "education", "misery", "distributed systems", > The sign of a truly totalitarian culture is that important truths simply > lack cognitive meaning. +> "Time is an illusion perpetrated by the manufacturers of space." From d60c8fd04880ab09c4c0ec6e7ff1e6fdcef99a7f Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 21 Jun 2020 14:33:53 -0300 Subject: [PATCH 52/53] Star Trek quote --- content/quotes/star-trek/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/quotes/star-trek/index.md b/content/quotes/star-trek/index.md index 76fdb91..63c9806 100644 --- a/content/quotes/star-trek/index.md +++ b/content/quotes/star-trek/index.md @@ -43,3 +43,5 @@ tags = ["star trek", "quotes", "eve mchuron", "spock", "rojan", "sarek"] > "If some day we are defeated, well, war has its fortunes, good and bad." -- Commander Kor, "Errand of Mercy", stardate 3201.7 +> "Suffocating together ... would create heroic camaraderie." +-- Khan Noonian Singh, "Space Seed", stardate 3142.8 From 94a9e1cfa1758ab1b06a19b01fa8fe9c24a2e141 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 21 Jun 2020 15:14:16 -0300 Subject: [PATCH 53/53] Links for 2020-06-21 --- content/links/20200621.md | 86 +++++++++++++++++++++++++++++++++ content/links/20200621.pt.md | 92 ++++++++++++++++++++++++++++++++++++ 2 files changed, 178 insertions(+) create mode 100644 content/links/20200621.md create mode 100644 content/links/20200621.pt.md diff --git a/content/links/20200621.md b/content/links/20200621.md new file mode 100644 index 0000000..c4abd56 --- /dev/null +++ b/content/links/20200621.md @@ -0,0 +1,86 @@ ++++ +title = "Commented Links for 2020-06-21" +date = 2020-06-21 + +[taxonomies] +tags = ["links", "google", "privacy", "incognito mode", "chrome", "exploit", +"http", "c++", "tables", "emacs", "licenses", "builder pattern", "rust", +"medium"] ++++ + +Google Lawsuit for Ignoring Incognito Mode, Chrome Exploit in the Wild, +Benchmarking HTTP/1.1 and HTTP/2.0, Creating Tables in C++, Understanding +Emacs, Open Source Licenses, Builder Pattern in Rust, Why Leave Medium. + + + +## [Google faces $5 billion lawsuit for tracking people in incognito mode](https://www.cnet.com/news/google-faces-5-billion-lawsuit-for-tracking-people-in-incognito-mode/) + +Company that makes money tracking people keeps tracking people even when they +ask for not doing it, news at eleven. + +I keep repeating this over and over, but let's put this again: If you rely on +anything Google, you can assume your privacy is gone. Your salary? They know. +Your secret emails? Known. The trash you talk about your boss with your +coworkers? All noted. + +Worse: When you _suggest_ people to start using Google products, you're +basically telling them you don't freaking care about that person privacy. What +kind of friend does that to a friend? + +## [Exclusive: Massive spying on users of Google's Chrome shows new security weakness](https://www.reuters.com/article/us-alphabet-google-chrome-exclusive/exclusive-massive-spying-on-users-of-googles-chrome-shows-new-security-weakness-idUSKBN23P0JO) + +Still in news about who doesn't care about you, a security alert for Chrome +being explore by others -- besides Google -- to spy on you. + +The interesting part part here is that the security flaw was found by a +company called "Awake Security". Why is this interesting? 'Cause Google has a +specialized group in finding security flaws that, it seems, can only find +security in _other_ products, never on theirs. + +## [Performance testing HTTP/1.1 vs HTTP/2 vs HTTP/2 + Server Push for REST APIs](https://evertpot.com/h2-parallelism/) + +A curious comparison: The way to do several requests using different versions +of HTTP with different properties. + +Obviously, the new stuff is more performant, but one has to ask if doing that +many requests is actually a real thing -- as in "You know loading the real +site, not the site and 300 trackers and bullshit libraries for stupid +animations". + +## [tabulate: Table Maker for Modern C++](https://github.com/p-ranav/tabulate) + +My desire to work with C++ got a lot lower after I learnt Rust, but I have to +reckon that this library, to create ASCII tables on the console, looks a lot +interesting. + +## [A Life Configuring Emacs](https://github.com/alhassy/emacs.d/blob/master/README.org) + +Do you want to learn Emacs? Like, _really_ learn it? + +Here is a very complete, very long explanation of how to do things in Emacs. + +## [Choosing a license for GoatCounter](https://www.arp242.net/license.html) + +Discussions about open source licenses are always nice and cool, 'cause there +is always something else you can learn about the licenses that exist. + +In this case, a post analysing several licenses about trying to, besides +keeping the source open, also being able to make money on top of it. + +## [The builder pattern, and a macro that keeps FFI code DRY](https://fasterthanli.me/blog/2019/making-our-own-ping-6/) + +I kept this post for a while for one single reason: How freaking _easy_ it is +to create the builder pattern in Rust without any external libraries. There +are crates that allow doing it so with simple `#[derive]` directives but this +just shows how you don't even need that, if you're willing to type a bit more. + +## [Why we left Medium, and how!](https://blog.elementary.io/welcome-to-the-new-blog/) + +You may have noticed that, from some time, none of the links I commented here +are from Medium. And there is a reason for me to not share content posted +there and it is exactly due the aggressive measures they are taking to gather +resources -- not that there is something wrong doing it so, but there are +other ways besides blocking people out of content, or taking our features for +people that publish content -- and remember that Medium itself doesn't publish +_anything_, they need other people to create content for them. diff --git a/content/links/20200621.pt.md b/content/links/20200621.pt.md new file mode 100644 index 0000000..d3978ba --- /dev/null +++ b/content/links/20200621.pt.md @@ -0,0 +1,92 @@ ++++ +title = "Links Comentados de 2020-06-21" +date = 2020-06-21 + +[taxonomies] +tags = ["links", "google", "privacidade", "incognito mode", "chrome", +"exploit", "http", "c++", "tabelas", "emacs", "licenças", "builder pattern", +"rust", "medium"] ++++ + +Google Sendo Processado Por Ignorar Incognito Mode, Exploit do Chrome por aí, +Comparando HTTP/1.1 e HTTP/2.0, Criando Tabelas em C++, Entendendo Emacs, +Licenças Open Source, Builder Pattern em Rust, Porque Não Usar Medium. + + + +## [Google faces $5 billion lawsuit for tracking people in incognito mode](https://www.cnet.com/news/google-faces-5-billion-lawsuit-for-tracking-people-in-incognito-mode/) + +Empresa que faz dinheiro rastreando pessoas continua rastreando pessoas mesmo +quando essas pedem para que isso não seja feito. + +Eu fico repetindo isso, mas me deixem colocar isso de novo: Se você depende de +qualquer coisa do Google, você pode assumir que a sua privacidade se foi. Seu +salário? Eles sabem. Seus emails secretos? Conhecidos. As coisas que você +reclama do seu chefe para seus colegas de trabalho? Tudo anotado. + +Pior: Quando você sugere para alguém usar algum produto Google, você está +basicamente dizendo que você não se importa com a privacidade deles. Que tipo +de amigo faz isso com alguém? + +## [Exclusive: Massive spying on users of Google's Chrome shows new security weakness](https://www.reuters.com/article/us-alphabet-google-chrome-exclusive/exclusive-massive-spying-on-users-of-googles-chrome-shows-new-security-weakness-idUSKBN23P0JO) + +Ainda em notícias de quem não se importa com você, alerta de segurança do +Chrome sendo explorada para que outros -- além do Google -- possam espiar +você. + +A parte interessante aqui é que a falha de segurança foi achada por uma +empresa chamada "Awake Security". Por que interessante? Porque o Google tem um +grupo especializado em encontrar falhas de segurança que, aparamente, só +consegue achar falhas de segurança em _outros_ produtos, nunca nos deles. + +## [Performance testing HTTP/1.1 vs HTTP/2 vs HTTP/2 + Server Push for REST APIs](https://evertpot.com/h2-parallelism/) + +Uma comparação curiosa: A forma de fazer várias requisições utilizando +diferentes versões do HTTP com diferente propriedades. + +Obviamente, as novas versões são mais performáticas, mas temos que perguntar +se fazer todo esse monte de requisições é algo real -- no sentido de "Carregue +o site de verdade, não o site e 300 trackers e bibliotecas pra fazer animações +estúpidas". + +## [tabulate: Table Maker for Modern C++](https://github.com/p-ranav/tabulate) + +Meu prazer de trabalhar com C++ diminuiu um monte depois de conhecer Rust, mas +eu tenho que admitir que essa biblioteca, para geração de tabelas ASCII no +terminal, parece ser um bocado interessante. + +## [A Life Configuring Emacs](https://github.com/alhassy/emacs.d/blob/master/README.org) + +Você quer aprender Emacs? Mas _realmente_ aprender? + +Aqui tem uma explicação bem completa, bem longa de como fazer coisas no Emacs. + +## [Choosing a license for GoatCounter](https://www.arp242.net/license.html) + +Discussões sobre licenças open source são sempre legais porque sempre dá pra +aprender algo a mais sobre as licenças que existem. + +No caso, um post analisando várias licenças sobre o sentido de além de deixar +como código aberto, também ter a possibilidade de ganhar dinheiro com o +produto. + +## [The builder pattern, and a macro that keeps FFI code DRY](https://fasterthanli.me/blog/2019/making-our-own-ping-6/) + +Eu guardei esse post por algum tempo por um único motivo: Como é _fácil_ criar +o builder pattern em Rust sem qualquer biblioteca externa. Existem crates que +permite adicionar todo isso com uma entrada de `#[derive]`, mas isso mostra +que nem isso você precisa, se estiver disposto a digitar um pouco mais. + +## [Why we left Medium, and how!](https://blog.elementary.io/welcome-to-the-new-blog/) + +Vocês devem ter notado que, de um tempo pra cá, nenhum dos links comentados é +do Medium. E existe um motivo para que eu não compartilhe mais conteúdo +postado lá e é justamente pelas medidas agressivas que eles tem tomado para +angariar recursos -- não que tenha algo de errado com isso, mas existem outras +formas além de bloquear usuários fora do conteúdo ou tirar funcionalidades de +quem esta publicado conteúdo -- e lembrem-se que o Medium em si não publica +_nada_, são outros que geram conteúdo para eles. + +