Why not use paper and pencil?
Reviving a four year old reMarkable 2
11–20 of 107 posts
Re: Reviving a four year old reMarkable 2
#12I like mine very much except the limitation that I can't do too much with it.
Re: Reviving a four year old reMarkable 2
#13They even list it in the user guide https://remarkable.guide/guide/access/ssh.html along with an "developing software" guide https://remarkable.guide/devel/index.html.
Maybe other tablets are like that too, to be honest I'm too poor to swing the 700-1000$ for what I can cover with an paper note pad (with the bonus of being able to comfortably sit my coffee cup on it, use any pen or pencil, rip pages out, drop it, forget it somewhere, etc etc) to buy one but at least it seems like a product I would support.
Re: Reviving a four year old reMarkable 2
#14Maybe this will restore my faith in digital tablets. I made notes, saved them. Only for the next morning to find my device out of battery and the notes missing. I don't get it, feels like I was zapped by some evil overlord that didn't want me recalling what I had written for the next part of my cartoon. Now just use good ole paper and pen.
The tablet stopped being able to update just from sitting unused for a few years. That really decreases my faith, at least in reMarkable.
Re: Reviving a four year old reMarkable 2
#15Maybe this will restore my faith in digital tablets. I made notes, saved them. Only for the next morning to find my device out of battery and the notes missing. I don't get it, feels like I was zapped by some evil overlord that didn't want me recalling what I had written for the next part of my cartoon. Now just use good ole paper and pen.
The tablet stopped being able to update just from sitting unused for a few years. That really decreases my faith, at least in reMarkable.
I don't connect it to the internet, just use the awesome RCU software (paid, but distributed with source code) to move stuff between it and my computer. I presume if I were to try to update it, I'll find the same fate! About exporting, the notebook format is relatively simple, I wrote a very bare-bones software that's able to convert the notebooks to PDF in a few hundred lines of Nim, or you could just use the integrated web UI.
Re: Reviving a four year old reMarkable 2
#16woah 4 years is considered obsolete? My kids still using thinkpad 430 from 2013
No, this device was only discontinued this year, you can still buy accessories and it still receives software updates.
It just turns out their software has flaws that break the update process after a few years of sitting unused. Not great, but luckily there are workarounds, as this article walks you through.
Re: Reviving a four year old reMarkable 2
#17Really sad the official lack of proper support for using it as a general purpose device for the ones that would like time because otherwise the hardware is really great. I like mine very much except the limitation that I can't do too much with it.
Re: Reviving a four year old reMarkable 2
#18Why not use paper and pencil?
my handwriting is awful, not to mention that my physical notebook management is awful. i’ve considered a supernote nomad as a way to streamline some of those issues. theyre just so expensive that i cant really justify a $500 experiment.
Re: Reviving a four year old reMarkable 2
#19This is pretty refreshing to read. "Its just linux", seems to ship with SSH/root terminal enabled (over USB at least, with a simple way to enable networked access), built in webserver, just uses systemd for service control, etc. They even list it in the user guide https://remarkable.guide/guide/access/ssh.html along with an "developing software" guide https://remarkable.guide/devel/index.html . Maybe other tablets ar…
I have been using it to read HN, as an RSS reader over my news and blog sources, generate audiobooks on topics I want to understand with ElevenLabs, Exa and OpenAI and listen via connecting its bluetooth to my speakers and even as a remote Claude Code & Codex approval sidekick.
It is amazing that a $100 device with a single core and 512mb RAM can do so much and run for so long.
Here is the open-sourced platform https://github.com/BandarLabs/Cobalt
Re: Reviving a four year old reMarkable 2
#20This is pretty refreshing to read. "Its just linux", seems to ship with SSH/root terminal enabled (over USB at least, with a simple way to enable networked access), built in webserver, just uses systemd for service control, etc. They even list it in the user guide https://remarkable.guide/guide/access/ssh.html along with an "developing software" guide https://remarkable.guide/devel/index.html . Maybe other tablets ar…