TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

From RSS to My Kindle

169 pointsby alastairr11 months ago

16 comments

velcrovan11 months ago
Nit (maybe minor, maybe not): The EPUB standard requires[1] that the `mimetype` file be the first file stored in the ZIP container, and also that it be stored without being compressed.<p>It doesn&#x27;t look like the author&#x27;s code is conforming to this part of the standard.<p>If that is the case, then their Kindle may be able to tolerate the deviation. But using this code with an e-reader that adheres closely to the EPUB spec may produce broken results.<p>[1]: <a href="https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;epub-33&#x2F;#sec-zip-container-mime" rel="nofollow">https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;epub-33&#x2F;#sec-zip-container-mime</a>
评论 #40803511 未加载
bronxpockfabz11 months ago
I feel like a new generation of Android powered e-ink tablets &#x2F; phones is the answer here: <a href="https:&#x2F;&#x2F;shop.boox.com&#x2F;collections&#x2F;eink-tablet" rel="nofollow">https:&#x2F;&#x2F;shop.boox.com&#x2F;collections&#x2F;eink-tablet</a>.<p>Or maybe even that TCL tablet that looks kinda like e-ink, but is actually OLED: <a href="https:&#x2F;&#x2F;www.tcl.com&#x2F;uk&#x2F;en&#x2F;tablets&#x2F;tcl-nxtpaper-10s" rel="nofollow">https:&#x2F;&#x2F;www.tcl.com&#x2F;uk&#x2F;en&#x2F;tablets&#x2F;tcl-nxtpaper-10s</a>.<p>Constantly pushing stuff to Kindle, which is inherently extremely limited device (gotta love walled gardens!) feels like a bit too much friction to me.
评论 #40812627 未加载
评论 #40811611 未加载
locofocos11 months ago
Very neat. I&#x27;ve been doing this with Calibre (<a href="https:&#x2F;&#x2F;calibre-ebook.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;calibre-ebook.com&#x2F;</a>), which involves plugging it into your PC via USB. Simple RSS feeds work with little configuration, and more complicated news sites require writing a custom python &quot;recipe&quot;.<p>This project uses Amazon&#x27;s email gateway, which I think is limited to 25 articles per month (don&#x27;t quote me on this).
评论 #40806567 未加载
评论 #40804739 未加载
评论 #40805784 未加载
sriacha11 months ago
I&#x27;m using Singlefile firefox extension on computer and phone to save article to html. Then it gets synced to kobo via syncthing (through koreader). Works pretty well.
评论 #40803425 未加载
timvdalen11 months ago
I&#x27;ve been doing a similar thing for my Kobo with an ITTT action that fetches RSS feed URLs and adds them to my Pocket account, which automatically syncs. I&#x27;m obviously not as in-control as this method, but it&#x27;s been surprisingly stable.
评论 #40808608 未加载
评论 #40804941 未加载
rty3211 months ago
I have run into similar problems, and I haven&#x27;t found a perfect solution yet. I am curious about what people here are doing.<p>First, specifically about this &quot;RSS to kindle&quot; thing: it&#x27;s definitely nice, but it means I need to push all articles to kindle, including those I&#x27;m not interested in by reading the headline. When I use feedly, I probably scroll past more than half of the articles in my feed. I wish there was a native RSS reader on kindle.<p>And I have similar needs to articles that I find on Hacker News or elsewhere. Most of the time I push them to Pocket and deal with them later. I haven&#x27;t tried all pocket integrations (or other similar &quot;push to kindle services), but p2k isn&#x27;t great as it compresses images to the degree that they are not legible any more. And there are always some articles that either don&#x27;t render at all, or things break (e.g. table not showing). Finally, it&#x27;s painful to clean up my kindle library, and I wish I don&#x27;t need to do any organization work.<p>I considered boox but they are really bad at keeping Android updated. Customer service is also bad -- I have seen horror stories.<p>Scribe&#x27;s browser is actually much better than in previous generations, but nowhere near what I find usable.<p>Perhaps the best solution is to have an iPad mini. The device is very responsive, the screen size is perfect, there are lots of apps for almost everything I want to read, and the article mode in Safari works well. But I really don&#x27;t want to spend $400 to have another tablet just for reading, and I really want things to just work on my two kindles. Unfortunately there doesn&#x27;t seem to be a great way to do that.
评论 #40813010 未加载
freeplay11 months ago
Not much to contribute other than &quot;this is great.&quot; It&#x27;s one of those things I didn&#x27;t know I wanted until I read your article.
t0bia_s11 months ago
I use maybe little more complicated workflow, but for now, I couldn&#x27;t find better.<p>I subscribe RSS to Omnivore and use tags for those I read later. I have tag &quot;logseq&quot; which imports those read later articles to logseq (via omnivore plugin). Then I sync by syncthing to Onyx Boox ereader and read them here. Omnivore let me save articles from various sources offline, which works great for ereader.<p>It would be faster to read read Omnivore right in browser, however Im using Onyx Boox mostly offline because I dont trust their apps. Also, Omnivore let me highlight notes right in text which gives me another link in logseq database.<p><a href="https:&#x2F;&#x2F;omnivore.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;omnivore.app&#x2F;</a><p><a href="https:&#x2F;&#x2F;logseq.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;logseq.com&#x2F;</a><p><a href="https:&#x2F;&#x2F;syncthing.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;syncthing.net&#x2F;</a>
funksta11 months ago
I&#x27;ve built something similar for myself (generating 2x-per-day pdfs for my reMarkable 2) and it&#x27;s so nice to catch up on internet news on this kind of calm device instead of a laptop or phone.<p>I used a traditional web-based RSS reader for many years but found that I wounded up checking it just as compulsively as the sites it ostensibly replaced.
评论 #40805979 未加载
rldjbpin11 months ago
hacking around the limitations of proprietary soft-&#x2F;hardware has been very interesting for me through project such as this one.<p>personally though, i am awaiting the new generations of eink displays on android tablets to become more accessible to avoid this level of complexity or reliance.
xd193611 months ago
Many years ago, I built a Bash script to do something similar.<p><a href="https:&#x2F;&#x2F;gist.github.com&#x2F;leoherzog&#x2F;1dcffe776af200cd9117" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;leoherzog&#x2F;1dcffe776af200cd9117</a><p>Very cool!
评论 #40804473 未加载
nop_slide11 months ago
Semi related, but have you found a way to get kindle highlights out of amazon?<p>I&#x27;ve been using Readwise (and Reader) which have been great, but it&#x27;s rather expensive.<p>I&#x27;d love to be able to send an arbitrary article to Feedi like I can with Reader, but also would love to sync highlights back from my kindle.<p>Going to lurk the repo, cool stuff!
评论 #40804285 未加载
评论 #40809019 未加载
评论 #40804626 未加载
评论 #40804267 未加载
voidUpdate11 months ago
How do you add an RSS feed to your own blog? Maybe my google-fu is failing me these days but all I&#x27;m getting is how to create one for your podcast. I&#x27;d just like people with an rss reader to be able to access my blog as a feed
评论 #40809469 未加载
quintex11 months ago
You can achieve your share option in iOS using shortcuts. If you make a shortcut that sends the content of the share (like the URL of the article) to an arbitrary URL.
评论 #40827882 未加载
adam_albrecht11 months ago
I subscribe to QiReader for exactly this feature. Works great. <a href="https:&#x2F;&#x2F;www.qireader.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.qireader.com&#x2F;</a>
djyde11 months ago
I made <a href="https:&#x2F;&#x2F;epubkit.app" rel="nofollow">https:&#x2F;&#x2F;epubkit.app</a> for myself to do this.