Skip to content

Commit

Permalink
Add new plants
Browse files Browse the repository at this point in the history
  • Loading branch information
0ptimista committed Nov 12, 2024
1 parent 5423361 commit 2b12d99
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
Binary file removed assets/fonts/Songti.ttc
Binary file not shown.
Binary file added assets/fonts/SourceHanSerif-Regular.ttc
Binary file not shown.
4 changes: 2 additions & 2 deletions posts/all-in-is-a-kind-of-wisdom.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ import numpy as np
from matplotlib.font_manager import FontProperties
# 设置中文字体
prop = FontProperties(fname='../assets/fonts/Songti.ttc')
prop = FontProperties(fname='../assets/fonts/SourceHanSerif-Regular.ttc')
# 参数设置
total_attempts = 100
Expand Down Expand Up @@ -161,7 +161,7 @@ plt.plot(range(1, len(out_probabilities) + 1), out_probabilities, 'b-', label="
plt.axvline(x=11, color='r', linestyle="--", label="X=11")
plt.title("不同梭哈次数的出局概率", fontproperties=prop)
plt.xlabel("梭哈次数", fontproperties=prop)
plt.ylabel("出局概率", fontproperties=prop)
plt.ylabel("出\n局\n概\n率", fontproperties=prop, rotation=0)
plt.legend(prop=prop)
plt.tight_layout()
plt.grid(True)
Expand Down
31 changes: 31 additions & 0 deletions posts/newsletter-to-rss-feed.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: "Kill the Newsletter!"
date: "2024-11-12"
categories: ['tools']
---

习惯了用RSS订阅自己想接收的信息,但凡浏览到好内容,下意识的会去检查RSSHub上有没有可订阅的红色提示。

如果没有,还会在Follow中搜索关键字,尝试检索订阅源。(也许[公开的乐趣](./wewerss.qmd)中,那位朋友就是这样找到我的RSS源的)

最糟糕的是这种情况:通过上面两个步骤都找不到RSS订阅源,网站只提供了邮件列表订阅。

好在RSS存在的够久,已经让RSS爱好者解决了这个需求。
[Kill the Newsletter](https://kill-the-newsletter.com/)就是这样一个工具。

# Kill the Newsletter

只需要三步,你就可以通过它将邮件列表转换为一个RSS Feed

1. 给你的RSS Feed起一个标题,用来标识这是一个什么网站/作者
![](https://image.luozx.org/garden/7487da05fc1c38292aa22c9ed9c59e17)
2. 使用它提供的邮箱地址,订阅你想要的邮件列表。

![](https://image.luozx.org/garden/02537b72b022560ac34bb3e0c32f8c96)

通常情况下,你会收到一封确认邮件。就需要进行下一步

3. 使用它提供的RSS Feed地址,添加到你的阅读器中,会收到邮件列表发来的确认邮件。
![确认邮件](https://image.luozx.org/garden/6c52554acad73afcf37635514a747919)

并且在内容的最底部,kill-the-newsletter会自动添加一个链接,用来设置订阅信息。

0 comments on commit 2b12d99

Please sign in to comment.