> 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/20160910-huan-ying-lai-dao-freebsd-11/letter-from-the-foundation.md).

# 基金会来信

* 原文：[Letter From the Foundation](https://freebsdfoundation.org/wp-content/uploads/2016/10/Letter-from-the-Foundation.pdf)
* 作者：**George Neville-Neil**

有些代际梗我们无法回避。对于我们这些看着（或至少看过）电影《This is Spinal Tap》长大的人来说，数字 11 总会让人想到本月来信标题那句台词：“这个调到 11。”

FreeBSD 的第 11 个主版本现已发布，John Baldwin 在本期文章中介绍了 11 中的新内容与亮点。23 年间发布 11 个完整操作系统的主版本是一项重大成就。多年来，数以千计的人参与了文档、Ports 和源代码树的工作，更多的人则在桌面、服务器、笔记本电脑和嵌入式系统上使用、改造和部署这些代码。能走到今天这一步，对于我们这些持续为 FreeBSD 工作的人来说堪称奇迹。这就是为什么我想略微偏离通常的来信主题，谈谈一群正致力于帮助 FreeBSD 项目并需要你帮助的人。

## FreeBSD 基金会

FreeBSD 基金会通过资助 FreeBSD 生态系统的多个不同部分来支持 FreeBSD。我们为 BSD 相关会议提供直接财务支持，包括 AsiaBSDCon、BSDCan、EuroBSDCon 以及你可能尚未听闻的许多新兴会议。此外，基金会还赞助全年不断增加的开发者峰会。虽然许多人曾预测互联网及相关技术会减少面对面会议的需求，事实证明并非如此。实际上，FreeBSD 上许多最出色的工作都是从这些开发者会议开始的。

基金会雇用了工程资源——从发行工程负责人，到填补社区未能覆盖的技术空白的全职和合同制员工。这些支持保证了你习以为常的及时、稳定、可靠的发行。基金会还聘请了一位全职市场总监，帮助项目触达那些尚未了解 FreeBSD 有多优秀的人，并帮助社区成长。

最后，基金会资助了项目当前运行的许多硬件。无论是发行构建、软件包服务器，还是不断增长的持续集成基础设施，基金会在过去几年中提供了数十万美元，确保社区产出的软件能够被全世界轻松高效地使用。

与 Linux 世界不同，FreeBSD 项目完全开放。欢迎任何人加入，FreeBSD 基金会不会对参加开发者会议或厂商峰会等活动收取费用。遗憾的是，这种开放也有其缺点。随着 FreeBSD 项目的成长，其需求也在增长，这意味着基金会始终处于筹款模式。虽然我可以呼吁你们每一位向基金会捐款，但这封信的最后一段要谈的并非此事。

## 我们需要你的帮助

我知道许多期刊读者在科技公司工作。其中相当一部分——我假设是大多数——所在的公司每天都在以某种方式使用 FreeBSD。这正是我们需要你的地方。请帮助我们把 FreeBSD 基金会与你合作或了解的、对 FreeBSD 持续成功有兴趣的公司连接起来。无论通过我本人（<gnn@freebsdfoundation.org>），还是基金会的执行董事（<deb@freebsdfoundation.org>），这些联系对于 FreeBSD 基金会和 FreeBSD 项目的持续成功都绝对必要。

我知道我所要求的，对那些在工程一线工作的人来说可能并不自然。“和管理层谈话？！那是最后一件事……”因此我们在 <https://www.freebsdfoundation.org/donate/donation-letter/> 这个网页上提供了一些建议，告诉你如何开启那段对话。

***

谢谢

**George Neville-Neil**

FreeBSD 期刊主编

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/20160910-huan-ying-lai-dao-freebsd-11/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.
