6 comments

  • icase1 minute ago
    i thought tobi was too based to use a trash language like rust
  • baalimago25 minutes ago
    I am working on a very similar mcp server which allows agents to communicate and share notes without race conditions, using git and s3 as the driver [0]. Funny how &quot;inventions&quot; like these pop up independently.<p>[0]: slivingdoc.dev
  • the_alchemist27 minutes ago
    I&#x27;m confused by the usage of the word consensus in the explanation, to me it seems like a last-write-wins strategy, no consensus involved?
  • ShinyLeftPad26 minutes ago
    Just show us the prompt(s) ;)
  • tccole9 hours ago
    Very cool! I might use this later
  • jauntywundrkind9 hours ago
    Conditional Put (often called compare and swap) shipped 21 months ago, and it has just been absolutely wild the massive flocking towards disaggregated storage, towards object stores that has been going on since then. <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42240678">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42240678</a> <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;about-aws&#x2F;whats-new&#x2F;2024&#x2F;11&#x2F;amazon-s3-functionality-conditional-writes&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;about-aws&#x2F;whats-new&#x2F;2024&#x2F;11&#x2F;amazon-s3...</a><p>PicoMQ also showing up today, a Durable Streams implementation on object store (S3). <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49421806">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49421806</a> <a href="https:&#x2F;&#x2F;picomq.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;picomq.com&#x2F;</a><p>Celld, a Durable Objects implementation, is also heavily heavily using conditional put, for all manners of coordination. <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49185430">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49185430</a> <a href="https:&#x2F;&#x2F;celld.dev" rel="nofollow">https:&#x2F;&#x2F;celld.dev</a><p>Longstanding SlateDB is built around it too! <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41714858">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41714858</a> <a href="https:&#x2F;&#x2F;slatedb.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;slatedb.io&#x2F;</a><p>Yet another fine example here! Data comes in, we make sure we don&#x27;t overwrite work, we write what we have.
    • merb22 minutes ago
      Fun thing Google cloud storage supported that for a long time now. Just AWS took its time.