There was a couple nearby looking at the mess of papers on my table. I realized I needed to tidy my donnage pile of sections, and impulsively offered them to the couple. They almost jumped. If I didn't know better I swear they were living out some fantasy of holding a newspaper for the first time.
Depends on which feeds you subscribe to I guess, probably works really well for long form, reliable feeds.
I used to read lwn.net from my e-reader, worked great.
You can browse it on your ereader and any post can be downloaded as epub. Also for people who serialize books and put them in a collection, you can get the whole collection as a single epub.
I've been thinking about turning your /reading list into one as well but not got ten round to it.
1. is not an issue on my computer/smartphone as I can scroll through the feeds and go through interesting links quickly, the keybindings help me do that quickly.
2. Can either be fixed by downloading all links when online (not practical in my case), or by picking and choosing which articles I want to read later.
I used to use Wallabag for this, but right now my setup is a self-hosted Readeck [0] instance with the associated KOReader plugin [1].
I really like Readeck because contrary to Wallaback (which I also used because there is a KOReader plugin for it) it captures the content from a page from the client-side through the browser extension [2]. That helps with paywalled articles which don't expose the full feed through RSS typically.
[0] https://codeberg.org/readeck/readeck
That way there’s no friction of getting new articles on my device and I can even sync progress across devices.
And then setup home assistant and picture rendering so when a package or person is detected while I'm reading on a jailbroke kindle, it pops up in the corner automatically with the feed so I can see who it is.
Tailscale too.
Having full control of these devices is awesome.
I have a Mudita Kompact though, which I use with the Wallabag app and my best mate Alan from RHVoice to read out articles for me. I remember barely anything with this setup but I do like it...
About the only good thing to come out of the open web dying is a revitalization of open and accessible computing hobbies.
I think this idea is really cool but like others have said it’s the friction of syncing that stops me. I would love for CrossPoint to have a nightly sync :)
Absolutely love the idea though. Just wish Crosspoint/X4 had the ability to schedule push/pull, but that would likely burn through the battery.
It's a web-based RSS reader optimized for e-ink devices (especially Kindles) that allows you to read blogs online via the Kindle browser, and download the blogs (directly on your Kindle or email it to your Kindle email).
I would love to get the feedback of fellow e-ink devices enjoyers!
It's a web-based RSS reader optimized for e-ink devices (especially Kindles) that allows you to read blogs online via the Kindle browser, and download the blogs (directly on your Kindle or email it to your Kindle email).
And it does support fetching the full article using Mozilla's readability package!
Please try it and let me know what you think!
[1] The feed needs to have a newsletter in the first place, you probably need to clean up the markdown a bit before shoving it into an epub (I've noticed that table-based layouts are much more common, for instance), and your email provider probably doesn't provide an RSS feed of your inbox. The latter two are straightforward to fix but do require a bit of programming elbow grease.
Then it generates a new one that I subscribe to on my feed reader.
It's a web-based RSS reader optimized for e-ink devices (especially Kindles) that allows you to read blogs online via the Kindle browser, and download the blogs (directly on your Kindle or email it to your Kindle email).
I only tried it on my Kindle, can you try it on your ReMarkable and give me feedback?
If my PocketBook had OPDS out of the box it would be the perfect device. What has your experience been? Why are you using KOReader?
EDIT: Just checking on the crosspoint site they say such thing is not planned: https://crosspointreader.com/roadmap (section Out of roadmap: Active connectivity (RSS, news, browsers))
Downside: there is no backlight. Others claim that the screen updates are too slow to make typing practical, but I personally don't think that. I installed termux and I think it's fine. Screen updates are no worse than SSH over a cellphone connection. I have not really found a good RSS reader for it yet, though...
If you have a Kobo device can you try it please?
For walls of text (long substack articles) I still prefer epub, and use https://codeberg.org/neo1/mkebook which I wrote, but if you love the terminal: w3m. Filters are done by your rss reader, newsboat has boat loads of options, but any decent one should.
I'm unable to find a software or service that would to this for me, but it's the exact thing I want.
I really like personal blogs. I read them for entertainment, learning, and to keep myself updated on the latest trends in software engineering. I prefer to read them in a horizontal position, like on a couch or a deckchair outside in the sun. That explains why I almost never read them on my computer and always on my phone. I don’t necessarily enjoy that, though, since it makes my eyes tired.
This never bothered me enough to actively do something about it. But when I came across a pocket-sized e-reader called the X4 by Xteink, I got an idea. At only 4.3 inches, the X4 fits nicely in the palm of your hand. It also has no touchscreen and no backlight, and doesn’t ship with a preinstalled bookstore. While most people probably think of this as inconvenient or old-fashioned, a small community has gathered around this device. They even created an open source firmware for it called Crosspoint.1
At this point I already fell in love with the whole idea and ordered myself one. It took some time to ship it from China to Germany, and I worried the package might get stuck in customs. Luckily it didn’t. Once I got it, I wanted to try the stock firmware first, but it left so little impression that I can barely remember what it looked like. Within a few seconds I disliked it and wanted to install Crosspoint. To my greatest surprise, I had it installed after just three clicks. I then bought a DRM-free e-book, copied it to the X4, and started reading. I expected a lot more fiddling, but it just worked. Big shout out to all the contributors, you really nailed this.
But the real reason I wanted the X4 was to read my blog posts on it instead of my phone. I would just need to create an e-pub from them and load them onto the X4. My own little newspaper. With the help of AI, I could build it in a couple of minutes.
I use Feedbin as my RSS reader, which comes with a handy API. I just had to fetch all my unread posts, mark them as read, and create an e-pub from them. I also needed to filter out some feeds, since I subscribe to YouTube channels, JS-heavy blogs, and link-only newsletters that don’t make sense to read on e-ink. I won’t annoy you with the details, but if you want to take a look, you can find the project on GitHub. I called it feedpaper and you can install it via Homebrew.2
With a freshly printed feedpaper on my X4 (and my phone at home), I drove to one of my favorite outdoor cafés and enjoyed a good read with a latte. If you make your own feedpaper someday, I’d love to see a picture of it.

Crosspoint runs not only on the X4, but also other ESP32C3 based devices. ↩
it didn’t make sense to me to support any OS other than macOS, but if you want to check it out and can’t get it running manually, let me know. ↩