-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (53 loc) · 4.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="personal website" />
<title>Kaylee George</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Kaylee George</h1>
<a href="https://github.com/kayleegeorge">github</a> | <a href="https://twitter.com/kayleegeorge">twitter</a> | <a href="https://kleerants.substack.com">substack</a> | <a href="/blog">writings</a>
<div class="spacer"></div>
<h2 class="subtitle">About</h2>
<div class="subsection">
<p class="text">
I was most recently an engineer at <a href="https://github.com/daimo-eth/daimo">Daimo</a>, a crypto payments startup. I studied Computer Science with a specialization in theory at <a href="https://www.youtube.com/watch?v=XF7D7fSU--U">Stanford University</a>.
I interned at Discord (platform security), Uniswap Labs, <a href="https://www.reddit.com/r/gifs/comments/2iy3wn/bill_gates_jumps_over_a_chair/">Microsoft</a> (Microsoft Search, Assistant and Intelligence), Tesla, and DreamBox Learning.
I also spent time researching <a href="https://twitter.com/hollyahuey/status/1552118837960638464">children's development through drawings</a> at the <a href="http://langcog.stanford.edu/index.html">Language and Cognition Lab</a>.
</p>
<p class="text">
I am interested in applied cryptography and delightful products. Some of my favorite classes were number theory for <a href="https://kayleegeorge.github.io/math110_WIM.pdf">cryptography</a>, <a href="https://www.orwellfoundation.com/the-orwell-foundation/orwell/essays-and-other-works/politics-and-the-english-language/">Orwellian</a> english & history, and <a href="https://www.scientificamerican.com/article/the-mind-of-an-octopus/">animal behavior</a>.
I will go great lengths for good <a href="https://www.reading-f.com/magazine-f-kimchi/">food</a> and <a href="https://www.thecoffeemovement.com/">coffee</a>.
My activities of choice are running, <a href="https://www.youtube.com/watch?v=LcfL6i2cgRI&t=89s">dancing</a>, camping, and <a href="https://kleerants.substack.com/p/farmers-markets-and-forks-s2e7">cooking</a>. I occasionally play with <a href="https://kleerants.substack.com">words</a>.
</p>
</div>
<div class="spacer"></div>
<h2 class="subtitle">Projects</h2>
<div class="subsection"></div>
<ul class="bullets">
<li><a href="https://github.com/daimo-eth/ethreceipts">Ethreceipts</a>: simple receipts for Ethereum events, aka user-friendly Etherscan.</li>
<li><a href="https://github.com/Sofianel5/onchain-appattest">Postcard</a>: iPhone attested images app using on-chain client authenticity attestation + ZK image manipulation library in Rust using SP1 (TreeHacks '24 Best ZK Hack + Most Creative On-Chain hack; cont. work at <a href="https://x.com/kayrgeorge/status/1798832124373639500">Signature Singularity Residency</a> w/ Sofiane).</li>
<li>ClaudeRed: LLM blue-team vs. red-team game (Anthropic London Hackathon fall '23 Finalist, solo).</li>
<li><a href="https://github.com/kayleegeorge/aipass">aiPass</a>: "MetaMask for AI", bring your own key wallet & SDK (HackHers fall '23 Winner, solo).</li>
<li><a href="https://github.com/emmaguo13/zk-blind">Nozee</a>: ZK Blind using JWTs + ZK Email (Hack Lodge winter '23, team).</li>
<li><a href="https://github.com/lyronctk/proactive-refresh">Proactive Refresh</a>: Proactive refresh for accountable threshold signatures (TreeHacks '23 grand prize winner, team).</li>
<li><a href="https://learn.0xparc.org/">learn.0xparc.org</a>: contributed to 0xPARC's ZK learning materials.</li>
<li><a href="https://github.com/kayleegeorge/kayleegeorge.github.io/blob/master/math110_WIM.pdf">Groth16 Math</a>: Number Theory for Cryptography final paper (Stanford, winter '22).</li>
<li><a href="https://github.com/kayleegeorge/kayleegeorge.github.io/blob/master/Ling130A_Final_Report_.pdf">Crypto Twitter Linguistics</a>: Semantics & Pragmatics final paper (Stanford, winter '22).</li>
</ul>
</div>
<div class="spacer"></div>
<h2 class="subtitle">As of late...</h2>
<div class="subsection">
<ul class="bullets">
<li>Staged for a day at <a href="https://en.wikipedia.org/wiki/Chez_Panisse"></a>Chez Panisse</a></li>
<li>Experimenting with kimchi & sauerkraut fermentation</li>
<li>Ran my first marathon, Big Sur International in April 2024</li>
<li>Solo hiked along the <a href="https://www.tb-kumano.jp/en/kumano-kodo/"></a>Kumano Kodo</a> in May 2024</li>
</ul>
</div>
</body>
</html>