-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.63 KB
/
index.html
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
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title>Di Wu</title>
</head>
<body>
<blockquote cite="https://www.goodreads.com/quotes/405620-i-think-that-it-s-extraordinarily-important-that-we-in-computer">
“I think that it’s extraordinarily important that we in computer science keep fun in computing. When it started out it
was an awful lot of fun. Of course the paying customers got shafted every now and then and after a while we began to
take their complaints seriously. We began to feel as if we really were responsible for the successful error-free perfect
use of these machines. I don’t think we are. I think we’re responsible for stretching them setting them off in new
directions and keeping fun in the house. I hope the field of computer science never loses its sense of fun. Above all I
hope we don’t become missionaries. Don’t feel as if you’re Bible sales-men. The world has too many of those already.
What you know about computing other people will learn. Don’t feel as if the key to successful computing is only in your
hands. What’s in your hands I think and hope is intelligence: the ability to see the machine as more than when you were
first led up to it that you can make it more.”<br><br>
— Alan J. Perlis (April 1, 1922 – February 7, 1990)
</blockquote>
<style>
blockquote {
max-width: 480px;
margin: auto;
padding: 60px 30px;
font-family: 'Times New Roman', Times, serif;
}
</style>
</body>
</html>