> 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/20240102-wang-luo-shi-zhou-nian/letter-from-the-foundation.md).

# 基金会来信

* 原文链接：[Letter from the Foundation](https://freebsdfoundation.org/our-work/journal/browser-based-edition/networking-10th-anniversary/letter-from-the-foundation-3/)
* 作者：**John Baldwin**

欢迎阅读 1 月/2 月刊《FreeBSD 期刊》！十年前，我们发布创刊号，聚焦 FreeBSD 10.0 的发布，并围绕向 clang 作为基本系统 C 和 C++ 编译器的过渡，以及 ZFS 等关键话题展开讨论。过去十年间，《期刊》刊载了大量内容，发表文章逾 250 篇，并配有大量书评和精彩的旅行报告。这一切离不开 FreeBSD 社区作者、历任与现任编委，以及广大读者的宝贵贡献。衷心感谢所有人！

迈向下一个十年，我们很高兴宣布《期刊》的两项结构调整。其一，我们将告别基于浏览器的格式，为每篇文章在传统 PDF 之外新增 HTML 版本。其二，自 2023 年 11 月/12 月刊起，编委会与特邀专家合作——他们是各期主题的权威——协助规划并开发内容。这些专家不仅推荐主题和潜在作者，有时还会亲自撰稿。最近的 FreeBSD 14.0 一期便是这一合作的开端，得益于特邀专家 Warner Losh 的洞察，以及 Michael Tüxen 的贡献。感谢 Warner 和 Michael！

我们重视读者的意见，欢迎你分享想法。无论你是对文章有反馈、对未来主题有建议，还是有兴趣亲自撰稿，请通过 <journaleditor@freebsdfoundation.org> 联系我们。

**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/20240102-wang-luo-shi-zhou-nian/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.
