> 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/20210910-freebsd-kai-fa/letter-from-the-foundation.md).

# 基金会来信

* 原文链接：[Letter from the Foundation](https://freebsdfoundation.org/wp-content/uploads/2021/11/Letter-From-The-Foundation.pdf)
* 作者：DEB GOODKIN

欢迎阅读 FreeBSD 期刊的 9/10 月刊。秋季对基金会团队意味着许多事：基金会总部所在地的科罗拉多博尔德天气宜人，年末规划启动，当然还有我们的秋季筹款活动拉开帷幕。截至目前，我听到的反馈非常积极，我对今年能达到筹款目标抱有希望。

截至撰稿时，我们已朝着 2021 年 125 万美元的目标筹集了 20 万美元。我们为什么需要这么多钱？去年我们决定为 FreeBSD 做出更显著的软件贡献。为此，我们必须壮大团队。我们根据从个人和商业用户以及市场趋势中收到的反馈，制定了一份技术路线图。基于该路线图，我们确定了需要填补的职位。

今年我们已聘用三位全职软件开发者、一位全职 Arm 内核开发者以及一位项目经理。我们还全职资助无线网络工作以及其他几个帮助 FreeBSD 在桌面端发展的项目。我们这样做是为了吸引新用户和贡献者加入项目。更多相关内容可在即将发布的 FreeBSD 项目第三季度状态报告中找到。

我们的成长不仅在技术团队，推广团队也在壮大。我们聘用了一位营销协调人和一位技术撰稿人，以提供更多教育性和信息性内容。

我们还持续资助本期刊，使其对所有人免费。我们认为 FreeBSD 期刊是我们推广工作的重要组成部分。本期聚焦 FreeBSD 开发，包括关于使用 `git-arc` 进行 FreeBSD 代码审查、FreeBSD 开发配方等文章。希望你喜欢这些文章，并分享给朋友和同事。

最后，在我们继续秋季筹款活动之际，请记住基金会 100% 由捐赠资助。这话我们说得多，但没有你们，我们真的无法成事。请考虑捐赠一笔款项，帮助我们继续并扩大对 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/20210910-freebsd-kai-fa/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.
