forked from raganwald/braythwayt.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
96 lines (71 loc) · 3.41 KB
/
404.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" href="/assets/css/styles.css">
<link rel="stylesheet" href="/assets/css/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="/assets/js/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="/assets/css/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<LINK REL=StyleSheet HREF="/assets/css/pygments.css" TYPE="text/css" MEDIA=screen>
<title>Reginald Braithwaite</title>
</head>
<body>
<header>
<p class="view"><a href="http://leanpub.com/javascriptallongesix/read"
title="JavaScript Allongé"
>
<img src="/assets/images/javascript-allonge.jpg" alt="JavaScript Allongé" />
</a>
<br/>
<a href="https://leanpub.com/javascriptallongesix/"
title="A strong cup of functions, objects, combinators, and decorators"
>JavaScript Allongé</a>
</p>
<p></p>
<hr/>
<p></p>
<p class="view"><a href="http://leanpub.com/javascript-spessore" title="JavaScript Spessore"><img src="/assets/images/javascript-spessore.png" alt="JavaScript Spessore" /></a>
<br/>
<a
href="http://leanpub.com/javascript-spessore"
title="A thick shot of objects, metaobjects, and protocols"
>JavaScript Spessore</a>
</p>
</header>
<div class="wrapper">
<section>
<div id="title">
<h1>Reginald Braithwaite</h1>
</div>
<blockquote>
<p>At either end of the educational spectrum, there lies a Hacker Class.</p>
</blockquote>
<p>Reg “<a href="http://raganwald.com">raganwald</a>” Braithwaite is proof that somewhere, a village is missing its idiot. Either that, or a combinatory forest is missing its Idiot Bird, nobody is really sure. His interests include constructing surreal numbers, deconstructing hopelessly egocentric nulls, and celebrating the joy of programming.</p>
<p>Author's Note:</p>
<p><i>You may be trying to reach an essay. At one time, I hosted a soapbox-style blog here. I now write exclusively about <a href="http://raganwald.com">technical subjects</a>, and no longer publish or maintain non-technical writing on the web. For historical purposes, the old essays are still available in their <a href="https://github.com/raganwald/braythwayt.com">GitHub repo</a></i>.
</section>
<footer>
</footer>
<script src="javascripts/scale.fix.js"></script>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38371925-5']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>