Re: I turned my RSS feeds into an e-ink newspaper to stop reading on my phone

classictraffic1 pts0 comments

re: I turned my RSS feeds into an e-ink newspaper to stop reading on my phone — Cailin Pitt

, description, canonical, and Open Graph tags are injected by . -->

Skip to contentShareReply by emailMarkdownHistory<br>I'm 20 years late, but I finally started using RSS this year as a way to keep track of the different blogs I like to read. I recently saw this post pop up on Hacker News, where the author Jonas built and released a method of taking RSS feeds they subscribe to and reading them on their Xteink X4 (a small e-reader device) running CrossPoint. I thought this was a really cool idea I loved to see, but I wanted to build my own spin of it for two reasons:

I use the free version of Reeder as my RSS reader instead of Feedbin (which the author uses). I also wasn't interested in paying for Feedbin, as I'm pretty tired of subscriptions these days and $70/year felt too steep for my purposes. I likely would have switched over to Feedbin if they had a one-time fee I could have paid

I wanted to automate the process of getting the EPUB file on my Xteink X4 instead of having to copy the file over to the device manually

CrossPoint makes it really easy to wirelessly push EPUBs to the Xteink when it is connected to wifi. With the help of Claude I built a simple approach in Python to fetch RSS feeds I specify in a config file, grab all the entries published in the last N hours, turn them into an EPUB, and push them to my Xteink when it is connected to my WiFi home network. I simply named the project newspaper and I have it running in a docker container on my home server. In order to receive the EPUB on my Xteink, all I have to do is click two buttons to enter the WiFi File Transfer mode and my RSS feed entries appear on my device in a few seconds. It's a little less refined than Jonas' approach since my reading history isn't tracked (entries I read on a different device can still show up on my Xteink), but it works well for my purposes.

Added August 23, 2026Show history<br>🔗 Related posts<br>August 20, 2026Meta has ruined smart glasses public perception<br>💬 Comments<br>Leave a comment<br>Name requiredWebsite optional<br>Comment requiredNickname

CommentYour name, comment, and website (if you fill it in) are public. Nothing else is stored — see the privacy page.

xteink feeds reading device file newspaper

Related Articles