> 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/20160102-xing-neng-tiao-you/letter-from-the-foundation.md).

# 基金会来信：令人期待的这一年！

* 作者：**George Neville-Neil**

代表 FreeBSD 期刊编辑委员会

2016 年的第一期带来了三篇精彩文章。《文件系统基准测试的注意事项》探讨了常常被忽视的话题。许多人以为自己知道如何衡量系统性能，但大多数人都错了。撰写文件系统基准测试基石文章，以教育更广泛的技术社区，是我们最重要的目标之一。

安全研究人员熟悉并在系统中使用模糊测试寻找安全漏洞，但这种方法可以更广泛地应用，并已被接受为寻找缺陷和改进系统的通用工具。Peter Holm 用非常个人化的视角，概述了他构建并应用于 FreeBSD 内核的工具，而该工具实际上适用于任何软件。

本月的最后一篇文章探讨较为流行的分布式协调系统 Zookeeper，相信你会读得津津有味。作者 Steven Kreuzer 不仅使用 Zookeeper，还维护着 FreeBSD Ports 系统中对应的 Port。

2016 年的《期刊》将推出对 FreeBSD 社区成员的访谈。Dru Lavigne 是《期刊》编辑委员会成员，也是《期刊》历史专栏和日历专栏的作者，她将采访 Allan Jude——后者最近与人合著了一本关于 ZFS 的书。这一年里，我们将陆续呈现对更多社区成员的访谈，了解是什么吸引他们来到 FreeBSD，以及他们从项目中获得了什么、又回馈了什么。

也别错过本期的信息专栏，其中包括 Simon Gerraty 撰写的一篇新书评，评的是 Joseph Kong 所著的《FreeBSD 设备驱动程序开发》——写给无畏者的指南。

新年伊始的这期，我们迎来《期刊》的新专栏作者。Steven Kreuzer 从 Glen Barber 手中接过 SVN 动态专栏——随着 FreeBSD 11.0 的临近，Glen 需要更多时间处理发行工程任务。Glen 加入我们是一件乐事，感谢他两年来贡献的精彩专栏，接力棒交到 Steven 手中，我们相信他也会做得非常出色。

最后，我们通常不会在《期刊》中剧透，但有件事实在太令人激动，不得不提醒读者：今年晚些时候，我们将专门为 FreeBSD 11 推出一整期特刊——FreeBSD 11 是计划于今年夏天发布的最新版本。我们不会把特刊将包含的所有文章和盘托出，但希望大家密切关注这次新版本，当然也关注随后推出的《期刊》特刊。

此致敬礼，

**George Neville-Neil**

代表 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/20160102-xing-neng-tiao-you/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.
