Live data from Hacker News

Kill the newsletter: Convert newsletters into RSS feeds

kill-the-newsletter.com

1–10 of 114 posts

Re: Kill the newsletter: Convert newsletters into RSS feeds

#2
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.

Re: Kill the newsletter: Convert newsletters into RSS feeds

#8
It's funny, last week I actually looked for the opposite! I don't use RSS and don't have a reader (since google dropped theirs) and so when I find blogs that interest me, I want to be able to subscribe via emails. Then I just add the updates I receive in the correct folder/tag and go back to read whatever I want, whenevr.

Re: Kill the newsletter: Convert newsletters into RSS feeds

#9
I 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??)

Re: Kill the newsletter: Convert newsletters into RSS feeds

#10
post #6

Well, 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 break the higher-level abstraction.

I wouldn't say there's much difference from a user point of view, i.e. "clicking". Polling for feeds with an RSS reader is comparable to polling for new messages with a mail client. Both can be made fast by fetching mail and/or news in the background, either using a client or using an OS service.

Post reply on HN