-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
89 lines (89 loc) · 2.93 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
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="./index.css" />
<title>William Blankenship</title>
</head>
<body>
<h1>William Blankenship</h1>
<a href="./husd">Open Letter to HUSD</a>
<p>Some things about me:</p>
<ul>
<li>Currently working on peer-to-peer networks at WebAI</li>
<li>Customers: Storj, MRI, Doma, TireKickers</li>
<li>Previous Employers: Boeing, NodeSource, Netflix</li>
<li>Investor: AutoCode, Zingtree, Sonar, Encore</li>
<li>Degree in Computer Science from SIUC</li>
<li>Living in Arizona</li>
</ul>
<p>Projects:</p>
<ul>
<li><a href="./essays">Essays</a></li>
<li><a href="./trimtab">TrimTab</a>: The Peer-to-Peer Podcast</li>
<li>
<a href="./ppr">Positively Power Ranch</a>: A Podcast for the Power
Ranch Neighborhood
</li>
<li>
<a href="https://audile.blankenship.io">Audile</a>: Discover interesting
music
</li>
<li>
<a href="https://wikiscroll.blankenship.io">Wikiscroll</a>: Infinitely
scroll wikipedia
</li>
<li>
<a href="https://dockerico.blankenship.io">Dockerico</a>: Badges for
docker images
</li>
</ul>
<p>Talks:</p>
<ul>
<li>
<a href="https://www.youtube.com/watch?v=WeZgCy3ub6M"
>Alice in Wonderland</a
>: Peer-to-Peer Social Networks
</li>
<li>
<a href="https://www.youtube.com/watch?v=QXcv9bLw0Ak">webAI</a>:
Peer-to-Peer Artifical Intelligence
</li>
<li>
<a href="https://www.youtube.com/watch?v=zTbRa9XzkvE"
>Building Peer to Peer Applications in Node</a
>: Early thoughts on P2P networks
</li>
</ul>
<p>Book Shelf:</p>
<ul>
<li>The Demon-Haunted World - Carl Sagan</li>
<li>From Atomos to Atom - Andrew G. Van Melsen</li>
<li>The Quantum Story - Jim Baggott</li>
<li>The Open Society and its Enemies - Karl Popper</li>
<li>Atlas Shrugged - Ayn Rand</li>
<li>Site Reliability Engineering - Google</li>
<li>How Linux Works - Brian Ward</li>
<li>Programming Interviews Exposed - John Mongan et. al.</li>
<li>Terraform Up and Running - Yevgeniy Brikman</li>
<li>The Rust Book - Steve Klabnik et. al.</li>
<li>How to Win Friends and Influence People - Dale Carnegie</li>
<li>Ultralearning - Scott H Young</li>
<li>1001 Albums You Must Hear Before You Die - Robert Dimery</li>
</ul>
<p>Favorite Devices:</p>
<ul>
<li>CF-31 ToughBook</li>
<li>reMarkable</li>
<li>Audio Technica ATH-M50x</li>
<li>Anbernic RG35XX</li>
</ul>
<p>
[
<a href="https://github.com/retrohacker">GitHub</a>,
<a href="https://www.linkedin.com/in/wjblankenship/">LinkedIn</a>,
<a href="https://twitter.com/wjblankenship">Twitter</a>
]
</p>
</body>
</html>