logoalt Hacker News

xnorswaptoday at 10:25 AM2 repliesview on HN

A fun experiment, and cute if not for the lag. A full 14 seconds between the pen stopping writing and the result,

What I'd find interesting is the trace of that 14 seconds. How much is the Remarkable processing, how much is the claude transcription, how much is the let-go start-up / processing, etc.


Replies

embedding-shapetoday at 10:33 AM

I haven't used the latest reMarkable devices, but the first/older ones takes multiple seconds to save notes to disk. I remember having similar issues for my own file syncing daemon I tried to make for my reMarkable, where it took many seconds before the filesystem event actually was fired away, it might still be the same issue today I suppose.

jcattletoday at 11:10 AM

The author mentions that in the blog. The majority is the delay of the updated file actually being written to disk by the device.

The author did not find a solution to trigger file write earlier/more frequently.

show 1 reply