<?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>Spudart</title>
	<atom:link href="https://www.spudart.org/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.spudart.org/</link>
	<description>The blog &#38; webcomic filled with thoughtful fun</description>
	<lastBuildDate>Tue, 07 Jul 2026 21:55:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Obsidian users: How to keep your vault on Dropbox, but keep the images outside Dropbox</title>
		<link>https://www.spudart.org/blog/images-outside-obsidian-valut/</link>
					<comments>https://www.spudart.org/blog/images-outside-obsidian-valut/#respond</comments>
		
		<dc:creator><![CDATA[Matt Maldre]]></dc:creator>
		<pubDate>Thu, 09 Jul 2026 09:46:00 +0000</pubDate>
				<category><![CDATA[Notepad]]></category>
		<guid isPermaLink="false">https://www.spudart.org/?p=23098</guid>

					<description><![CDATA[<p>For years I used Evernote to capture my ideas. But the cost got way too high $250/year! Wow. I moved all my Evernote notes to markdown format (a tutorial that I need to write). I keep control of my files, not some other company. And markdown is free. Markdown is a plain text format that [&#8230;]</p>
<p>The post <a href="https://www.spudart.org/blog/images-outside-obsidian-valut/">Obsidian users: How to keep your vault on Dropbox, but keep the images outside Dropbox</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">For years I used Evernote to capture my ideas. But the cost got way too high $250/year! Wow.</p>



<p class="wp-block-paragraph">I moved all my Evernote notes to markdown format (a tutorial that I need to write). I keep control of my files, not some other company. And markdown is free. Markdown is a plain text format that is readable. It&#8217;s not some complicated format that will be unusable years from now. </p>



<p class="wp-block-paragraph">Every day I create a new note to capture my ideas. I keep all these notes in a program called Obsidian (also free). It gives me an easy way to search through all my notes.</p>



<p class="wp-block-paragraph">I&#8217;ve been using markdown for my daily notes since 2021. It&#8217;s a system that works for me. I sync my notes via Dropbox, so they&#8217;re available on multiple computers.</p>



<p class="wp-block-paragraph">However, I never bothered with images. I don&#8217;t want to use up storage on Dropbox because it has a cap on how much storage I can use.</p>



<p class="wp-block-paragraph">My notes are all text. If there is a note referring to an image, I just put the filename in there. If I need to reference the file, I would search my hard drive for it. Honestly, that rarely happens.</p>



<p class="wp-block-paragraph">But it would be nice to have the images show in the notes. Obsidian&#8217;s default way of handling this&#8230; if you drag an image into your note, it includes the reference to the image in the note. It saves a copy of the image to your main Obsidian folder (called a vault). That is not going to work for me, because I don&#8217;t want a ton of images building up in my Dropbox.</p>



<p class="wp-block-paragraph">I need my images to be OUTSIDE my Obsidian vault. But that image needs to appear in the note.</p>



<p class="wp-block-paragraph">I came up with a solution. Anytime I put an image in a dedicated folder, it automatically copies the image&#8217;s path. I got into my markdown note, and paste in the path. Boom. The image appears!</p>



<p class="wp-block-paragraph">It involves a bit of AppleScript, so this will work only on Macs.</p>



<h3 class="wp-block-heading">The Setup Steps</h3>



<h4 class="wp-block-heading">1. Create the folder</h4>



<p class="wp-block-paragraph">Set a dedicated folder on your computer that is OUTSIDE your Vault. (Remember, we don&#8217;t want this to be in a Dropbox folder).</p>



<p class="wp-block-paragraph">I keep my folder at: /Users/myusername/Documents/Images-for-Obsidian/202607</p>



<p class="wp-block-paragraph">To make things manageable, I have a folder for every month. That way, I don&#8217;t have a bajillion images in one folder. And over time, if I need to transition the folder off my local hard drive, I can take all the months from one year, and do the work.</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1150" height="825" src="https://www.spudart.org/wp-content/uploads/2026/07/Screenshot-2026-07-07-at-16.45.14-1150x825.png" alt="" class="wp-image-23099" srcset="https://www.spudart.org/wp-content/uploads/2026/07/Screenshot-2026-07-07-at-16.45.14-1150x825.png 1150w, https://www.spudart.org/wp-content/uploads/2026/07/Screenshot-2026-07-07-at-16.45.14-300x215.png 300w, https://www.spudart.org/wp-content/uploads/2026/07/Screenshot-2026-07-07-at-16.45.14-768x551.png 768w, https://www.spudart.org/wp-content/uploads/2026/07/Screenshot-2026-07-07-at-16.45.14-1536x1102.png 1536w, https://www.spudart.org/wp-content/uploads/2026/07/Screenshot-2026-07-07-at-16.45.14-2048x1470.png 2048w, https://www.spudart.org/wp-content/uploads/2026/07/Screenshot-2026-07-07-at-16.45.14-600x431.png 600w" sizes="(max-width: 1150px) 100vw, 1150px" /></figure>



<h4 class="wp-block-heading">2. Create the Script</h4>



<ol class="wp-block-list">
<li>Open the <strong>Script Editor</strong> app on your Mac.</li>



<li>Paste the following AppleScript into the window:</li>
</ol>



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



<pre class="wp-block-code"><code>on adding folder items to this_folder after receiving added_items
    set finalString to ""
    
    repeat with anItem in added_items
        -- Get the POSIX path of the file
        set thePath to POSIX path of anItem
        
        -- Replace spaces with %20
        set {TID, text item delimiters} to {text item delimiters, " "}
        set pathList to text items of thePath
        set text item delimiters to "%20"
        set encodedPath to pathList as string
        set text item delimiters to TID
        
        -- Build the Markdown string
        set theMarkdownLink to "!&#91;](" &amp; "file://" &amp; encodedPath &amp; ")"
        
        -- Append to finalString with a newline if it's not the first item
        if finalString is "" then
            set finalString to theMarkdownLink
        else
            set finalString to finalString &amp; linefeed &amp; theMarkdownLink
        end if
    end repeat
    
    -- Copy to clipboard
    set the clipboard to finalString
    
    -- Confirmation
    display notification "Path(s) copied to clipboard!" with title "Folder Action Complete"
end adding folder items to
</code></pre>



<ol start="3" class="wp-block-list">
<li>Go to <strong>File > Save</strong>.</li>



<li><strong>Crucial:</strong> Save it in the folder: <code>~/Library/Scripts/Folder Action Scripts/</code>. Name it something like &#8220;CopyPathToClipboard.scpt&#8221;.
<ul class="wp-block-list">
<li><em>Tip: If you don&#8217;t see the Library folder in your home directory, hold the <code>Option</code> key while clicking the &#8220;Go&#8221; menu in Finder; &#8220;Library&#8221; will appear.</em><br></li>
</ul>
</li>
</ol>



<h4 class="wp-block-heading">3. Attach the Action to Your Folder</h4>



<ol class="wp-block-list">
<li>In Finder, right-click the folder you want to watch (e.g., your &#8220;External Assets&#8221; folder).</li>



<li>Select <strong>Services > Folder Actions Setup&#8230;</strong></li>



<li>Ensure <strong>Enable Folder Actions</strong> is checked at the top.</li>



<li>In the list on the left, find your folder. If it’s not there, click the <code>+</code> button to add it.</li>



<li>With the folder selected, click the <code>+</code> button in the &#8220;Script&#8221; column on the right.</li>



<li>Select the <strong>CopyPathToClipboard.scpt</strong> you just saved and click <strong>Attach</strong>.</li>
</ol>



<h3 class="wp-block-heading">How to use this workflow</h3>



<ol class="wp-block-list">
<li><strong>Drop</strong> an image file into that specific watched folder.</li>



<li><strong>Wait</strong> a split second. The script will fire automatically in the background.</li>



<li><strong>Go</strong> to your Obsidian note and press <code>Cmd + V</code>. The formatted Markdown link is already waiting on your clipboard.</li>
</ol>



<h3 class="wp-block-heading">Important Caveats</h3>



<ul class="wp-block-list">
<li><strong>Multiple files at a time:</strong> This script is designed to handle multiple images. Since you are dropping files into a folder, the script will trigger immediately upon the file being moved into that folder. If you move 10 photos at once, the <code>finalString</code> variable will accumulate all 10 links, and once the loop completes, it will push the entire block of text to your clipboard at once.<br></li>



<li><strong>The &#8220;Drop&#8221; Delay:</strong> If you are moving a very large volume of files (e.g., 100+), the script may take a few seconds to process. You will know it is finished once you see the notification.<br></li>



<li><strong>Overwriting:</strong> Remember that every time you drop files into this folder, it will <strong>overwrite</strong> whatever was previously on your clipboard. If you need to append to an existing list in your note, paste the previous result first before dropping the next set of files.<br></li>



<li><strong>Testing:</strong> Try dropping just two images first to ensure the line breaks (<code>linefeed</code>) appear exactly how you want them in your Obsidian note.<br></li>
</ul>



<p class="wp-block-paragraph">By using this, you achieve a fully &#8220;passive&#8221; workflow: you simply drop the image(s) into the folder, and the Markdown text is instantly ready to be pasted into your note.</p>
<p>The post <a href="https://www.spudart.org/blog/images-outside-obsidian-valut/">Obsidian users: How to keep your vault on Dropbox, but keep the images outside Dropbox</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spudart.org/blog/images-outside-obsidian-valut/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Introducing the PB&#038;J pancake sandwich</title>
		<link>https://www.spudart.org/blog/pbj-pancake-sandwich/</link>
					<comments>https://www.spudart.org/blog/pbj-pancake-sandwich/#respond</comments>
		
		<dc:creator><![CDATA[Matt Maldre]]></dc:creator>
		<pubDate>Wed, 08 Jul 2026 09:57:00 +0000</pubDate>
				<category><![CDATA[Blog post]]></category>
		<category><![CDATA[Life]]></category>
		<guid isPermaLink="false">https://www.spudart.org/?p=22567</guid>

					<description><![CDATA[<p>A few life lessons from leftover pancakes:<br />
• Order what you like<br />
• Enjoy it<br />
• Save some for later<br />
• Share the good stuff </p>
<p>The post <a href="https://www.spudart.org/blog/pbj-pancake-sandwich/">Introducing the PB&amp;J pancake sandwich</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Here’s a lunch idea for leftover pancakes: turn them into PB&amp;J sandwiches.</p>



<p class="wp-block-paragraph">Last week we went to <a href="https://thehenhouseofwheaton.com/">Hen House in Wheaton</a> for lunch, and I ordered the “Egg Mountain,” mostly because it comes with pancakes on the side. I love their pancakes. The main part of the meal is always so filling that I can save the pancakes and bring them home.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1150" height="863" src="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260608-134314-1400L-70q-1150x863.jpg" alt="close up of Hen House's pancakes" class="wp-image-22571" srcset="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260608-134314-1400L-70q-1150x863.jpg 1150w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260608-134314-1400L-70q-300x225.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260608-134314-1400L-70q-768x576.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260608-134314-1400L-70q-600x450.jpg 600w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260608-134314-1400L-70q.jpg 1400w" sizes="(max-width: 1150px) 100vw, 1150px" /></figure>



<p class="wp-block-paragraph">When pancakes are a side at a brunch restaurant, they tend to feel like a throw-in side. Like, &#8220;I ordered an omelet, and what? You are giving me pancakes too? I didn&#8217;t really order them, but sure, ok.&#8221; Then you are like, &#8220;Oh man, now I got these pancakes.&#8221; </p>



<p class="wp-block-paragraph">But I&#8217;m telling ya, those pancakes can come into good use. </p>



<p class="wp-block-paragraph">By the way, when you’re at a restaurant and having a hard time deciding what to order, do you ever look up photos of the dishes on Yelp? I do that sometimes. I strictly don&#8217;t use my phone when eating with others, but I can&#8217;t resist the urge to see what the food will look like. </p>



<p class="wp-block-paragraph">The name of &#8220;Egg Mountain&#8221; sounded fun. Listen to these ingredients:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Cherry applewood bacon, sausage, ham, onions, peppers, and aged Wisconsin cheddar cheese. All caramelized with 2 broken eggs piled with cubed potatoes mountain high. Served with toast or pancakes.</p>
</blockquote>



<p class="wp-block-paragraph">But after our giant omelet experience at Yolk in Chicago, I wasn’t sure if I wanted another massive egg concoction. So I looked up photos of Hen House’s Egg Mountain on Yelp, and there was <a href="https://www.yelp.com/user_local_photos?userid=6VI8H9VIJ3xI1rIg98fRCA&amp;select=EZbem1ABH2rbsWmgR-YF-A">a photo that looked pretty appealing</a>.</p>



<figure class="wp-block-image size-large"><a href="https://www.yelp.com/user_local_photos?userid=6VI8H9VIJ3xI1rIg98fRCA&amp;select=EZbem1ABH2rbsWmgR-YF-A"><img decoding="async" width="647" height="1150" src="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260617-152637-1400L-70q-647x1150.jpg" alt="Screenshot of Yelp. A photo of Egg Mountain posted by Yelp user Matt Maldre. " class="wp-image-22568" srcset="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260617-152637-1400L-70q-647x1150.jpg 647w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260617-152637-1400L-70q-169x300.jpg 169w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260617-152637-1400L-70q-600x1067.jpg 600w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260617-152637-1400L-70q.jpg 750w" sizes="(max-width: 647px) 100vw, 647px" /></a></figure>



<p class="wp-block-paragraph">Sure, I&#8217;ll order that! </p>



<p class="wp-block-paragraph">Then I looked closer to see who posted it. It was me! Apparently, I had already ordered this exact thing two years ago and completely forgot. My photo even became the primary photo for one of their featured dishes. </p>



<h2 class="wp-block-heading">The invention of the PB&amp;J pancake sandwich</h2>



<p class="wp-block-paragraph">The next day, I pulled out my leftover pancakes for lunch. Normally I put yogurt on pancakes, but I&#8217;d already had yogurt for breakfast. </p>



<p class="wp-block-paragraph">I figured jelly could work instead. That&#8217;s kind of like syrup, right? And if you&#8217;re putting jelly on a pancake, you might as well add peanut butter. And if you&#8217;re doing peanut butter and jelly, you might as well put the two halves together like a sandwich. One pancake is more than enough to make one.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1150" height="863" src="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260609-122023-1400L-70q-1150x863.jpg" alt="Photo of PB&amp;J sandwich at home, using leftover pancakes. The jelly and peanut butter are spread on light. " class="wp-image-22569" srcset="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260609-122023-1400L-70q-1150x863.jpg 1150w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260609-122023-1400L-70q-300x225.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260609-122023-1400L-70q-768x576.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260609-122023-1400L-70q-600x450.jpg 600w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260609-122023-1400L-70q.jpg 1400w" sizes="(max-width: 1150px) 100vw, 1150px" /></figure>



<p class="wp-block-paragraph">The kids were TOTALLY excited, and a little jealous of my new sandwich.</p>



<p class="wp-block-paragraph">The end result? I didn&#8217;t have enough peanut butter and jelly on it. I&#8217;d put on the same amount I&#8217;d use on regular bread. That’s not enough. A pancake demands more. The fluffy thickness of the pancake overpowers the peanut butter and jelly. You need to load it up. Sometimes the thing you’re working with requires more than you first thought. Go all the way and load up on the peanut butter!</p>



<p class="wp-block-paragraph">I saved one pancake for the next day and told the kids they&#8217;d get a PB&amp;J Pancake Sandwich too. They were so amped. They reminded me to put on extra peanut butter and jelly.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1150" height="768" src="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260610-121046-1400L-70q-1150x768.jpg" alt="Photo of PB&amp;J sandwich at home, using leftover pancakes. The jelly and peanut butter are spread on thick. " class="wp-image-22570" srcset="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260610-121046-1400L-70q-1150x768.jpg 1150w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260610-121046-1400L-70q-300x200.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260610-121046-1400L-70q-768x513.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260610-121046-1400L-70q-600x401.jpg 600w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260610-121046-1400L-70q.jpg 1400w" sizes="(max-width: 1150px) 100vw, 1150px" /></figure>



<p class="wp-block-paragraph">See the jelly oozing out the side? That’s the correct ratio. It was a hit with the kids.</p>



<p class="wp-block-paragraph">Now we&#8217;re considering writing a letter to Hen House suggesting they put this on their kids menu. It bridges breakfast and lunch. It&#8217;s totally the perfect brunch sandwich. Kids love PB&amp;J, and kids love pancakes. This combines both. (While they are at it, put it on the regular menu for adults too!)</p>



<p class="wp-block-paragraph">Good things don’t always have to stay in the category where they started. Sometimes breakfast can become lunch, leftovers can become something new, and what seemed like “extra” turns out to be exactly enough.</p>
<p>The post <a href="https://www.spudart.org/blog/pbj-pancake-sandwich/">Introducing the PB&amp;J pancake sandwich</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spudart.org/blog/pbj-pancake-sandwich/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>I made it into another one of Paul Lukas&#8217; articles</title>
		<link>https://www.spudart.org/blog/i-made-it-into-another-one-of-paul-lukas-articles/</link>
					<comments>https://www.spudart.org/blog/i-made-it-into-another-one-of-paul-lukas-articles/#respond</comments>
		
		<dc:creator><![CDATA[Matt Maldre]]></dc:creator>
		<pubDate>Tue, 07 Jul 2026 21:03:41 +0000</pubDate>
				<category><![CDATA[Notepad]]></category>
		<guid isPermaLink="false">https://www.spudart.org/?p=23094</guid>

					<description><![CDATA[<p>Last time, it was about my 2016 Cubs World Series scorecards on Uni-Watch. His post &#8220;The Art of Keeping Score — Literally&#8221; is on archive.org This time, it&#8217;s for my official coin used to settle family disputes. His post &#8220;Your Coin Toss Stories&#8221; uses a clip from my blog post, An official coin for family [&#8230;]</p>
<p>The post <a href="https://www.spudart.org/blog/i-made-it-into-another-one-of-paul-lukas-articles/">I made it into another one of Paul Lukas&#8217; articles</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Last time, it was about my 2016 Cubs World Series scorecards on Uni-Watch. His post &#8220;The Art of Keeping Score — Literally&#8221; is on <a href="https://web.archive.org/web/20170804120451/https://uni-watch.com/2017/07/31/the-art-of-keeping-score-literally/">archive.org</a></p>



<figure class="wp-block-image size-full"><img decoding="async" width="595" height="726" src="https://www.spudart.org/wp-content/uploads/2026/07/Screenshot-2026-07-07-at-15.53.34.jpg" alt="" class="wp-image-23095" srcset="https://www.spudart.org/wp-content/uploads/2026/07/Screenshot-2026-07-07-at-15.53.34.jpg 595w, https://www.spudart.org/wp-content/uploads/2026/07/Screenshot-2026-07-07-at-15.53.34-246x300.jpg 246w" sizes="(max-width: 595px) 100vw, 595px" /></figure>



<p class="wp-block-paragraph">This time, it&#8217;s for my official coin used to settle family disputes. His post &#8220;<a href="https://www.inconspicuous.info/i/204723512/matt-maldre">Your Coin Toss Stories</a>&#8221; uses a clip from my blog post, <a href="https://www.spudart.org/blog/official-coin-for-family-decisions/">An official coin for family decisions</a>.</p>



<figure class="wp-block-image size-full"><a href="https://www.inconspicuous.info/i/204723512/matt-maldre"><img decoding="async" width="795" height="592" src="https://www.spudart.org/wp-content/uploads/2026/07/Screenshot-2026-07-07-at-15.53.01.jpg" alt="" class="wp-image-23096" srcset="https://www.spudart.org/wp-content/uploads/2026/07/Screenshot-2026-07-07-at-15.53.01.jpg 795w, https://www.spudart.org/wp-content/uploads/2026/07/Screenshot-2026-07-07-at-15.53.01-300x223.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/07/Screenshot-2026-07-07-at-15.53.01-768x572.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/07/Screenshot-2026-07-07-at-15.53.01-600x447.jpg 600w" sizes="(max-width: 795px) 100vw, 795px" /></a></figure>



<p class="wp-block-paragraph">Ironically, both of the articles are about the Cubs in the World Series. </p>
<p>The post <a href="https://www.spudart.org/blog/i-made-it-into-another-one-of-paul-lukas-articles/">I made it into another one of Paul Lukas&#8217; articles</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spudart.org/blog/i-made-it-into-another-one-of-paul-lukas-articles/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Pokemon Fuecoco and Dinobot Snarl</title>
		<link>https://www.spudart.org/blog/pokemon-fuecoco-and-dinobot-snarl/</link>
					<comments>https://www.spudart.org/blog/pokemon-fuecoco-and-dinobot-snarl/#respond</comments>
		
		<dc:creator><![CDATA[Matt Maldre]]></dc:creator>
		<pubDate>Fri, 03 Jul 2026 09:40:00 +0000</pubDate>
				<category><![CDATA[Notepad]]></category>
		<category><![CDATA[Toy Pairing]]></category>
		<category><![CDATA[Toys]]></category>
		<guid isPermaLink="false">https://www.spudart.org/?p=23084</guid>

					<description><![CDATA[<p>I’ve been grabbing two random toys from the closet each morning to study their similarities. Dinobot Snarl and Fuecoco. Ancient armored robot vs. modern fire-type monster.</p>
<p>The post <a href="https://www.spudart.org/blog/pokemon-fuecoco-and-dinobot-snarl/">Pokemon Fuecoco and Dinobot Snarl</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img decoding="async" width="1150" height="620" src="https://www.spudart.org/wp-content/uploads/2026/07/photo-20260702-143705-2100L-70q-1-1150x620.jpg" alt="" class="wp-image-23086" srcset="https://www.spudart.org/wp-content/uploads/2026/07/photo-20260702-143705-2100L-70q-1-1150x620.jpg 1150w, https://www.spudart.org/wp-content/uploads/2026/07/photo-20260702-143705-2100L-70q-1-300x162.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/07/photo-20260702-143705-2100L-70q-1-768x414.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/07/photo-20260702-143705-2100L-70q-1-1536x829.jpg 1536w, https://www.spudart.org/wp-content/uploads/2026/07/photo-20260702-143705-2100L-70q-1-2048x1105.jpg 2048w, https://www.spudart.org/wp-content/uploads/2026/07/photo-20260702-143705-2100L-70q-1-600x324.jpg 600w" sizes="(max-width: 1150px) 100vw, 1150px" /></figure>



<p class="wp-block-paragraph">For the past few days, I&#8217;ve been taking two toys at random from my closet and putting them on my desk for the day. Every day I change out the set. Throughout the day, I look at the toys and consider their similarities.</p>



<p class="wp-block-paragraph">Today is: Pokémon Fuecoco and Dinobot Snarl</p>



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



<ul class="wp-block-list">
<li><strong>Prehistoric roots:</strong> Both characters share a common conceptual ancestor in the dinosaur family. Snarl is a robotic Stegosaurus, while Fuecoco is a fire-type creature, kinda like a young theropod.</li>



<li><strong>Armored exteriors:</strong> Visually, both toys have protective-looking physical traits. Snarl possesses the iconic metallic plates along its back, while Fuecoco has a bold, solid, and blocky physique that gives it a sense of built-in durability.</li>



<li><strong>Warm color palette:</strong> They have a nice, strong color harmony. Both figures utilize a vibrant mix of oranges, yellows, and reds.</li>



<li><strong>Sturdy presence:</strong> Despite one being a mechanical warrior and the other a fun monster, both are designed with a &#8220;chunky&#8221; aesthetic that gives them a significant sense of weight.</li>
</ul>



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



<ul class="wp-block-list">
<li><strong>Ancient power vs. modern charm:</strong> Snarl represents the industrial aesthetic of 1980s mechanical beasts, while Fuecoco embodies the clean, rounded, and expressive design language of contemporary Pokémon.</li>



<li><strong>The unlikely guardian:</strong> Snarl looks like a big brother. His imposing armored body watches over the smaller Pokémon.</li>



<li><strong>Tactile textures:</strong> Snarl has hard-plastic mechanical plates. Fuecoco has smooth, organic, and inviting curves.</li>
</ul>
<p>The post <a href="https://www.spudart.org/blog/pokemon-fuecoco-and-dinobot-snarl/">Pokemon Fuecoco and Dinobot Snarl</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spudart.org/blog/pokemon-fuecoco-and-dinobot-snarl/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Destro in front of Squiggle Monster</title>
		<link>https://www.spudart.org/blog/destro-in-front-of-squiggle-monster/</link>
					<comments>https://www.spudart.org/blog/destro-in-front-of-squiggle-monster/#respond</comments>
		
		<dc:creator><![CDATA[Matt Maldre]]></dc:creator>
		<pubDate>Thu, 02 Jul 2026 09:19:00 +0000</pubDate>
				<category><![CDATA[Notepad]]></category>
		<guid isPermaLink="false">https://www.spudart.org/?p=23079</guid>

					<description><![CDATA[<p>The Kodak Charmera keychain camera's real superpower isn't the retro look—it's shooting so low to the ground you get proper worm's-eye-view shots. Case in point: Destro, a hard drive, and a library short story as backdrop. </p>
<p>The post <a href="https://www.spudart.org/blog/destro-in-front-of-squiggle-monster/">Destro in front of Squiggle Monster</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><a href="https://short-edition.com/en/story/childrens/squiggle-monster"><img decoding="async" width="1150" height="863" src="https://www.spudart.org/wp-content/uploads/2026/07/photo-20260701-215024-PICT0081-2100L-70q-1150x863.jpg" alt="" class="wp-image-23080" srcset="https://www.spudart.org/wp-content/uploads/2026/07/photo-20260701-215024-PICT0081-2100L-70q-1150x863.jpg 1150w, https://www.spudart.org/wp-content/uploads/2026/07/photo-20260701-215024-PICT0081-2100L-70q-300x225.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/07/photo-20260701-215024-PICT0081-2100L-70q-768x576.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/07/photo-20260701-215024-PICT0081-2100L-70q-600x450.jpg 600w, https://www.spudart.org/wp-content/uploads/2026/07/photo-20260701-215024-PICT0081-2100L-70q.jpg 1440w" sizes="(max-width: 1150px) 100vw, 1150px" /></a></figure>



<p class="wp-block-paragraph">I love how the Kodak Charmera keychain camera is able to shoot so low to the ground. I think that&#8217;s actually the strongest point of the camera. Sure, it&#8217;s cute. The photos are retro-looking. Those are nice points. But the lens gets so close to the ground, it makes for fun worm&#8217;s-eye-view photos.</p>



<p class="wp-block-paragraph">Today I was playing around with the camera on my desk. I photographed my Destro metal mini-figure. The background was a bit distracting with hard drives stacked on books. So I grabbed the nearest sheet of paper, which happened to be a story from the &#8220;Short Story Dispenser&#8221; from my local library.</p>



<p class="wp-block-paragraph">The story, <a href="https://short-edition.com/en/story/childrens/squiggle-monster" target="_blank" rel="noreferrer noopener">Squiggle Monster</a> by Kristy Roser Nuttall, is quite good, I&#8217;m going to have a blog post about it soon on spudart.org—once I get back to the library and get a photo of the machine that dispenses these stories.</p>



<p class="wp-block-paragraph">Actually, I have a number of to-dos related to this image</p>



<ol class="wp-block-list">
<li>Photograph the Short Story Dispenser at my library.</li>



<li>Photograph of the Kodak Charmera shooting so low to the ground. Maybe make a blog post about it when I accumulate enough on-the-ground photos. </li>



<li><a href="https://short-edition.com/en/submit">Submit a story to the Short Story Dispenser</a>. </li>
</ol>



<p class="wp-block-paragraph">So many things to do. I could withhold my blog posts until I get them done. But sometimes you just gotta blog. That&#8217;s exactly what this &#8220;notepad&#8221; category on my blog is for. These looser thoughts. </p>



<p class="wp-block-paragraph">I go through the thousands of photos on my hard drive from the past 25 years. So many photos. So many times I&#8217;ve never written about them or published the photos. Mostly because I was waiting to do something else. </p>



<p class="wp-block-paragraph">This photo of Destro could have just sat in my archives, and nobody would have ever saw it. But I figured, ok, I&#8217;ll just write something about it, and <a href="https://www.flickr.com/photos/spudart/55369669874/in/dateposted-public/">post it on Flickr.</a> And now that it&#8217;s on Flickr, I&#8217;m expanding the story with this blog post. I&#8217;m continually amazed by Dave Winer of scripting.com, and how he can just write and post. Write and post. Do his topics repeat? Yeah. But it actually works, because you get a feel for what he stands for. And a lot of the things he stands for, I also believe in. Like, decentralized, open web technologies, and independent publishing. And so I continue to read his blog. </p>
<p>The post <a href="https://www.spudart.org/blog/destro-in-front-of-squiggle-monster/">Destro in front of Squiggle Monster</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spudart.org/blog/destro-in-front-of-squiggle-monster/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Folding the Chicago-style hot dog flag</title>
		<link>https://www.spudart.org/blog/folding-the-chicago-style-hot-dog-flag/</link>
					<comments>https://www.spudart.org/blog/folding-the-chicago-style-hot-dog-flag/#comments</comments>
		
		<dc:creator><![CDATA[Matt Maldre]]></dc:creator>
		<pubDate>Wed, 01 Jul 2026 09:53:00 +0000</pubDate>
				<category><![CDATA[Blog post]]></category>
		<category><![CDATA[Chicago]]></category>
		<category><![CDATA[Fun with flags]]></category>
		<guid isPermaLink="false">https://www.spudart.org/?p=22550</guid>

					<description><![CDATA[<p>I folded my Chicago-style hot dog flag using the same 13-fold triangular method as the American flag. Normally you end up with a field of stars. Here the protocol demands a perfect field of neon green relish, sports peppers, and mustard. </p>
<p>The post <a href="https://www.spudart.org/blog/folding-the-chicago-style-hot-dog-flag/">Folding the Chicago-style hot dog flag</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">There&#8217;s a protocol for folding the American flag. Thirteen folds, each one precise, each one carrying meaning. When you&#8217;re done, the result is a crisp triangle of deep blue, a field of fifty stars facing outward — a symbol meant to be presented with pride.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="350" height="190" src="https://www.spudart.org/wp-content/uploads/2026/07/41lI0D7oAPL._AC_UF350350_QL80_.jpg" alt="" class="wp-image-22563" srcset="https://www.spudart.org/wp-content/uploads/2026/07/41lI0D7oAPL._AC_UF350350_QL80_.jpg 350w, https://www.spudart.org/wp-content/uploads/2026/07/41lI0D7oAPL._AC_UF350350_QL80_-300x163.jpg 300w" sizes="(max-width: 350px) 100vw, 350px" /></figure>



<p class="wp-block-paragraph">I followed the same 13-fold triangular method today. But I wasn&#8217;t folding the Stars and Stripes. </p>



<p class="wp-block-paragraph">I was folding the Chicago-style hot dog flag.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1150" height="768" src="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260304-085731-1400L-70q-1150x768.jpg" alt="Chicago-style hot dog flag flying from my house" class="wp-image-22551" srcset="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260304-085731-1400L-70q-1150x768.jpg 1150w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260304-085731-1400L-70q-300x200.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260304-085731-1400L-70q-768x513.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260304-085731-1400L-70q-600x401.jpg 600w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260304-085731-1400L-70q.jpg 1400w" sizes="(max-width: 1150px) 100vw, 1150px" /></figure>



<p class="wp-block-paragraph">And the protocol here demands something different entirely. When the final fold is complete, and the triangle rests in your hands, you don&#8217;t look for stars. You look for a perfect field of neon green relish, sports peppers, and a stripe of yellow mustard. The poppy seed bun. The tomato wedge peeking in at the edge. The celery salt, implied.</p>



<p class="wp-block-paragraph">I&#8217;m pleased to report: the fold was successful.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1150" height="768" src="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260616-122349-1400L-70q-1150x768.jpg" alt="Chicago-style hot dog flag folded into a traditional triangle" class="wp-image-22552" srcset="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260616-122349-1400L-70q-1150x768.jpg 1150w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260616-122349-1400L-70q-300x200.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260616-122349-1400L-70q-768x513.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260616-122349-1400L-70q-600x401.jpg 600w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260616-122349-1400L-70q.jpg 1400w" sizes="(max-width: 1150px) 100vw, 1150px" /></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Why a Chicago hot dog flag?</h3>



<p class="wp-block-paragraph">I&#8217;ve written before about <a href="https://www.spudart.org/blog/more-days-to-fly-your-american-flag/">finding more days to fly your American flag</a>. The American Flag Foundation lists <a href="https://nationalflagfoundation.org/the-flag/">19 official days</a> to fly the Stars and Stripes, but March and August sit there completely empty. What are you supposed to do, just not fly anything?</p>



<p class="wp-block-paragraph">My answer has been to collect flags that deserve their own holidays. <a href="https://www.spudart.org/blog/flying-the-estonian-flag-on-arvo-parts-birthday/">I fly the Estonian flag every February 24th for Estonian Independence Day</a>. I&#8217;ve thought seriously about flying flags for presidential birthdays. I once proposed <a href="https://bsky.app/profile/spudart.bsky.social/post/3m5yjy5xu4s25">flying the American flag for a friend&#8217;s 50th birthday</a> — fifty stars for fifty years.</p>



<p class="wp-block-paragraph">The Chicago-style hot dog flag fits naturally into this philosophy. Chicago has its own holidays. Chicago has its own pride. A flag deserves a folding ceremony.</p>



<p class="wp-block-paragraph">The flag itself was designed and illustrated by Anthony Hall of <a href="https://www.harebraineddesign.com/collections/pennant">Hare Brained Design</a>, a Chicago artist who has built an entire collection of Chicago-themed flags and pennants. </p>



<figure class="wp-block-image size-full"><img decoding="async" width="1000" height="613" src="https://www.spudart.org/wp-content/uploads/2026/07/anthony-hall-hare-brained-design-chicago-hot-dog-flag2.jpg" alt="" class="wp-image-22559" srcset="https://www.spudart.org/wp-content/uploads/2026/07/anthony-hall-hare-brained-design-chicago-hot-dog-flag2.jpg 1000w, https://www.spudart.org/wp-content/uploads/2026/07/anthony-hall-hare-brained-design-chicago-hot-dog-flag2-300x184.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/07/anthony-hall-hare-brained-design-chicago-hot-dog-flag2-768x471.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/07/anthony-hall-hare-brained-design-chicago-hot-dog-flag2-600x368.jpg 600w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure>



<p class="wp-block-paragraph">The Chicago-style hot dog flag is <s>no longer available</s> <a href="https://www.harebraineddesign.com/collections/pennant/products/womens-basketball-flag-copy">available again</a>. He&#8217;s also got <a href="https://www.harebraineddesign.com/collections/pennant">flags and pennants</a> for deep dish, Italian beef, the CTA, and dive bars.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">The fold itself</h3>



<p class="wp-block-paragraph">The 13-fold triangular method for the American flag has documented symbolism for each fold. The first fold represents life. The second, belief in eternal life. By the thirteenth, you have a triangle representing the tricornered hat of the Revolutionary War soldiers.</p>



<p class="wp-block-paragraph">For the Chicago-style hot dog flag, here are our thirteen meanings:</p>



<ol class="wp-block-list">
<li><strong>The poppy seed bun</strong> — the foundation that holds everything together</li>



<li><strong>The Vienna Beef frank</strong> — the reason we&#8217;re all here</li>



<li><strong>Yellow mustard</strong> — bold, simple, the first layer of flavor</li>



<li><strong>Neon green relish</strong> — the color that started a thousand arguments about what relish is supposed to look like</li>



<li><strong>Fresh white onions</strong> — the sharp bite that keeps you honest</li>



<li><strong>The tomato wedge</strong> — summer in Chicago, sliced</li>



<li><strong>The sport pepper</strong> — the heat that sneaks up on you</li>



<li><strong>The dill pickle spear</strong> — the crunch that ties it all together</li>



<li><strong>Celery salt</strong> — the finishing touch you can&#8217;t quite name but would immediately miss</li>



<li><strong>The blue line around the bun</strong> — the border, the boundary, the flag&#8217;s own Chicago flag blue</li>



<li><strong>The poppy seeds</strong> — too many to count, like the neighborhoods of this city</li>



<li><strong>The vivid yellow field</strong> — Chicago in summer, bright and unapologetic</li>



<li><strong>The triangle itself</strong> — a proper Chicago dog is a complete thing, and now so is this flag</li>
</ol>



<p class="wp-block-paragraph">By fold thirteen, when the triangle sat in my hands with that blast of yellow and the glimpse of green relish peeking from the edges — something felt right. </p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Days to fly the Chicago-stye hot dog flag</h3>



<p class="wp-block-paragraph">I made a <a href="https://calendar.google.com/calendar/embed?src=kkstemgq7r96foqu3asemm8shg%40group.calendar.google.com&amp;ctz=America%2FChicago">Google Calendar for American flag days</a> a few years back. Maybe it&#8217;s time to make a second one. Chicago Holidays. Flag-flying reminders. The hot dog flag goes up; the city gets honored.</p>



<p class="wp-block-paragraph">Chicago&#8217;s birthday is March 4th. (Happy 189th this year.) The city was incorporated in 1837. That&#8217;s an obvious day. But the hot dog flag deserves a broader calendar:</p>



<ul class="wp-block-list">
<li><strong>March 4</strong>: Incorporated (city) 1837</li>



<li><strong>End of March, beginning of April</strong>: Opening Day at Wrigley Field and Guaranteed Rate (baseball and Chicago dogs are inseparable)</li>



<li><strong>April 4</strong>: Chicago flag designed (1917)</li>



<li><strong>May 1</strong>: World&#8217;s Fair opened in Chicago (1893)</li>



<li><strong>May 27</strong>: Century of Progress Exposition opened (1933)</li>



<li><strong>August 12</strong>: Incorporated (town) 1833</li>



<li><strong>August 16</strong>: Fort Dearborn burned to ground (1812)</li>



<li><strong>October 8</strong>: Chicago fire started (1871)</li>
</ul>



<p class="wp-block-paragraph"><a href="https://calendar.google.com/calendar/embed?src=566f8843842ed37ee04df0f4d7d68b85bc0e95acde49aaac4a2e5e0067c9fc46%40group.calendar.google.com&amp;ctz=America%2FChicago">View this calendar</a>. Or <a href="https://calendar.google.com/calendar/u/0?cid=NTY2Zjg4NDM4NDJlZDM3ZWUwNGRmMGY0ZDdkNjhiODViYzBlOTVhY2RlNDlhYWFjNGEyZTVlMDA2N2M5ZmM0NkBncm91cC5jYWxlbmRhci5nb29nbGUuY29t">add this to your Google Calendar</a>. </p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">A flag worth the ceremony</h3>



<p class="wp-block-paragraph">There&#8217;s something genuinely moving about treating a ridiculous flag with complete seriousness. <a href="https://www.spudart.org/blog/beige-flag/">The beige flag deserves to fly</a>. <a href="https://www.spudart.org/blog/who-flies-the-idaho-flag-on-july-3rd/">The Idaho flag deserves its July 3rd</a>. <a href="https://www.spudart.org/blog/flying-the-estonian-flag-on-arvo-parts-birthday/">The Estonian flag deserves its February 24th</a>, with Arvo Pärt playing on the speakers.</p>



<p class="wp-block-paragraph">And the Chicago-style hot dog flag — vivid yellow, that glorious pile of toppings rendered in full color — deserves its thirteen folds and its triangular rest.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Two minutes of flying a Chicago hot dog flag" width="1200" height="675" src="https://www.youtube.com/embed/rftv2RxQaPs?start=18&amp;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>
</div></figure>
<p>The post <a href="https://www.spudart.org/blog/folding-the-chicago-style-hot-dog-flag/">Folding the Chicago-style hot dog flag</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spudart.org/blog/folding-the-chicago-style-hot-dog-flag/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Instagram&#8217;s horizontal awakening</title>
		<link>https://www.spudart.org/blog/instagrams-horizontal-awakening/</link>
					<comments>https://www.spudart.org/blog/instagrams-horizontal-awakening/#respond</comments>
		
		<dc:creator><![CDATA[Matt Maldre]]></dc:creator>
		<pubDate>Mon, 29 Jun 2026 21:05:35 +0000</pubDate>
				<category><![CDATA[Notepad]]></category>
		<category><![CDATA[Instagram]]></category>
		<category><![CDATA[Photography]]></category>
		<guid isPermaLink="false">https://www.spudart.org/?p=22614</guid>

					<description><![CDATA[<p>Instagram, the app that forced everyone vertical with Reels, Stories, and the grid, is now testing horizontal video. Here's hoping the horizontal movement wins.</p>
<p>The post <a href="https://www.spudart.org/blog/instagrams-horizontal-awakening/">Instagram&#8217;s horizontal awakening</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Last year I wrote a manifesto about <a href="https://www.spudart.org/blog/horizontal-photos/">why horizontal photos are often superior to vertical photos</a>. And now Instagram, the app that forces people to go vertical with Reels, Stories, and the grid&#8230; That Instagram, the champion of the vertical&#8230; is now experimenting with… GASP… HORIZONTAL VIDEO! </p>



<figure class="wp-block-image size-large"><a href="https://www.hollywoodreporter.com/tv/tv-news/instagram-testing-longform-episodic-storytelling-tv-1236625661/"><img decoding="async" width="1150" height="522" src="https://www.spudart.org/wp-content/uploads/2026/06/Screenshot-2026-06-29-at-15.44.09-1150x522.png" alt="A New Place To Doomscroll

&quot;Instagram is ramping up its efforts to attract more viewers on television,&quot; writes the Hollywood Reporter. &quot;The Meta-owned social app will be testing out horizontal video on Instagram for TV, their preexisting feature that allows viewers to watch social videos on the big screen in their living room...The company will also be experimenting with longer-form storytelling and episodic series with creators, in addition to trying live TV creator experiences on for size.&quot;

Text from NewCity Today
https://newcity.omeclk.com/portal/public/ViewCommInBrowser.jsp?Sv4%2BeOSSucxbgNtABn2dozXMI9NByQ9igL7Y%2BmAGkHUJGXwXfBV0FZwAbcnt%2FYmjBECfo7%2F7cL4%3DA

Link in the screenshot goes to 
https://www.hollywoodreporter.com/tv/tv-news/instagram-testing-longform-episodic-storytelling-tv-1236625661/" class="wp-image-22615" srcset="https://www.spudart.org/wp-content/uploads/2026/06/Screenshot-2026-06-29-at-15.44.09-1150x522.png 1150w, https://www.spudart.org/wp-content/uploads/2026/06/Screenshot-2026-06-29-at-15.44.09-300x136.png 300w, https://www.spudart.org/wp-content/uploads/2026/06/Screenshot-2026-06-29-at-15.44.09-768x349.png 768w, https://www.spudart.org/wp-content/uploads/2026/06/Screenshot-2026-06-29-at-15.44.09-600x273.png 600w, https://www.spudart.org/wp-content/uploads/2026/06/Screenshot-2026-06-29-at-15.44.09.png 1180w" sizes="(max-width: 1150px) 100vw, 1150px" /></a></figure>



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



<p class="wp-block-paragraph">But I&#8217;m here for it. Let&#8217;s start the horizontal movement—the way it should have been all along.</p>
<p>The post <a href="https://www.spudart.org/blog/instagrams-horizontal-awakening/">Instagram&#8217;s horizontal awakening</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spudart.org/blog/instagrams-horizontal-awakening/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Unexpected connection over star stickers</title>
		<link>https://www.spudart.org/blog/star-stickers/</link>
					<comments>https://www.spudart.org/blog/star-stickers/#respond</comments>
		
		<dc:creator><![CDATA[Matt Maldre]]></dc:creator>
		<pubDate>Wed, 24 Jun 2026 09:38:00 +0000</pubDate>
				<category><![CDATA[Blog post]]></category>
		<category><![CDATA[Art]]></category>
		<guid isPermaLink="false">https://www.spudart.org/?p=22541</guid>

					<description><![CDATA[<p>A stranger at Buona Beef gave my daughters foam star stickers as a random act of encouragement. Before we left, I told her I also carry star stickers in my wallet. She couldn't believe it. Honestly, I couldn't either. </p>
<p>The post <a href="https://www.spudart.org/blog/star-stickers/">Unexpected connection over star stickers</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">A stranger walked up to our table at Buona Beef last week and asked if she could give something to our two lovely girls.</p>



<p class="wp-block-paragraph">She pulled out a plastic bag full of foam star stickers and asked the girls if they&#8217;d like silver, gold, blue, red, or green. One of my daughters chose gold. The other chose blue.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1150" height="768" src="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260623-173037-2100L-70q-1-1150x768.jpg" alt="" class="wp-image-22599" srcset="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260623-173037-2100L-70q-1-1150x768.jpg 1150w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260623-173037-2100L-70q-1-300x200.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260623-173037-2100L-70q-1-768x513.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260623-173037-2100L-70q-1-1536x1025.jpg 1536w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260623-173037-2100L-70q-1-2048x1367.jpg 2048w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260623-173037-2100L-70q-1-600x401.jpg 600w" sizes="(max-width: 1150px) 100vw, 1150px" /></figure>



<p class="wp-block-paragraph">The kind woman explained that she likes giving them out because a few years ago she came across a sticker that said, &#8220;<a href="https://you-are-beautiful.com/">You are beautiful</a>.&#8221; A friend of hers at the Elmhurst library knows the artist personally. So now she spreads shiny stars to people as a little act of encouragement.</p>



<p class="wp-block-paragraph">I told her I was familiar with the artist, Matthew Hoffman, and that he&#8217;s been making larger sculptures these days. I actually attended his 10-year anniversary show back in 2013 for the &#8220;You are beautiful&#8221; project. Here&#8217;s one of my photos from the show.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="863" height="1150" src="https://www.spudart.org/wp-content/uploads/2026/06/photo-20130207_194905-full-L-70Q-date-863x1150.jpg" alt="" class="wp-image-22542" srcset="https://www.spudart.org/wp-content/uploads/2026/06/photo-20130207_194905-full-L-70Q-date-863x1150.jpg 863w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20130207_194905-full-L-70Q-date-225x300.jpg 225w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20130207_194905-full-L-70Q-date-768x1024.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20130207_194905-full-L-70Q-date-600x800.jpg 600w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20130207_194905-full-L-70Q-date.jpg 1050w" sizes="(max-width: 863px) 100vw, 863px" /><figcaption class="wp-element-caption">Fan mail Hoffman had received regarding the &#8220;You are beautiful&#8221; project.</figcaption></figure>



<p class="wp-block-paragraph">She headed back to her table to start her dinner. But before we left the restaurant, I walked over to her and mentioned that I also carry metallic stars in my wallet. I showed her my tiny sticker sheet and offered her a pick of whatever colors she wanted. She chose gold and green.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1150" height="768" src="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260616-093104-1400L-70q-1150x768.jpg" alt="" class="wp-image-22543" srcset="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260616-093104-1400L-70q-1150x768.jpg 1150w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260616-093104-1400L-70q-300x200.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260616-093104-1400L-70q-768x513.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260616-093104-1400L-70q-600x401.jpg 600w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260616-093104-1400L-70q.jpg 1400w" sizes="(max-width: 1150px) 100vw, 1150px" /></figure>



<p class="wp-block-paragraph">I found it so amusing — she gives out random shiny stars to strangers, and here I am carrying a small sheet of metallic stars in my wallet. She couldn&#8217;t believe it. Honestly, I couldn&#8217;t either.</p>



<p class="wp-block-paragraph">A sheet of gold stars has been in my wallet since 2013 (<a href="https://www.spudart.org/blog/carry-gold-stars-your-wallet/">blog post</a>). On the drive home, I explained to my wife where the idea originally came from. The podcast I listen to, <a href="https://bibleproject.com/">Bible Project</a>, does Q&amp;A episodes where one of the hosts, Tim Mackie, will often say after a good listener question, &#8220;that person gets a gold star.&#8221; It&#8217;s always a metaphorical gold star (the questions come in as voicemails) but it stuck with me.</p>



<p class="wp-block-paragraph">So over ten years ago, I brought actual gold star stickers to one of our Bible study sessions as something fun. Whenever someone made a really good point, I&#8217;d give them a literal gold star. My friends found it hilarious. I kept a sheet in my wallet ever since, just in case.</p>



<p class="wp-block-paragraph">Well. Ten years later, I finally remembered they were in there — and got to use them again.</p>
<p>The post <a href="https://www.spudart.org/blog/star-stickers/">Unexpected connection over star stickers</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spudart.org/blog/star-stickers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The flag that lasted three years</title>
		<link>https://www.spudart.org/blog/the-flag-that-lasted-three-years/</link>
					<comments>https://www.spudart.org/blog/the-flag-that-lasted-three-years/#comments</comments>
		
		<dc:creator><![CDATA[Matt Maldre]]></dc:creator>
		<pubDate>Wed, 17 Jun 2026 09:48:00 +0000</pubDate>
				<category><![CDATA[Blog post]]></category>
		<category><![CDATA[Etc]]></category>
		<category><![CDATA[Fun with flags]]></category>
		<guid isPermaLink="false">https://www.spudart.org/?p=22488</guid>

					<description><![CDATA[<p>A country adopted a flag in 1992. Two weeks later, the UN, the Olympics, and foreign embassies banned it.</p>
<p>The post <a href="https://www.spudart.org/blog/the-flag-that-lasted-three-years/">The flag that lasted three years</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">A spiked ball on a red field</h2>



<p class="wp-block-paragraph">This is the flag the Republic of Macedonia used from 1992-1995</p>



<figure class="wp-block-image size-large"><a href="https://The flag used by the Republic of Macedonia from 1992 to 1995."><img decoding="async" width="1150" height="575" src="https://www.spudart.org/wp-content/uploads/2026/06/image-1-1150x575.avif" alt="" class="wp-image-22489" srcset="https://www.spudart.org/wp-content/uploads/2026/06/image-1-1150x575.avif 1150w, https://www.spudart.org/wp-content/uploads/2026/06/image-1-300x150.avif 300w, https://www.spudart.org/wp-content/uploads/2026/06/image-1-768x384.avif 768w, https://www.spudart.org/wp-content/uploads/2026/06/image-1-1536x768.avif 1536w, https://www.spudart.org/wp-content/uploads/2026/06/image-1-600x300.avif 600w, https://www.spudart.org/wp-content/uploads/2026/06/image-1.avif 1920w" sizes="(max-width: 1150px) 100vw, 1150px" /></a></figure>



<p class="wp-block-paragraph">Look at that flag. The curves at the ends of the rays do a great job of implying there&#8217;s an orb at the center. It doesn&#8217;t look like a disc — it looks like a spiked ball.</p>



<figure class="wp-block-image size-medium"><img decoding="async" width="300" height="300" src="https://www.spudart.org/wp-content/uploads/2026/06/pef_0173.3996548675.1696348795-300x300.jpg" alt="ball and chain weapon" class="wp-image-22490" srcset="https://www.spudart.org/wp-content/uploads/2026/06/pef_0173.3996548675.1696348795-300x300.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/06/pef_0173.3996548675.1696348795-150x150.jpg 150w, https://www.spudart.org/wp-content/uploads/2026/06/pef_0173.3996548675.1696348795-768x768.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/06/pef_0173.3996548675.1696348795-600x600.jpg 600w, https://www.spudart.org/wp-content/uploads/2026/06/pef_0173.3996548675.1696348795.jpg 1000w" sizes="(max-width: 300px) 100vw, 300px" /></figure>



<p class="wp-block-paragraph">A spiked ball could communicate &#8220;we project fierce, spiked defense to anyone approaching from the outside.&#8221; But from what I understand, Macedonia gained their freedom from Yugoslavia peacefully in 1991. So a spiked ball of war isn&#8217;t really the message they were going for. Maybe a <a href="https://amzn.to/43mpGgr">spiked ball massager</a> would be more fitting?</p>



<figure class="wp-block-image size-medium"><img decoding="async" width="300" height="294" src="https://www.spudart.org/wp-content/uploads/2026/06/spiked-ball-massage-300x294.jpg" alt="spiked ball massager. Usually used on feet" class="wp-image-22491" srcset="https://www.spudart.org/wp-content/uploads/2026/06/spiked-ball-massage-300x294.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/06/spiked-ball-massage.jpg 476w" sizes="(max-width: 300px) 100vw, 300px" /><figcaption class="wp-element-caption">(Amazon affiliate link. Amazon didn&#8217;t have any spiked balls on a chain. Go figure)</figcaption></figure>



<p class="wp-block-paragraph">The <a href="https://www.fotw.info/Flags/mk_verg.html">official statement for the flag</a> calls it a &#8220;disc&#8221;, not a sphere. And the real story behind it is way more interesting than weapon comparisons. In 1977, archaeologists dug up <a href="https://popular-archaeology.com/article/deciphering-the-dead-in-the-royal-tombs-of-macedon/">the tomb of King Philip II of Macedon</a> — the father of Alexander the Great. This symbol was on his tomb.</p>



<figure class="wp-block-image size-full"><a href="https://popular-archaeology.com/article/deciphering-the-dead-in-the-royal-tombs-of-macedon/"><img decoding="async" width="650" height="376" src="https://www.spudart.org/wp-content/uploads/2026/06/Vergina-Sun-tomb-Philip-II.jpg" alt="tomb of King Philip II of Macedon" class="wp-image-22495" srcset="https://www.spudart.org/wp-content/uploads/2026/06/Vergina-Sun-tomb-Philip-II.jpg 650w, https://www.spudart.org/wp-content/uploads/2026/06/Vergina-Sun-tomb-Philip-II-300x174.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/06/Vergina-Sun-tomb-Philip-II-600x347.jpg 600w" sizes="(max-width: 650px) 100vw, 650px" /></a></figure>



<p class="wp-block-paragraph">The father of Alexander the Great! You can see why the brand new nation of Macedonia wanted to put this on their flag. It reaches back to the prestigious roots of ancient Macedonia. It says: <em>we have history. We have roots. We are the real deal.</em></p>



<p class="wp-block-paragraph">Archaeologists called it the Vergina Sun (named after the town Vergina, where the tomb was unearthed in Central Macedonia, Greece)</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Two weeks of glory</h2>



<p class="wp-block-paragraph">In 1992, the Republic of Macedonia adopted the Vergina Sun for their flag. It lasted exactly two weeks before the trouble started.</p>



<ul class="wp-block-list">
<li><strong>July 11, 1992:</strong> The flag of Macedonia is introduced.</li>



<li><strong>July 25, 1992:</strong> Due to Greek objections, the United Nations, the Olympic Games, and foreign embassies were barred from flying it.</li>
</ul>



<p class="wp-block-paragraph">Two weeks. The flag was two weeks old when it got banned from the Olympics.</p>



<p class="wp-block-paragraph">Greece&#8217;s argument: <em>That&#8217;s our symbol. It belongs to our northern province, which is also named Macedonia.</em> The Greek government feared that a new, sovereign Slavic nation calling itself &#8220;Macedonia&#8221; and flying Alexander the Great&#8217;s royal family crest implied a territorial claim on Greece&#8217;s own northern lands.</p>



<p class="wp-block-paragraph">Talk about conflict! Over graphic design! I love it!</p>



<p class="wp-block-paragraph">The more technical reason for the Olympic ban was that Macedonia&#8217;s National Olympic Committee hadn&#8217;t yet been formally recognized by the International Olympic Committee. But the outcome was the same: those poor athletes from Macedonia. They had just gotten their independence, and now they couldn&#8217;t compete under their own flag. <a href="https://en.wikipedia.org/wiki/Independent_Olympic_Participants_at_the_1992_Summer_Olympics">Six Macedonian athletes</a> competed as Independent Olympic Participants (IOP) in the Barcelona 1992 Summer Olympic Games.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">The six who competed anyway</h2>



<p class="wp-block-paragraph"><strong><a href="https://en.wikipedia.org/wiki/Elizabeta_Pavlovska">Elizabeta Pavlovska</a></strong> Women&#8217;s 100 metres hurdles — Qualifying Heat: 14.26 (did not advance)</p>



<p class="wp-block-paragraph"><strong><a href="https://en.wikipedia.org/wiki/Lazar_Popovski">Lazar Popovski</a></strong> <em>(competed in 1992, 1996, 2000, and 2004; flag bearer in 2000)</em> Canoeing: Men&#8217;s Kayak Singles, Slalom — 123.82 (34th place)</p>



<p class="wp-block-paragraph"><strong><a href="https://en.wikipedia.org/wiki/Lazo_Miloevi%C4%87">Lazo Miloević</a></strong> Canoeing: Men&#8217;s Canadian Singles, Slalom — 170.22 (31st place)</p>



<p class="wp-block-paragraph"><strong><a href="https://en.wikipedia.org/wiki/Kire_Filipovski">Kire Filipovski</a></strong> <em>(also competed in 1996)</em> Swimming: Men&#8217;s 200 metre butterfly — Qualifying Heat: 2:08.71 (did not advance)</p>



<p class="wp-block-paragraph"><strong><a href="https://en.wikipedia.org/wiki/Nata%C5%A1a_Me%C5%A1kovska">Nataša Meškovska</a></strong> Swimming: Women&#8217;s 100 metre butterfly — Qualifying Heat: 1:04.16 (did not advance) Swimming: Women&#8217;s 200 metre butterfly — Qualifying Heat: 2:16.54 (did not advance)</p>



<p class="wp-block-paragraph"><strong><a href="https://en.wikipedia.org/wiki/Zoran_%C5%A0orov">Zoran Šorov</a></strong> <em>(also competed in 1984 and 1988)</em> Wrestling: Men&#8217;s freestyle 57 kg</p>



<ul class="wp-block-list">
<li>Lost to <a href="https://en.wikipedia.org/wiki/J%C3%BCrgen_Scheibe">Jürgen Scheibe</a> (GER) 2–6</li>



<li>Lost to <a href="https://en.wikipedia.org/wiki/Rumen_Pavlov">Rumen Pavlov</a> (BUL) by fall</li>



<li>7th in pool, did not advance</li>
</ul>



<p class="wp-block-paragraph">They competed without their flag, without their name fully recognized, as &#8220;Independent Olympic Participants&#8221; — a bureaucratic placeholder for a country that very much existed.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">What is your country&#8217;s name, exactly?</h2>



<p class="wp-block-paragraph">The 1992 Olympics passed. In 1993, more bad news arrived. The United Nations declared the country would henceforth be called <strong>&#8220;the former Yugoslav Republic of Macedonia&#8221;</strong>. That&#8217;s the name of their country. A six-word name. The UN <a href="https://digitallibrary.un.org/record/163538?ln=en">explicitly stated</a> that &#8220;the expression begins with the uncapitalized words &#8216;the former Yugoslav&#8217;, acting as a descriptive term, rather than &#8216;The Former Yugoslav&#8217;, which would act as a proper noun.&#8221;</p>



<p class="wp-block-paragraph">So it&#8217;s lowercase <em>the</em>. This matters, apparently.</p>



<p class="wp-block-paragraph">But it raised a whole new problem: where does a country called &#8220;the former Yugoslav Republic of Macedonia&#8221; sit alphabetically? Wikipedia&#8217;s entry on the <a href="https://en.wikipedia.org/wiki/Macedonia_naming_dispute">Macedonia naming dispute</a> explains what happened:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Greece rejected seating the Republic&#8217;s representative under M [as in &#8220;Macedonia (former Yugoslav Republic of)&#8221;], and the Republic rejected sitting under F (as in &#8220;Former Yugoslav Republic of Macedonia,&#8221; which turned the reference into a proper noun rather than a description). Instead, it was seated under T as &#8220;the former Yugoslav Republic of Macedonia&#8221; and placed next to <a href="https://en.wikipedia.org/wiki/Thailand">Thailand</a>.</p>
</blockquote>



<p class="wp-block-paragraph">Seated under <em>T</em>. Next to Thailand. Because of a lowercase <em>t</em> in &#8220;the.&#8221;</p>



<p class="wp-block-paragraph">The grievances kept stacking up. In 1994, Greece blocked Macedonia&#8217;s access to its closest seaport — an economic blockade that cost Macedonia 2 billion dollars.</p>



<p class="wp-block-paragraph">In 1995, Macedonia capitulated. The Vergina Sun came off the flag.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">Before we get into the new flag, let me point out that I came across this flag and its story on Phil Huckleberry&#8217;s newsletter, <a href="https://meta-spiel.beehiiv.com/">Meta-Spiel</a>. He has an interesting perspective on the flag. Check out his post, <a href="https://meta-spiel.beehiiv.com/p/phthursday-musings-school-s-out">Phthursday Musings: School&#8217;s Out</a>.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">The new flag (sort of)</h2>



<figure class="wp-block-image size-large"><img decoding="async" width="1150" height="575" src="https://www.spudart.org/wp-content/uploads/2026/06/macedonia-flag-1150x575.avif" alt="The current flag of the Republic, adopted on 5 October 1995" class="wp-image-22492" srcset="https://www.spudart.org/wp-content/uploads/2026/06/macedonia-flag-1150x575.avif 1150w, https://www.spudart.org/wp-content/uploads/2026/06/macedonia-flag-300x150.avif 300w, https://www.spudart.org/wp-content/uploads/2026/06/macedonia-flag-768x384.avif 768w, https://www.spudart.org/wp-content/uploads/2026/06/macedonia-flag-1536x768.avif 1536w, https://www.spudart.org/wp-content/uploads/2026/06/macedonia-flag-600x300.avif 600w, https://www.spudart.org/wp-content/uploads/2026/06/macedonia-flag.avif 1920w" sizes="(max-width: 1150px) 100vw, 1150px" /></figure>



<p class="wp-block-paragraph">It looks like they took the Vergina Sun&#8217;s rays and expanded them all the way to the borders of the flag. Which seems odd — Greece was so upset about the symbol, and yet here it still is, kind of. The sun is still there. The rays still burst outward.</p>



<p class="wp-block-paragraph">There are some differences, though. Notice how the ends of the rays no longer curve. They end in a straight line just before meeting the sun disc. No more implied sphere. No more spiked ball. Just clean geometric rays that clearly read as flat — a disc, not an orb.</p>



<p class="wp-block-paragraph">It&#8217;s a subtle distinction that apparently mattered enough to avoid another international incident.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">The cartoonist who designed a country&#8217;s flag</h2>



<figure class="wp-block-image size-full"><img decoding="async" width="240" height="240" src="https://www.spudart.org/wp-content/uploads/2026/06/A-2479000-1355019700-3916.jpg" alt="Miroslav Grčev" class="wp-image-22538" srcset="https://www.spudart.org/wp-content/uploads/2026/06/A-2479000-1355019700-3916.jpg 240w, https://www.spudart.org/wp-content/uploads/2026/06/A-2479000-1355019700-3916-150x150.jpg 150w" sizes="(max-width: 240px) 100vw, 240px" /></figure>



<p class="wp-block-paragraph">The designer of the 1995 flag is a Macedonian named Miroslav Grčev. One year after designing the flag, he became mayor of the largest city in &#8220;the former Yugoslav Republic of Macedonia.&#8221; A person who designs the country&#8217;s flag then becomes mayor of its biggest city. Has that ever happened anywhere else?</p>



<p class="wp-block-paragraph">Grčev is, according to <a href="https://en.wikipedia.org/wiki/Miroslav_Gr%C4%8Dev">Wikipedia</a>, a Macedonian architect, graphic designer, comic artist, and caricaturist.</p>



<p class="wp-block-paragraph">Comic artist‽ The flag of a country was designed by a comic artist?</p>



<p class="wp-block-paragraph">Are any of his comics online? Sadly, no. But there is a book, &#8220;<a href="https://web.archive.org/web/20130101104611/https://makedonija.rastko.net/cms/files/books/4c293dcfd205f">Seven Decades of Macedonian Comics</a>,&#8221; that mentions him. Here&#8217;s what Google Translate pulled out:</p>



<ul class="wp-block-list">
<li>Grčev published his first comic in March 1971 in the newspaper <em>Fokus</em>.</li>



<li>His most famous creation was the weekly strip &#8220;Studentskiot Trajče,&#8221; which ran in <em>Studentski zbor</em>.</li>



<li>He was also a director of short animated films, part of what was known as the &#8220;Macedonian school of cartoons.&#8221;</li>



<li>He stopped creating comics in 1981, citing a lack of publishing space, the &#8220;immaturity&#8221; of the local environment in accepting the medium, and the incomprehensibly low valuation of comic creation at the time.</li>
</ul>



<p class="wp-block-paragraph">Back in 1980, Grčev directed a two-minute animated film called <a href="https://letterboxd.com/film/black-flag-1980/"><em>Black Flag</em></a>. I cannot find a watchable version anywhere online, but the description goes like this:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<figure class="wp-block-image size-thumbnail"><img decoding="async" width="150" height="150" src="https://www.spudart.org/wp-content/uploads/2026/06/925909-black-flag-1980-0-2000-0-3000-crop-1-150x150.jpg" alt="" class="wp-image-22518"/></figure>



<p class="wp-block-paragraph">A man with a black flag in his hands leads a large group of people. The masses obey the leader&#8217;s commands despite the fact that he is leading them into an abyss. However, the flag he carries is tied to a tree and from the collapsing table only the leader is saved, climbing the flag.</p>
</blockquote>



<p class="wp-block-paragraph">He made an animated film about a flag leading people into an abyss. Fifteen years later, he was designing his country&#8217;s flag.</p>



<p class="wp-block-paragraph">How does a comic artist end up designing a national symbol? It actually makes a lot of sense when you look at his background. He had extensive graphic design experience. He was an architect accustomed to thinking about public space and identity. Starting in 1992, he worked on the <a href="https://en.macedonism.org/Macedonian-Encyclopedia/grchev-miroslav/">Detailed Urban Plan for Skopje</a> — a district-level master plan dictating building heights, land use, and construction conditions for individual plots. He was someone who thought professionally about how societies represent themselves in space. When the government needed someone to design a new national symbol during a political crisis, they found their person.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">He hates what they did to his flag</h2>



<p class="wp-block-paragraph">Grčev <a href="https://heraldika.org.mk/en/vexillology/17-godini-na-znameto-na-republika-makedo/">talks about the design process</a> in a detailed account (also available as a <a href="https://www.researchgate.net/publication/349115489_Vo_potraga_po_novo_zname_-_In_the_search_of_a_new_flag/link/64f034dcf3514c57c43b651d/download?_tp=eyJjb250ZXh0Ijp7ImZpcnN0UGFnZSI6InB1YmxpY2F0aW9uIiwicGFnZSI6InB1YmxpY2F0aW9uIn19">PDF on ResearchGate</a>). He was given two conditions:</p>



<ol class="wp-block-list">
<li>The new flag must use the same colors as previous national flags — a blood-red base with a golden-yellow symbol.</li>



<li>The flag must include a graphic symbol of the sun.</li>
</ol>



<p class="wp-block-paragraph">So he had to use the sun. He made a bunch of versions. Then the design that was selected got quietly altered without him. He has not gotten over it:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Moreover, someone, evidently at the last moment, had separated the rays from the sun&#8217;s disc, and left them cut away, spreading as planks. It was clear to me that the adopted design was a &#8220;victim&#8221; of an overnight &#8220;political debate&#8221; in which the &#8220;compromise&#8221; was an evident and ignorant uglification of the graphical solution, realised that night &#8220;on the fly&#8221;.</p>
</blockquote>



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



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Ever since that October I am carefully following the situation, and I&#8217;m waiting for the moment when there will be born a consciousness of the need of a technical, practically aesthetic, correction of the national flag, and it&#8217;s artistic harmonization. I am waiting for that moment persistently and unhesitantingly, even though I note that an aesthetic correction, as a curse or faith&#8217;s spite, has as little chance to gain political support, as much as, from an expert&#8217;s point of view, it is more logical and necessary.</p>
</blockquote>



<p class="wp-block-paragraph">He really doesn&#8217;t like that the rays don&#8217;t touch the sun. And honestly? I kinda agree with him. That red circle around the sun is a little distracting. The rays feel disconnected — like they&#8217;re floating nearby rather than radiating outward. His original vision must have felt more alive.</p>



<p class="wp-block-paragraph">Today Grčev is admired by some as an independent thinker who challenges nationalist myths and defends modern urban planning. Others strongly disagree with his views on Macedonian history and identity. It&#8217;s curious that he was the one chosen to redesign the flag when he seems to have complicated feelings about Macedonian national symbolism — or maybe I&#8217;m misreading his position.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">N-Mac</h2>



<p class="wp-block-paragraph">From 1993 to 2019, the country was officially known as &#8220;the former Yugoslav Republic of Macedonia&#8221; — a six-word name they carried for 26 years. They competed under that name in every Summer and Winter Olympics from 1996 through 2019.</p>



<p class="wp-block-paragraph">In 2019, Greece and Macedonia agreed to alter the constitutional name. The International Olympic Committee <a href="https://www.insidethegames.biz/articles/ioc-approve-name-change-to-north-macedonia-national-olympic-committee">formally approved the switch</a> to <strong>North Macedonia</strong>. The first Olympic Games under that name was the 2020 Tokyo Games.</p>



<p class="wp-block-paragraph">North Macedonia is a country. Now you know.</p>



<p class="wp-block-paragraph">I thought our globe at home wouldn&#8217;t have North Macedonia on it at all — and I was especially curious how it would fit the full old name. But our globe is a newer edition. It&#8217;s got the country listed.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1150" height="863" src="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260605-164128-1400L-70q-1150x863.jpg" alt="Photo of globe. At the center is North Macedonia, abbreviated as &quot;N.Mac.&quot;" class="wp-image-22502" srcset="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260605-164128-1400L-70q-1150x863.jpg 1150w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260605-164128-1400L-70q-300x225.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260605-164128-1400L-70q-768x576.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260605-164128-1400L-70q-600x450.jpg 600w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260605-164128-1400L-70q.jpg 1400w" sizes="(max-width: 1150px) 100vw, 1150px" /></figure>



<p class="wp-block-paragraph">Abbreviated as <em>N. Mac.</em></p>



<p class="wp-block-paragraph">N-Mac. That&#8217;s a great name. After all that drama — the Greek objections, the 2-billion-dollar blockade, the six-word country name seated under <em>T</em> next to Thailand — maybe they should have just gone with N-Mac from the start.</p>



<h2 class="wp-block-heading">The N-MAC t-shirt with Vergina Sun</h2>



<p class="wp-block-paragraph">Since there aren&#8217;t any N-MAC tshirts, I made one. <a href="https://www.zazzle.com/n_mac_92_t_shirt-256377334408265658">You can buy it</a>. </p>



<figure class="wp-block-image size-full"><a href="https://www.zazzle.com/n_mac_92_t_shirt-256377334408265658"><img decoding="async" width="1080" height="1080" src="https://www.spudart.org/wp-content/uploads/2026/06/n_mac_92_t_shirt-rb4eb3cc55a6e4dfd85b3a5f67e222fe5_k2gne_1080.jpg" alt="" class="wp-image-22530" srcset="https://www.spudart.org/wp-content/uploads/2026/06/n_mac_92_t_shirt-rb4eb3cc55a6e4dfd85b3a5f67e222fe5_k2gne_1080.jpg 1080w, https://www.spudart.org/wp-content/uploads/2026/06/n_mac_92_t_shirt-rb4eb3cc55a6e4dfd85b3a5f67e222fe5_k2gne_1080-300x300.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/06/n_mac_92_t_shirt-rb4eb3cc55a6e4dfd85b3a5f67e222fe5_k2gne_1080-150x150.jpg 150w, https://www.spudart.org/wp-content/uploads/2026/06/n_mac_92_t_shirt-rb4eb3cc55a6e4dfd85b3a5f67e222fe5_k2gne_1080-768x768.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/06/n_mac_92_t_shirt-rb4eb3cc55a6e4dfd85b3a5f67e222fe5_k2gne_1080-600x600.jpg 600w" sizes="(max-width: 1080px) 100vw, 1080px" /></a></figure>



<p class="wp-block-paragraph">As if the front wasn&#8217;t cool enough, check out the back</p>



<figure class="wp-block-image size-full"><a href="https://www.zazzle.com/n_mac_92_t_shirt-256377334408265658"><img decoding="async" width="1080" height="1080" src="https://www.spudart.org/wp-content/uploads/2026/06/n_mac_92_t_shirt-rb4eb3cc55a6e4dfd85b3a5f67e222fe5_k2gnb_1080.webp" alt="" class="wp-image-22531" srcset="https://www.spudart.org/wp-content/uploads/2026/06/n_mac_92_t_shirt-rb4eb3cc55a6e4dfd85b3a5f67e222fe5_k2gnb_1080.webp 1080w, https://www.spudart.org/wp-content/uploads/2026/06/n_mac_92_t_shirt-rb4eb3cc55a6e4dfd85b3a5f67e222fe5_k2gnb_1080-300x300.webp 300w, https://www.spudart.org/wp-content/uploads/2026/06/n_mac_92_t_shirt-rb4eb3cc55a6e4dfd85b3a5f67e222fe5_k2gnb_1080-150x150.webp 150w, https://www.spudart.org/wp-content/uploads/2026/06/n_mac_92_t_shirt-rb4eb3cc55a6e4dfd85b3a5f67e222fe5_k2gnb_1080-768x768.webp 768w, https://www.spudart.org/wp-content/uploads/2026/06/n_mac_92_t_shirt-rb4eb3cc55a6e4dfd85b3a5f67e222fe5_k2gnb_1080-600x600.webp 600w" sizes="(max-width: 1080px) 100vw, 1080px" /></a></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">That&#8217;s right, it&#8217;s got &#8220;N-MAC&#8221; on the back. The font uses round dots, mimicking the nice round edges to the rays on the Vegina Star. A nice big 92 points to the year when Macedonia couldn&#8217;t fly their new flag at the Summer Olympics. Now you can fly the Macedonia Vergina Star with this shirt. Get yours today!  </p>



<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.zazzle.com/n_mac_92_t_shirt-256377334408265658">Buy this shirt on Spudart&#8217;s Zazzle store</a></div>
</div>



<h2 class="wp-block-heading">Footnotes</h2>



<p class="wp-block-paragraph">These are side-points that aren&#8217;t really related to the post. But they were too much to not include. </p>



<p class="wp-block-paragraph">Does anyone else call North Macedonia &#8220;N-Mac&#8221;? Googling <strong><a href="https://www.google.com/search?q=%22N-Mac%22+tshirt">&#8220;N-Mac&#8221; tshirt</a></strong> returns no results. Although there is this, uh, interesting shirt with &#8220;<a href="https://4themudclothing.com/products/mac-men-still-macn">Still MAC&#8217;N</a>&#8220;:</p>



<figure class="wp-block-image size-full"><a href="https://4themudclothing.com/products/mac-men-still-macn"><img decoding="async" width="533" height="708" src="https://www.spudart.org/wp-content/uploads/2026/06/IMG_20250706_173327064.webp" alt="Once A MAC...always a MAC; the school may have closed its doors, but we're STILL MAC'n!  Represent your school in this new dual graphic tee." class="wp-image-22497" srcset="https://www.spudart.org/wp-content/uploads/2026/06/IMG_20250706_173327064.webp 533w, https://www.spudart.org/wp-content/uploads/2026/06/IMG_20250706_173327064-226x300.webp 226w" sizes="(max-width: 533px) 100vw, 533px" /></a></figure>



<p class="wp-block-paragraph">Someone also made <a href="https://www.fansidea.com/products/build-white-red-t-shirt-red-3dpattern12234-online?srsltid=AfmBOorHtn71ogSKJMxqziVQB7wUAI7RehVhQLvAj6O3EVontQtmyGGBAjI">cool soccer jerseys</a> in the North Macedonia flag style:</p>



<figure class="wp-block-image size-medium"><img decoding="async" width="300" height="300" src="https://www.spudart.org/wp-content/uploads/2026/06/3DPattern12234_800x-300x300.webp" alt="Soccer jerseys done in style of North Macedonia's flag" class="wp-image-22498" srcset="https://www.spudart.org/wp-content/uploads/2026/06/3DPattern12234_800x-300x300.webp 300w, https://www.spudart.org/wp-content/uploads/2026/06/3DPattern12234_800x-150x150.webp 150w, https://www.spudart.org/wp-content/uploads/2026/06/3DPattern12234_800x-768x768.webp 768w, https://www.spudart.org/wp-content/uploads/2026/06/3DPattern12234_800x-600x600.webp 600w, https://www.spudart.org/wp-content/uploads/2026/06/3DPattern12234_800x.webp 800w" sizes="(max-width: 300px) 100vw, 300px" /></figure>



<p class="wp-block-paragraph">You can see the sunburst in the jersey design. It also looks kind of like Tron. The bad guys in Tron&#8217;s colors were red and yellow. I&#8217;d get this jersey with &#8220;TESLER&#8221; on the back — General Tesler would most likely wear number 5 on the soccer field, representing the traditional number for a sweeper or central defender. As CLU&#8217;s cold, commanding henchman, he controls the backline and shuts down threats, acting as a defensive wall much like the character himself. Team name on the jersey: Argon City, the setting for <em>Tron: Uprising</em>.</p>



<p class="wp-block-paragraph">But forget those t-shirts. <a href="https://www.zazzle.com/n_mac_92_t_shirt-256377334408265658">Get the internet&#8217;s first authentic N-MAC t-shirt</a>. </p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>
<p>The post <a href="https://www.spudart.org/blog/the-flag-that-lasted-three-years/">The flag that lasted three years</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spudart.org/blog/the-flag-that-lasted-three-years/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>The real reason there&#8217;s an Ewok at the table</title>
		<link>https://www.spudart.org/blog/ewok-at-the-table/</link>
					<comments>https://www.spudart.org/blog/ewok-at-the-table/#respond</comments>
		
		<dc:creator><![CDATA[Matt Maldre]]></dc:creator>
		<pubDate>Wed, 10 Jun 2026 09:49:00 +0000</pubDate>
				<category><![CDATA[Blog post]]></category>
		<category><![CDATA[Fun with Star Wars]]></category>
		<category><![CDATA[Pop culture]]></category>
		<guid isPermaLink="false">https://www.spudart.org/?p=22476</guid>

					<description><![CDATA[<p>One of the hidden perks of having kids: you can put an Ewok on the table at a restaurant and nobody questions it. The catch is that sometimes the Ewok belongs to the adult.</p>
<p>The post <a href="https://www.spudart.org/blog/ewok-at-the-table/">The real reason there&#8217;s an Ewok at the table</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Whenever we go someplace where my first grader might need something to play with, I&#8217;ll tuck one of my Ewok action figures into my pocket. </p>



<p class="wp-block-paragraph">Ewoks have come with us to Disney World.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1150" height="768" src="https://www.spudart.org/wp-content/uploads/2026/06/photo-20250613-141007-3-LORES-ASK-MPM-FOR-ORIGINAL-1150x768.jpg" alt="" class="wp-image-22480" srcset="https://www.spudart.org/wp-content/uploads/2026/06/photo-20250613-141007-3-LORES-ASK-MPM-FOR-ORIGINAL-1150x768.jpg 1150w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20250613-141007-3-LORES-ASK-MPM-FOR-ORIGINAL-300x200.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20250613-141007-3-LORES-ASK-MPM-FOR-ORIGINAL-768x513.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20250613-141007-3-LORES-ASK-MPM-FOR-ORIGINAL-1536x1025.jpg 1536w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20250613-141007-3-LORES-ASK-MPM-FOR-ORIGINAL-2048x1367.jpg 2048w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20250613-141007-3-LORES-ASK-MPM-FOR-ORIGINAL-600x401.jpg 600w" sizes="(max-width: 1150px) 100vw, 1150px" /></figure>



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



<figure class="wp-block-image size-large"><img decoding="async" width="1150" height="863" src="https://www.spudart.org/wp-content/uploads/2026/06/photo-20240403-174059-LORES-ASK-MPM-FOR-ORIGINAL-1150x863.jpg" alt="" class="wp-image-22481" srcset="https://www.spudart.org/wp-content/uploads/2026/06/photo-20240403-174059-LORES-ASK-MPM-FOR-ORIGINAL-1150x863.jpg 1150w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20240403-174059-LORES-ASK-MPM-FOR-ORIGINAL-300x225.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20240403-174059-LORES-ASK-MPM-FOR-ORIGINAL-768x576.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20240403-174059-LORES-ASK-MPM-FOR-ORIGINAL-1536x1152.jpg 1536w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20240403-174059-LORES-ASK-MPM-FOR-ORIGINAL-2048x1536.jpg 2048w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20240403-174059-LORES-ASK-MPM-FOR-ORIGINAL-600x450.jpg 600w" sizes="(max-width: 1150px) 100vw, 1150px" /></figure>



<p class="wp-block-paragraph">To the zoo</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1150" height="880" src="https://www.spudart.org/wp-content/uploads/2026/06/photo-20240327-123410-123414-focusstack-1400L-70q-1150x880.jpg" alt="" class="wp-image-22486" srcset="https://www.spudart.org/wp-content/uploads/2026/06/photo-20240327-123410-123414-focusstack-1400L-70q-1150x880.jpg 1150w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20240327-123410-123414-focusstack-1400L-70q-300x230.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20240327-123410-123414-focusstack-1400L-70q-768x588.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20240327-123410-123414-focusstack-1400L-70q-600x459.jpg 600w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20240327-123410-123414-focusstack-1400L-70q.jpg 1400w" sizes="(max-width: 1150px) 100vw, 1150px" /></figure>



<p class="wp-block-paragraph">And to the Art Institute of Chicago</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1150" height="580" src="https://www.spudart.org/wp-content/uploads/2026/06/photo-20231229-143358-LORES-ASK-MPM-FOR-ORIGINAL-1150x580.jpg" alt="" class="wp-image-22483" srcset="https://www.spudart.org/wp-content/uploads/2026/06/photo-20231229-143358-LORES-ASK-MPM-FOR-ORIGINAL-1150x580.jpg 1150w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20231229-143358-LORES-ASK-MPM-FOR-ORIGINAL-300x151.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20231229-143358-LORES-ASK-MPM-FOR-ORIGINAL-768x388.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20231229-143358-LORES-ASK-MPM-FOR-ORIGINAL-1536x775.jpg 1536w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20231229-143358-LORES-ASK-MPM-FOR-ORIGINAL-2048x1034.jpg 2048w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20231229-143358-LORES-ASK-MPM-FOR-ORIGINAL-600x303.jpg 600w" sizes="(max-width: 1150px) 100vw, 1150px" /></figure>



<p class="wp-block-paragraph">Recently, Paploo came with us to dinner at Maize &amp; Mash in Glen Ellyn. During dinner, my Ewok was sitting near the edge of the table, right where the waitress would come by.&nbsp;</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1150" height="863" src="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260602-184259-2100L-70q-1150x863.jpg" alt="" class="wp-image-22477" srcset="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260602-184259-2100L-70q-1150x863.jpg 1150w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260602-184259-2100L-70q-300x225.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260602-184259-2100L-70q-768x576.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260602-184259-2100L-70q-1536x1152.jpg 1536w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260602-184259-2100L-70q-2048x1536.jpg 2048w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260602-184259-2100L-70q-600x450.jpg 600w" sizes="(max-width: 1150px) 100vw, 1150px" /><figcaption class="wp-element-caption">Can life be any better? Eating dinner with my kids and wife. A stout, an Ewok action figure, and a Cubs game on TV.</figcaption></figure>



<p class="wp-block-paragraph">It occurred to me that one of the joys of having kids is being able to have an Ewok sitting on the table and nobody thinks twice about it. The obvious assumption is that the Star Wars action figure belongs to one of the children. But in this case, the real reason there was an Ewok at the table was that there was a 50-year-old kid sitting there too. </p>



<figure class="wp-block-image size-large"><img decoding="async" width="1150" height="768" src="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260609-173440-1400L-70q-1150x768.jpg" alt="" class="wp-image-22524" srcset="https://www.spudart.org/wp-content/uploads/2026/06/photo-20260609-173440-1400L-70q-1150x768.jpg 1150w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260609-173440-1400L-70q-300x200.jpg 300w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260609-173440-1400L-70q-768x513.jpg 768w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260609-173440-1400L-70q-600x401.jpg 600w, https://www.spudart.org/wp-content/uploads/2026/06/photo-20260609-173440-1400L-70q.jpg 1400w" sizes="(max-width: 1150px) 100vw, 1150px" /></figure>



<p class="wp-block-paragraph">This blog post is available as the very first Spudart Zine. That&#8217;s right, issue #1. As a thank-you for reading through to the end of this blog post, I would like to snail-mail this to you for free. No cost for the zine. No cost for shipping. I want this zine to be in your hands.</p>



<p class="wp-block-paragraph"><a href="https://www.spudart.org/contact/?subject=I%27d%20like%20the%20Spudart%20zine%20issue%201,%20please&amp;message=My%20postal%20mailing%20address%20is:">Just fill out this form</a> to let me know you&#8217;d like this zine. I&#8217;ll be happy to mail it to you. </p>
<p>The post <a href="https://www.spudart.org/blog/ewok-at-the-table/">The real reason there&#8217;s an Ewok at the table</a> appeared first on <a href="https://www.spudart.org">Spudart</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.spudart.org/blog/ewok-at-the-table/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
