diff --git a/quotes.db b/quotes.db index b9ae4c1..41307b8 100644 --- a/quotes.db +++ b/quotes.db @@ -4,7 +4,11 @@ "author": "Stephen King", "category": "Motivation" }, - + { + "quote": "Of course it\'s hard. It\'s supposed to be hard. If it wasn\'t hard, everyone would do it. The hard is what makes it great.", + "author: "Jimmy Dugan", + "category": "Motivation" + }, { "quote": "I have absolutely no pleasure in the stimulants in which I sometimes so madly indulge. It has not been in the pursuit of pleasure that I have periled life and reputation and reason. It has been the desperate attempt to escape from torturing memories, from a sense of insupportable loneliness and a dread of some strange impending doom.", "author": "Edgar Allen Poe", @@ -22095,4 +22099,4 @@ "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" } -] \ No newline at end of file +]