<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ben lowery</title>
	<atom:link href="http://blowery.org/feed/" rel="self" type="application/rss+xml" />
	<link>https://blowery.org</link>
	<description>tags and text since 1994</description>
	<lastBuildDate>Sun, 31 May 2026 00:35:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://blowery.org/wp-content/uploads/2014/10/Screen-Shot-2014-10-29-at-3.48.39-PM-545144dd_site_icon-32x32.png</url>
	<title>ben lowery</title>
	<link>https://blowery.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<atom:link rel='hub' href='https://blowery.org/?pushpress=hub'/>
	<item>
		<title>Wedge your clay</title>
		<link>https://blowery.org/2026/05/30/wedge-your-clay/</link>
					<comments>https://blowery.org/2026/05/30/wedge-your-clay/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Sun, 31 May 2026 00:32:52 +0000</pubDate>
				<category><![CDATA[Pottery]]></category>
		<category><![CDATA[Work]]></category>
		<guid isPermaLink="false">https://blowery.org/?p=2041</guid>

					<description><![CDATA[I took up pottery six months ago, and the first thing they make you do isn’t throwing. It’s wedging. You take your lump of clay and knead it — press, fold, turn, again, fifty times — until the air bubbles are gone and the density is even all the way through. There’s no pot at [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I took up pottery six months ago, and the first thing they make you do isn’t throwing. It’s wedging. You take your lump of clay and knead it — press, fold, turn, again, fifty times — until the air bubbles are gone and the density is even all the way through. There’s no pot at the end of it. It’s just the clay, but smooth, consistent, and ready.</p>



<p class="wp-block-paragraph">Skip it and here’s what happens. A trapped air bubble expands in the kiln and blows your pot apart, sometimes taking the neighbors’ pots with it. Uneven clay won’t center, and clay that won’t center can’t be thrown. The whole thing is decided before you’ve done the part most folks would call pottery.</p>



<p class="wp-block-paragraph">I had a lesson recently where I couldn’t pull my walls up — they kept going lopsided and thin in the wrong places. I figured it was my hands. My mentor watched for about ten seconds and traced it all the way back to my centering. The walls were never the problem, my prep was. </p>



<p class="wp-block-paragraph">I think about this constantly at work now.</p>



<p class="wp-block-paragraph">Start with the data model. Get the shape right and features practically fall out for free — the structure already saw them coming. Get it wrong and you spend the project writing adapters to apologize for a decision you made before you understood the problem. The clay was uneven. The walls pull crooked no matter how good your hands are.</p>



<p class="wp-block-paragraph">Same with the names I pick on day one — they outlive everything. <code>processData</code> becomes a junk drawer. My utils folder is still load-bearing three years later and nobody dares touch it. None of this hurts immediately. It waits until the code is spinning fast, then throws it off-center.</p>



<p class="wp-block-paragraph">And same with all the boring setup. Linting, types, a test suite that runs fast and stays green. It ships to nobody, and it decides whether the next thousand commits are pleasant or a slog.</p>



<p class="wp-block-paragraph">No user has ever seen my data model. Most of my coworkers won’t either. The people who notice this work are the other practitioners — the ones who’ve been throwing long enough to watch ten seconds of wobble and tell you it started at the bottom. The masters can see your wedging in your walls.</p>



<p class="wp-block-paragraph">So wedge your clay.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blowery.org/2026/05/30/wedge-your-clay/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>936 days</title>
		<link>https://blowery.org/2026/05/28/936-days/</link>
					<comments>https://blowery.org/2026/05/28/936-days/?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Fri, 29 May 2026 01:30:46 +0000</pubDate>
				<category><![CDATA[Etc]]></category>
		<guid isPermaLink="false">https://blowery.org/?p=2036</guid>

					<description><![CDATA[This blog spent the last few years running on Ubuntu 16.04. It had 936 days of uptime when I finally worked up the nerve to touch it. The disk was 97% full, MySQL was 5.7, and there was a copy of WordPress old enough to be embarrassing for someone who works where I work. So [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">This blog spent the last few years running on Ubuntu 16.04. It had 936 days of uptime when I finally worked up the nerve to touch it. The disk was 97% full, MySQL was 5.7, and there was a copy of WordPress old enough to be embarrassing for someone who works where I work.</p>



<p class="wp-block-paragraph">So I dragged it up to 24.04 — in place, without taking the site down. Five LTS releases, MySQL 8, PHP 8.3, WordPress 7, all in one very long evening.</p>



<p class="wp-block-paragraph">The fun part was finding out what&#8217;s been quietly running on here for a decade: a Mumble server, an Icecast stream, a Squid proxy, an OpenVPN server with certs from 2013, and a Java 6 install from 2010. Hello, old friends. And goodbye.</p>



<p class="wp-block-paragraph">The less fun part was the box refusing to boot at all for a while — turns out Xen won&#8217;t load a modern compressed kernel — and a leftover package from 2016 deleting the database&#8217;s log directory right out from under it. Both survivable, because the very first thing I did was take backups. Always take the backups.</p>



<p class="wp-block-paragraph">Anyway. It&#8217;s 2026 in here now. There&#8217;s even an <a href="/bingo/">AI bingo board</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blowery.org/2026/05/28/936-days/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Wash yo hands</title>
		<link>https://blowery.org/2020/03/09/wash-yo-hands/</link>
		
		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Mon, 09 Mar 2020 19:31:05 +0000</pubDate>
				<category><![CDATA[Etc]]></category>
		<guid isPermaLink="false">https://blowery.org/?p=2006</guid>

					<description><![CDATA[Thanks washyourlyrics.com!]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image alignwide size-large"><img fetchpriority="high" decoding="async" width="870" height="1221" src="https://i2.wp.com/blowery.org/wp-content/uploads/2020/03/2586274773734522880.png?fit=580%2C814&amp;ssl=1" alt="" class="wp-image-2007" srcset="https://blowery.org/wp-content/uploads/2020/03/2586274773734522880.png 870w, https://blowery.org/wp-content/uploads/2020/03/2586274773734522880-570x800.png 570w, https://blowery.org/wp-content/uploads/2020/03/2586274773734522880-730x1024.png 730w, https://blowery.org/wp-content/uploads/2020/03/2586274773734522880-107x150.png 107w, https://blowery.org/wp-content/uploads/2020/03/2586274773734522880-768x1078.png 768w" sizes="(max-width: 870px) 100vw, 870px" /></figure>



<p class="wp-block-paragraph">Thanks <a href="https://washyourlyrics.com">washyourlyrics.com</a>!</p>



<p class="wp-block-paragraph"></p>



<figure class="wp-block-image alignwide size-large"><img decoding="async" width="870" height="1221" src="https://i1.wp.com/blowery.org/wp-content/uploads/2020/03/2586157015424303104.png?fit=580%2C814&amp;ssl=1" alt="" class="wp-image-2009" srcset="https://blowery.org/wp-content/uploads/2020/03/2586157015424303104.png 870w, https://blowery.org/wp-content/uploads/2020/03/2586157015424303104-570x800.png 570w, https://blowery.org/wp-content/uploads/2020/03/2586157015424303104-730x1024.png 730w, https://blowery.org/wp-content/uploads/2020/03/2586157015424303104-107x150.png 107w, https://blowery.org/wp-content/uploads/2020/03/2586157015424303104-768x1078.png 768w" sizes="(max-width: 870px) 100vw, 870px" /></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Welcome to 2020</title>
		<link>https://blowery.org/2019/11/13/welcome-to-2020/</link>
					<comments>https://blowery.org/2019/11/13/welcome-to-2020/?noamp=mobile#comments</comments>
		
		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Wed, 13 Nov 2019 23:28:33 +0000</pubDate>
				<category><![CDATA[Etc]]></category>
		<guid isPermaLink="false">https://blowery.org/?p=2001</guid>

					<description><![CDATA[Congrats to everyone involved in getting WordPress 5.3 with the new default 2020 theme out to the world.]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Congrats to everyone involved in getting <a href="https://wordpress.org/news/2019/11/kirk/">WordPress 5.3 with the new default 2020 theme</a> out to the world. </p>



<figure class="wp-block-image size-large"><img decoding="async" width="800" height="201" src="https://blowery.org/wp-content/uploads/2019/11/divider-800x201.png" alt="" class="wp-image-2003" srcset="https://blowery.org/wp-content/uploads/2019/11/divider-800x201.png 800w, https://blowery.org/wp-content/uploads/2019/11/divider-640x161.png 640w, https://blowery.org/wp-content/uploads/2019/11/divider-150x38.png 150w, https://blowery.org/wp-content/uploads/2019/11/divider-768x193.png 768w, https://blowery.org/wp-content/uploads/2019/11/divider-1200x302.png 1200w, https://blowery.org/wp-content/uploads/2019/11/divider.png 1264w" sizes="(max-width: 800px) 100vw, 800px" /></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://blowery.org/2019/11/13/welcome-to-2020/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>50 is the new 40</title>
		<link>https://blowery.org/2018/12/06/50-is-the-new-40/</link>
		
		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Thu, 06 Dec 2018 18:50:15 +0000</pubDate>
				<category><![CDATA[Etc]]></category>
		<guid isPermaLink="false">https://blowery.org/?p=1919</guid>

					<description><![CDATA[Or at least 5.0 is the new 4.0? Congrats to all my coworkers and friends on making it to WordPress 5.0 release day!]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Or at least 5.0 is the new 4.0?</p>



<p class="wp-block-paragraph">Congrats to all my coworkers and friends on making it to <a href="https://wordpress.org/news/2018/12/bebo/">WordPress 5.0 release day</a>!</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Tropes: Feats of Strength</title>
		<link>https://blowery.org/2018/07/17/tropes-feats-of-strength/</link>
		
		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Tue, 17 Jul 2018 15:49:28 +0000</pubDate>
				<category><![CDATA[Etc]]></category>
		<guid isPermaLink="false">https://blowery.org/?p=1802</guid>

					<description><![CDATA[Compare and]]></description>
										<content:encoded><![CDATA[<p>Compare</p>
<p><iframe loading="lazy" title="Dune (7/9) Movie CLIP - The Weirding Way (1984) HD" width="580" height="326" src="https://www.youtube.com/embed/TQeP6GWU0e4?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>and</p>
<p><iframe loading="lazy" title="Napoleon Dynamite - Nupont fiber-woven Bowls" width="580" height="435" src="https://www.youtube.com/embed/3-cXK0OaeB0?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>where in the world</title>
		<link>https://blowery.org/2018/06/28/where-in-the-world/</link>
		
		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Thu, 28 Jun 2018 17:25:53 +0000</pubDate>
				<category><![CDATA[Etc]]></category>
		<guid isPermaLink="false">https://blowery.org/?p=1786</guid>

					<description><![CDATA[is ben]]></description>
										<content:encoded><![CDATA[<p>is ben</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Gutenpost</title>
		<link>https://blowery.org/2018/05/17/gutenpost/</link>
		
		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Thu, 17 May 2018 20:24:22 +0000</pubDate>
				<category><![CDATA[Etc]]></category>
		<guid isPermaLink="false">https://blowery.org/?p=1773</guid>

					<description><![CDATA[This is a first post using the new Gutenberg editor in WordPress.&#160; It&#8217;s pretty great me]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image alignfull"><img loading="lazy" decoding="async" width="1024" height="768" src="https://blowery.org/wp-content/uploads/2014/08/Minnesota-corn-20030826.jpg" alt="" class="wp-image-1541" srcset="https://blowery.org/wp-content/uploads/2014/08/Minnesota-corn-20030826.jpg 1024w, https://blowery.org/wp-content/uploads/2014/08/Minnesota-corn-20030826-150x112.jpg 150w, https://blowery.org/wp-content/uploads/2014/08/Minnesota-corn-20030826-640x480.jpg 640w, https://blowery.org/wp-content/uploads/2014/08/Minnesota-corn-20030826-800x600.jpg 800w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">This is a first post using the new Gutenberg editor in WordPress.&nbsp;</p>



<figure class="wp-block-pullquote alignnone"><blockquote><p>It&#8217;s pretty great</p><cite>me</cite></blockquote></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Set Phasers to Stun</title>
		<link>https://blowery.org/2018/02/12/set-phasers-to-stun/</link>
		
		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Mon, 12 Feb 2018 15:28:03 +0000</pubDate>
				<category><![CDATA[Etc]]></category>
		<guid isPermaLink="false">https://blowery.org/?p=1764</guid>

					<description><![CDATA[Recently frozen lake ice has some interesting properties: it looks completely black and makes some interesting sounds when you skate over it. Swedish mathematician MÃ¥rten Ajne is a black ice skating enthusiast and he demonstrates his technique in this National Geographic video. Youâ€™ll want to turn up the sound or use headphonesâ€¦ via The wonderful [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><iframe loading="lazy" title="Hear the Otherworldly Sounds of Skating on Thin Ice | National Geographic" width="580" height="326" src="https://www.youtube.com/embed/v3O9vNi-dkA?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<blockquote><p>Recently frozen lake ice has some interesting properties: it looks completely black and makes some interesting sounds when you skate over it. Swedish mathematician MÃ¥rten Ajne is a black ice skating enthusiast and he demonstrates his technique in this National Geographic video. Youâ€<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />ll want to turn up the sound or use headphonesâ€¦</p></blockquote>
<p>via <a href="https://kottke.org/18/02/the-wonderful-sounds-of-black-ice-skating">The wonderful sounds of black ice skating â€” kottke.org</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>micro.blog&#8217;ing</title>
		<link>https://blowery.org/2018/02/02/micro-bloging/</link>
		
		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Fri, 02 Feb 2018 15:34:24 +0000</pubDate>
				<category><![CDATA[Etc]]></category>
		<guid isPermaLink="false">https://blowery.org/?p=1758</guid>

					<description><![CDATA[We could be excused for thinking that Micro.blog is like App.net â€” a Twitter alternative greeted with enthusiasm but that eventually closed. Itâ€™s not the same thing, though, and Iâ€™ll explain why. Micro.blog is not an alternative silo: instead, itâ€™s what you build when you believe that the web itself is the great social network. [&#8230;]]]></description>
										<content:encoded><![CDATA[<blockquote><p>We could be excused for thinking that <a href="https://micro.blog/">Micro.blog</a> is like App.net â€” a Twitter alternative greeted with enthusiasm but that eventually closed. Itâ€<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />s not the same thing, though, and Iâ€<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />ll explain why. Micro.blog is not an alternative silo: instead, itâ€<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />s what you build when you believe that the web itself is the great social network.</p></blockquote>
<p>â€“ fromÂ <a href="http://inessential.com/2018/02/01/why_micro_blog_is_not_another_app_net">Why Micro.blog is Not Another App.net @ inessential.com</a></p>
<p>I&#8217;m adding the <a href="https://wordpress.org/plugins/webmention/">Webmention</a> plugin here to see how it flies.</p>
<p>I&#8217;m <a href="https://micro.blog/blowery">blowery</a>Â on micro.blog.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
