> 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/20230708-rong-qi-yu-yun/events-calendar.md).

# 活动日历

* 原文链接：[Events Calendar](https://freebsdfoundation.org/wp-content/uploads/2023/08/JulyAugust_events_calendar.pdf)
* 作者：**Anne Dickison**

截至 2023 年 10 月的 BSD 活动。如发现此处未列出的 FreeBSD 相关活动或 FreeBSD 用户可能感兴趣的活动，请将详情发送至 <freebsd-doc@FreeBSD.org>。

## EuroBSDCon 开发者峰会

2023 年 9 月 14-15 日

葡萄牙科英布拉

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

2023 年 9 月的 FreeBSD 开发者峰会将与 EuroBSDCon 2023 同地举办，地点在葡萄牙科英布拉。本次活动为邀请制。FreeBSD committer 可自行报名，非 committer 须由 committer 担保方可参加。参会者还须参加 EuroBSDCon 2023，才能参与全部开发者峰会活动。

## EuroBSDCon 2023

2023 年 9 月 14-17 日

葡萄牙科英布拉

EuroBSDCon 给你难得的机会，了解 BSD 世界的最新动态、见识当代部署案例，并与使用 BSD 相关技术的其他用户和公司面对面交流。FreeBSD 基金会很荣幸成为银级赞助商。

## 2023 年 10 月黑客马拉松

2023 年 10 月 4-6 日

挪威奥斯陆

<https://wiki.freebsd.org/Hackathon/202310>

FreeBSD 黑客马拉松将于 2023 年 10 月 4 日至 6 日在挪威奥斯陆举行。本次黑客马拉松的主题是“Ports 与基础设施”。

## All Things Open 2023

2023 年 10 月 15-17 日

美国北卡罗来纳州罗利

<https://2023.allthingsopen.org/>

All Things Open 是美国东海岸规模最大的开源、开放技术和开放网络大会，在全美也位居前列。它定期邀请世界上一些最知名的专家，还有几乎所有主要科技公司。FreeBSD 很荣幸成为今年 All Things Open 的媒体合作伙伴。


---

# 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/20230708-rong-qi-yu-yun/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.
