Hacker News new | ask | show | jobs
by mennis16 2115 days ago
Their support page does imply if you want to avoid cloud sync you should keep it offline, but perhaps that is just because it is the most brief/user friendly way to describe the situation. There definitely isn't an explicit option to turn off the cloud sync in the device settings, but I wouldn't be surprised if there are workarounds to this once you ssh in. You could also maybe block internet access to the device via your router settings, so you could at least use rsync while at home?

https://support.remarkable.com/hc/en-us/articles/36000264829...

2 comments

The cloud sync requires an account, which the device works fine without. So just don't sign up.

I think I'm missing out on features I don't care about, like OCR and emailing docs to people, but it's well worth it.

But can you have it sync automatically in the same way with your own private cloud? That would be really awesome.
Sounds like you could maybe use git-annex on it for that? (I use rsync (via "FolderSync") on the android-based onyx boox max, so as soon as I turn on wifi it pushes to one of my personal boxes (internal format is a hideous sqlite-based thing, but after the third round of updates they generate competent PDFs so I just push those) - sounds like on this I'd also just use rsync from an ifup script or something...)
Sounds like the optimal approach would be to run some kind of server on your own hardware, and update the /etc/hosts on the device to point at it.

Shouldn't be too hard to figure out what it's communicating over the network, then put together a server to match that and do useful things with it.