> 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/20160304-jiao-xue/conference-report.md).

# 会议报道：FOSDEM

* 原文：[Conference Report](https://freebsdfoundation.org/wp-content/uploads/2016/04/Conference-Report.pdf)
* 作者：**Rodrigo Osorio**

FOSDEM（<https://fosdem.org>）

FOSDEM 是欧洲主要的大型免费、非商业 FOSS 活动之一，2016 年 1 月 30 日至 31 日周末在比利时布鲁塞尔举办。

每年，该活动吸引超过 5000 名黑客和约 600 场讲座。作为议程的一部分，FOSS 项目可以申请开发者房间（devroom）。BSD devroom 在周日举行，我负责该 devroom 的组织工作。今年周六还组织了一场 FreeBSD devsummit。

FOSDEM 正式于周五下午在 Delirium 咖啡馆的“啤酒活动”中拉开帷幕。由于此处通常人满为患，在周围某家酒吧里碰头更为方便。这一夜，布鲁塞尔变成一座神奇城市，你可以在每个街角意外遇见数百名软件开发者，共饮一杯啤酒。

FreeBSD devsummit 在布鲁塞尔市中心举行，靠近中央车站和“大广场”。最热门的话题是为 base 和 Ports 实现可复现构建的工作（<https://wiki.freebsd.org/ReproducibleBuilds>）。下午，部分与会者移步 FOSDEM 会场，听 gnn@ 谈论网络基准测试。

周六也安排了晚宴。我们和 devsummit 与会者在布鲁塞尔一家优雅餐厅共进晚餐，餐厅位于欧洲最古老的玻璃拱廊商业街之一。

周日是最长的一天。devroom 负责人必须在早上 8 点到达，领取录制设备，搬到 devroom，把所有东西接好，并在 9 点前准备好运作。所幸周六的同仁已把最重的设备留在房间里，今年 FOSDEM 视频团队还为我们做好了布线。

讲座从早上 9 点开始，到下午 5 点左右结束，每场讲座之间有 5 分钟休息。所有讲座都十分精彩，BSD devroom 场次座无虚席。一些值得关注的演讲包括：

* EdgeBSD 项目讲座在开场举行，结果成为唯一一场与 NetBSD 相关的讲座。
* Allan Jude 的 ZFS 讲座在开始前就迫使我们挂出“满座”的牌子，许多人只能站着听讲。
* 来自 Haiku 项目的 François Revol 是唯一的非 BSD 演讲者，但他讨论了 BSD 代码和概念如何改进 Haiku 项目。

我要感谢所有帮助和支持 BSD devroom 组织工作的人，尤其是 Roger Pau Monné、Marius Nuennerich 和 Baptiste Daroussin。

希望明年我们能看到同样高质量的讲座、更多 BSD 项目的多样性，并有可能举办为期两天的 devroom。

***

**Rodrigo Osorio** 是 Satcom1（一家航空卫星服务提供商）的软件工程师。他自 2014 年起成为 FreeBSD Ports 提交者，是长期的 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/20160304-jiao-xue/conference-report.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.
