Viewing profile — a7b3fa
a7b3fa
HN member- Joined
- Mon, Feb 17, 2020, 8:54 PM UTC
- HN karma
- 957
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About a7b3fa
Recent public activity
- story
-
comment
Comment #46683402
I agree with you, and I also think that their interpretation of example 6.2.1 in the RFC is somewhat nonsensical. It states that “The difference in ordering of the RRs in the answe…
- story
-
comment
Comment #39167009
RemNote seems like a close match to what you're describing: https://www.remnote.com
-
comment
Comment #30825477
The authors actually do briefly mention this concern in the section titled 3.7 Algorithm extensions (under Log truncation ): > However, in practice it is easy to truncate the log, …
-
comment
Comment #30825327
My understanding[1] is that you would not use only a Lamport timestamp but rather a tuple (Lamport, actor ID), where the actor ID is a globally unique per-node ID (say, a UUID), wh…
- story
-
comment
Comment #29923556
The full quote is: > This is because sub-par VR technology (e.g. the Quest 2) is simply not good enough for someone wanting to work several hours per day in a VR Computer instead o…
- story
- story
-
comment
Comment #25207923
I was wondering how it compares to Syncthing[0], which I currently use to sync files between my phone and PC. It looks like the main difference is that Recall doesn't require you t…
- story
-
comment
Comment #25178579
Neat! I enjoyed your thoughts about choosing a data structure and editor component. I'm also building something in this space ( https://thinktool.io/ , https://github.com/c2d7fa/th…
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #22802106
Jonesforth is insanely cool. The linked mirror seems to be missing 'jonesforth.f'. Maybe try check out this one[1] for the full implementation. I recently tried porting Jonesforth …