I'm so glad that someone built this. I have the same use case as the author where I just don't want newsletters to read, but that are time insensitive, intermingled with communication to people in my inbox. I'm excited to try this approach. I'd be interested to see what other solutions people have come up with to this problem.
Kill the newsletter: Convert newsletters into RSS feeds
11–20 of 114 posts
Re: Kill the newsletter: Convert newsletters into RSS feeds
#12If you are thinking about making some money with it, maybe one twist would be to be to offer a SaaS "proxy" between the newsletter and the subscriber, where subscribers enter their real email and search for newsletters they are interested in and convert them into a feed? Although TBH I'm not sure there is money in RSS readers...
Re: Kill the newsletter: Convert newsletters into RSS feeds
#13Well, you can't effectively kill newsletter. Because newsletter COMES so you, and you have to CLICK to get feed.
It depends what level of abstraction you're working at. At the level of sockets, you're right that a mail server receives a connection from a sender when a newsletter is sent, whilst an RSS aggregator initiates connections to each feed's source when it polls, even if there are no new articles. At a lower level, the server's doing polling to check for new connections, but that's a fast local operation so it doesn't br…
Re: Kill the newsletter: Convert newsletters into RSS feeds
#14[edit] I use sieve to filter real newsletters into the same "News" folder, so it's a mixture of content from RSS feeds and newsletters.
Re: Kill the newsletter: Convert newsletters into RSS feeds
#15Out of curiosity, what's stopping me from using this to sign up for services and having this app mahically keeping their emails out of my inbox, but neatly filed away for when I need it?
Re: Kill the newsletter: Convert newsletters into RSS feeds
#16I think we are moving towards a descentralized Internet. The RSS feed needs a central server, the newsletter can be broadcasted and then forwarded peer to peer. I'd argue the opposite then: save the newsletter, just maybe evolve it into something better (maybe with schema email??)
RSS is probably easier to layer on top of those new fangled HTTP-over-P2P networks like IPFS.
Heck, I remember proposals for combining RSS and BitTorrent, so an RSS feed could be spread via BitTorrent, with incremental updates being applied, and with each entry containing BitTorrent magnet links. This was proposed as a distributed way to provide podcasts ("podcatching"). Not sure if it got implemented.
Re: Kill the newsletter: Convert newsletters into RSS feeds
#17In fact, I put a lot of work into my RSS feeds knowing that people like this would exist. http://feed.tedium.co/ (Using FeedPress, if you're curious.)
I see it less as killing the newsletter, and more as giving people options.
Re: Kill the newsletter: Convert newsletters into RSS feeds
#18NewsBlur does something similar. Forward your newsletters and they appear as an RSS feed. Works with any kind of email...
NewsBlur even has support for Twitter: http://blog.newsblur.com/post/145256277160/twitters-back-bab...
Re: Kill the newsletter: Convert newsletters into RSS feeds
#19I prefer to use my email clients to read my news. Means I don't have to run an additional application. I have a script which monitors RSS feeds and turns them into emails. I filter them into a "News" mail folder. I run K-9 Mail, Mutt and Webmail depending on what device I'm using. Thanks to IMAP my "news readers" stay in sync due to the "\Seen" IMAP flag, and the ability to delete messages. Thanks to IMAP PUSH I don'…
I totally keep meaning to do this. Glad I'm not the only one with this crazy preference!
Re: Kill the newsletter: Convert newsletters into RSS feeds
#20I prefer to use my email clients to read my news. Means I don't have to run an additional application. I have a script which monitors RSS feeds and turns them into emails. I filter them into a "News" mail folder. I run K-9 Mail, Mutt and Webmail depending on what device I'm using. Thanks to IMAP my "news readers" stay in sync due to the "\Seen" IMAP flag, and the ability to delete messages. Thanks to IMAP PUSH I don'…
> I have a script which monitors RSS feeds and turns them into emails. I totally keep meaning to do this. Glad I'm not the only one with this crazy preference!