From 5d4fb85de38bba4b94f8c069036c6b58acbe099a Mon Sep 17 00:00:00 2001 From: jpark799 Date: Thu, 10 Oct 2019 15:35:42 +0900 Subject: [PATCH 1/2] added Anthony Bourdain quotes --- quotes.db | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/quotes.db b/quotes.db index b9ae4c1..05d4eaf 100644 --- a/quotes.db +++ b/quotes.db @@ -22094,5 +22094,17 @@ { "quote": "I think people don't realise that running a piece of code that verifies some conditions for a financial transaction, that by itself is a lot less work than verifying a cryptographic signature, and so even if the virtual machine is inefficient, the cryptographic signature is still going to dominate.", "author": "Vitalik Buterin" + }, + { + "quote": "Without new ideas, success can become stale.", + "author": "Anthony Bourdain" + }, + { + "quote": "Without experimentation, a willingness to ask questions and try new things, we shall surely become static, repetitive, and moribund.", + "author": "Anthony Bourdain" + }, + { + "quote": "Don't lie about it. You made a mistake. Admit it and move on. Just don't do it again. Ever." + "author": "Anthony Bourdain" } ] \ No newline at end of file From d8f4785f299a423eb3bd1af93229e991c82bac45 Mon Sep 17 00:00:00 2001 From: jpark799 Date: Thu, 10 Oct 2019 15:36:47 +0900 Subject: [PATCH 2/2] added missing comma --- quotes.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quotes.db b/quotes.db index 05d4eaf..7677c23 100644 --- a/quotes.db +++ b/quotes.db @@ -22104,7 +22104,7 @@ "author": "Anthony Bourdain" }, { - "quote": "Don't lie about it. You made a mistake. Admit it and move on. Just don't do it again. Ever." + "quote": "Don't lie about it. You made a mistake. Admit it and move on. Just don't do it again. Ever.", "author": "Anthony Bourdain" } ] \ No newline at end of file