TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Playing with Lasp and CRDTs

104 pointsby cmeiklejohnover 7 years ago

4 comments

benwilson-512over 7 years ago
These notes definitely seem like a useful reference, although I wish the author spoke more about what it was they were trying to accomplish. As someone with only a cursory familiarity with Lasp I've been hoping to see some applications that put its characteristics to use.
评论 #16050429 未加载
rdtscover 7 years ago
Very nice. Thanks for sharing!<p>I like all the steps shown and the extra comments with output values and explanation of what&#x27;s going on.<p>One question -- saw that all update operations take self() as an argument. In the code saw it was the &quot;Actor&quot;. Is that always a pid of the calling processes or can it be anything like an integer or a reference. If this whole thing was running in a server would that be the ID of the client or still be generated locally on the server from the process running the request.
davidwover 7 years ago
It kind of seems like there could be another layer or something on top of that to simplify it even further?<p>That&#x27;s a lot of boilerplate to get and set a variable.
评论 #16050426 未加载
qwerty456127over 7 years ago
Let me be that dumb guy at the party that will ask: what exactly is &quot;planetary scale application&quot; supposed to mean? Search engines seem to fail finding a definition.
评论 #16050551 未加载
评论 #16050430 未加载