> 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/events-calendar.md).

# 活动日历

* 原文：[Events Calendar](https://freebsdfoundation.org/our-work/journal/browser-based-edition/performance-tuning/)
* 作者：**Dru Lavigne**

截至 2016 年 4 月。以下 BSD 相关会议将于 2016 年 3 月和 4 月举行。这些活动的更多信息，以及本地用户组会议，可在 <[www.bsdevents.org](http://www.bsdevents.org)> 查询。

## AsiaBSDCon

3 月 10–13 日

日本东京

<https://2016.asiabsdcon.org/>

这是面向基于 BSD 的系统用户和开发者的年度 BSD 技术大会。会议为期数天，提供多场研讨会、演讲、开发者峰会，并提供参加 BSDA 认证考试的机会（可选英语或日语）。本次活动需要报名注册。

## Hackathon

4 月 22–24 日

德国埃森

<https://wiki.freebsd.org/DevSummit/201604>

第二届年度 Hackathon 与 DevSummit 将在埃森的 LinuxHotel 举行。活动向 FreeBSD 提交者和贡献者开放。食宿收取少量费用。

## LinuxFest NorthWest

4 月 23 日和 24 日

华盛顿州贝灵厄姆

<http://linuxfestnorthwest.org/2016>

这是该年度社区型会议的第 17 个年头。活动免费参加，展区总是至少设有一个 BSD 展位，并至少有一场 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/20160102-xing-neng-tiao-you/events-calendar.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.
