Earlier quoted context omitted.
Majority of consumer facing products collect usage analytics, otherwise they don’t know how to improve the product.
I suppose your mattress phones home to tell its makers how often you sleep and with which frequency you do other vigorous physical activities on it. Only way to improve it.
ReMarkable tablet open source tools and hacks
141–150 of 257 posts
Re: ReMarkable tablet open source tools and hacks
#142Earlier quoted context omitted.
> ReMarkable is sort of astonishingly expensive, I have been contemplating buying a ReMarkable 2 as I prefer to handwrite everything/annotate/. The price tag is a bit hefty given the cost of an iPad and pencil and the zillion other things it does. I'm curious if you are indeed going to buy one?
I bought one, I love it so far. I wouldn’t compare it to an iPad. This is much more tuned to helping you think - no notifications whatsoever, no web browser to offer opportunities to do something else. Or, put another way, the fact that it doesn’t do a zillion things is a good thing if your goal is to be able to think deeply. Kind of like how some writers use ancient equipment that doesn’t connect to the internet to…
I've had mine for about 4 weeks now, and I'm still consistently using it every day.
It's fantastic for planning, diagramming (I use this to capture measurements and dimensions for items I'm going to be making in CAD software), getting signed forms, taking notes, and sketching.
The hardware is delightful, even for left-handed folks like myself, where other tablets often make erroneous marks where my hand is resting.
Now, all that said, the software can still come along way. My single biggest gripe is that I haven't found a way to search for text within notes. I'd really love to have an option to automatically convert handwriting to text on save/close and keep that around as meta data for searching.
I may play with implementing it at some point - A large part of the reason I bought the device was because of the open ecosystem. I do software dev for a living, and knowing that I can get into the device as root and muck around REALLY makes it feel like it's mine.
Re: ReMarkable tablet open source tools and hacks
#143Having used the reMarkable 1 tablet for over a year now, the hackability is so refreshing to have in a consumer device. The tablet runs Linux and you can SSH into with root access. The hacking community is quite active, one frequently asked question is how to get and run custom software on the device. There's the Entware[0] package repository for running ARMv7 software on the tablet. Recently a community maintained p…
I stumbled on some article describing that Remarkable calls home and sends some statistics. I've checked and indeed it does. My hacking attitude says it is absolutely unacceptable. The good news you can disable it, and I did. But for poople to be aware , this is what it does by default. Can't say I like that part of rM software. Unfortunately now I've looked for the article and can't find it. If you saw one, please d…
Re: ReMarkable tablet open source tools and hacks
#144I am really enjoying the ReMarkable 2. I wish the display were more "actual" paper size of course (it's 10.3" diagonal (no margins) rather than US Letter's more typical 13.8" diagonal (no margins), or even a moleskin's 11" diagonal (no margins)) That said, sketching/writing are just as good as they are on the iPad Pro or Surface Pro. The pen/glass "feel" is no worse than those other two solutions either (but no bette…
I'm surprised that you say the pen/glass fell is no better than IPad Pro or Surface Pro, in my opinion this is a difference like day and night. I also own the Sony epaper DPT-1 and while that one has a good feel it's not close to the remarkable (mind you it also has a different aim, i.e. only note-taking no drawing). But in my opinion the writing feel blows anything with a regular LCD or OLED display completely out o…
Re: ReMarkable tablet open source tools and hacks
#145I've been looking for an e-ink tablet that I can bend to my will, but the Kindle hacking scene seems to have peaked around 2012 and it's a desolate wasteland of dead links now. That's a shame, because the hardware is really cheap. ReMarkable is sort of astonishingly expensive, but that would be justified if these "hacks" were officially supported or at least acknowledged enough that some future firmware update wouldn…
> ReMarkable is sort of astonishingly expensive, I have been contemplating buying a ReMarkable 2 as I prefer to handwrite everything/annotate/. The price tag is a bit hefty given the cost of an iPad and pencil and the zillion other things it does. I'm curious if you are indeed going to buy one?
If you're not excited about the very limited feature-set, or because it's hackable, I'd pretty strongly recommend looking elsewhere. Much more user-friendly devices exist at similar prices, but they're locked down / run android (so less battery life, various android benefits and issues) / not as thin.
Re: ReMarkable tablet open source tools and hacks
#146Earlier quoted context omitted.
I stumbled on some article describing that Remarkable calls home and sends some statistics. I've checked and indeed it does. My hacking attitude says it is absolutely unacceptable. The good news you can disable it, and I did. But for poople to be aware , this is what it does by default. Can't say I like that part of rM software. Unfortunately now I've looked for the article and can't find it. If you saw one, please d…
Majority of consumer facing products collect usage analytics, otherwise they don’t know how to improve the product.
> otherwise they don’t know how to improve the product.
Or, you know, they could just ask customers how the product is working for them. Automated data collection is a huge, huge problem and stampedes over civil liberties. We ought to control our computers, and not be controlled by them, which is why I vigorously oppose all non-free (proprietary, non libre) software.Re: ReMarkable tablet open source tools and hacks
#147I've thought about getting one of these. Even though I type about as fast as I write, I think better when I write in a notebook with drawings to organize my ideas. Can anyone who has one tell me how accurate the handwriting recognition is? And how responsive is the pen-tablet interface? Does it actually feel like writing on paper (responsiveness-wise)?
I have very bad handwriting, especially when not taking care to write carefully, which when making notes, I don't. Here is an example on how it parses my terrible handwriting: https://websites.instantwebsite.app/wPhkwSStQvStUrzPC9jW5Kw/... (no, I'm not a doctor) According to the licenses on the device, the handwriting is "partially powered by MyScript" which seems to be this service: https://www.myscript.com/
For me, at least some of it is that the pen is more pen-like ("hard" rather than with a tip that depresses), and the sampling rate is much higher than e.g. a Surface. I have a Surface device and I absolutely can't stand writing on it - I have to write huge and slowly and lift a couple mm, or it screws up all over the place. ipads are dramatically better, but they still sample slower AFAICT, and close many of my "e"s into "c"s and similar loss-of-detail.
Re: ReMarkable tablet open source tools and hacks
#148Does anyone know if it's possible to use a ReMarkable tablet as an external laptop monitor? In the summer I like to sit outside coding, but the sunlight outshines my laptops LCD display. So I'd like to use an eInk display as an external monitor. And I gather ReMarkable is the best bet because of their hackability.
http://www.davisr.me/projects/parabola-rm/
https://old.reddit.com/r/RemarkableTablet/comments/iis4fo/em...
Re: ReMarkable tablet open source tools and hacks
#149Earlier quoted context omitted.
You can connect the device to your computer via USB and SSH into it. There's a web interface that you can access, or you can use rsync, scp, etc.
In fact you can ssh to the device over wifi, even without connecting the device via USB. The device just needs to be awake (not sleeping/suspended). The web interface works only over USB, but you can scp files onto the device directly (and create an appropriate .metadata file with a one-liner) — see https://remarkablewiki.com/tech/filesystem and https://gist.github.com/Utopiah/e2d5c944bbd632e3ae0530e60297... I'm yet…
> I'm yet to figure out (haven't searched enough yet) how to export the files out of the device (i.e. convert from their format to PDF/SVG) without using the USB web interface though; when I do, my workflow will be complete.
My software does that: reMarkable Connection Utility (RCU). Paid, but GPLv3+, and works over USB or WiFi. It has a custom renderer that exports bitmap PDFs very close to what the screen shows--reMarkable's PDF export looks like a photocopy because they rotoscope a bitmap (why? dunno).Re: ReMarkable tablet open source tools and hacks
#150Does anyone know if it's possible to use a ReMarkable tablet as an external laptop monitor? In the summer I like to sit outside coding, but the sunlight outshines my laptops LCD display. So I'd like to use an eInk display as an external monitor. And I gather ReMarkable is the best bet because of their hackability.
For monitor you need high refresh rate. Dasung monitors are the only option right now. My only regret with dasung monitor is that I didn't buy is sooner. I can work long hours now without my eyes getting tired. http://www.dasungtech.com/