-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (68 loc) · 2.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible">
<title>dho</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico">
<script src="main.js"></script>
</head>
<body>
<div class="flex flex-col gap-1 items-center justify-center w-full">
<h1>
Daniel Ho
</h1>
<div>
<a href="https://twitter.com/donutdho" target="_blank">twitter</a>
<a href="https://github.com/donutdaniel" target="_blank">github</a>
<a href="https://linkedin.com/in/danielho54" target="_blank">linkedin</a>
<a href="mailto:danielho54@gmail.com">email</a>
</div>
<div class="flex flex-col text-left" style="width: 80%">
<p>
Engineering blockchain projects at <a href="https://koop.xyz/" target="_blank">🔆</a>
<br/>
<br/>
CS 💻 and Linguistics 🌎 background. ML/NLP in the past.
</p>
<h4>Work</h4>
<ul>
<li>
<a href="https://koop.xyz/" target="_blank">🔆 Koop</a> -
Building the next generation of on-chain communities
</li>
<li>
<a href="https://flexport.com/" target="_blank">🛳 Flexport</a> -
Product infrastructure. Microservices, DevOps, Dev Tooling.
</li>
<li>
<a href="https://facebook.com/" target="_blank">💬 Facebook</a> -
Messenger infrastructure. Contact and story delivery post processing storage unit.
</li>
<li>
<a href="https://Salesforce.com/" target="_blank">☁️ Salesforce</a> -
Product engineering. File streaming service.
</li>
<li>
<a href="https://jpl.nasa.gov/" target="_blank">🚀 Nasa</a> -
Deep learning with applied CNN noise detection filter.
</li>
<li>
<a href="https://www.usc.edu/" target="_blank">🎓 USC</a> -
Discrete Math and Algorithms
</li>
</ul>
<h4>Publications</h4>
<ul>
<li>
<a href="https://arxiv.org/abs/2005.00782">
📄 RICA: Evaluating Robust Inference Capabilities Based on Commonsense Axioms
</a>
</li>
</ul>
</div>
</div>
</body>
</html>