From a084ef7d2d060cb769010bb534a56516574fb709 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Tue, 16 Jun 2026 13:52:45 +0530 Subject: [PATCH] Add DevConf.CZ 2026 talk to events page Links to the Reveal.js slides at /talks/devconf-2026/ and the pretalx event page. --- src/data/events.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/data/events.json b/src/data/events.json index b6c4d75..5d3a0b0 100644 --- a/src/data/events.json +++ b/src/data/events.json @@ -1,4 +1,22 @@ [ + { + "name": "DevConf.CZ 2026", + "date": "2026-06-18", + "location": "Brno, Czech Republic", + "role": "speaker", + "talk": "Lost in Transliteration: Why strlen(\"Dvořák\") Returns 8", + "description": "A deep dive into character encoding, Unicode, and how glibc's iconv handles text conversion internally — from the ASCII era through code pages to the gconv pipeline.", + "links": [ + { + "label": "Slides", + "url": "/talks/devconf-2026/" + }, + { + "label": "Event Page", + "url": "https://pretalx.devconf.info/devconf-cz-2026/talk/review/JVY7TPFMDDAPWUKHAPDH3MDKVZUXLDEW" + } + ] + }, { "name": "Opportunity Open Source Conference 2024", "date": "2024-08-25",