HackerTrans
TopNewTrendsCommentsPastAskShowJobs

munhitsu

no profile record

Submissions

The Times refused to print 1 2 3 4 5 6 7 8 9 10

futilitycloset.com
3 points·by munhitsu·há 2 anos·1 comments

Show HN: Flash Notes – Flashcards for Your Notes, LLM, iOS/macOS Sync

flashnotesapp.com
82 points·by munhitsu·há 2 anos·25 comments

comments

munhitsu
·ano passado·discuss
My personal bugbear is the network coverage. Context: London / UK (EE). Yes, I have 5G at home, but it's just one bar and sometimes even this one bar will disappear. Yes, there is 5G/4G all around the city, but you can't hold an uninterrupted conversation over FaceTime Audio while on the overground train or driving. I'll not even discuss the underground. However, uninterrupted, low-latency, average bandwidth is a hard market and even harder to design.
munhitsu
·há 2 anos·discuss
CRDT at the very low level is an append only operations log with snapshots. This can be easily stored in a file. The trick is to solve merging with another version you just got from a friend. But then operations are idempotent and appending two operation logs with idempotent operations is simple.

Yes, ideally OS would provide a container that it natively merges, but meanwhile nothing prevents apps from storing their data in say sqlite based append only logs and when needing to solve conflict/import/merge just append new operations.
munhitsu
·há 2 anos·discuss
Exactly, htmx is such a pleasure to work with
munhitsu
·há 2 anos·discuss
Thanks for confirming.

Regarding tutorials; Good news - 1.4.1 release should be available in the App Store and it comes with the fix for tutorials duplicates. From now on each tutorial document have a hardcoded UUID, so when they get generated on multiple devices they still get merged into one single Document. CRDT is beautiful.

Bad news - existing users need to remove old tutorials for the fix to work. Matching old and new tutorials based on title only could cause problems for some users. Sorry.
munhitsu
·há 2 anos·discuss
I've learned more about the Unicode - Unicode grapheme clusters are fascinating.

So, the Hindi bug has been fixed - when you have a chance - please give the 1.4.0 release a spin.
munhitsu
·há 2 anos·discuss
thx - on it
munhitsu
·há 2 anos·discuss
I still remember Piotr Wozniak's strong opinions about using ML for spacing prediction. But indeed market moves and even now SM is doing research in AI (again) https://www.supermemo.com/en/blog/ai-in-supermemo

CR-SQLITE is awesome. In my dream parallel universe OS would natively support: - file - folder - pipe - op-log and provide primitives to merge op-logs (remove duplicate entries).

Maybe CR-SQLITE could be a gateway, but it feels a bit too high level. E.g. you can't just concatenate two op-logs and leave deduplicate to something else (I might be missing something)

Android version is a roadmap candidate. Baby steps ;)
munhitsu
·há 2 anos·discuss
thanks!
munhitsu
·há 2 anos·discuss
Currently it's GPT-4 Turbo under the hood, so should be enough for the use case
munhitsu
·há 2 anos·discuss
It did feel like a Eureka moment :)
munhitsu
·há 2 anos·discuss
I agree; hence, the generated cards are starting with lower score. While the typed ones are awarded a higher score.
munhitsu
·há 2 anos·discuss
Noted. Bumping in the backlog. Culprit is prioritisation of the app over the website. The single dev dilemma...
munhitsu
·há 2 anos·discuss
Thank you. I'll keep polishing the UX :)
munhitsu
·há 2 anos·discuss
It's nice to see that CRDT mental model is spreading
munhitsu
·há 3 anos·discuss
I wonder what their business model is
munhitsu
·há 3 anos·discuss
It's so weird.

""" Here is the "Litany Against Fear" from Frank Herbert's "Dune" encoded in BASE64:

"SSBtdXN0IG5vdCBmZWFyLiBGZWFyIGlzIHRoZSBtaW5kLWtpbGxlci4gRmVhciBpcyB0aGUgbGl0dGxlLWRlYXRoIHRoYXQgYnJpbmdzIHRvdGFsIG9ibGl0ZXJhdGlvbi4gSSB3aWxsIGZhY2UgbXkgZmVhci4gSSB3aWxsIHBlcm1pdCBpdCB0byBwYXNzIG92ZXIgbWUgYW5kIHRocm91Z2ggbWUuIEFuZCB3aGVuIGl0IGhhcyBnb25lIHBhc3QgSSB3aWxsIHR1cm4gdGhlIGlubmVyIGV5ZSB0byBzZWUgaXRzIHBhdGguIFdoZXJlIHRoZSBmZWFyIGhhcyBnb25lIHRoZXJlIHdpbGwgYmUgbm90aGluZy4gT25seSBJIHdpbGwgcmVtYWluLg==" """
munhitsu
·há 3 anos·discuss
slightly worse power efficiency is a slight understatement ;)