HackerTrans
TopNewTrendsCommentsPastAskShowJobs

austin_y

no profile record

comments

austin_y
·anno scorso·discuss
I had a similar experience with Google Photos where it merged the "profiles" of my two children. Like you, I tried separating them back out manually, with no real success. Ultimately, I turned the face identification feature off entirely (which has the effect of deleting all of the face data), and then turned it back on. It took a day or so for Google Photos to start re-indexing the photos in earnest, but that fixed the issue for me, and it was less work than the manual re-tagging that I had tried before.
austin_y
·2 anni fa·discuss
librdx looks interesting, I'll be taking a look, thanks!
austin_y
·2 anni fa·discuss
A sqlite extension that provides a virtual table backed by an Automerge document (https://automerge.org/).

I believe that there are plenty of applications that could benefit from the collaboration or sync-ability that CRDTs* provide, but that don't need to manage the CRDTs directly. Moving the CRDT management into the database seems like a natural fit.

It's very early, and not public anywhere, but I'd be happy to chat about it if anyone has any thoughts or questions.

* https://en.wikipedia.org/wiki/Conflict-free_replicated_data_...