> 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/20230910-port-yu-ruan-jian-bao/events-calendar.md).

# 活动日历

* 原文链接：[Events Calendar](https://freebsdfoundation.org/our-work/journal/browser-based-edition/13099/events-calendar-2/)
* 作者：**Anne Dickison**

截至 2024 年 3 月的 BSD 活动。如发现此处未列出的 FreeBSD 相关活动或对 FreeBSD 用户有益的活动，请将详情发送至 <freebsd-doc@FreeBSD.org>。

## [2023 年 11 月 FreeBSD 供应商峰会](https://freebsdfoundation.org/news-and-events/event-calendar/november-2023-freebsd-vendor-summit/)

2023 年 11 月 2-3 日

美国加州圣何塞

这场峰会为商业 FreeBSD 用户提供了难得的机会，让他们能与开发者和贡献者面对面交流，推动所需特性落地、解决疑难问题、满足各类需求，并就操作系统的改进与增强展开讨论。报名现已开放。议程包括来自 NetApp、Netflix、ARM 等公司的演讲！立即报名！

## [FOSDEM 2024](https://fosdem.org/2024/)

比利时布鲁塞尔

FOSDEM 是一场由志愿者组织的为期两天的活动，旨在推广自由和开源软件的广泛应用。活动于 2024 年 2 月 3-4 日举行，为开源与自由软件开发者提供交流、分享想法和协作的场所。该活动以高度开发者导向著称，汇聚了来自世界各地的 8000 余名开发者。

## [SCALE 21X](https://www.socallinuxexpo.org/scale/21x)

美国加州帕萨迪纳

SCaLE 是北美规模最大的社区主办开源与自由软件大会，每年在大洛杉矶地区举办。Drew Gurkowski 也会在大会期间主持一场 FreeBSD 工作坊。


---

# 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/20230910-port-yu-ruan-jian-bao/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.
