E-mail Newsletters Switching To RSS
prostoalex writes "The wide spread of unsolicited e-mails is leading publishers and site owners towards subscription-based RSS, the InternetNews.com article says. Chris Pirillo from LockerGnome is quoted saying that people just do not subscribe to free e-mail newsletters anymore, making a broad assumption that anyone offering them would be a spammer. This short article on About.com also argues for the RSS as preferred format for newsletters, site headlines and all sorts of updates that were e-mailed to customers before."
RSS = Really Simple Syndication (or some variation of that)
What is syndication, but a "subscription" to something that is available to the public (or a limited subset thereof)? Pull or push (as in email) mechanism, doesn't really matter.
All I want is a kind word, a warm bed and unlimited power.
When I think "subscription", I think something more like Publish/Subscribe. The community at large is screaming for this to work via various instant messaging protocols, it would make a lot of sense to make an RSS extension to Jabber so you didn't have to pull a stack of books off the shelf just to read the last page.
Karma: It's all a bunch of tree-huggin' hippy crap!
I've found it a great way to keep track of all the RSS feeds out there. It's been stable for a while, but a good /.ing might spur them to add some new features ;)
Here's the home page : amphetadesk
Most RSS readers support HTTP's Conditional GET mechanism, which only downloads the full file if the modified date in the header is different than your last version. This means you can check for updates with tiny (~200byte) requests. For more info, see HTTP Conditional Get for RSS Hackers.
Some objections to this have been (1) how do you process the payments without giving control over the internet to some evil corporation? (2) it's impractical to redesign the e-mail protocols and infrastructure, (3) mailing list operators can't pay to send every e-mail. Well, #1 is obviated by schemes like hashcash, where there's no real money involved. Re #2, this RSS example shows that the e-mail infrastrucure can and will be replaced, and there are ways to do it without having to make everybody change over to a new system overnight -- it can be done piecemeal. The RSS system may also show that #3 is not such a big deal, because maybe newsletters shouldn't go through the same channels as e-mail. (Note that the US postal service doesn't deliver newspapers.) Also, #3 was kind of silly anyway, because people can have a whitelist, and exempt people on their whitelist from paying to send them e-mail.
Find free books.
There is a big difference.
For example a web page is "pull" meaning that you have to request it in order to have it. You know the address of the server you request info from.
An email is "push" because anyone can send you email if they know your address.
Pull is better in the sense that it permits you to only accept communication from the publishers you selected. You could do the same for email and only accept mail from ppl and publishers in your address book for example but in some case you do want "unkowns" to contact you. Whereas you positively dont want "unknowns" to contact you regarding "newsletters" and such.
You might say then that we would be better off then reading the "newsletter" (or whatever) off the publishers web site. The thing is that RSS enables you to aggregate all those items from different sources together as opposed to going to all the websites.
The price of freedom is eternal vigilance.
If I went and dumped one billion pieces of junk mail into the mail box at the post office, intervention by the post office keeps it from automatically sending that junk mail from going to every person out there--they would just trash it and probably come arrest or fine me.
Actually, the post office would happily collect your $370 million in postage (minus whatever the bulk mail discount is) and send the letters to their destination. The only thing that keeps postal junk mail in check is that the sender pays, unlike spam where the recipient pays.
Remember the days when Republicans were the party of fiscal responsibility?
Our web-based aggregator, Bloglines, is an easy way to try out aggregation. No need to download and install a program. We have a search engine and a list of top RSS feeds to make finding syndicated content easier. See http://www.bloglines.com for more info.
When I first complained that SpamAssassin blocked their newsletter, and merely asked if they could look into it, I was laughed at, and they tried to convince me that I needed to whitelist them or, in their words, "...learn how to use your spam blocking software".
Ironically, months later, they signed up for Habeas signatures on their emails.
It's interesting that NOW they decide to look into RSS as a solution. I wonder if it is because Habeas isn't working.
Get rid of everything Micro and Soft: Buy Viagra and/or Linux
Personally I use Livejournal as my newsreader. It's got pretty much the perfect system for me, as I can set up the layout how I like and it does all the checking for me. I can also check my news feeds from wherever I happen to be.
or the comics I receive over RSS ato mics
You can see the results at http://andrewducker.livejournal.com/friends/news
http://andrewducker.livejournal.com/friends/c
My Journal
The whole point of RSS is that, unlike email, it is not push.
In fact, "push" vs "pull" is not very descriptive. You have a newsletter, a publisher who controls the content, and subscribers who read it. There is only one important question: where is the subscription recorded?
There are effectively three models:
My pet theory is that there is another method that fits in the third category: email retrieved directly from the publisher's system by the subscriber's system using POP3. I subscribe to the content by adding an account to my mail client with the publisher's POP server, and a username of my choice. Doing a "get email" on my mail client will bring down the newsletter along with my other email. (IMAP or NNTP could be used the same way). The advantage of this over RSS is that the clients are already widespread, although ideally they would be enhanced to support this model more smoothly.