-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (94 loc) · 3.73 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
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Ryan Noon</title>
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Ryan Noon</h1>
<h2></h2>
<h3><a href="mailto:rmnoon@cs.stanford.edu">rmnoon@cs.stanford.edu</a></h3>
<p class="view"><a href="https://www.linkedin.com/in/ryannoon">LinkedIn</a></p>
<p class="view"><a href="https://twitter.com/internet_meme">Twitter</a></p>
<p class="view"><a href="https://github.com/rmnoon">GitHub</a></p>
</header>
<section>
<p><strong><em>I like to</em></strong></p>
<ul>
<li>secure things</li>
<li>build companies</li>
<li>advise and invest in startups</li>
<li>write a lot of code</li>
<li>run long distances</li>
<li>crush crossword puzzles</li>
<li>read equal parts history and scifi</li>
</ul>
<p><strong><em>I've been</em></strong></p>
<ul>
<li>
founder @ <a href="https://material.security/">Material Security</a>, 2017 to present
</li>
<li>
head of analytics @ <a href="http://www.dropbox.com">Dropbox</a>, 2014-2016
</li>
founder, <a href="http://www.crunchbase.com/organization/parastructure">Parastructure</a>, 2012-2014 (<a
href="https://techcrunch.com/2014/06/16/dropbox-has-quietly-acquired-parastructure-a-big-data-startup-in-stealth">acquired
by Dropbox</a>)
</li>
<li>
lead engineer, <a href="http://ayasdi.com">Ayasdi</a>, 2010-2012
</li>
<li>
<a href="http://cs.stanford.edu">Stanford Computer Science</a> BS '09, MS '11</li>
<li>
<a href="http://cs107.stanford.edu">TA</a>, <a href="http://cs198.stanford.edu">Section Leader</a> @ Stanford
</li>
</ul>
<p><strong><em>I once made</em></strong></p>
<ul>
<li>
<a href="https://blindpad.github.io">a collaborative peer-to-peer code editor for reducing bias in tech
interviews</a>
</li>
<li>
<a href="http://venturebeat.com/2014/06/16/dropbox-parastructure/">a "stealthy data analytics startup" with
"visualization capabilities unlike anything else on the market"</a>
</li>
<li>
<a href="http://www.youtube.com/watch?v=xwvR1p3LNhA&t=17m48s">a opengl graph visualizer capable of
displaying million node graphs</a>
</li>
<li>
<a href="http://ayasdi.com">a low-latency memoized distributed RPC system backed by HBase</a>
</li>
<li>
<a href="files/entity_graphs.pdf">a novel graph construction for mining document corpora</a>
</li>
<li>
<a href="files/tiresias.pdf">a Python library for efficient storage and analysis of time-based graphs</a>
</li>
<li>
<a href="files/wikigraph.pdf">an interactive graph database over the entire Wikipedia edit history</a>
</li>
<li>
<a href="files/cerespreview.png">an application for flexible large-scale time series analysis</a>
</li>
<li>
<a href="files/social_aviary.pdf">a real-time Twitter logger for analyzing real-world events</a>
</li>
</ul>
</section>
</div>
<script src="scale.fix.js"></script>
</body>
</html>