> 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/20200304-wen-jian-xi-tong/conference-report-scale-18x.md).

# 会议报告：SCALE 18x

3 月 4 日，基金会团队成员和 FreeBSD 社区前往加利福尼亚州帕萨迪纳，参加 SCALE 18x 上紧凑的 FreeBSD 系列活动。活动开始，我们开设了一整天的 FreeBSD 入门工作坊，由 FreeBSD 贡献者 Roller Angel 主讲，FreeBSD 安全官 Gordon Tetlow、FreeBSD 基金会创始人兼主席 Justin Gibbs 和我共同协助。尽管当前形势特殊，到场人数依然可观。如果你想找点事做打发时间，我整理了讲义，你在家也能跟着学。

当晚我们举行了一场 BoF，主题是“为什么我选择 FreeBSD”。晚上 8 点开始，一直持续到保洁人员把我们赶走。15 余人到场，了解我们最爱的开源操作系统。为鼓励互动，大家围坐成圈，有问题随时插话。讨论中冒出不少有深度的问题，比如：我们面临哪些挑战？哪些 SoC 最适合 FreeBSD？树莓派 4 会不会得到支持？诸如此类。

我们还在展览大厅设了 FreeBSD 摊位。即便到场人数减少，仍有不少人驻足。我们带了一大瓶洗手液，谁要都给，倒也帮了忙。许多学生过来说工作坊很有收获，有些想转行做技术。我遇到一位数学老师，他想为中学生开动手实践类的工作坊，我很期待和他合作，把他引到某场 BSD 大会上。还有几位好奇如何为项目出力，更有不少人想在自家系统上试试 FreeBSD。

我做了一场演讲——《FreeBSD，另一个类 Unix 操作系统，以及你为什么应该参与》。可惜投影仪放不出我的幻灯片，出了点技术故障。折腾了似乎好几个小时后，我在讲台上找到一根带按钮的线，按下去，奇迹般地一切正常了！

总而言之，SCALE 又一次成为成功的推广活动，吸引更多人使用并参与 FreeBSD。

遗憾的是，对于本行业大多数人来说，SCALE 将是近期最后一场能亲自到场的活动。别担心，我们已经在筹备更多在线教程和操作指南，方便大家尝试 FreeBSD。同时，请先看看现有的操作指南！

***

**DEB GOODKIN** 是 FreeBSD 基金会执行董事。她在基金会工作的第 15 年仍倍感振奋，为勤勉敬业的团队感到自豪。她在数据存储行业从事工程开发、技术销售和技术市场推广超过 20 年。工作之余，她会骑公路车或山地车、跑步、带狗徒步、在科罗拉多滑雪，或者读一本好书。


---

# 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/20200304-wen-jian-xi-tong/conference-report-scale-18x.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.
