ePaper + eInk

1730 readers
3 users here now

For fans of ePaper and eInk devices and tech!

founded 1 year ago
MODERATORS
1
 
 

I didn't know this form factor is a thing!

2
 
 

With refresh rates reaching 60Hz, the possibilities for eReaders are endless.

3
 
 

Valve made the eInk Steam Machine faceplate open source to see what the community could do. We're already seeing results.

4
 
 

Something different...

5
 
 

There is no option to change the default location of the Calibre library in the built-in UI, but you can edit the config file to do this.

Calibre stores its default library path in global.py.json. You can change it directly:

Go to Windows: %APPDATA%\Roaming\calibre\global.py.json

"library_path": "C:\\Books\\Library",

Change the path to your new library location

6
 
 

I believe the solution for all this Amazon Kindle shenanigan is not about buying a Kobo. It's about how we do not allow corporations to determine how we protest. Responsible consumption combined with political and social activism is a more sustainable way to challenge corporate power.

7
 
 

Fair warning, I used Claude for a lot of the details. Architecturally, it's my design.


Got NixOS running on my reMarkable Pro Paper Move (codename: chiappa) because when I got this tiny tablet, it was with the goal of replacing my iPad Mini (which I mainly used to read books on anyway) and wanting to use something that ran Linux (I use NixOS on every other machine I touch except my Phone...).

Finally got around to (helping Claude) port NixOS though so now, besides having my config live alongside the rest of my machines, I can boot right into KOReader and not play silly games with Xochitl everytime I reboot. Plus, being my own NixOS config, I can (WIP/testing) load/use other applications with ease.

The details and how to set it up are mostly in the NixOS flake/associated repo over here:

https://github.com/gitman-101111/remarkable-nixos

If you want to use the e-ink bridge/associated tools to port to another OS of your choice (I tried and succeeded in porting to PostmarketOS but they have a strict no generative AI policy), you can use this repo (which the flake also references):

https://github.com/gitman-101111/chiappa

All the hardware works with KOReader with some minor patching. Feel free to play around with different configurations, etc.

Details on the setup and specifics are in the repos.

Lastly, I wouldn't recommend this to people unfamiliar with NixOS or at least some Linux experience. There's a lot of information here on how to essentially brick your device lol. Be careful out there! :)

8
9
10
11
12
13
14
15
16
17