TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Kill the Newsletter: Convert email newsletters into Atom feeds

114 点作者 goranmoomin9 个月前

21 条评论

dynm9 个月前
I like this service and use it myself. But I do find one thing unsettling about it: I run a blog that offers email subscriptions, but also provide direct RSS feeds (with prominent links!). For reasons I don't understand, large numbers of people subscribe using kill-the-newsletter. Which makes me sad, because then they don't get real tables, can't see post-publication corrections, don't get vector graphics, etc.
评论 #41313534 未加载
评论 #41313039 未加载
评论 #41314283 未加载
评论 #41312837 未加载
评论 #41314439 未加载
评论 #41313342 未加载
评论 #41313030 未加载
karaterobot9 个月前
Err, the page doesn&#x27;t explain why I would want to do this. What&#x27;s the advantage of Atom, which can be read on a web page or a standalone client, versus email, which can be read on a web page or a standalone client?<p>I know some advantages of email:<p>* I already have an email reader that I use every day.<p>* The newsletter was designed for email, so it&#x27;ll probably look better.<p>But what do I get by going with Atom?
评论 #41312716 未加载
评论 #41313769 未加载
评论 #41317211 未加载
评论 #41322640 未加载
评论 #41313118 未加载
Axsuul9 个月前
It should also be mentioned that you can self-host this: <a href="https:&#x2F;&#x2F;github.com&#x2F;leafac&#x2F;kill-the-newsletter">https:&#x2F;&#x2F;github.com&#x2F;leafac&#x2F;kill-the-newsletter</a>
Terretta9 个月前
One very interesting thing about this is:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;radically-straightforward&#x2F;radically-straightforward">https:&#x2F;&#x2F;github.com&#x2F;radically-straightforward&#x2F;radically-strai...</a><p><pre><code> import server from &quot;@radically-straightforward&#x2F;server&quot;; import * as serverTypes from &quot;@radically-straightforward&#x2F;server&quot;; import sql, { Database } from &quot;@radically-straightforward&#x2F;sqlite&quot;; import html, { HTML } from &quot;@radically-straightforward&#x2F;html&quot;; import css from &quot;@radically-straightforward&#x2F;css&quot;; import javascript from &quot;@radically-straightforward&#x2F;javascript&quot;; import * as utilities from &quot;@radically-straightforward&#x2F;utilities&quot;; import * as node from &quot;@radically-straightforward&#x2F;node&quot;; import caddyfile from &quot;@radically-straightforward&#x2F;caddy&quot;; import * as caddy from &quot;@radically-straightforward&#x2F;caddy&quot;;</code></pre>
selykg9 个月前
I subscribe to Readwise, their Reader portion is awesome in that I can subscribe to RSS feeds, but it also gives you a feed email (and a library email, which would be like Instapaper) that you can subscribe to newsletters with and they go directly into your feed reader as an item to be read.<p>Worth it imo, to just have it all in one place.
selcuka9 个月前
Suggestion: Currently the local part of the email and the management URL are the same. They should be different (and the URL should be treated as a secret).<p>Imagine I&#x27;m a mischievous newsletter publisher who doesn&#x27;t like the idea for some reason: What prevents me from finding all subscribers with XYZ@kill-the-newsletter.com addresses, and then deleting all of them by visiting <a href="https:&#x2F;&#x2F;kill-the-newsletter.com&#x2F;feeds&#x2F;XYZ" rel="nofollow">https:&#x2F;&#x2F;kill-the-newsletter.com&#x2F;feeds&#x2F;XYZ</a>, or reading all other newsletters they are subscribed to by checking out <a href="https:&#x2F;&#x2F;kill-the-newsletter.com&#x2F;feeds&#x2F;XYZ.xml" rel="nofollow">https:&#x2F;&#x2F;kill-the-newsletter.com&#x2F;feeds&#x2F;XYZ.xml</a> ?
Naac9 个月前
And if you want to go full circle, you can use rss2email[0] to manage your RSS feeds in your favorite email client. Yes, even gmail.<p>rss2email was originally written by Aaron Swartz.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;rss2email&#x2F;rss2email">https:&#x2F;&#x2F;github.com&#x2F;rss2email&#x2F;rss2email</a>
sanderjd9 个月前
Ha, I did a PoC of this awhile back using lambda and SES and I was pleasantly surprised that it was relatively easy to do and worked pretty nicely, but eventually I went back to just reading all my newsletters (and unsubscribing from most of them...) in my email client rather than using a feed reader, so I decided it might not really make sense as a product.<p>I had the thought that maybe it would actually be neat to go the other direction, to be able to subscribe to feeds, but have new posts emailed like newsletters, but I never tried that out.
petercooper9 个月前
It&#x27;s a great idea, though take a look if any newsletters you want to subscribe to offer their own feed as it&#x27;s more likely to be resilient in the long term (sometimes services like this get bumped off of lists due to inactivity or bounces). I know Substack has RSS for all of theirs (whatever.substack.com&#x2F;feed) as do all of my own ones (with a &#x2F;rss suffix).
dilippkumar9 个月前
I have been using a similar service from a different provider (feedbin) and can vouch for the usefulness of this approach.<p>For a time, I used Android. The absence of a decent RSS reader on android made me jump back to iOS. My smartphone OS choice came down to being able to read newsletters as feeds.
geor9e9 个月前
Good idea, tho personally I&#x27;ve never encountered a newsletter that didn&#x27;t have a feed for my RSS reader (Feedbro). Usually people use some web platform that happens to also email, rather than composing them in email
Animats9 个月前
If you&#x27;re using Thunderbird, you can have it recognize the newsletter emails and send them somewhere for processing, probably including ad removal.
nashashmi9 个月前
Otoh: Sounds like good use for a dynamic email. Imagine sending links to full articles. The links open the content of the newsletter in the email.
kristjansson9 个月前
I love the existence of both this and <a href="https:&#x2F;&#x2F;blogtrottr.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blogtrottr.com&#x2F;</a>.
rs999gti9 个月前
If you&#x27;re going around the email to get the content, how will these marketers be able to market to you or sell your email to a third party?
评论 #41313321 未加载
paradox4609 个月前
Inoreader let&#x27;s you subscribe to email newsletters and have them show up in your reader
lloydatkinson9 个月前
One week everyone wants email turned into rss, and the next rss into email
rpgbr9 个月前
Hard no. When this services burst, every subscription made through it will die as well. Remember Stoop[1], “a newsletter app” which did the same trick? It&#x27;s abandoned and stoped working a couple months ago.<p>[1] <a href="https:&#x2F;&#x2F;stoopinbox.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;stoopinbox.com&#x2F;</a>
评论 #41338258 未加载
评论 #41314608 未加载
评论 #41323399 未加载
AbstractH249 个月前
Make podcast of the newsletters<p>That’s what I really want
breck9 个月前
Yes! Let&#x27;s make email human again.
评论 #41312616 未加载
dylan6049 个月前
all of these ideas that sound cool to a very techy type person, but &quot;moms&quot; are not going to do this. they enjoy getting these ads in their inbox. just because some techy type wants something does not mean the general masses wants the same thing.<p>this is already way more complicated than &quot;moms&quot; want to do: generate a new email, use that email in this new form, get a feed reader (wtf is that mom says). while this is perfectly fine for power users, it just makes me smile how often we forget there are a far larger number of non-power users that are out there
评论 #41312533 未加载
评论 #41312514 未加载
评论 #41312525 未加载
评论 #41312544 未加载
评论 #41312598 未加载