> 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/2017-0910-freebsd-vs-linux/new-faces-of-freebsd.md).

# FreeBSD 新面孔

* 原文：[New Faces of FreeBSD](https://freebsdfoundation.org/wp-content/uploads/2017/10/New-Faces-of-FreeBSD.pdf)
* 作者：DRU LAVIGNE

本栏目旨在聚焦介绍近期获得提交权限的贡献者，并将他们介绍给 FreeBSD 社区。本月聚焦的是 Matt Joras，他在 7 月获得了 src 提交权限。

**请简单介绍一下你自己、你的背景和兴趣。**

我毕业于伊利诺伊大学香槟分校，获计算机科学与物理学双学士学位。毕业后一直在 Isilon 的网络团队工作，主要处理 FreeBSD 网络协议栈。我对内核的许多领域都感兴趣，长期目标是改进或引入新的同步原语到 FreeBSD。我也在笔记本和工作站上运行 FreeBSD，因此有切身动力去改善整体使用体验。我认为特别重要的几个领域包括 WiFi 协议栈、DRM 驱动的 Linux 兼容层，以及笔记本 ACPI。软件之外，我喜欢徒步、听播客、关注政治、读奇幻/科幻小说、看漫画、囤数据、观鸟，还参与我伴侣喜欢的各种爱好（最近是狗狗敏捷赛）。

**自从加入 FreeBSD 项目以来，你的体验如何？对希望也成为 FreeBSD 提交者的读者有什么建议？**

大家都很热情！总体来说，大家对沟通响应积极，不过有些东西很难得到评审，或者很难就最佳修复方式达成共识。我非常幸运，受雇于使用 FreeBSD 并有意让这个操作系统变得更好的公司。如果不是这样，我会很难觉得自己懂得足够多、能做出贡献。话虽如此，我认为参与其中的最佳方式是尽可能多地在自己的计算环境中使用 FreeBSD——可以是你的服务器、笔记本，任何地方。这一体验完全可用，但你必然会遇到 bug 和可以改进的地方。你可以按常规方式研究相关领域，在社区中找到合适的人寻求反馈（通常通过邮件列表或 PR），然后开发你的改进。如果你做得足够多，大概会有人注意到你，并建议你成为提交者。

**你是如何第一次了解到 FreeBSD 的？FreeBSD 的什么吸引了你？**

我从十几岁运行 Linux、广泛接触更大的开源社区时起，就知道 BSD 系列了。我一直对 GNU 风格的许可证持怀疑态度，认为 BSD 提供了更实际的自由。

**你是如何成为提交者的？**

自从十几岁开始主要使用开源软件以来，为开源项目做贡献就是我一直想做的事。那时我缺乏韧性、信心和足够的专业能力去做出有意义的贡献（至少我当时这么觉得）。自从我放弃成为物理学家的梦想、决定以软件为业后，我的理想一直是全职为开源做贡献。我在 Isilon 的工作虽不完全是开源工作，但它正式把我引入 FreeBSD，让我能在其上做工作。我钦佩身边许多已是社区成员的同事，也渴望成为其中一员。

***

**DRU LAVIGNE** 是 FreeBSD 项目的文档提交者，BSD 认证小组主席。


---

# 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/2017-0910-freebsd-vs-linux/new-faces-of-freebsd.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.
