It doesn't look like the author's code is conforming to this part of the standard.
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.
https://github.com/davidwtbuxton/ucflib/blob/e576fb97fc2a2ea...
It was in porting that to Racket [1] that I learned about some of these EPUB standard details.
But spoiler alert, both projects just shell out to `zip` to do the actual compression.
[1]: https://github.com/otherjoel/perfect-edition-pollen/blob/mas...
Or maybe even that TCL tablet that looks kinda like e-ink, but is actually OLED: https://www.tcl.com/uk/en/tablets/tcl-nxtpaper-10s.
Constantly pushing stuff to Kindle, which is inherently extremely limited device (gotta love walled gardens!) feels like a bit too much friction to me.
This project uses Amazon's email gateway, which I think is limited to 25 articles per month (don't quote me on this).
[0] KOReader also has an RSS reader, but I'm not sure how good is it and what it can support in terms of feeds "complicatedness"
How do you configure wifi connectivity in koreader to make this useful? koreader seems to prefer keeping wifi off unless you do an action that needs the internet. Do you leave wifi on, or just periodically turn it on manually to sync?
Yes that's the syncthing implementation I'm using. I keep wifi off to save battery and manually sync when I have enough of a backlog .
Seems like you can forward emails to add@getpocket.com, but I'm not sure if it works with body text or only if you just send a link[1].
[1]: https://blog.getpocket.com/2009/04/2-new-ways-to-save-to-rea...
First, specifically about this "RSS to kindle" thing: it's definitely nice, but it means I need to push all articles to kindle, including those I'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.
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't tried all pocket integrations (or other similar "push to kindle services), but p2k isn'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't render at all, or things break (e.g. table not showing). Finally, it's painful to clean up my kindle library, and I wish I don't need to do any organization work.
I considered boox but they are really bad at keeping Android updated. Customer service is also bad -- I have seen horror stories.
Scribe's browser is actually much better than in previous generations, but nowhere near what I find usable.
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'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't seem to be a great way to do that.
I subscribe RSS to Omnivore and use tags for those I read later. I have tag "logseq" 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.
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.
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.
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.
https://gist.github.com/leoherzog/1dcffe776af200cd9117
Very cool!
I've been using Readwise (and Reader) which have been great, but it's rather expensive.
I'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.
Going to lurk the repo, cool stuff!
Trouble was, the location was in the Kindle's "Loc" format which is nontrivial (at least to me at the time) to connect to specific text in the document.
I'm sure someone's probably worked this out by now?
Update: yes, at least 160 projects
https://github.com/search?q=%22my%20clippings.txt%22&type=re...
Amazon doesn't expose a direct API for highlighting, and Readwise for example does a little "hack" where you use their browser extension to redirect to the Kindle highlights page and I think they just slurp up the authenticated API requests.
This is set as part of the DRM, so be careful that you are really saving the data you want. I went deep into a book highlighting things before I noticed this limitation.
It obviously does not affect files without DRM.
See my other comment above.
[1] https://github.com/jekyll/jekyll-feed
[2] This is mine: https://github.com/facundoolano/olano.dev/blob/main/src/feed...