Skip to content

Commit

Permalink
more papers on the reading list
Browse files Browse the repository at this point in the history
  • Loading branch information
ravens2d committed May 13, 2024
1 parent 2bb91b0 commit 8246342
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ <h1>reading list</h1>
<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>
<li>
<a href="https://docs.google.com/document/d/e/2PACX-1vQD8IlBotGdBxp3BnXkSjk8bNZlPV_0EH9ZA6wHd5dNf-BLSiwXUinvgv8ZoBEnNyTCF-chWO30NRw0/pub"
target="_blank">Keeping up with AGI (Google Doc)
Expand All @@ -80,25 +75,35 @@ <h1>reading list</h1>

<p>currently reading:</p>
<ul>
<li><a href="https://github.com/hmemcpy/milewski-ctfp-pdf" target="_blank">Category Theory For Programmers</a>
<li><a href="https://arxiv.org/pdf/1603.01529" target="_blank">Delta State Replicated Data Types</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>
<li><a href="https://arxiv.org/abs/2402.14083" target="_blank">Beyond A*: Better Planning with Transformers via
Search Dynamics
Bootstrapping</a></li>
<li><a href="https://www.databass.dev/" target="_blank">Database Internals: A Deep Dive into How Distributed
Data Systems
Work</a></li>
<li><a href="https://github.com/cabal-club/cable" target="_blank">Cable Protocol</a></li>
</ul>

<p>back burner:</p>
<ul>
<li><a href="https://github.com/hmemcpy/milewski-ctfp-pdf" target="_blank">Category Theory For Programmers</a>
</li>
<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://willowprotocol.org/" target="_blank">The Willow Protocol</a></li>
<li><a href="https://www.databass.dev/" target="_blank">Database Internals: A Deep Dive into How Distributed
Data Systems
Work</a></li>
<li><a href="https://arxiv.org/abs/2402.14083" target="_blank">Beyond A*: Better Planning with Transformers via
Search Dynamics
Bootstrapping</a></li>
<li><a href="https://raft.github.io/raft.pdf">In Search of an Understandable Consensus Algorithm (The RAFT
Paper)</a></li>
<li>
<a href="https://docs.google.com/document/d/1tBw9A4j62ruI5omIJbMxly-la5w4q_TjyJgJL_jN2fI/edit#heading=h.iyrm5j2gcdoq"
target="_blank">Ray v2 Architecture</a>
Expand Down

0 comments on commit 8246342

Please sign in to comment.