> 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/20140910-ke-xue-xi-tong-yu-freebsd/foundation-letter.md).

# 基金会来信

* 原文标题：Foundation Letter — Letter from the Board
* 作者：**FreeBSD 期刊编辑委员会**

“不要保留！”

几周前，FreeBSD 期刊编辑委员会部分成员参加了在保加利亚索菲亚举办的 EuroBSDcon 2014（9 月 27 日与 28 日）。与会者不仅知道或订阅了 FreeBSD 期刊，还提出了一些很棒的新文章创意，其中几位甚至主动请缨撰写，这让我们十分欣慰。

我想大家都认同，一本没有新鲜、相关内容的杂志会相当枯燥。我们这本专注 FreeBSD 的杂志概念，在发展相对早期的阶段便引来了源源不断的投稿，这不仅是对已为杂志撰稿的作者的肯定，也说明我们正在制作的内容足够独特、有趣，足以吸引人们为其写作。

如果你一直在阅读本杂志，应该知道我们非常重视写作质量。你所习惯的高质量一方面来自原创作品，另一方面也归功于杂志出色的编辑和设计团队。编辑和设计师与所有作者合作，将他们的文字、代码示例、配套插图和文章版面打磨到最佳状态。这些文章不仅在编辑层面顶尖，外观也十分精美。如果你有文章建议，或自己的大纲、摘要，甚至是完整的文章草稿认为适合本杂志，请联系我们（<editorial@freebsdjournal.com>），编辑委员会将予以审阅。

回到 EuroBSDcon——本期杂志包含 Daniel Peyrolón 撰写的简要会议报告。Daniel 是 2014 年谷歌编程之夏（GSoC）学生，他为未能参会的人带来会议的见闻。你还会读到杂志的每月固定专栏：Ports 报告（Frederic Culot 撰写）、SVN 动态（Glen Barber 撰写），以及 Dru Lavigne 的 FreeBSD 本月动态和活动日历。

本期杂志收录了多样化的精彩文章，从 FreeBSD 的最新调试器（LLDB），到 FreeBSD 在科研中的应用，再到 ULE 调度器的内部机制，以及一篇关于 PF 包过滤器的文章。

我们正在筹备下一期（11–12 月），这是 2014 年的最后一期，同时也忙着规划 2015 年。如前所述，我们想知道你想读什么，所以不要保留！

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/20140910-ke-xue-xi-tong-yu-freebsd/foundation-letter.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.
