-
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
1 changed file
with
11 additions
and
10 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 |
---|---|---|
|
@@ -32,8 +32,7 @@ | |
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> | ||
<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> | ||
|
@@ -91,13 +90,14 @@ | |
|
||
<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><a href="https://mattweidner.com/2022/02/10/collaborative-data-design.html" target="_blank">Designing Data | ||
Structures for Collaborative Apps | ||
</a> | ||
</li> | ||
<li><a href="https://crdt.tech/implementations" target="_blank">https://crdt.tech/implementations</a></li> | ||
<li><a href="https://crdt.tech/implementations" target="_blank">General-purpose CRDT libraries | ||
</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><a href="https://applied-langua.ge/software-and-anarchy.pdf" target="_blank">Software and Anarchy</a> | ||
</li> | ||
<li><a href="http://docs.peachcloud.org/introduction.html" | ||
target="_blank">http://docs.peachcloud.org/introduction.html</a></li> | ||
|
@@ -111,12 +111,13 @@ | |
<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> | ||
target="_blank">You Want Modules, Not Microservices | ||
</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><a href="https://martin.kleppmann.com/papers/bft-crdt-papoc22.pdf" target="_blank">Making CRDTs Byzantine | ||
Fault Tolerant</a> | ||
</li> | ||
<li><a href="https://gitlab.com/cal-coop/netfarm/netfarm" | ||
target="_blank">https://gitlab.com/cal-coop/netfarm/netfarm</a> / <a | ||
|