From 00be03afa6e2c9801e27cae441c3ab42de6f5f6c Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Fri, 8 May 2026 23:18:36 -0700 Subject: [PATCH] Add Antonio to the Security Team --- src/blog/directory.conf | 8 -------- src/directory.conf | 8 ++++++++ src/foundation/directory.conf | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/blog/directory.conf b/src/blog/directory.conf index cb3e91f0..ca84f719 100644 --- a/src/blog/directory.conf +++ b/src/blog/directory.conf @@ -74,14 +74,6 @@ annettebieniusa { bio: "Annette is a lecturer and senior researcher at the Technische Universität Kaiserslautern. Her research interests include semantics of concurrent and distributed programming, with a focus on replication, synchronization, and how they are reflected on programming language level. Annette was involved in several national and international research projects, most recently the in the EU-Projects “SyncFree: Large-scale Computation without Synchronization” and “Lightkone: Lightweight computation for networks at the edge“." } -antoniojimeneznieto { - name: "Antonio Jimenez" - pronouns: "he/him" - avatar: "https://scaladays.org/assets/img/2025/speakers/antonio-jimenez.jpg" - github: antoniojimeneznieto - bio: "Hi, my name is Antonio. I'm originally from Spain and currently work full-time as software engineer using Scala in Switzerland. I've been using Scala for 5 years, ever since discovering the language during a functional programming course at EPFL. I participated in Google Summer of Code as a student, working on Cats Effect's new I/O integrated runtime leveraging io_uring. Today, I remain actively involved in the project as a co-mentor." -} - battermann { name: "Leif Battermann" avatar: "https://github.com/battermann.png" diff --git a/src/directory.conf b/src/directory.conf index 6ae92ac4..ce2426c3 100644 --- a/src/directory.conf +++ b/src/directory.conf @@ -107,6 +107,14 @@ rossabaker { mastodon: "https://social.rossabaker.com/@ross" } +antoniojimeneznieto { + name: "Antonio Jimenez" + pronouns: "he/him" + avatar: "https://scaladays.org/assets/img/2025/speakers/antonio-jimenez.jpg" + github: antoniojimeneznieto + bio: "Hi, my name is Antonio. I'm originally from Spain and currently work full-time as software engineer using Scala in Switzerland. I've been using Scala for 5 years, ever since discovering the language during a functional programming course at EPFL. I participated in Google Summer of Code as a student, working on Cats Effect's new I/O integrated runtime leveraging io_uring. Today, I remain actively involved in the project as a co-mentor." +} + # sponsors spotify { diff --git a/src/foundation/directory.conf b/src/foundation/directory.conf index 84883674..d9d08c7c 100644 --- a/src/foundation/directory.conf +++ b/src/foundation/directory.conf @@ -2,4 +2,4 @@ board: [${armanbilge}, ${djspiewak}, ${jducoeur}, ${valencik}] staff: [${armanbilge}] tsc: [${armanbilge}, ${lukajcb}, ${samspills}, ${mpilquist}, ${djspiewak}, ${jducoeur}, ${valencik}] coc: [${armanbilge}, ${hkateu}, ${samspills}, ${satabin}, ${valencik}] -security: [${rossabaker}, ${armanbilge}, ${bpholt}] +security: [${rossabaker}, ${armanbilge}, ${bpholt}, ${antoniojimeneznieto}]