{title}
Published on {publishState}
--- import Layout from '../../../../layouts/Layout.astro' import Footer from '../../../../components/Footer.astro' const title = `My FOSDEM talk video is out` const description = `` let publishedOn = `` const publishDate = `2025-02-11` const publishState = `` const content = `
The video recording for my talk about Elk at the Social Web FOSDEM is out:
👉 https://fosdem.org/2025/schedule/event/fosdem-2025-5049-elk-a-nimble-client-for-mastodon/
As of writing, the audio still not synced, but I was informed that it might get fixed after a reencode pass thingy.
(Just squint your eyes for now, or if you get annoyed check again later)
See my blog post on this talk.
` publishedOn = publishedOn === '' ? publishDate : publishedOn ---Published on {publishState}