> 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/20220708-ke-yan-xi-tong-yu-freebsd/letter-from-the-foundation.md).

# 基金会来信

* 原文：[Letter from the Foundation](https://freebsdfoundation.org/wp-content/uploads/2022/07/foundation_letter.pdf)
* 作者：**John Baldwin**

## 欢迎阅读《FreeBSD 期刊》七/八月刊！

北半球夏季将尽，新学年伊始。Brian Kidney 以一篇介绍在 FreeBSD 上开发的代码追踪与插桩框架的文章开启本期。Benedict Reuschling 撰文谈他的 Unix 开发者课程，话题从系统管理到 shell 脚本编程；Roller Angel 带领我们体验一场面向 FreeBSD 新用户的互动工作坊。Anne Dickison 以一篇关于 FreeBSD 有效推广的文章为正文收尾。

你还能看到 Hiroki Sato 在 FreeBSD 上使用 IPv6 系列的第二期，以及 Tom Jones 的“进行中的工作”专栏，本期呈现 Gleb Smirnoff 关于 FreeBSD 14 中 socket 缓冲区近期变化的文章。此外，本期终于收录了几篇会议报告——过去两年里这类报告寥寥无几。随着社区重新以更规律的节奏相聚，我们期待未来有更多报告。

顺便一提，《期刊》编辑委员会的几位成员将于 9 月前往奥地利维也纳参加 EuroBSDCon 2022。我们期待与到场的读者交流，并计划在未来一期中为无法参会的读者带来来自维也纳的报道。

我们重视读者的反馈，无论是面对面还是电子邮件。如果你对文章有反馈、对未来话题有建议，或者有意为《期刊》撰稿，请通过 <info@freebsdjournal.com> 联系我们。

**John Baldwin** FreeBSD Core Team 成员，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/20220708-ke-yan-xi-tong-yu-freebsd/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.
