Readit News logoReadit News
metaketa commented on Automerge 3.0   automerge.org/blog/autome... · Posted by u/surprisetalk
ChadNauseam · a month ago
I have a question about Automerge that maybe someone here can answer. I have a lot of code written for some custom CRDTs I've made. (This handles syncing them with my server and between devices and so on.) My data model is that each device gets a unique ID, and then can share "events" which must be sequential for a given ID. The events from all the different devices are then collected and replayed. I'm curious if it would be possible to fit automerge to this framework? All I would need is an `apply` function that takes an event and a document and produces a new document. (I assume I would miss out on the super-efficient compressed representation described in this article, but I'm curious)
metaketa · a month ago
I am in somewhat of the same boat for https://parture.org. Have a quite large CRDT system with unique ID's that is also type-safe, does not rely on serde_json::Value juggling, every CRDT is structurally valid and it knows what CRDT's cannot be applied to a Rust struct based on some business logic. I am wondering whether such checks (type-safety, business logic) can be worked into the CRDT application process. Automerge seems mostly meant for text editing, but they do have Autosurgeon though it hasn't been updated in a while
metaketa commented on NotaGen: Symbolic Music Generation   electricalexis.github.io/... · Posted by u/explosion-s
janalsncm · 5 months ago
I am really interested in this. The current paradigm from e.g. Suno is an all or nothing finished product. Producing intermediate assets allows you to do simple things like proper mastering or swapping instruments or editing melodies etc.
metaketa · 5 months ago
This is our goal with https://parture.org!
metaketa commented on Ask HN: What is a programming language that you don't use at work but enjoy?    · Posted by u/dondraper36
metaketa · 10 months ago
Crystal; compiled Ruby!
metaketa commented on Show HN: I made a social like Instagram but for books   bibliou.com... · Posted by u/arthuryuzbashew
arthuryuzbashew · a year ago
It's bibliou.com :)
metaketa · a year ago
better adjust your description that mentions biblio.com
metaketa commented on Show HN: I made a social like Instagram but for books   bibliou.com... · Posted by u/arthuryuzbashew
arthuryuzbashew · a year ago
Give me your feedback
metaketa · a year ago
wait, is it biblio.com or bibliou.com? they seem to be different sites
metaketa commented on Show HN: I made a social like Instagram but for books   bibliou.com... · Posted by u/arthuryuzbashew
arthuryuzbashew · a year ago
Give me your feedback
metaketa · a year ago
I wrote a business plan once for a similar concept. I wanted to model it after Antolin, but generally available and for adults. People would be answering LLM-generated questions to build up reputation (tracked on Colony?) that would give them access to "guilds" or "clubs" of likeminded people with a similar reputation/"skill" level for social purposes. Inspired by a partner that wanted to flaunt Harry Potter knowledge, but having no quantifiable and socially-valuable metric to do so.
metaketa commented on Show HN: I made a social like Instagram but for books   bibliou.com... · Posted by u/arthuryuzbashew
arthuryuzbashew · a year ago
Give me your feedback
metaketa · a year ago
Love the webdesign, but check typos: "Exprole"
metaketa commented on Asterinas: OS kernel written in Rust and providing Linux-compatible ABI   github.com/asterinas/aste... · Posted by u/Klasiaster
tiffanyh · a year ago
OT: if you're interested in Asterinas, you might also be interested in Redox (entire OS written in Rust).

https://www.redox-os.org/

metaketa · a year ago
This is fascinating! Couldn't really find the kernel code but would love to know more about the applicability. I'm curious since seeing the Unikraft release that promised millisecond container boot times
metaketa commented on Ask HN: What's new being done with P2P?    · Posted by u/Nesco
nik736 · a year ago
Does anyone have experience with P2P Livestreaming via WebRTC? Is it reliable?
metaketa · a year ago
I am impressed with LiveKit; using it to stream AI agents
metaketa commented on Ask HN: What's new being done with P2P?    · Posted by u/Nesco
metaketa · a year ago
Radicle, LiveKit, https://iroh.computer/

u/metaketa

KarmaCake day36February 13, 2022View Original