<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>workflow on jwogrady</title>
		<link>https://www.jwogrady.com/tags/workflow/</link>
		<description>Recent content in workflow on jwogrady</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Mon, 21 Sep 2026 11:00:00 -0500</lastBuildDate>
		
			<atom:link href="https://www.jwogrady.com/tags/workflow/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Evidence Storytelling</title>
				<link>https://www.jwogrady.com/posts/evidence-storytelling/</link>
				<pubDate>Mon, 21 Sep 2026 11:00:00 -0500</pubDate>
				<guid>https://www.jwogrady.com/posts/evidence-storytelling/</guid>
				<description>&lt;p&gt;If you run a business and you have ever thought &lt;em&gt;we should really be writing&#xA;about this&lt;/em&gt;, and then not written about it for eight months —&lt;/p&gt;&#xA;&lt;p&gt;this one&amp;rsquo;s for you. I&amp;rsquo;ve been you. I&amp;rsquo;m partly still you.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s the thing I want to put a name to, because we built it this week and&#xA;it works: &lt;strong&gt;Evidence Storytelling.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-problem-stated-plainly&#34;&gt;The problem, stated plainly&lt;/h2&gt;&#xA;&lt;p&gt;Every business is told to produce content. Every business owner knows why&#xA;they don&amp;rsquo;t.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Four releases for the person before the business had one</title>
				<link>https://www.jwogrady.com/posts/personal-brand-first/</link>
				<pubDate>Mon, 21 Sep 2026 10:45:00 -0500</pubDate>
				<guid>https://www.jwogrady.com/posts/personal-brand-first/</guid>
				<description>&lt;p&gt;If you have ever gone back to something you wrote a few weeks ago about your&#xA;own plan, and found it describing a plan you no longer have —&lt;/p&gt;&#xA;&lt;p&gt;yes. That one. Let&amp;rsquo;s talk about that.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-i-would-have-told-you-yesterday&#34;&gt;What I would have told you yesterday&lt;/h2&gt;&#xA;&lt;p&gt;I have two Hugo themes. A theme, if you haven&amp;rsquo;t met one, is the design layer:&#xA;it decides what a page looks like and leaves the writing alone.&lt;/p&gt;</description>
			</item>
			<item>
				<title>A screenshot tool for a machine with no screenshot tool</title>
				<link>https://www.jwogrady.com/posts/screenshots-that-fit/</link>
				<pubDate>Sun, 20 Sep 2026 18:58:00 -0500</pubDate>
				<guid>https://www.jwogrady.com/posts/screenshots-that-fit/</guid>
				<description>&lt;p&gt;Sixteen entries in and not one of them has shown anything. Every finding today&#xA;has been &lt;em&gt;described&lt;/em&gt; — a byte count, a directory listing, a config block&#xA;retyped into a fenced code block. That&amp;rsquo;s fine for a number and useless for a&#xA;layout, and it means I&amp;rsquo;ve been asking the reader to trust the retyping.&lt;/p&gt;&#xA;&lt;p&gt;So I went looking for a screenshot tool and found that this box doesn&amp;rsquo;t have&#xA;one. Not chromium, not playwright, not imagemagick, not scrot, not even&#xA;Pillow. WSL here is a compiler and a text editor&amp;rsquo;s remote end, and nothing&#xA;else.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Four editor defaults that are right for code and wrong for prose</title>
				<link>https://www.jwogrady.com/posts/zed-for-prose/</link>
				<pubDate>Sun, 20 Sep 2026 16:33:00 -0500</pubDate>
				<guid>https://www.jwogrady.com/posts/zed-for-prose/</guid>
				<description>&lt;p&gt;Zed&amp;rsquo;s defaults are tuned for code, which is the right call and leaves four of&#xA;them wrong for what I&amp;rsquo;m actually doing in here.&lt;/p&gt;&#xA;&lt;p&gt;Autosave, for reasons recorded an entry ago and not worth reliving.&lt;/p&gt;&#xA;&lt;p&gt;Soft wrap to &lt;code&gt;editor_width&lt;/code&gt; — markdown has no line length, and a horizontal&#xA;scrollbar inside a paragraph is a problem I inflicted on myself.&lt;/p&gt;&#xA;&lt;p&gt;The third one is the one I&amp;rsquo;d never have guessed. &lt;strong&gt;Turn trailing-whitespace&#xA;stripping off for markdown.&lt;/strong&gt; Two trailing spaces is a hard line break; strip&#xA;them on save and the editor silently rewrites your text, and the diff shows&#xA;nothing wrong because whitespace is invisible. A formatter that is correct for&#xA;every other filetype quietly corrupts this one.&lt;/p&gt;</description>
			</item>
			<item>
				<title>The image was fine. The page had nowhere to be.</title>
				<link>https://www.jwogrady.com/posts/no-theme-no-layouts/</link>
				<pubDate>Sun, 20 Sep 2026 16:05:00 -0500</pubDate>
				<guid>https://www.jwogrady.com/posts/no-theme-no-layouts/</guid>
				<description>&lt;p&gt;Two things were true at once and I couldn&amp;rsquo;t make them fit together.&lt;/p&gt;&#xA;&lt;p&gt;The build was publishing my image to &lt;code&gt;public/&lt;/code&gt;. The build was &lt;em&gt;not&lt;/em&gt; publishing&#xA;&lt;code&gt;public/first-try/index.html&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I assumed one of those had to be a lie, and spent a while looking for which.&#xA;Neither was. The asset pipeline and the page renderer don&amp;rsquo;t know about each&#xA;other — a shortcode calling &lt;code&gt;resources.Get&lt;/code&gt; emits its image whether or not any&#xA;page renders successfully. So the image being served proved the shortcode&#xA;worked and proved precisely nothing about the page.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Day one: the stack, and why each piece earns its place</title>
				<link>https://www.jwogrady.com/posts/day-one-the-stack/</link>
				<pubDate>Sun, 20 Sep 2026 15:40:00 -0500</pubDate>
				<guid>https://www.jwogrady.com/posts/day-one-the-stack/</guid>
				<description>&lt;p&gt;I&amp;rsquo;m writing this one before I&amp;rsquo;ve built anything, which is deliberate. The&#xA;things that are about to cost me an hour will be obvious and unmemorable in a&#xA;week, and obvious-and-unmemorable is exactly the knowledge I keep having to&#xA;buy twice.&lt;/p&gt;&#xA;&lt;p&gt;So: notes while I&amp;rsquo;m inside it, not a tidy retrospective afterwards.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-stack&#34;&gt;The stack&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;Hugo&lt;/strong&gt;, because the build is one binary. No Node toolchain underneath it,&#xA;nothing to &lt;code&gt;npm install&lt;/code&gt;, nothing to rot in six months when I come back to&#xA;this.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
