From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.31.40]) by sourceware.org (Postfix) with ESMTPS id CE5F43858C3A; Mon, 20 Nov 2023 09:00:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CE5F43858C3A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=schwinge.name Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=schwinge.name ARC-Filter: OpenARC Filter v1.0.0 sourceware.org CE5F43858C3A Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=80.67.31.40 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700470830; cv=none; b=UdmxJ0THA9S+wSIRFpTi1UDCS2DjoVLyxsNbnQZbwuA9y+ShCeFGBffqccWfVk2pwZ5J3kfABpMPtuvT5M4/T2Ha/M7xOESAT4AW10geiBV2hyDBl4UFx43cuo3KuB+RnkxcJuJ722PZ/HjBao6Nz1hLcPGHOGj/EVSvRkJnZzA= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700470830; c=relaxed/simple; bh=FUu5PEFr/mmBYQZrdE5ddBj7l6k9vPVRF0lkgAjjmIo=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=t5PBceudVNuIdDUykQSk6LrWrAxzHxAtK4WYTJxrvD5NbuXFtXbte7ri3zt/zs8vNT3EZlbigl7cUEkiBZK2OZVdulyWkwtKW+HDYRYZT+9Xt6eM1+JXmMLIMTwtKYYN+FjogPKwhmw2OhiP6s+D7Yv1qedAmIYajLtowC584pg= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from [93.210.54.129] (helo=euler.schwinge.homeip.net) by smtprelay02.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96.1) (envelope-from ) id 1r508n-00074F-2H; Mon, 20 Nov 2023 10:00:25 +0100 Received: (nullmailer pid 3587219 invoked by uid 1000); Mon, 20 Nov 2023 09:00:24 -0000 From: Thomas Schwinge To: gcc-patches@gcc.gnu.org Cc: gcc@gcc.gnu.org, David Malcolm , Gerald Pfeifer Subject: GCC developer room at FOSDEM 2024: Call for Participation open In-Reply-To: <36fadb0549c3dca716eb3b923d66a11be2c67a61.camel@redhat.com> References: <36fadb0549c3dca716eb3b923d66a11be2c67a61.camel@redhat.com> User-Agent: Notmuch/0.29.3+94~g74c3f1b (https://notmuchmail.org) Emacs/28.2 (x86_64-pc-linux-gnu) Date: Mon, 20 Nov 2023 10:00:21 +0100 Message-ID: <87a5r8kdei.fsf@euler.schwinge.homeip.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Df-Sender: b3V0Z29pbmdAc2Nod2luZ2UubmFtZQ== X-Spam-Status: No, score=-62.9 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,KAM_SHORT,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi! On 2023-11-10T18:20:55-0500, David Malcolm wrote: > We're excited to announce that GCC will have a developer room at the > upcoming FOSDEM 2024, in Brussels, Belgium: Now also announcing the devroom/CfP on , "News"; pushed commit 1825b255beb7d7edca775c401222ad2cb41ea193 "GCC developer room at FOSDEM 2024: Call for Participation open" to wwwdocs master branch, see attached. Gr=C3=BC=C3=9Fe Thomas > https://fosdem.org/2024/ > > This email is a Call for Presentations about GCC for the developer > room. > > Important Dates: > > 1st December 2023 Submission deadline > 8th December 2023 Acceptance notifications > 15th December 2023 Final Schedule announcement > 3rd-4th February 2024 FOSDEM! > > ## CFP Introduction > > This devroom is geared towards both users of GCC and developers of GCC, > and of closely related toolchain components (binutils, glibc, newlib, > for example). > > The goal of the devroom is for GCC developers to get in touch with each > other, and with users of GCC, to have (we hope) productive discussions > about it, to help people get involved in development, and to have fun. > > The format of the expected presentations will cover a range that > includes: > > * technical presentations > * tutorials > * lightning talks > * demos > > Typically presentation slots are 25 minutes, with 15 minutes > recommended for presentations, and 10 minutes for Q&A. > Lightning talks are 5 minutes each. > > ### What is FOSDEM? > > **FOSDEM is a free event for software developers to meet, share ideas > and collaborate.** > > Every year, thousands of developers of free and open source software > from all over the world gather at the event in Brussels. > > FOSDEM 2024 will take place on Saturday 3 and Sunday 4 February 2024. > It will be an in-person event at the **ULB Solbosch Campus, Brussels, > Belgium, Europe.** > If you aren't there, you can watch the live streams from the main > tracks and developer rooms. > > ### Important stuff: > > - FOSDEM is free to attend. There is no registration. > - [FOSDEM website](https://fosdem.org/) > - [FOSDEM code of conduct](https://fosdem.org/2024/practical/conduct/) > - [FOSDEM Schedule](https://fosdem.org/2024/schedule/) > > ### Desirable topics: > > * Technical presentations, such as discusion of GCC internals > * Talks for users of GCC, such as presentation of new features > * Tutorials (e.g. on GCC usage, or on getting involved in > GCC development) > * Lightning talks > * Demos > > ### Topic overlap > > There are over 50 developer rooms this year, and multiple main tracks, > so there may be overlap with some other events. > If the topic would fit more than one devroom, you are free to choose > which to submit to, but we encourage you to consider the focus of the > talk, and see which devroom is best matched. > > Full list of devrooms > [here](https://fosdem.org/2024/news/2023-11-08-devrooms-announced/). > > ### How to submit your proposal > > To submit a talk, please visit the [FOSDEM 2024 Pretalx > website](https://pretalx.fosdem.org/fosdem-2024/cfp). > > Click **Submit a proposal**. Make sure you choose the "GCC" devroom in > the track drop-down menu (so that we see it rather than another > devroom's organisers) > > ### What should be in your submission > > - name > - short bio > - contact info > - title > - abstract (what you're going talk about, supports markdown) > > Your abstract should indicate expected prior knowledge / intended > audience, to help FOSDEM attendees choose between sessions. > > Optional: > > - submission notes (for the organiser only, not made public) > - description (more detail description, supports markdown) > - session image (if you have an illustration to go with the talk) > - additional speaker/s (if more than one person presenting) > > Afterwards, click "Continue". > The second page will include fields for: > > - Extra materials for reviewers (optional, for organisers only) > - Additional information about the speaker (optional). > - Resources to be used during the talk > > All presentations will be recorded and made available under Creative > Commons licenses. In the Submission notes field, please indicate that > you agree that your presentation will be licensed under the CC-By-SA- > 4.0 or CC-By-4.0 license and that you agree to have your presentation > recorded. > > For example: > > "If my presentation is accepted for FOSDEM, I hereby agree to > license all recordings, slides, and other associated materials > under the Creative Commons Attribution Share-Alike 4.0 International=C2= =A0 > License. > > Sincerely, > > ." > > Once you've completed the required sections, submit and we'll get back > to you soon! > > ### Things to be aware of > > * The reference time will be Brussels local lime (CET) > > * If you're not able to attend the talk in-person, live stream links > will be available on the FOSDEM schedule page: > . > * FOSDEM Matrix channels are specific to each devroom, > the general link is: > * FOSDEM 2024 FAQ: > > ### Contact > > If you have any question about this devroom, please send a message to > gcc-devroom-manager at fosdem dot org. > > Organizers of the devroom can also be reached on IRC at > irc://irc.oftc.net/#gcc; see https://gcc.gnu.org/wiki/GCConIRC > > ### Program Committee > > * David Malcolm (dmalcolm at redhat dot com) > * Thomas Schwinge (tschwinge at googlemail dot com) --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-GCC-developer-room-at-FOSDEM-2024-Call-for-Participa.patch >From 1825b255beb7d7edca775c401222ad2cb41ea193 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 20 Nov 2023 09:53:57 +0100 Subject: [PATCH] GCC developer room at FOSDEM 2024: Call for Participation open --- htdocs/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/index.html b/htdocs/index.html index feecf37a..f6a6bd38 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -55,6 +55,10 @@ mission statement.

News

+
GCC developer room at FOSDEM 2024: Call for Participation open + [2023-11-20]
+
FOSDEM 2024: Brussels, Belgium, February 3-4 2024
+
GNU Tools Cauldron 2023 [2023-09-05]
Cambridge, United Kingdom, September 22-24 2023
-- 2.40.1 --=-=-=--