From 620129e3923ba1c0b018a821a6c3514395a64779 Mon Sep 17 00:00:00 2001 From: Gabriel Seals Date: Tue, 8 Oct 2019 21:13:00 -0500 Subject: [PATCH] added 3 quotes --- quotes.db | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/quotes.db b/quotes.db index b9ae4c1..a6ef162 100644 --- a/quotes.db +++ b/quotes.db @@ -22094,5 +22094,20 @@ { "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": "The beautiful thing about learning is nobody can take it away from you.", + "author": "B.B. King", + "category": "Motivation" + }, + { + "quote": "We get things wrong before we get things right.", + "author": "Alistair Cockburn", + "category": "Motivation" + }, + { + "quote": "Know how to learn. Then, want to learn.", + "author": "Katherine Johnson", + "category": "Motivation" } ] \ No newline at end of file