-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
155 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# ravesio.github.io | ||
# raves2d.github.io | ||
my homepage |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,164 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="shortcut icon" href="/favicon.ico"> | ||
<style> | ||
body { | ||
font-family: monospace; | ||
max-width: 85ch; | ||
margin-left: auto; | ||
margin-right: auto; | ||
padding: 1ch; | ||
} | ||
|
||
a { | ||
color: #ff0000; | ||
} | ||
|
||
hr { | ||
border: none; | ||
border-top: 1px dashed #9f9f9f; | ||
margin-top: 2rem; | ||
margin-bottom: 2rem; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
hello. | ||
<p> | ||
hello. I'm Ravens. I'm a "staff" software "engineer" for a BigCo. I do a lot of other random stuff on the side. | ||
</p> | ||
|
||
|
||
<p>You can find me here:</p> | ||
<ul> | ||
<li><a href="https://twitter.com/_R4V3N5_" target="_blank">@_R4V3N5_ on twitter</a></li> | ||
<li><a href="https://github.com/ravens2d" target="_blank">ravens2d on github</a></li> | ||
</ul> | ||
|
||
<hr> | ||
|
||
<p>here are some projects I'm working on:</p> | ||
<ul> | ||
<li><a href="https://github.com/ravens2d/ivy" target="_blank">ivy</a> - a local first, p2p runtime using | ||
mDNS+DNS-SD for local | ||
network peer discovery, CBOR for serialization, ed25519 for peer identity, and a hand rolled diffie-hellman | ||
exchange for handshakes/wire encryption</li> | ||
<li><a href="https://github.com/ravens2d/yumi" target="_blank">yumi</a> - hacked together af LLM wrapper for | ||
discord chatbots with persistent characterization. experimentation ground for stuff like long term memory, | ||
topic | ||
systems, async engagement, etc.</li> | ||
<li>other random projects that don't deserve their own public repos</li> | ||
</ul> | ||
|
||
<hr> | ||
|
||
<p>here's my reading list.</p> | ||
|
||
<p>to read:</p> | ||
<ul> | ||
<li> | ||
<a href="https://arxiv.org/pdf/2212.13567.pdf" target="_blank">Range-Based Set Reconciliation and | ||
Authenticated Set | ||
Representations</a> | ||
</li> | ||
<li> | ||
<a href="https://gsd.di.uminho.pt/members/jop/pdfs/LPR07a.pdf" target="_blank">Epidemic Broadcast Trees</a> | ||
</li> | ||
<li> | ||
<a href="https://hal.inria.fr/hal-02303490/document" target="_blank">Merkle Search Trees: Efficient | ||
State-Based CRDTs in | ||
Open Networks</a> | ||
</li> | ||
</ul> | ||
|
||
<p>currently reading:</p> | ||
<ul> | ||
<li><a href="https://www.databass.dev/" target="_blank">Database Internals: A Deep Dive into How Distributed | ||
Data Systems | ||
Work</a></li> | ||
</ul> | ||
|
||
<p>back burner:</p> | ||
<ul> | ||
<li><a href="https://lilianweng.github.io/posts/2018-02-19-rl-overview" target="_blank">A (Long) Peek into | ||
Reinforcement | ||
Learning</a></li> | ||
</ul> | ||
|
||
<p>read, want to remember:</p> | ||
<ul> | ||
<li><a href="https://mattweidner.com/2022/02/10/collaborative-data-design.html" | ||
target="_blank">https://mattweidner.com/2022/02/10/collaborative-data-design.html</a> | ||
</li> | ||
<li><a href="https://crdt.tech/implementations" target="_blank">https://crdt.tech/implementations</a></li> | ||
<li><a href="https://automerge.org/" target="_blank">https://automerge.org/</a></li> | ||
<li><a href="https://applied-langua.ge/software-and-anarchy.pdf" | ||
target="_blank">https://applied-langua.ge/software-and-anarchy.pdf</a> | ||
</li> | ||
<li><a href="http://docs.peachcloud.org/introduction.html" | ||
target="_blank">http://docs.peachcloud.org/introduction.html</a></li> | ||
<li><a href="https://amaarora.github.io/2020/02/18/annotatedGPT2.html" target="_blank">The Annotated GPT-2</a> | ||
</li> | ||
<li><a href="https://habr.com/en/company/ods/blog/708672/" target="_blank">Building a GPT-like Model from | ||
Scratch with Detailed | ||
Theory and Code Implementation</a></li> | ||
<li><a href="https://arxiv.org/pdf/2210.11416.pdf" target="_blank">Scaling Instruction-Finetuned Language | ||
Models</a></li> | ||
<li><a href="http://nlp.seas.harvard.edu/annotated-transformer/" target="_blank">The Annotated Transformer</a> | ||
</li> | ||
<li><a href="https://blogs.newardassociates.com/blog/2023/you-want-modules-not-microservices.html" | ||
target="_blank">https://blogs.newardassociates.com/blog/2023/you-want-modules-not-microservices.html</a> | ||
</li> | ||
<li><a href="https://deno.land/x/[email protected]/mod.ts" | ||
target="_blank">https://deno.land/x/[email protected]/mod.ts</a></li> | ||
<li><a href="https://martin.kleppmann.com/papers/bft-crdt-papoc22.pdf" | ||
target="_blank">https://martin.kleppmann.com/papers/bft-crdt-papoc22.pdf</a> | ||
</li> | ||
<li><a href="https://gitlab.com/cal-coop/netfarm/netfarm" | ||
target="_blank">https://gitlab.com/cal-coop/netfarm/netfarm</a> / <a | ||
href="https://cal-coop.gitlab.io/netfarm/documentation/Introduction.html" | ||
target="_blank">https://cal-coop.gitlab.io/netfarm/documentation/Introduction.html</a> | ||
</li> | ||
<li><a href="https://p2panda.org/learn" target="_blank">https://p2panda.org/learn</a></li> | ||
<li><a href="https://applied-langua.ge/posts/here-is-a-loud-announcement.html" | ||
target="_blank">https://applied-langua.ge/posts/here-is-a-loud-announcement.html</a> | ||
</li> | ||
<li><a href="https://www.hyperhyperspace.org/whitepaper/" | ||
target="_blank">https://www.hyperhyperspace.org/whitepaper/</a></li> | ||
<li><a href="https://www.inkandswitch.com/local-first/" | ||
target="_blank">https://www.inkandswitch.com/local-first/</a></li> | ||
<li><a href="https://earthstar-project.org/get-started/how-it-works" | ||
target="_blank">https://earthstar-project.org/get-started/how-it-works</a> | ||
</li> | ||
<li><a href="https://ssbc.github.io/scuttlebutt-protocol-guide/" | ||
target="_blank">https://ssbc.github.io/scuttlebutt-protocol-guide/</a> | ||
</li> | ||
<li><a href="https://socialhub.activitypub.rocks/pub/guide-for-new-activitypub-implementers" | ||
target="_blank">https://socialhub.activitypub.rocks/pub/guide-for-new-activitypub-implementers</a> | ||
</li> | ||
<li><a href="https://cabal.chat/" target="_blank">https://cabal.chat/</a></li> | ||
<li><a href="https://www.w3.org/TR/did-core/" target="_blank">https://www.w3.org/TR/did-core/</a></li> | ||
<li><a href="https://github.com/christianlundkvist/rebooting-the-web-of-trust" | ||
target="_blank">https://github.com/christianlundkvist/rebooting-the-web-of-trust</a> | ||
</li> | ||
<li><a href="https://github.com/WebOfTrustInfo" target="_blank">https://github.com/WebOfTrustInfo</a></li> | ||
<li><a href="https://orbitdb.org/" target="_blank">https://orbitdb.org/</a></li> | ||
<li><a href="https://gun.eco/" target="_blank">https://gun.eco/</a></li> | ||
<li><a href="https://pdos.csail.mit.edu/~petar/papers/maymounkov-kademlia-lncs.pdf" | ||
target="_blank">https://pdos.csail.mit.edu/~petar/papers/maymounkov-kademlia-lncs.pdf</a> | ||
</li> | ||
<li><a href="https://hypercore-protocol.org/" target="_blank">https://hypercore-protocol.org/</a></li> | ||
</ul> | ||
|
||
<hr> | ||
<p>thanks for your visit.</p> | ||
|
||
<br> | ||
<br> | ||
</body> | ||
|
||
</html> |