TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Playing with Lasp and CRDTs

104 点作者 cmeiklejohn超过 7 年前

4 条评论

benwilson-512超过 7 年前
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 未加载
rdtsc超过 7 年前
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.
davidw超过 7 年前
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 未加载
qwerty456127超过 7 年前
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 未加载