-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrip-dennis-ritchie.html
More file actions
107 lines (100 loc) · 4.2 KB
/
rip-dennis-ritchie.html
File metadata and controls
107 lines (100 loc) · 4.2 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Dreams of thought</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/theme/styles.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<link rel="stylesheet" href="/theme/slicknav.css">
<script src="/theme/jquery.slicknav.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2/html5shiv.js"></script>
<![endif]-->
<script>
$(function(){
$('#menu').slicknav({'label':''});
});
</script>
<link rel="icon" href="/theme/favicon.ico" sizes="16x16 32x32 48x48 64x64" type="image/vnd.microsoft.icon">
<link rel="apple-touch-icon" sizes="114x114" href="/theme/apple-touch-icon-precomposed.png">
<link rel="apple-touch-icon" sizes="152x152" href="/theme/favicon152.png">
<link rel="apple-touch-icon" sizes="196x196" href="/theme/favicon196.png">
</head>
<body>
<div id="wrapper">
<header>
<nav class="byline"><ul id="menu">
</ul></nav><!-- /#menu -->
<div class="downloads">
<a href="#" class="fa fa-Twitter"></a>
<a href="#" class="fa fa-Github"></a>
</div>
<hgroup>
<h1>RIP, Dennis Ritchie</h1>
<footer class="article-footer">
<address class="vcard author">
By <a class="url fn" href="./author/admin.html">admin</a>
</address>
<abbr class="published" title="2011-10-13T15:33:00+05:30">
on 13.10.2011
</abbr>
</footer><!-- /.post-info -->
</hgroup>
</header>
<section id="content" class="body article">
<div class="entry-content">
<p>This is a bad bad month for technology. First it was <a class="reference external" href="http://gingerjoos.com/blog/news/rip-steve">Steve
Jobs</a>, now it is reported
that Dennis Ritchie (dmr) is no more. <a class="reference external" href="http://en.wikipedia.org/wiki/Rob_Pike">Rob
Pike</a> has posted that <a class="reference external" href="https://plus.google.com/u/0/101960720994009339267/posts/ENuEDDYfvKP?hl=en">Dennis
Ritchie passed
away</a>
in his Google+ stream. In his post he says :</p>
<blockquote>
<p>I just heard that, after a long illness, Dennis Ritchie (dmr) died
at home this weekend. I have no more information.</p>
<p>I trust there are people here who will appreciate the reach of his
contributions and mourn his passing appropriately.</p>
<p>He was a quiet and mostly private man, but he was also my friend,
colleague, and collaborator, and the world has lost a truly great
mind.</p>
</blockquote>
<p>For those who don't know, Dennis Ritchie is one of the inventors of the
C language and UNIX. Much of computing today stand on the foundations
built by this great man. Without C, we wouldn't have high level
languages. Without UNIX, Operating Systems (including Linux, Mac OS and
BSD) wouldn't have reached the state it has today. We owe a lot to him
and it's with sadness that we receive this news.</p>
<p>RIP, dmr.</p>
<p>Update : If you're looking for<a class="reference external" href="http://cm.bell-labs.com/who/dmr/">Dennis Ritchie's
homepage</a>, then it maybe down right
now. See <a class="reference external" href="http://webcache.googleusercontent.com/search?q=cache:http://cm.bell-labs.com/who/dmr/">Google's cached version of the
page</a>.
<a class="reference external" href="http://techcrunch.com/2011/10/13/father-of-c-and-unix-dennis-ritchie-passes-away-at-age-70/">TechCrunch</a>
has also reported the news.</p>
</div><!-- /.entry-content -->
<div class="article-share-tags">
<div class="end-article-tags">
</div>
<div class='article-share'>
share -
</div>
</div>
</section>
<div class="neighbors">
</div>
<footer>
<a href="./pages/about.html" >About</a>
<div class="right-footer">
<a href="./categories.html" >Categories</a>
<a href="./tags.html" >Tags</a>
</div>
</footer>
</body>
</html>