> 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/20190910-an-quan/letter-from-the-foundation.md).

# 基金会来信

## 来自编辑委员会主席

欢迎阅读 9/10 月刊的 FreeBSD 期刊。过去几个月活动频繁，包括三场会议和 12.1 版本发布流程的最后阶段。开发者和用户 9 月初在华盛顿特区附近的弗吉尼亚北部参加了 vBSDCon 2019，两周后又参加了在利勒哈默尔举行的 EuroBSDCon 2019。10 月中旬，开发者再次在加利福尼亚州圣克拉拉参加了开发者和厂商峰会。正如 Brad Alexander 所述，会议是 FreeBSD 社区成员相互联系的绝佳场所。一些悬而未决数月的 bug，在会议上只需几小时就能解决，因为面对面交流的效率大增。FreeBSD 期刊作者和编辑委员会成员会参加许多这样的会议，很高兴能与你们当面交流。你可以在 FreeBSD 活动页面 <https://www.freebsd.org/events/events.html> 以及 FreeBSD 基金会活动页面 <https://www.freebsdfoundation.org/news-and-events/upcoming-events/> 找到即将举办的活动列表。

FreeBSD 最让我喜欢的一点是其用户和开发者社区。FreeBSD 确实产出源代码、文档、软件包和发行版。然而，这些产品由个人创建和使用。我们不仅一起工作，还通过在 IRC 或 Slack 上聊天、在会议上编写代码，或在会议期间享受美好的晚餐或博物馆参观来建立友谊。我在 FreeBSD 社区中有几位挚友，作为一个社区，我们共享生活。这包括欢迎社区中的新面孔、新工作和更好的工作、以及新生儿。共享生活也意味着在困难时期互相支持，以及在悼念逝去朋友的生命时一起哀悼。今年 10 月，开发者 Kurt Lidl（lidl@）在与癌症抗争后离世。我们感谢 Kurt 对 BSD 的所有贡献（<https://www.freebsdfoundation.org/blog/in-memory-of-kurt-lidl/>）。我们的思念和祈祷与他的家人和朋友同在。

我们一直乐于倾听读者的声音。如果你对我们的任何文章有反馈，或对未来文章的主题有建议，请发邮件至： <info@freebsdjournal.com>

**John Baldwin**

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/20190910-an-quan/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.
