In my regular RSS reader I often have the problem that some feeds are not full feeds, or some images are missing (In case they have some gallery) and I have to click out to the page, even just to verify I got the full text. That always kinda stops me from going the eink route where I don’t have a proper browser. Depends on which feeds you subscribe to I guess, probably works really well for long form, reliable feeds.
I turned my RSS feeds into an e-ink newspaper to stop reading on my phone
61–70 of 107 posts
Re: I turned my RSS feeds into an e-ink newspaper to stop reading on my phone
#62Earlier quoted context omitted.
Same, I think there's too much friction yet. Maybe at some point it could become a crosspoint feature I hope! 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))
They do support however OPDS libraries and I happily use it for news where each file is a daily epub consisting of the articles I subscribe to
Re: I turned my RSS feeds into an e-ink newspaper to stop reading on my phone
#63Re: I turned my RSS feeds into an e-ink newspaper to stop reading on my phone
#64I like to read a physical dirty (ink dust, not content) finger newspapers whenever I can get them. At a bakery / cafe a few weeks ago, sitting outside having cherry Danish and an Americano (the international special), I was reading the NYT and the SeaTimes section by section. It was awesome. Comics, international, regional beats, magazines. I realized somewhere in the middle of the caffeine and sugar rush, just what…
> I realized somewhere in the middle of the caffeine and sugar rush, just what a huge effort it takes to put out a DAILY newspaper. It's incredible, even without considering the cheap price. Former newspaper editor here. We took it for granted at the time, but the orchestration of different teams on a daily basis, with all kinds of cascading workflows and triggers, was something to behold. Editorial, design, special…
I couldn't imagine the stress to hit deadline. And the insanity of making a whole set of new metal rollers every single day. It all really drove home just how much work went into making the paper happen.
Re: I turned my RSS feeds into an e-ink newspaper to stop reading on my phone
#65Nxtpaper products of tcl are almost as good as eink but without losing the color and screen speed of normal phones. Just change the mode with a switch and you have an ereader. Mate screen and colors and light like an eink device.
Re: I turned my RSS feeds into an e-ink newspaper to stop reading on my phone
#66Re: I turned my RSS feeds into an e-ink newspaper to stop reading on my phone
#67Earlier quoted context omitted.
> and an Americano (the international special), Now I'm curious what you mean with "the international special"? Here (international to you perhaps; Spain) an Americano is just a espresso with lots more water, tastes more or less the same as drip coffee, perhaps a tad bit stronger as it's a diluted espresso. But never heard of a "international special" version, what could that be? :) I similarly also like the tactile…
I read it as a little joke, since both Danish and Americano are named after different countries.
Re: I turned my RSS feeds into an e-ink newspaper to stop reading on my phone
#68Lack of a decent RSS client is one of the major things keeping me on an iPad over an e-ink tablet. I wish manufacturers like Remarkable would get serious about having software platforms.
(n.b. haven't tried it, but I'm a happy user of KOReader for a couple of years now.)
Re: I turned my RSS feeds into an e-ink newspaper to stop reading on my phone
#69Discussed / screenshots: https://toot.cat/@dredmorbius/114356066459105122>
Unfortunately nonsubstantive HN discussion: https://news.ycombinator.com/item?id=43723661>
Works quite well on an e-ink tablet, as well as on desktop.
Re: I turned my RSS feeds into an e-ink newspaper to stop reading on my phone
#70I forked the old Pocket-Plus-Calibre-Plugin recipe when Pocket died, so it run with Todoist: https://github.com/rga5321/todoist2ebook
My workflow is:
(1) Browse my favorite sites and rss feeds. Save the urls I want to read to a specific Todoist list. I coded a little extension for firefox to do it using a keyboard shortcut https://addons.mozilla.org/en-US/firefox/addon/todoist-quick.... But in some sites, every feed is added to the list automatically using IFTTT
(2) Every day at a given hour, a cronjob runs on my raspberry pi executing the script, which builds a epub, mark the articles (tasks in todoist) as completed, and sends the ebook to my kindle email address.
In general it works well, although as more web sites implements anti bot measures, some articles are not downloaded correctly. What I do in those cases is add the domain to the exception list, and every week or so browse the articles manually, use https://dotepub.com to download every article in a given folder, and run another script that joins them in a single file and sends it to my kindle email address. I'd like to find time to code that the main script todoist2ebook detects when an article has not been correctly processed so it can automate that fallback logic using chrome headless or something like that.
Final note, I used todoist to store the articles because I was already using it for task management and have a simple rest api, but the script could be easily modified to store the articles somewhere else.