<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Meta on Roland Huß</title><link>https://ro14nd.de/tags/meta/</link><description>Recent content in Meta on Roland Huß</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Roland Huß</copyright><lastBuildDate>Sat, 04 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ro14nd.de/tags/meta/index.xml" rel="self" type="application/rss+xml"/><item><title>Blog winter is over</title><link>https://ro14nd.de/blog-winter-is-over/</link><pubDate>Sat, 04 Apr 2026 00:00:00 +0000</pubDate><guid>https://ro14nd.de/blog-winter-is-over/</guid><description>&lt;p&gt;The last post on this blog was about &lt;a href="https://github.com/GoogleContainerTools/jib" target="_blank" rel="noreferrer"&gt;Jib&lt;/a&gt;, Google&amp;rsquo;s daemonless Java image builder. That was July 2018. Almost eight years ago. Anybody remember when that was the latest hotness?&lt;/p&gt;
&lt;p&gt;Before that, I wrote about Docker when Docker was still exciting and built a &lt;a href="https://ro14nd.de/kubernetes-on-raspberry-pi3/" &gt;Kubernetes cluster on Raspberry Pi 3&lt;/a&gt; nodes when that was still a weekend adventure. I spent way too many words on Jolokia and JMX. 27 posts between 2010 and 2018, then silence. If you&amp;rsquo;ve been reading tech blogs long enough, you know how that goes.&lt;/p&gt;
&lt;p&gt;So what breaks eight years of silence?&lt;/p&gt;

&lt;h2 class="relative group"&gt;Why the silence
 &lt;div id="why-the-silence" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#why-the-silence" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;There&amp;rsquo;s no dramatic story here, no burnout or life crisis.
I just stopped at some point because my writing energy went elsewhere.
I co-authored &lt;a href="https://learning.oreilly.com/library/view/kubernetes-patterns-2nd/9781098131678/" target="_blank" rel="noreferrer"&gt;Kubernetes Patterns&lt;/a&gt; with Bilgin Ibryam (first edition in 2019, second in 2023). More recently, I finished &lt;a href="https://learning.oreilly.com/library/view/generative-ai-on/9781098171919/" target="_blank" rel="noreferrer"&gt;Generative AI on Kubernetes&lt;/a&gt; with Daniele Zonca in 2026.&lt;/p&gt;
&lt;img src="https://ro14nd.de/images/blog-winter-is-over/books-k8s-patterns-genai.png" alt="Kubernetes Patterns and Generative AI on Kubernetes" style="max-width: 350px; margin: 1em auto; display: block;" /&gt;
&lt;p&gt;Writing books is a strange experience.
You pour months into a manuscript, and when it ships, you&amp;rsquo;re proud and drained at the same time.
But once the last book was out in March 2026, something shifted. The pressure was gone, the gap between having something to say and sitting down to write it started closing, and I wanted to write shorter, more opinionated pieces again.&lt;/p&gt;

&lt;h2 class="relative group"&gt;What changed
 &lt;div id="what-changed" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#what-changed" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;The tech world of 2026 looks nothing like 2018. AI-first engineering isn&amp;rsquo;t a conference buzzword anymore. It&amp;rsquo;s how I work every day. The way I write code, design systems, and think about developer experience has shifted more in the last year than in the decade before. Last month I scaffolded a complete operator in two days that would have taken two weeks in 2018, and most of my work was writing the specification, not the code.&lt;/p&gt;
&lt;p&gt;Context engineering became something I care about deeply. Not in the abstract &amp;ldquo;prompt engineering&amp;rdquo; sense, but in the practical &amp;ldquo;how do you structure specifications so that AI agents produce useful output&amp;rdquo; sense. I&amp;rsquo;ve been deep into Spec Driven Development, particularly &lt;a href="https://github.com/github/spec-kit" target="_blank" rel="noreferrer"&gt;spec-kit&lt;/a&gt; from GitHub. I have opinions about it, even as the whole field is still taking shape.&lt;/p&gt;
&lt;p&gt;When you find yourself explaining the same ideas in conversations, Slack threads, and pull request descriptions over and over again, that&amp;rsquo;s usually a sign you should write them down properly.&lt;/p&gt;

&lt;h2 class="relative group"&gt;What&amp;rsquo;s coming
 &lt;div id="whats-coming" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#whats-coming" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;The topic I keep coming back to is &lt;strong&gt;context engineering and Spec Driven Development&lt;/strong&gt;: how I structure specifications for agentic coding workflows, what works, what fails, and why the &amp;ldquo;just give it a prompt&amp;rdquo; approach misses the point. This will probably be a recurring theme, because the field is moving fast and there&amp;rsquo;s a lot to figure out in public.&lt;/p&gt;
&lt;p&gt;Close behind is &lt;strong&gt;AgentOps on Kubernetes&lt;/strong&gt;. Running agentic workloads on Kubernetes and OpenShift is a different beast than classic web services. Agents are unpredictable, long-running, and resource-hungry. They talk to the outside world in ways that make security teams nervous. I&amp;rsquo;m ramping up on this topic professionally, figuring out how to operate these workloads in a secure and scalable way. Expect posts about the particular demands of AI agents and why your existing Deployment patterns won&amp;rsquo;t cut it.&lt;/p&gt;
&lt;p&gt;Beyond those two, expect posts about AI-first engineering in daily practice (the surprising wins, the things that still don&amp;rsquo;t work), agentic coding projects and tools, the home K3s cluster that&amp;rsquo;s been running on five Raspberry Pi 4 nodes for over five years, book-adjacent Kubernetes patterns, and whatever else catches my attention.&lt;/p&gt;

&lt;h2 class="relative group"&gt;On AI and this blog
 &lt;div id="on-ai-and-this-blog" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#on-ai-and-this-blog" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Since AI changed how I work, it naturally changed how I write too. I use AI tools for ideation, polishing, and managing the publishing workflow. The thinking and the opinions stay mine. Every post carries an &lt;a href="https://aiattribution.github.io" target="_blank" rel="noreferrer"&gt;AI attribution tag&lt;/a&gt; at the bottom so you know exactly what role AI played. I apply the same principle I advocate in the &lt;a href="https://vibe-coding-manifesto.com/" target="_blank" rel="noreferrer"&gt;Responsible Vibe Coding Guide&lt;/a&gt;: use AI as a tool, but own the result. I&amp;rsquo;ll write more about the process in a future post.&lt;/p&gt;

&lt;h2 class="relative group"&gt;Let&amp;rsquo;s see
 &lt;div id="lets-see" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#lets-see" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;I&amp;rsquo;m not going to promise a posting schedule. That kind of commitment didn&amp;rsquo;t work last time, and I see no reason to repeat it. But I have more things to write about now than at any point during the old blog&amp;rsquo;s run. Eight years ago, Jib was the latest hotness. The next post won&amp;rsquo;t take that long.&lt;/p&gt;
&lt;div class="ai-attribution"&gt;
&lt;p&gt;&lt;a href="https://aiattribution.github.io/statements/AIA-HAb-CeNc-Hin-R-?model=Claude%20Opus%204.6-v1.0" target="_blank" rel="noreferrer"&gt;AIA HAb CeNc Hin R Claude Opus 4.6 v1.0&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description></item></channel></rss>