muhammedAdnan3 commited on
Commit
ef41527
·
verified ·
1 Parent(s): c815f4a

Create data.json

Browse files
Files changed (1) hide show
  1. data.json +122 -0
data.json ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "quote": "Technology is best when it brings people together.",
4
+ "author": "Matt Mullenweg",
5
+ "year": 2006,
6
+ "source": "Blog post"
7
+ },
8
+ {
9
+ "quote": "The real problem is not whether machines think but whether men do.",
10
+ "author": "B.F. Skinner",
11
+ "year": 1972,
12
+ "source": "Book"
13
+ },
14
+ {
15
+ "quote": "The advance of technology is based on making it fit in so that you don't really even notice it, so it's part of everyday life.",
16
+ "author": "Bill Gates",
17
+ "year": 1994,
18
+ "source": "Interview"
19
+ },
20
+ {
21
+ "quote": "It has become appallingly obvious that our technology has exceeded our humanity.",
22
+ "author": "Albert Einstein",
23
+ "year": 1970,
24
+ "source": "Attributed"
25
+ },
26
+ {
27
+ "quote": "Any sufficiently advanced technology is indistinguishable from magic.",
28
+ "author": "Arthur C. Clarke",
29
+ "year": 1973,
30
+ "source": "Book"
31
+ },
32
+ {
33
+ "quote": "The great myth of our times is that technology is communication.",
34
+ "author": "Libby Larsen",
35
+ "year": 1998,
36
+ "source": "Article"
37
+ },
38
+ {
39
+ "quote": "Once a new technology rolls over you, if you're not part of the steamroller, you're part of the road.",
40
+ "author": "Stewart Brand",
41
+ "year": 1995,
42
+ "source": "Speech"
43
+ },
44
+ {
45
+ "quote": "Technology is a useful servant but a dangerous master.",
46
+ "author": "Christian Lous Lange",
47
+ "year": 1987,
48
+ "source": "Speech"
49
+ },
50
+ {
51
+ "quote": "The science of today is the technology of tomorrow.",
52
+ "author": "Edward Teller",
53
+ "year": 1980,
54
+ "source": "Article"
55
+ },
56
+ {
57
+ "quote": "We are stuck with technology when what we really want is just stuff that works.",
58
+ "author": "Douglas Adams",
59
+ "year": 1999,
60
+ "source": "Book"
61
+ },
62
+ {
63
+ "quote": "Everybody gets so much information all day long that they lose their common sense.",
64
+ "author": "Gertrude Stein",
65
+ "year": 1980,
66
+ "source": "Article"
67
+ },
68
+ {
69
+ "quote": "It is only when they go wrong that machines remind you how powerful they are.",
70
+ "author": "Clive James",
71
+ "year": 1993,
72
+ "source": "Book"
73
+ },
74
+ {
75
+ "quote": "The art challenges the technology, and the technology inspires the art.",
76
+ "author": "John Lasseter",
77
+ "year": 2002,
78
+ "source": "Interview"
79
+ },
80
+ {
81
+ "quote": "Technology is a way of organizing the universe so that man doesn't have to experience it.",
82
+ "author": "Max Frisch",
83
+ "year": 1980",
84
+ "source": "Speech"
85
+ },
86
+ {
87
+ "quote": "The Internet is becoming the town square for the global village of tomorrow.",
88
+ "author": "Bill Gates",
89
+ "year": 1999,
90
+ "source": "Interview"
91
+ },
92
+ {
93
+ "quote": "Our technology forces us to live mythically.",
94
+ "author": "Marshall McLuhan",
95
+ "year": 1970,
96
+ "source": "Book"
97
+ },
98
+ {
99
+ "quote": "The new information technology—Internet and e-mail—have practically eliminated the physical costs of communications.",
100
+ "author": "Peter Drucker",
101
+ "year": 1995,
102
+ "source": "Article"
103
+ },
104
+ {
105
+ "quote": "For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled.",
106
+ "author": "Richard Feynman",
107
+ "year": 1986,
108
+ "source": "Book"
109
+ },
110
+ {
111
+ "quote": "Technology made large populations possible; large populations now make technology indispensable.",
112
+ "author": "Joseph Wood Krutch",
113
+ "year": 1970,
114
+ "source": "Book"
115
+ },
116
+ {
117
+ "quote": "What new technology does is create new opportunities to do a job that customers want done.",
118
+ "author": "Tim O'Reilly",
119
+ "year": 2005,
120
+ "source": "Interview"
121
+ }
122
+ ]