<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>codefinger</title>
		<description>blog</description>		
		<link>http://jkutner.github.io</link>
		<atom:link href="http://jkutner.github.io/feed.xml" rel="self" type="application/rss+xml" />
		
			<item>
				<title>Vibin’ in the Rain</title>
				        
				
					<description>&lt;p&gt;The best movie about AI disruption might be a 1952 musical.&lt;/p&gt;
</description>
				
				<pubDate>Mon, 09 Mar 2026 12:00:00 +0000</pubDate>
				<link>http://jkutner.github.io/2026/03/09/vibin-in-the-rain.html</link>
				<guid isPermaLink="true">http://jkutner.github.io/2026/03/09/vibin-in-the-rain.html</guid>
			</item>
		
			<item>
				<title>In Support of Fat Images</title>
				        
				
					<description>&lt;p&gt;The cloud native community has developed an almost religious devotion to slim container images. The reasoning seems sound enough: fewer packages mean a smaller attack surface, which translates to better security. But like most orthodoxies, this one deserves some scrutiny. What if our collective obsession with minimal images is causing us to overlook certain benefits of fatter images?&lt;/p&gt;

</description>
				
				<pubDate>Wed, 19 Nov 2025 11:08:12 +0000</pubDate>
				<link>http://jkutner.github.io/2025/11/19/in-support-of-fat-images.html</link>
				<guid isPermaLink="true">http://jkutner.github.io/2025/11/19/in-support-of-fat-images.html</guid>
			</item>
		
			<item>
				<title>Using Github Actions to Run Buildpacks</title>
				        
				
					<description>&lt;p&gt;In my &lt;a href=&quot;https://jkutner.github.io/2025/09/24/inline-buildpacks.html&quot;&gt;previous post&lt;/a&gt;, I showed you how to create an inline buildpack that live directly in your application repository. We created a Python buildpack that bundles &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;uv&lt;/code&gt; for dependency installation, eliminating the need to maintain a separate buildpack repository.&lt;/p&gt;

</description>
				
				<pubDate>Thu, 13 Nov 2025 16:39:00 +0000</pubDate>
				<link>http://jkutner.github.io/2025/11/13/github-actions-to-run-pack.html</link>
				<guid isPermaLink="true">http://jkutner.github.io/2025/11/13/github-actions-to-run-pack.html</guid>
			</item>
		
			<item>
				<title>Open Source Sustainability in a Bad Economy</title>
				        
				
					<description>&lt;p&gt;Do you know who’s maintaining your critical open source infrastructure? That project with a fancy logo could be one corporate re-org away from disaster.&lt;/p&gt;
</description>
				
				<pubDate>Thu, 13 Nov 2025 11:49:01 +0000</pubDate>
				<link>http://jkutner.github.io/2025/11/13/open-source-community.html</link>
				<guid isPermaLink="true">http://jkutner.github.io/2025/11/13/open-source-community.html</guid>
			</item>
		
			<item>
				<title>Inline Buildpacks: Creating Docker Images the Easy Way</title>
				        
				
					<description>&lt;p&gt;Using buildpacks can be as easy as dropping a &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;project.toml&lt;/code&gt; into your app, and adding some custom build logic. But unlike a &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Dockerfile&lt;/code&gt;, the resulting image can benefit from powerful features like &lt;a href=&quot;https://buildpacks.io/docs/for-app-developers/concepts/rebase/&quot;&gt;rebase&lt;/a&gt; and advanced caching.&lt;/p&gt;

</description>
				
				<pubDate>Wed, 24 Sep 2025 09:41:00 +0000</pubDate>
				<link>http://jkutner.github.io/2025/09/24/inline-buildpacks.html</link>
				<guid isPermaLink="true">http://jkutner.github.io/2025/09/24/inline-buildpacks.html</guid>
			</item>
		
			<item>
				<title>Creating Elevated User Experiences</title>
				        
				
					<description>&lt;p&gt;A well developed experience lifts users up, enabling them to do more, see more, and be more.&lt;/p&gt;
</description>
				
				<pubDate>Wed, 07 May 2025 19:42:01 +0000</pubDate>
				<link>http://jkutner.github.io/2025/05/07/elevated-ux.html</link>
				<guid isPermaLink="true">http://jkutner.github.io/2025/05/07/elevated-ux.html</guid>
			</item>
		
			<item>
				<title>The Happiest Platform on Earth: What the Cloud Can Learn from Disney World</title>
				        
				
					<description>&lt;p&gt;We can add a little magic to our cloud platforms by learning from the techniques Disney’s Imagineers use.&lt;/p&gt;
</description>
				
				<pubDate>Thu, 09 Dec 2021 09:42:01 +0000</pubDate>
				<link>http://jkutner.github.io/2021/12/09/happiest-platform-on-earth.html</link>
				<guid isPermaLink="true">http://jkutner.github.io/2021/12/09/happiest-platform-on-earth.html</guid>
			</item>
		
			<item>
				<title>Meet Developers Where They Are</title>
				        
				
					<description>&lt;p&gt;The key to removing the friction in a developer experience is meeting developers where they are, which we can do by following just a few rules as we design our software tools.&lt;/p&gt;
</description>
				
				<pubDate>Wed, 01 Dec 2021 09:42:01 +0000</pubDate>
				<link>http://jkutner.github.io/2021/12/01/meet-developers-where-they-are.html</link>
				<guid isPermaLink="true">http://jkutner.github.io/2021/12/01/meet-developers-where-they-are.html</guid>
			</item>
		
			<item>
				<title>Write a Good Dockerfile in 0 Steps</title>
				        
				
					<description>&lt;p&gt;If you already have the &lt;a href=&quot;https://buildpacks.io/docs/tools/pack/&quot;&gt;Pack CLI&lt;/a&gt; installed, you can create a Docker image for any Java, Node.js, Python, or Ruby app (without a &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Dockerfile&lt;/code&gt;) by running:&lt;/p&gt;

</description>
				
				<pubDate>Wed, 28 Apr 2021 07:07:54 +0000</pubDate>
				<link>http://jkutner.github.io/2021/04/28/write-good-dockerfile-zero-steps.html</link>
				<guid isPermaLink="true">http://jkutner.github.io/2021/04/28/write-good-dockerfile-zero-steps.html</guid>
			</item>
		
			<item>
				<title>Write a Good Dockerfile in 19 &apos;Easy&apos; Steps</title>
				        
				
					<description>&lt;p&gt;(update: also see my post on &lt;a href=&quot;https://jkutner.github.io/2021/04/28/write-good-dockerfile-zero-steps.html&quot;&gt;Writing a Good Dockerfile in 0 Steps&lt;/a&gt;)&lt;/p&gt;

</description>
				
				<pubDate>Mon, 26 Apr 2021 09:42:01 +0000</pubDate>
				<link>http://jkutner.github.io/2021/04/26/write-good-dockerfile.html</link>
				<guid isPermaLink="true">http://jkutner.github.io/2021/04/26/write-good-dockerfile.html</guid>
			</item>
		
	</channel>
</rss>
