> 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/20190708-rong-qi-hua/letter-from-the-foundation.md).

# 基金会来信

## 34 期与计数

作者：**JOHN BALDWIN**

欢迎阅读 7/8 月刊的 FreeBSD 期刊。在我们家，一年中的这个时候意味着暑假结束、新学年开始。许多 FreeBSD 未来的开发者今年秋天也要返校，但他们或许需要一些帮助才能找到 FreeBSD。你愿意和我一起，把 FreeBSD 传播给下一代开发者吗？考虑去当地高中的计算机俱乐部做志愿者，或者申请在 ACM 分会做讲座。

传播 FreeBSD 的新闻与信息正是 FreeBSD 期刊的使命。如果你正在用 FreeBSD 做些酷事，或正在开发新功能，我们很乐意在未来的期次中收录你的故事。开始的话，请发邮件到 <info@freebsdjournal.com> 告知我们你的主题。如果你想了解更多某方面的话题，也请写信到同一地址。编辑委员会会努力寻找在该领域工作的作者。（我们也始终欢迎作者推荐！）

最后，我想借此机会感谢期刊上一任编辑委员会主席 George Neville-Neil。2013 年夏天，George 第一次跟我谈起他对期刊的设想。我熟悉 George 在 ACM Queue 的经验，所以我知道他很清楚把 FreeBSD 期刊创办起来需要什么。George 的热情富有感染力，他的干劲也帮助编辑委员会初创那几年越过难关站稳脚跟。34 期之后，期刊蒸蒸日上，编辑委员会也期待继续推进 George 六年前的愿景。

**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/20190708-rong-qi-hua/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.
