> For the complete documentation index, see [llms.txt](https://freebsd-journal-cn.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://freebsd-journal-cn.bsdcn.org/20240506-pei-zhi-guan-li-dui-jue/letter-from-the-foundation.md).

# 基金会来信

亲爱的读者：

欢迎阅读 2024 年 5/6 月刊！写下这篇文字时，我正在收听社区成员的 FreeBSD Day 直播。听大家讲述各自与 FreeBSD 结缘的故事、如何使用或贡献 FreeBSD，以及 FreeBSD 世界里有什么让他们兴奋，都很有意思。最打动人的是他们对 FreeBSD 的热爱与激情。本期作者在项目中的资历各异，有刚参加完 GSoC 的年轻人，也有在 FreeBSD 浸淫数十年的老手。虽然经验深浅不同，他们都在自己熟悉的领域分享知识与热忱。

本期并非以 FreeBSD Day 为主题，但如果你错过了最近的庆祝活动，可以访问我们的 [FreeBSD Day](https://freebsdfoundation.org/freebsd-day/) 页面，观看全部直播和相关内容。

我不想偏袒任何作者或主题，但我很期待阅读 Warner 撰写的《向 FreeBSD 提交 GitHub Pull Requests》——因为我本人也想开始为 FreeBSD 文档贡献一份力。说不定我会写一篇文章记录这次经历！

还有一件事想提。你们很多人已经知道 Mike Karels 突然离世的消息。这对社区是巨大的损失。在我眼里，他一向温和，既与 FreeBSD 的历史紧密相连，又参与当下的开发与支持。最近，Mike 出任副发布工程师，协助新任首席发布工程师 Colin 履新。为纪念 Mike，我想请大家以善意对待社区中的其他人。让我们伸出援手，互相扶持、填补空缺——就像 Mike 那样——共同守护这个出色的项目。虽然我们永远无法取代 Mike，但可以延续他对 FreeBSD 的热爱，让他的精神长存。

希望你享受本期！

**Deb Goodkin**

FreeBSD 基金会执行董事


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://freebsd-journal-cn.bsdcn.org/20240506-pei-zhi-guan-li-dui-jue/letter-from-the-foundation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
