fs-street

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Farnam Street

Farnam Street

Fetches articles from Farnam Street blog, covering topics like mental models, decision-making, leadership, and learning.
从Farnam Street博客获取文章,内容涵盖思维模型、决策制定、领导力和学习等主题。

Quick Start

快速开始

undefined
undefined

Basic queries

基础查询

昨天的文章 今天的FS文章 2024-06-13的文章
昨天的文章 今天的FS文章 2024-06-13的文章

Search

搜索

有哪些可用的日期
undefined
有哪些可用的日期
undefined

Query Types

查询类型

TypeExamplesDescription
Relative date
昨天的文章
今天的文章
前天
Yesterday, today, day before
Absolute date
2024-06-13的文章
YYYY-MM-DD format
Date range
有哪些日期
可用的日期
Show available dates
Topic search
关于决策的文章
思维模型
Search by keyword
类型示例描述
相对日期
昨天的文章
今天的文章
前天
昨天、今天、前天
绝对日期
2024-06-13的文章
YYYY-MM-DD格式
日期范围
有哪些日期
可用的日期
显示可用日期
主题搜索
关于决策的文章
思维模型
按关键词搜索

Workflow

工作流程

- [ ] Step 1: Parse date from user request
- [ ] Step 2: Fetch RSS data
- [ ] Check content availability
- [ ] Format and display results

- [ ] 步骤1:解析用户请求中的日期
- [ ] 步骤2:获取RSS数据
- [ ] 检查内容可用性
- [ ] 格式化并展示结果

Step 1: Parse Date

步骤1:解析日期

User InputTarget DateCalculation
昨天
Yesterdaytoday - 1 day
前天
Day beforetoday - 2 days
今天
TodayCurrent date
2024-06-13
2024-06-13Direct parse
Format: Always use
YYYY-MM-DD

用户输入目标日期计算方式
昨天
昨天今日减1天
前天
前天今日减2天
今天
今天当前日期
2024-06-13
2024-06-13直接解析
格式:请始终使用
YYYY-MM-DD
格式

Step 2: Fetch RSS

步骤2:获取RSS数据

bash
python skills/fs-street/scripts/fetch_blog.py --date YYYY-MM-DD
Available commands:
bash
undefined
bash
python skills/fs-street/scripts/fetch_blog.py --date YYYY-MM-DD
可用命令
bash
undefined

Get specific date

获取指定日期的文章

python skills/fs-street/scripts/fetch_blog.py --date 2024-06-13
python skills/fs-street/scripts/fetch_blog.py --date 2024-06-13

Get date range

获取日期范围

python skills/fs-street/scripts/fetch_blog.py --date-range
python skills/fs-street/scripts/fetch_blog.py --date-range

Relative dates

相对日期

python skills/fs-street/scripts/fetch_blog.py --relative yesterday

**Requirements**: `pip install feedparser requests`

---
python skills/fs-street/scripts/fetch_blog.py --relative yesterday

**依赖要求**:`pip install feedparser requests`

---

Step 3: Check Content

步骤3:检查内容

When NOT Found

未找到内容时

markdown
Sorry, no article available for 2024-06-14

Available date range: 2023-04-19 ~ 2024-06-13

Suggestions:
- View 2024-06-13 article
- View 2024-06-12 article
markdown
抱歉,2024-06-14暂无可用文章

可用日期范围:2023-04-19 ~ 2024-06-13

建议:
- 查看2024-06-13的文章
- 查看2024-06-12的文章

Members Only Content

仅限会员内容

Some articles are marked
[FS Members]
- these are premium content and may only show a teaser.

部分文章标记为
[FS Members]
,这些是付费专属内容,可能仅显示预览内容。

Step 4: Format Results

步骤4:格式化结果

Example Output:
markdown
undefined
示例输出
markdown
undefined

Farnam Street · 2024年6月13日

Farnam Street · 2024年6月13日

Experts vs. Imitators: How to tell the difference between real expertise and imitation
专家vs模仿者:如何区分真正的专家与模仿者

Content

内容

If you want the highest quality information, you have to speak to the best people. The problem is many people claim to be experts, who really aren't.
Key Insights:
  • Imitators can't answer questions at a deeper level
  • Experts can tell you all the ways they've failed
  • Imitators don't know the limits of their expertise

Source: Farnam Street URL: https://fs.blog/experts-vs-imitators/

---
如果你想获取最高质量的信息,就必须与最优秀的人交流。但问题在于,很多人自称专家,实际上并非如此。
核心见解
  • 模仿者无法深入回答问题
  • 专家能告诉你他们所有的失败经历
  • 模仿者不知道自己能力的边界

来源:Farnam Street 链接:https://fs.blog/experts-vs-imitators/

---

Configuration

配置

VariableDescriptionDefault
RSS_URLRSS feed URL
https://fs.blog/feed/
No API keys required.

变量描述默认值
RSS_URLRSS源地址
https://fs.blog/feed/
无需API密钥。

Troubleshooting

故障排除

IssueSolution
RSS fetch failsCheck network connectivity
Invalid dateUse YYYY-MM-DD format
No contentCheck available date range
Members onlySome articles are premium content

问题解决方案
RSS获取失败检查网络连接
日期无效使用YYYY-MM-DD格式
无内容检查可用日期范围
仅限会员部分文章为付费专属内容

CLI Reference

CLI参考

bash
undefined
bash
undefined

Get specific date

获取指定日期的文章

python skills/fs-street/scripts/fetch_blog.py --date 2024-06-13
python skills/fs-street/scripts/fetch_blog.py --date 2024-06-13

Get date range

获取日期范围

python skills/fs-street/scripts/fetch_blog.py --date-range
python skills/fs-street/scripts/fetch_blog.py --date-range

Relative dates

相对日期

python skills/fs-street/scripts/fetch_blog.py --relative yesterday
undefined
python skills/fs-street/scripts/fetch_blog.py --relative yesterday
undefined