I 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 first used rss2email[1], moved on to writing my own initially as a WP plugin (using the blogroll links to pull from); it gradually evolved into a standalone python thing to support mf2[2] feeds. I do prefer RSS entries as email entries, therefore newletters and RSS feeds are more or less the same to me. [1]: http://www.allthingsrss.com/rss2email/ [2]: http://microformats.org/wiki/h-feed
Kill the newsletter: Convert newsletters into RSS feeds
51–60 of 114 posts
Re: Kill the newsletter: Convert newsletters into RSS feeds
#52Earlier quoted context omitted.
Why don't you take a look at the uBlock log?
I never knew there was a log. So now that I look at it, it still doesn't make a lot of sense to me. Judging by what's red, I think uBlock is mostly stopping the blog from tracking me. Also, the number of blocked requests is now 36. Not sure why it would keep climbing after the page is loaded.
Re: Kill the newsletter: Convert newsletters into RSS feeds
#53I 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'…
Re: Kill the newsletter: Convert newsletters into RSS feeds
#54With no data to back this up I'd wager conversion rates (read x and click to see y linked within x) are at least double that of RSS. Possibly even much more.
I've been an RSS user for years and I use it to subscribe to blogs mostly. Despite this, I would never subscribe to the RSS feeds of some of the most popular email newsletters I know and receive.
With Google giving up on the Google Reader years ago, the market for well-designed, easily accessible, and free RSS readers sort of dried up overnight. I use Reeder for macOS, which is a paid (but cheap) app and I know full well this is a power user situation.
I would never expect the overwhelming majority of users to get back on the RSS bandwagon unless browsers made it a first-class feature with a noticeable call-to-action on sites with available RSS feeds, an inbox letting me know new content has been published since I last checked, and a clean reading interface that mirrors what Readability, Instapaper, and others used to provide.
Re: Kill the newsletter: Convert newsletters into RSS feeds
#55I 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'…
Re: Kill the newsletter: Convert newsletters into RSS feeds
#56While going back to RSS sounds like the virtuous move, the reason I believe most people are going back to newsletters is that email is an inbox people have to check and the likelihood of them viewing and acting on content that is delivered to their email inbox vs their RSS reader inbox is much higher. With no data to back this up I'd wager conversion rates (read x and click to see y linked within x) are at least doub…
That discussion around engagement was even had amongst RSS advocates when it came syndicating the full-text vs a summary (really,the lede) of a post/article.
Anybody looking to monetise attention should be focussed on email.
Re: Kill the newsletter: Convert newsletters into RSS feeds
#57I 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'…
Many email clients also handle RSS directly. Thunderbird, for example, is the most responsive RSS reader I've used.
Re: Kill the newsletter: Convert newsletters into RSS feeds
#58While going back to RSS sounds like the virtuous move, the reason I believe most people are going back to newsletters is that email is an inbox people have to check and the likelihood of them viewing and acting on content that is delivered to their email inbox vs their RSS reader inbox is much higher. With no data to back this up I'd wager conversion rates (read x and click to see y linked within x) are at least doub…
I'm super happy with RSS and don't want to clutter my inbox.
One difference with e-mail is that sometimes we don't care about some articles, especially on the high volume sites. In an RSS reader it will be bold as unread and this cause anxiety and make it harder to distinguish a newly arrived article vs the most recent unread article.
I feel that for RSS we need three levels of flags: new, unread, read. Or "unread, read title, read article". In an e-mail inbox you will make sure everything is in the read status. In an RSS reader that amounts to too many janitor clicks.
Re: Kill the newsletter: Convert newsletters into RSS feeds
#59Well, 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…