I was at the "Fabrik" yesterday and listened to Regener, Pappik, and Busch. I liked it, although as a drummer I have a few complaints, but that's just a quirk of mine.


Short posts, images, bookmarks, that aren't detailed enough to be considered a blog post. This is something like my personal timeline.
I was at the "Fabrik" yesterday and listened to Regener, Pappik, and Busch. I liked it, although as a drummer I have a few complaints, but that's just a quirk of mine.


I find the way Adam talks about the topic in the video very likeable and thoughtful; I liked that.
I published an experimental post. Normally, such texts end up in one of my notebooks and stay there, but I'd like to publish non-technical texts more often in the future. There will be separate channels and feeds for these.
It took me a while to work up the courage to publish this text, but here we are.
That's why I like my Kirby setup so much: I wanted to add the recent five episodes of our podcast and the recent five posts of our Sociabli blog to my homepage. And all I had to do was add this to the controller:
$serverSideStories = $site->rssPages('https://konzentrik.de/server-side-stories/feed')->sortBy('date', 'desc')->limit(5);
$sociabli = $site->rssPages('https://sociab.li/blog/feed.xml')->sortBy('date', 'desc')->limit(5);
And then on the front page, use my text-list snippet:
<?php snippet('list/textlist', ['articleList' => $sociabli, 'useLink' => true]); ?>
That's it!
A post of mine just went live on the Sociabli blog, describing how to filter the languages you see. This might be useful for accounts like mine. I write in two languages, German and English. Readers who only speak English might not want to see the German-language posts at all. I explain how this works over there.
Over on the konzentrik blog, we’ve compiled a book list for your vacation. It includes plenty of books that are good to read while traveling or during the current Hamburg "Schietwetter".
One of my favorite benches in the forest around the corner performs a popular Homer Simpson meme this year. Nice to take photos of, not quite so practical for sitting.
We rehearse in the very faaaaaamous bunker, which Olli Schulz always mentions in Fest und Flauschig (German Podcast). Since last night, we seem to have gotten an outdoor toilet some steps away.
What ChatGPT cannot give you is that short moment, when you put down the pen, look at the written words, and have those peaceful seconds of silence in your head.
I just released a hotfix for the Komments plugin you should install asap: