summaryrefslogtreecommitdiffstats
path: root/data/quotes.yaml
blob: c6bebf9e15f301c30e52b9013293004a1620a5a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
quotes:
  - text: "The quieter you become, the more you can hear."
    author: "Ram Dass"
  - text: "In theory, theory and practice are the same. In practice, they are not."
    author: "Albert Einstein"
  - text: "The best time to plant a tree was 20 years ago. The second best time is now."
    author: "Chinese Proverb"
  - text: "Debugging is like being the detective in a crime drama."
    author: "Filipe Fortes"
  - text: "Good design is invisible."
    author: "Paul Rand"
  - text: "The only way to do great work is to love what you do."
    author: "Steve Jobs"
  - text: "Simplicity is the ultimate sophistication."
    author: "Leonardo da Vinci"
  - text: "Security is not a feature, it's a prerequisite."
    author: "Bruce Schneier"
  - text: "Privacy is not something that I'm merely entitled to, it's an absolute prerequisite."
    author: "Marlon Brando"
  - text: "The web as I envisaged it, we have not seen it yet."
    author: "Tim Berners-Lee"
  - text: "First, solve the problem. Then, write the code."
    author: "John Johnson"
  - text: "Code is read much more often than it is written."
    author: "Guido van Rossum"
  - text: "Any fool can write code that a computer can understand. Good programmers write code that humans can understand."
    author: "Martin Fowler"