Suffix

FOSDEM

My takeaways from FOSDEM 2024.

FOSDEM is a name that resonates with open-source enthusiasts worldwide. This massive conference, boasting over 8,000 attendees and 800+ talks, is a true staple in the open-source world. So, per tradition, it was held at the ULB in Brussels, a convenient bike ride away. I had no reason to miss out.

FOSDEM is free, jam-packed with informative talks, and this year, the dedicated Ruby devroom made its return. Top it off with catching up with old friends and my wife attending for the first time it was a no-brainer.

But even the best experiences have room for improvement.

  • Full rooms. FOSDEM’s rooms, with only a few auditoria, reach capacity swiftly, leading to closed doors—a frequent occurrence. Venturing between talks becomes a gamble, potentially leaving you shut out of the next one. Settling in a room with the highest density of your interests seems the optimal strategy, albeit at the cost of missing other appealing talks. This space crunch is a familiar FOSDEM hurdle, and solutions aren’t easy. A venue with larger rooms would do the trick, but securing free infrastructure for 8,000+ attendees sounds like a challenge.
  • No mandatory COVID-19 measures. Some people chose to skip the conference due to safety concerns in packed rooms, and let’s be honest, mask usage wasn’t as widespread as it could have been. It’s difficult not to draw a connection back to the first issue. Would a mandatory mask policy have addressed these concerns? It’s hard to say. All presentations are live-streamed, which may help a little, but I do understand the real solution will require more effort.
  • Representation Matters: In 2024, the tech world still leans heavily male, and the hacker community is no exception. While the organizers made an effort to include diverse keynote speakers, the devrooms and attendees largely reflected a different reality. My wife, on the other hand, noted the diverse attendance compared to the trade shows she often frequents, a hopeful sign!

Honorable mention to Sojourner, once again proving itself as the ideal PWA for planning my FOSDEM schedule. Throughout the conference, it served as my go-to tool for navigating the event and checking room availability, saving time and ensuring I didn’t miss any desired presentations.

Talks Attended

  1. The best `case` scenario by Sandjiv

    My first talk of the conference and a strong one to open with. Although Sandjiv mentioned feeling nervous, his delivery was flawless. The presentation was engaging, and I picked up some valuable new techniques. I’m definitely going to investigate pattern matching in Ruby further, and his suggestion to start with the simpler cases first seems wise.

  2. A front-end journey back to Rails by Kevin Vanzandberghe

    I share Kevin’s love for Ruby on Rails, but I often shy away from “modern” UI choices as they involve switching from Ruby to JavaScript, which disrupts my workflow. Kevin presented some elegant alternatives using components, interactivity, suspense, inline forms, confirmation dialogs, and live updates. He covered the material a bit quickly for my preference, so I’ll explore these techniques further on my own. Luckily Kevin prepared a nice list of resources.

  3. Timestamping with opentimestamps by Timothy M. Redaelli

    While OpenTimestamps has piqued my interest for several years, I have yet to find an opportunity to integrate it into my dayjob. Though Timothy’s presentation didn’t offer much new information since I’ve dabbled with OpenTimestamps before, it served as a welcome reminder.

  4. The wold of Passkeys by Helio Cola

    I keep hearing that passkeys are the future and will replace passwords, but I still don’t quite understand them. Are passkeys only considered passkeys if they’re synced? How can I sync them without trusting a 3th party with my private keys? What about Yubikeys, are they passkeys? If passkey authentication fails and the relaying party falls back on passwords, doesn’t that mean passwords will still be around? So many questions that Helio’s talk, unfortunately, didn’t cover. The Ruby gem he mentioned offers a chance to explore, though.

  5. Backtracie and the quest for prettier Ruby backtraces by Ivo Anjo

    While Ivo’s talk delved into Ruby’s internals beyond my understanding, his enthusiastic and engaging presentation was infectious. I gleaned some insights into Ruby’s inner workings and was impressed by his inventive approach to unravel Ruby’s internals.

  6. Power profiling my entire house with the Firefox Profiler by Florian Quèze

    Florian’s presentation captured the true FOSDEM magic. His project, hacking together power monitoring during late-night sessions with a sleeping newborn, resonated with me. Only to uncover that his router is a greater energy hog than his chest freezer. His creative use of the Firefox profiler was a nice touch.

  7. Beyond passwords: secure authentication with passkeys by Remy Bertot

    Compared to Helio’s talk (reviewed earlier), Remy’s presentation on passkeys resonated more with me. He balanced enthusiasm for their potential benefits with a realistic analysis of the challenges passkeys face. Both talks delved into the semantics of “passkeys as true 2FA,” which felt more relevant for compliance than anything else. Personally, I couldn’t care less. If you’re seeking a balanced introduction to passkeys, watch Remy’s talk! One only wishes passkeys were supported in Firefox on Linux…

  8. [Clients] aerc, an email client for the discerning hacker by Robin Jarry

    I’ve always contemplated switching to a terminal-based email client, but attempts with mutt haven’t quite clicked. While aerc initially piqued my interest, it eventually slipped my mind. Robin’s presentation rekindled my curiosity. I learned that Drew DeVault passed the torch, and Robin is now actively developing aerc. Perhaps I will give aerc a better look this time?

  9. DAPNET: Bringing pagers back to the 21st Century by Manoel Casquilho

    Not only am I old enough to remember pagers from my first job, but I’m old enough to qualify as an OM! I had no idea pagers were still commercially available today. I learned about DAPNET, an active amateur pager network, and it blew my mind! Adding a node and using a pager today sounds like a ton of fun. Kudos to Manoel for sharing your knowledge and sparking my curiosity!

  10. Passwordless authentication in the GUI by Iker Pedrosa

    Iker’s presentation explored alternative authentication mechanisms for the GNOME login screen. While the concept was certainly intriguing, my expectation was focused on passkey integration for website logins rather than GNOME itself, my bad.

  11. [StructuredEmail] Structured Vaction Notices and Structured Email for Roundcube by Hans-Jörg Happel

    While the topic overlapped with the following presentation, both Hans-Jörg’s talk on structured emails and the subsequent one could have benefited from being combined into a longer session. Previously aware of KDE’s efforts in semantic email extraction, I learned the possibility of embedding JSON-LD snippets within emails. This simple approach allows adding metadata to transactional emails, enabling better understanding by e-mail clients. For instance, Hans-Jörg imagined how inserting a snippet with your “out-of-office” period could inform recipients and avoid scheduling conflicts. I’ll certainly implementing structured formats in our transactional emails.

  12. [StructuedEmail] When is my flight? - Semantic data extraction in KMail and Nextcloud Mail by Volker Krause

    Following Hans-Jörg’s presentation on structured emails, Volker delved into the specific challenges faced by KDE Itinerary when parsing non-structured emails, such as those containing PDF attachments.

Looking Ahead

FOSDEM remains a magical experience for open-source enthusiasts, and 2024 was no different. To all volunteers: you are the backbone of the event, a huge thank you for all your hard work! See you all in 2025!