<rss xmlns:source="http://source.scripting.com/" version="2.0">
  <channel>
    <title>Nate Bird</title>
    <link>https://natebird.co/</link>
    <description></description>
    
    <language>en</language>
    
    <lastBuildDate>Sat, 28 Mar 2026 10:42:32 -0500</lastBuildDate>
    <item>
      <title></title>
      <link>https://natebird.co/2026/03/28/as-i-code-more-with.html</link>
      <pubDate>Sat, 28 Mar 2026 10:42:32 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2026/03/28/as-i-code-more-with.html</guid>
      <description>&lt;p&gt;As I code more with agents I am focusing more on the tests and architecture of the system and less on the lines of code produced by the agent.&lt;/p&gt;
&lt;p&gt;Solid architecture foundations and test specs make for maintainable code bases.&lt;/p&gt;
</description>
      <source:markdown>As I code more with agents I am focusing more on the tests and architecture of the system and less on the lines of code produced by the agent. 

Solid architecture foundations and test specs make for maintainable code bases.
</source:markdown>
    </item>
    
    <item>
      <title>Bad Liquid Glass design in Tahoe - Part 2</title>
      <link>https://natebird.co/2026/03/01/bad-liquid-glass-design-in.html</link>
      <pubDate>Sun, 01 Mar 2026 12:47:49 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2026/03/01/bad-liquid-glass-design-in.html</guid>
      <description>&lt;p&gt;I opened Preview.app to find my name in a PDF document of the Firefox 1.0 ad that ran in the NYTimes a long time ago. I tried to highlight my name and I could barely tell that the menu bar opened because it is so illegible. What&amp;rsquo;s the point? So I can see the blurry names that are also illegible? Please give us back opaque menu bars.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1621/2026/unusable-menu-bars-in-preview.png&#34; width=&#34;578&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
      <source:markdown>I opened Preview.app to find my name in a PDF document of the Firefox 1.0 ad that ran in the NYTimes a long time ago. I tried to highlight my name and I could barely tell that the menu bar opened because it is so illegible. What&#39;s the point? So I can see the blurry names that are also illegible? Please give us back opaque menu bars.

&lt;img src=&#34;https://cdn.uploads.micro.blog/1621/2026/unusable-menu-bars-in-preview.png&#34; width=&#34;578&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title>Bad Liquid Glass design in Tahoe - Part 1</title>
      <link>https://natebird.co/2026/02/02/bad-liquid-glass-design-in.html</link>
      <pubDate>Mon, 02 Feb 2026 11:04:48 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2026/02/02/bad-liquid-glass-design-in.html</guid>
      <description>&lt;p&gt;Background. I&amp;rsquo;ve had Tahoe installed as a beta on my Mac Mini since June 2025. I&amp;rsquo;ve used it a lot over the last 7-8 months. So any normalization of the UI should be in full swing by now. This is the first post in what I think will be many as I document my usage of Tahoe and some of the thoughts I&amp;rsquo;ve been ignoring or passing over in my past usage.&lt;/p&gt;
&lt;p&gt;Se the attached image for visual description of the bad parts of the UI of the Books app.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Top left&lt;/strong&gt;
I keep finding myself questioning whether the Window buttons (Close, Maximize, Minimize) apply to just the sidebar or to the whole window. I know the answer but there is definitely still a cognitive load based on where the buttons are placed in the left sidebar and not in a window menu bar.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Bottom right&lt;/strong&gt;
The content of the window is allowed to scroll under the sidebar. But the contents of the sidebar are also allowed to scroll under other elements in the sidebar. Really? Do you see that list scrolling under my account link? At first I thought it was something behind the sidebar but it took a second to realize it was just the sidebar list going under another item in the sidebar. What if there were books under the sidebar too? Would those also stack under the translucent sidebar?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Top Right&lt;/strong&gt;
We have all this room at the top of the window and there are only three (3!) possible buttons to make accessible for the user directly but instead they are stuck in a generic {…} button with a down chevron. It has a view (grid vs list), sort by (recent, title, author, manual), and what I think is an App setting, Remove downloads (automatically or manually).&lt;/p&gt;
&lt;p&gt;This is a disappointing UI for the books app. Options are less accessible as they require a click on a button that has no context. The top right could easily just be two buttons, one for the view toggle and one for the sort toggle with actual icons that represent what they do.&lt;/p&gt;
&lt;p&gt;The translucent sidebar is just a mess. I think the translucent sidebars and top bars should be scratched. They are bad in so many ways. I don&amp;rsquo;t know how you salvage it without just making them opaque. I think they actually have negative utility because they cause cognitive load to the user trying to discern what is the blurred content under the bar.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1621/2026/books.app-for-macos-tahoe.png&#34; width=&#34;600&#34; height=&#34;420&#34; alt=&#34;&#34;&gt;
</description>
      <source:markdown>Background. I&#39;ve had Tahoe installed as a beta on my Mac Mini since June 2025. I&#39;ve used it a lot over the last 7-8 months. So any normalization of the UI should be in full swing by now. This is the first post in what I think will be many as I document my usage of Tahoe and some of the thoughts I&#39;ve been ignoring or passing over in my past usage.

Se the attached image for visual description of the bad parts of the UI of the Books app.

**Top left**
I keep finding myself questioning whether the Window buttons (Close, Maximize, Minimize) apply to just the sidebar or to the whole window. I know the answer but there is definitely still a cognitive load based on where the buttons are placed in the left sidebar and not in a window menu bar.

**Bottom right**
The content of the window is allowed to scroll under the sidebar. But the contents of the sidebar are also allowed to scroll under other elements in the sidebar. Really? Do you see that list scrolling under my account link? At first I thought it was something behind the sidebar but it took a second to realize it was just the sidebar list going under another item in the sidebar. What if there were books under the sidebar too? Would those also stack under the translucent sidebar?

**Top Right**
We have all this room at the top of the window and there are only three (3!) possible buttons to make accessible for the user directly but instead they are stuck in a generic {…} button with a down chevron. It has a view (grid vs list), sort by (recent, title, author, manual), and what I think is an App setting, Remove downloads (automatically or manually).

This is a disappointing UI for the books app. Options are less accessible as they require a click on a button that has no context. The top right could easily just be two buttons, one for the view toggle and one for the sort toggle with actual icons that represent what they do.

The translucent sidebar is just a mess. I think the translucent sidebars and top bars should be scratched. They are bad in so many ways. I don&#39;t know how you salvage it without just making them opaque. I think they actually have negative utility because they cause cognitive load to the user trying to discern what is the blurred content under the bar.

&lt;img src=&#34;https://cdn.uploads.micro.blog/1621/2026/books.app-for-macos-tahoe.png&#34; width=&#34;600&#34; height=&#34;420&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://natebird.co/2026/01/28/i-use-this-trick-when.html</link>
      <pubDate>Wed, 28 Jan 2026 14:00:23 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2026/01/28/i-use-this-trick-when.html</guid>
      <description>&lt;p&gt;I use this trick when flying to have my iPad at the perfect viewing height. The best seats for this to work are on Delta but it works with other airlines as well.&lt;/p&gt;
&lt;p&gt;It should go without saying but get permission from the person in front of you. It shouldn&amp;rsquo;t bother them but respect your neighbors.
&lt;img src=&#34;https://cdn.uploads.micro.blog/1621/2026/acb91d9a-4728-43c1-900c-a702339e4630.jpg&#34; alt=&#34;ACB91D9A-4728-43C1-900C-A702339E4630.jpg&#34;&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1621/2026/07cb80a9-791c-407e-b210-61cf4cd4c026.jpg&#34; alt=&#34;07CB80A9-791C-407E-B210-61CF4CD4C026.jpg&#34;&gt;&lt;/p&gt;
</description>
      <source:markdown>I use this trick when flying to have my iPad at the perfect viewing height. The best seats for this to work are on Delta but it works with other airlines as well. 

It should go without saying but get permission from the person in front of you. It shouldn&#39;t bother them but respect your neighbors. 
![ACB91D9A-4728-43C1-900C-A702339E4630.jpg](https://cdn.uploads.micro.blog/1621/2026/acb91d9a-4728-43c1-900c-a702339e4630.jpg)
![07CB80A9-791C-407E-B210-61CF4CD4C026.jpg](https://cdn.uploads.micro.blog/1621/2026/07cb80a9-791c-407e-b210-61cf4cd4c026.jpg)
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://natebird.co/2026/01/12/i-completely-agree-with-ben.html</link>
      <pubDate>Mon, 12 Jan 2026 22:36:31 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2026/01/12/i-completely-agree-with-ben.html</guid>
      <description>&lt;p&gt;I completely agree with Ben Thompson that Apple is ruining the experience with Apple Vision Pro by OVER producing the content.&lt;/p&gt;
&lt;p&gt;I have one tweak to Ben&amp;rsquo;s request. I would like to have is stationary cameras but give the user control over which camera (seat) to be in while viewing the event. Maybe I want to watch the game from half court and then try the baseline. The point is let the user control which camera, not force it upon them. If I want to watch from baseline the entire time I should be able to.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://stratechery.com/2026/apple-you-still-dont-understand-the-vision-pro/&#34;&gt;stratechery.com/2026/appl&amp;hellip;&lt;/a&gt;&lt;/p&gt;
</description>
      <source:markdown>I completely agree with Ben Thompson that Apple is ruining the experience with Apple Vision Pro by OVER producing the content. 

I have one tweak to Ben&#39;s request. I would like to have is stationary cameras but give the user control over which camera (seat) to be in while viewing the event. Maybe I want to watch the game from half court and then try the baseline. The point is let the user control which camera, not force it upon them. If I want to watch from baseline the entire time I should be able to.

[stratechery.com/2026/appl...](https://stratechery.com/2026/apple-you-still-dont-understand-the-vision-pro/)
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://natebird.co/2026/01/10/why-has-apple-and-google.html</link>
      <pubDate>Sat, 10 Jan 2026 14:49:13 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2026/01/10/why-has-apple-and-google.html</guid>
      <description>&lt;p&gt;Why has Apple and Google not pulled X and Grok from the App Store and Play Store? If any app was submitted for review that allowed users to undress women and minors it would be rejected immediately. I get that they have a process, but seriously, for this type of offense they should pull the Apps and ask questions later. This delay (hopefully it is) just makes them look bad.&lt;/p&gt;
</description>
      <source:markdown>Why has Apple and Google not pulled X and Grok from the App Store and Play Store? If any app was submitted for review that allowed users to undress women and minors it would be rejected immediately. I get that they have a process, but seriously, for this type of offense they should pull the Apps and ask questions later. This delay (hopefully it is) just makes them look bad. 
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://natebird.co/2026/01/09/trump-has-the-morality-of.html</link>
      <pubDate>Fri, 09 Jan 2026 07:26:14 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2026/01/09/trump-has-the-morality-of.html</guid>
      <description>&lt;p&gt;Trump has the morality of a drunk prostitute hopped up on cocaine driving 75 mph in a school zone shooting children for standing too close to the curb.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.theguardian.com/us-news/2026/jan/08/trump-power-international-law&#34;&gt;www.theguardian.com/us-news/2&amp;hellip;&lt;/a&gt;&lt;/p&gt;
</description>
      <source:markdown>Trump has the morality of a drunk prostitute hopped up on cocaine driving 75 mph in a school zone shooting children for standing too close to the curb. 

[www.theguardian.com/us-news/2...](https://www.theguardian.com/us-news/2026/jan/08/trump-power-international-law)
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://natebird.co/2026/01/04/why-did-trump-order-the.html</link>
      <pubDate>Sun, 04 Jan 2026 20:26:53 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2026/01/04/why-did-trump-order-the.html</guid>
      <description>&lt;p&gt;Why did Trump order the invasion and extradition of Maduro out of Venezuela to install a regime other than the rightfully elected leader? Because she is female and won the Nobel Peace Prize instead of him.&lt;/p&gt;
&lt;p&gt;And yes, he is so petty and jealous to start this campaign just to have bragging rights that he is running Venezuela instead of her. Think about, this makes much more sense than liberation or even access to their oil reserves. Those are only after the fact excuses to justify his behavior.&lt;/p&gt;
</description>
      <source:markdown>Why did Trump order the invasion and extradition of Maduro out of Venezuela to install a regime other than the rightfully elected leader? Because she is female and won the Nobel Peace Prize instead of him. 

And yes, he is so petty and jealous to start this campaign just to have bragging rights that he is running Venezuela instead of her. Think about, this makes much more sense than liberation or even access to their oil reserves. Those are only after the fact excuses to justify his behavior. 
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://natebird.co/2025/12/04/i-dont-think-ive-ever.html</link>
      <pubDate>Thu, 04 Dec 2025 17:59:19 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2025/12/04/i-dont-think-ive-ever.html</guid>
      <description>&lt;p&gt;I don&amp;rsquo;t think I&amp;rsquo;ve ever been so excited to listen to a podcast episode than this episode.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://overcast.fm/+ABQnv69ynUQ&#34;&gt;overcast.fm/+ABQnv69y&amp;hellip;&lt;/a&gt;&lt;/p&gt;
</description>
      <source:markdown>I don&#39;t think I&#39;ve ever been so excited to listen to a podcast episode than this episode. 

[overcast.fm/+ABQnv69y...](https://overcast.fm/+ABQnv69ynUQ)
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://natebird.co/2025/11/27/im-thankful-this-year-for.html</link>
      <pubDate>Thu, 27 Nov 2025 22:27:10 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2025/11/27/im-thankful-this-year-for.html</guid>
      <description>&lt;p&gt;I&amp;rsquo;m thankful this year for family, friends, and the community we live in.&lt;/p&gt;
&lt;p&gt;A lot of focus is placed on national politics but the local community affects us so much more each and every day.&lt;/p&gt;
</description>
      <source:markdown>I&#39;m thankful this year for family, friends, and the community we live in. 

A lot of focus is placed on national politics but the local community affects us so much more each and every day. 
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://natebird.co/2025/09/05/wow-kagi-just-released-a.html</link>
      <pubDate>Fri, 05 Sep 2025 12:01:12 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2025/09/05/wow-kagi-just-released-a.html</guid>
      <description>&lt;p&gt;Wow! Kagi just released a &lt;a href=&#34;https://kite.kagi.com/&#34;&gt;news web app&lt;/a&gt;. It looks super interesting.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Kagi News reads public RSS feeds of thousands of (community-curated) world-wide news sources and distills them into one perfect daily briefing. You get every critical perspective and timeline in just 5 minutes. That&amp;rsquo;s it. No endless scrolling. No attention hijacking.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It is using AI to summarize and create an unbiased view of the stories from multiple sources.&lt;/p&gt;
&lt;p&gt;I added it to my iPhone&amp;rsquo;s Home Screen and will be testing it out.&lt;/p&gt;
</description>
      <source:markdown>Wow! Kagi just released a [news web app](https://kite.kagi.com/). It looks super interesting. 

&gt; Kagi News reads public RSS feeds of thousands of (community-curated) world-wide news sources and distills them into one perfect daily briefing. You get every critical perspective and timeline in just 5 minutes. That&#39;s it. No endless scrolling. No attention hijacking. 

It is using AI to summarize and create an unbiased view of the stories from multiple sources. 

I added it to my iPhone&#39;s Home Screen and will be testing it out. 
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://natebird.co/2025/07/17/i-am-all-in-on.html</link>
      <pubDate>Thu, 17 Jul 2025 13:34:24 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2025/07/17/i-am-all-in-on.html</guid>
      <description>&lt;p&gt;I am all in on this work-in-progress called &lt;a href=&#34;https://www.makingsoftware.com/&#34;&gt;Making Software&lt;/a&gt; that aims to explain how software systems &amp;amp; tools work from the ground up.&lt;/p&gt;
&lt;p&gt;The examples and illustrations and animations are beautiful and functional.&lt;/p&gt;
</description>
      <source:markdown>I am all in on this work-in-progress called [Making Software](https://www.makingsoftware.com/) that aims to explain how software systems &amp; tools work from the ground up.

The examples and illustrations and animations are beautiful and functional. 
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://natebird.co/2025/05/17/when-anyone-can-build-anything.html</link>
      <pubDate>Sat, 17 May 2025 06:26:49 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2025/05/17/when-anyone-can-build-anything.html</guid>
      <description>&lt;p&gt;When anyone can build anything in a relatively short time where does the value go?&lt;/p&gt;
</description>
      <source:markdown>When anyone can build anything in a relatively short time where does the value go?
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://natebird.co/2025/04/04/oh-terrific-when-we-handed.html</link>
      <pubDate>Fri, 04 Apr 2025 15:34:13 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2025/04/04/oh-terrific-when-we-handed.html</guid>
      <description>&lt;p&gt;Oh terrific, when we handed Trump the keys to the White House, I had only penciled in the resurgence of measles and the continued school shooting epidemic on my apocalypse bingo card. Apparently, I should&amp;rsquo;ve saved a square for &amp;ldquo;watching my retirement savings circle the drain.&amp;rdquo; Who knew Making America Great Again would include making our 401(k)s disappear? What a delightful bonus feature!​​​​​​​​​​​​​​​​&lt;/p&gt;
</description>
      <source:markdown>Oh terrific, when we handed Trump the keys to the White House, I had only penciled in the resurgence of measles and the continued school shooting epidemic on my apocalypse bingo card. Apparently, I should&#39;ve saved a square for &#34;watching my retirement savings circle the drain.&#34; Who knew Making America Great Again would include making our 401(k)s disappear? What a delightful bonus feature!​​​​​​​​​​​​​​​​
</source:markdown>
    </item>
    
    <item>
      <title>Prompt-Driven Development With Claude Code</title>
      <link>https://natebird.co/2025/04/02/promptdriven-development-how-claude-code.html</link>
      <pubDate>Wed, 02 Apr 2025 21:29:29 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2025/04/02/promptdriven-development-how-claude-code.html</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been using &lt;a href=&#34;https://claudecode.org/&#34;&gt;Claude Code&lt;/a&gt; for a side project recently, and it has significantly improved my productivity as a developer.&lt;/p&gt;
&lt;p&gt;Instead of diving straight into code, I now spend more time crafting detailed prompts that describe new features or changes. This approach forces me to articulate in plain language exactly how the application should behave and why. It reminds me of test-driven development, but with prompts guiding the process instead of tests. I&amp;rsquo;ve started saving these prompts as documentation, creating a clear record of the intended functionality.&lt;/p&gt;
&lt;p&gt;While some visual adjustments and refactoring are still necessary, this method of programming has been refreshing. As someone who enjoys building things, I find myself spending less time stuck on technical problems and more time conceptualizing new features. I no longer need deep expertise in languages like Ruby or Swift, nor comprehensive knowledge of libraries and SDKs. I can create simply by knowing what I want to build.&lt;/p&gt;
&lt;p&gt;Looking ahead, I can envision Claude Code evolving into an advanced pair programming tool where Claude sits on one side of the screen while my application runs on the other. We could discuss changes conversationally, implement them immediately, and see the results without touching a keyboard. While some developers might resist this approach, I find it exciting and look forward to building new applications in significantly less time.​​​​​​​​​​​​​​​​&lt;/p&gt;
</description>
      <source:markdown>I&#39;ve been using [Claude Code](https://claudecode.org/) for a side project recently, and it has significantly improved my productivity as a developer.

Instead of diving straight into code, I now spend more time crafting detailed prompts that describe new features or changes. This approach forces me to articulate in plain language exactly how the application should behave and why. It reminds me of test-driven development, but with prompts guiding the process instead of tests. I&#39;ve started saving these prompts as documentation, creating a clear record of the intended functionality.

While some visual adjustments and refactoring are still necessary, this method of programming has been refreshing. As someone who enjoys building things, I find myself spending less time stuck on technical problems and more time conceptualizing new features. I no longer need deep expertise in languages like Ruby or Swift, nor comprehensive knowledge of libraries and SDKs. I can create simply by knowing what I want to build.

Looking ahead, I can envision Claude Code evolving into an advanced pair programming tool where Claude sits on one side of the screen while my application runs on the other. We could discuss changes conversationally, implement them immediately, and see the results without touching a keyboard. While some developers might resist this approach, I find it exciting and look forward to building new applications in significantly less time.​​​​​​​​​​​​​​​​
</source:markdown>
    </item>
    
    <item>
      <title>Only A Matter Of Time</title>
      <link>https://natebird.co/2025/03/14/only-a-matter-of-time.html</link>
      <pubDate>Fri, 14 Mar 2025 07:29:30 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2025/03/14/only-a-matter-of-time.html</guid>
      <description>&lt;p&gt;I enjoyed John Gruber&amp;rsquo;s post on &lt;a href=&#34;https://daringfireball.net/2025/03/something_is_rotten_in_the_state_of_cupertino&#34;&gt;daringfireball&lt;/a&gt; about the advanced features of Apple Intelligence not being demo-able even 9 months after being announced.&lt;/p&gt;
&lt;p&gt;I think Apple has been headed on this path for a while due to their change in their OS release cycle. We used to get iOS version X in September and although maybe with a few bugs it was pretty much feature complete. Then we started getting new features in the x.1 or x.2 version. Portrait mode comes to mind but I’m not sure if that was the first.&lt;/p&gt;
&lt;p&gt;Then a few years ago a lot of features started shipping in x.4 versions in February/March. I think some sort of hubris has taken hold and Apple has bitten off more than they can chew. While it is nice to get features throughout the year, that also means that those features are 8-9 months away from being ready to ship when they are shown off at WWDC. The farther away the ship date from when it is announced the greater risk of it not shipping at all.&lt;/p&gt;
&lt;p&gt;I think Apple has been on this path for a while and it was only a matter of time for when announced features just wouldn’t make a 9-10 months away deadline. Whether they can actually pull of some version of what they showed is yet to be seen but I’m not surprised they missed their publicly announced deadline.&lt;/p&gt;
</description>
      <source:markdown>I enjoyed John Gruber&#39;s post on [daringfireball](https://daringfireball.net/2025/03/something_is_rotten_in_the_state_of_cupertino) about the advanced features of Apple Intelligence not being demo-able even 9 months after being announced. 

I think Apple has been headed on this path for a while due to their change in their OS release cycle. We used to get iOS version X in September and although maybe with a few bugs it was pretty much feature complete. Then we started getting new features in the x.1 or x.2 version. Portrait mode comes to mind but I’m not sure if that was the first. 

Then a few years ago a lot of features started shipping in x.4 versions in February/March. I think some sort of hubris has taken hold and Apple has bitten off more than they can chew. While it is nice to get features throughout the year, that also means that those features are 8-9 months away from being ready to ship when they are shown off at WWDC. The farther away the ship date from when it is announced the greater risk of it not shipping at all. 

I think Apple has been on this path for a while and it was only a matter of time for when announced features just wouldn’t make a 9-10 months away deadline. Whether they can actually pull of some version of what they showed is yet to be seen but I’m not surprised they missed their publicly announced deadline. 
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://natebird.co/2025/03/14/when-does-vibe-programming-just.html</link>
      <pubDate>Fri, 14 Mar 2025 07:13:32 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2025/03/14/when-does-vibe-programming-just.html</guid>
      <description>&lt;p&gt;When does vibe programming just become programming for most people?&lt;/p&gt;
</description>
      <source:markdown>When does vibe programming just become programming for most people? 
</source:markdown>
    </item>
    
    <item>
      <title>Thankful</title>
      <link>https://natebird.co/2024/11/27/thankful.html</link>
      <pubDate>Wed, 27 Nov 2024 07:36:56 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2024/11/27/thankful.html</guid>
      <description>&lt;p&gt;I am thankful for family and friends who love and support me.&lt;/p&gt;
&lt;p&gt;I am thankful for a &lt;a href=&#34;https://cantonga.gov&#34;&gt;community&lt;/a&gt; that supports my kids and provides them opportunities to learn and grow into responsible adults.&lt;/p&gt;
&lt;p&gt;I am thankful for free and fair elections where I can &lt;a href=&#34;https://vote.org&#34;&gt;vote&lt;/a&gt; to continue the messy experiment of democracy.&lt;/p&gt;
&lt;p&gt;I am thankful for a &lt;a href=&#34;https://linkedin.com/in/natebird&#34;&gt;career&lt;/a&gt; which allows me to create, build, scale, mentor, and learn.&lt;/p&gt;
&lt;p&gt;I am thankful for a healthy body to walk, run, hike, &lt;a href=&#34;https://www.altatennis.org/&#34;&gt;play tennis&lt;/a&gt;, take care of myself and serve others.&lt;/p&gt;
&lt;p&gt;I am thankful for service opportunities to &lt;a href=&#34;https://alumni.byu.edu&#34;&gt;mentor students&lt;/a&gt;, &lt;a href=&#34;https://www.justserve.org/&#34;&gt;give to local non-profit organizations &lt;/a&gt;, and &lt;a href=&#34;https://givingmachine.org&#34;&gt;teach the benefits of giving&lt;/a&gt;.&lt;/p&gt;
</description>
      <source:markdown>I am thankful for family and friends who love and support me. 

I am thankful for a [community](https://cantonga.gov) that supports my kids and provides them opportunities to learn and grow into responsible adults.

I am thankful for free and fair elections where I can [vote](https://vote.org) to continue the messy experiment of democracy.

I am thankful for a [career](https://linkedin.com/in/natebird) which allows me to create, build, scale, mentor, and learn. 

I am thankful for a healthy body to walk, run, hike, [play tennis](https://www.altatennis.org/), take care of myself and serve others. 

I am thankful for service opportunities to [mentor students](https://alumni.byu.edu), [give to local non-profit organizations ](https://www.justserve.org/), and [teach the benefits of giving](https://givingmachine.org). 
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://natebird.co/2024/11/06/two-observations-about.html</link>
      <pubDate>Wed, 06 Nov 2024 06:15:43 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2024/11/06/two-observations-about.html</guid>
      <description>&lt;p&gt;Two observations about the 2024 election without any data but still feel true.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;People voted for the economy and lower inflation&lt;/li&gt;
&lt;li&gt;People still can’t vote for a woman&lt;/li&gt;
&lt;/ol&gt;
</description>
      <source:markdown>Two observations about the 2024 election without any data but still feel true. 
1. People voted for the economy and lower inflation
2. People still can’t vote for a woman
</source:markdown>
    </item>
    
    <item>
      <title>Trump is too inept to be President</title>
      <link>https://natebird.co/2024/10/29/nilay-at-the.html</link>
      <pubDate>Tue, 29 Oct 2024 09:05:14 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2024/10/29/nilay-at-the.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.theverge.com/authors/nilay-patel&#34;&gt;Nilay&lt;/a&gt;, at &lt;a href=&#34;https://www.theverge.com&#34;&gt;The Verge&lt;/a&gt;, nails why Trump is too inept to be President in his &lt;a href=&#34;https://www.theverge.com/24282022/kamala-harris-endorsement-presidential-election-2024&#34;&gt;endorsement for Kamala Harris&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Trump simply cannot use the tools of democracy to run the country on our behalf. His brain does not work that way, even when it appears to be working. He is too selfish, too stupid, too cognitively impaired, too fucked in the head by social media — too whatever. He just can’t do it. He will make our collective action problems worse because he doesn’t even know what kind of problems they are. There is a reason he loves dictators and that all his biggest ideas involve forcing people to do things at the barrel of a gun: mass deportations, arresting his critics, sending the military into American cities to quell protests. He is unable to imagine a world where people cooperate for any reason other than the threat of violence, and so violence has become an inextricable part of his movement.&lt;/p&gt;
&lt;/blockquote&gt;
</description>
      <source:markdown>[Nilay](https://www.theverge.com/authors/nilay-patel), at [The Verge](https://www.theverge.com), nails why Trump is too inept to be President in his [endorsement for Kamala Harris](https://www.theverge.com/24282022/kamala-harris-endorsement-presidential-election-2024).

&gt; Trump simply cannot use the tools of democracy to run the country on our behalf. His brain does not work that way, even when it appears to be working. He is too selfish, too stupid, too cognitively impaired, too fucked in the head by social media — too whatever. He just can’t do it. He will make our collective action problems worse because he doesn’t even know what kind of problems they are. There is a reason he loves dictators and that all his biggest ideas involve forcing people to do things at the barrel of a gun: mass deportations, arresting his critics, sending the military into American cities to quell protests. He is unable to imagine a world where people cooperate for any reason other than the threat of violence, and so violence has become an inextricable part of his movement.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://natebird.co/2024/06/08/seeing-a-lot.html</link>
      <pubDate>Sat, 08 Jun 2024 17:16:54 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2024/06/08/seeing-a-lot.html</guid>
      <description>&lt;p&gt;Seeing a lot of leaks about WWDC announcements. It makes me sad for the teams that have worked for years on these projects only to have the surprise ruined in the last few days. The older I get the more I enjoy going in without being spoiled.&lt;/p&gt;
</description>
      <source:markdown>Seeing a lot of leaks about WWDC announcements. It makes me sad for the teams that have worked for years on these projects only to have the surprise ruined in the last few days. The older I get the more I enjoy going in without being spoiled. 
</source:markdown>
    </item>
    
    <item>
      <title>Nomad tracking card</title>
      <link>https://natebird.co/2024/06/01/nomad-tracking-card.html</link>
      <pubDate>Sat, 01 Jun 2024 17:35:42 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2024/06/01/nomad-tracking-card.html</guid>
      <description>&lt;p&gt;I received my &lt;a href=&#34;https://nomadgoods.com/products/tracking-card&#34;&gt;Nomad Tracking Card&lt;/a&gt; today. It was easy to setup. Pull it out of the box, open the Find My app, hold the button on the card, then walk through the pairing process on the phone.&lt;/p&gt;
&lt;p&gt;This is a Nomad product so the build quality is exceptional. The card feels really solid and is only as thick as two credit cards. I find it amazing that a battery can fit into a card this thin. Aesthetically, the electronics inscription on the front is subtle but looks great.&lt;/p&gt;
&lt;p&gt;The specs say the battery life is 5 months and it is rechargeable using MagSafe or Qi wireless chargers. I&amp;rsquo;m looking forward to trying it out. For me this tracker is much more useful than AirTags. I have an AirTag for my luggage and one for my car keys but this Nomad tracker is much more useful day to day in my wallet.&lt;/p&gt;
&lt;p&gt;At $50 it isn&amp;rsquo;t cheap but because it is easily rechargeable I think it will be worth it.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/1621/2024/f947c549-11c2-489e-927f-c97b9ee02fbe.jpg&#34; alt=&#34;F947C549-11C2-489E-927F-C97B9EE02FBE.jpg&#34;&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1621/2024/d81b5860-4222-425f-8c8d-621fa2830308.jpg&#34; alt=&#34;D81B5860-4222-425F-8C8D-621FA2830308.jpg&#34;&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/1621/2024/d62e38e9-b44c-4faf-8629-0a7fa0a4e9c5.jpg&#34; alt=&#34;D62E38E9-B44C-4FAF-8629-0A7FA0A4E9C5.jpg&#34;&gt;&lt;/p&gt;
</description>
      <source:markdown>I received my [Nomad Tracking Card](https://nomadgoods.com/products/tracking-card) today. It was easy to setup. Pull it out of the box, open the Find My app, hold the button on the card, then walk through the pairing process on the phone. 

This is a Nomad product so the build quality is exceptional. The card feels really solid and is only as thick as two credit cards. I find it amazing that a battery can fit into a card this thin. Aesthetically, the electronics inscription on the front is subtle but looks great. 

The specs say the battery life is 5 months and it is rechargeable using MagSafe or Qi wireless chargers. I&#39;m looking forward to trying it out. For me this tracker is much more useful than AirTags. I have an AirTag for my luggage and one for my car keys but this Nomad tracker is much more useful day to day in my wallet. 

At $50 it isn&#39;t cheap but because it is easily rechargeable I think it will be worth it.

![F947C549-11C2-489E-927F-C97B9EE02FBE.jpg](https://cdn.uploads.micro.blog/1621/2024/f947c549-11c2-489e-927f-c97b9ee02fbe.jpg)
![D81B5860-4222-425F-8C8D-621FA2830308.jpg](https://cdn.uploads.micro.blog/1621/2024/d81b5860-4222-425f-8c8d-621fa2830308.jpg)
![D62E38E9-B44C-4FAF-8629-0A7FA0A4E9C5.jpg](https://cdn.uploads.micro.blog/1621/2024/d62e38e9-b44c-4faf-8629-0a7fa0a4e9c5.jpg)
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://natebird.co/2024/05/15/i-love-it.html</link>
      <pubDate>Wed, 15 May 2024 10:26:10 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2024/05/15/i-love-it.html</guid>
      <description>&lt;p&gt;I love it when Apple announces accessibility features ahead of WWDC. Eye tracking usability on the iPad looks especially cool.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.apple.com/newsroom/2024/05/apple-announces-new-accessibility-features-including-eye-tracking/&#34;&gt;www.apple.com/newsroom/&amp;hellip;&lt;/a&gt;&lt;/p&gt;
</description>
      <source:markdown>I love it when Apple announces accessibility features ahead of WWDC. Eye tracking usability on the iPad looks especially cool. 

[www.apple.com/newsroom/...](https://www.apple.com/newsroom/2024/05/apple-announces-new-accessibility-features-including-eye-tracking/)
</source:markdown>
    </item>
    
    <item>
      <title>Thoughts on Remote Work</title>
      <link>https://natebird.co/2024/03/06/thoughts-on-remote.html</link>
      <pubDate>Wed, 06 Mar 2024 13:07:00 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2024/03/06/thoughts-on-remote.html</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been thinking about remote work due to some top-down policy changes made by my employer. These changes along with other &lt;a href=&#34;https://www.ajc.com/news/business/ups-corporate-workers-return-to-the-office-five-days-a-week-as-mandate-goes-into-effect/XOVFPP4ORVBBFCS32E56OHWVOI/&#34;&gt;headlines&lt;/a&gt; have reminded me how much I value working remotely. I have discussed the benefits and challenges of remote work with my wife and colleagues over the past few months. Through these chats I&amp;rsquo;ve realized that I need to write my thoughts to clarify and detail my opinions about why remote work is important in today&amp;rsquo;s world.&lt;/p&gt;
&lt;p&gt;My thoughts come from 8 years of full-time remote working and reading &lt;a href=&#34;https://davidburkus.com/books/leading-from-anywhere/&#34;&gt;many&lt;/a&gt; &lt;a href=&#34;https://basecamp.com/books/remote&#34;&gt;books&lt;/a&gt; and &lt;a href=&#34;https://buffer.com/state-of-remote-work&#34;&gt;blog&lt;/a&gt; &lt;a href=&#34;https://xahteiwi.eu/resources/presentations/no-we-wont-have-a-video-call-for-that/&#34;&gt;posts&lt;/a&gt; on the subject. I feel that I have learned a lot over the years about what works and what doesn&amp;rsquo;t. The structure of this post lists of the benefits and challenges of remote work and is intended to be a summary. As I publish my thoughts on each item I&amp;rsquo;ll update this post with links to individual posts.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Individual Benefits&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Flexibility - When and where to work is the biggest benefit of remote work.&lt;/li&gt;
&lt;li&gt;Improved Productivity - Fewer distractions allow me to focus and get more done.&lt;/li&gt;
&lt;li&gt;Work-Life Balance - Seeing my kids off to school in the morning and driving them to activities keeps me involved in their lives.&lt;/li&gt;
&lt;li&gt;Cost Savings - I&amp;rsquo;ve saved tens of thousands of dollars over the years by not commuting daily and not eating out regularly.&lt;/li&gt;
&lt;li&gt;Health and Well-being: Trading time commuting for time exercising is a win both mentally and physically.&lt;/li&gt;
&lt;li&gt;Personalized Work Space: I&amp;rsquo;m lucky to have a dedicated room with a large window with natural sunlight in my house. I also have some great &lt;a href=&#34;https://stuff.git-tower.com/collections/posters&#34;&gt;posters&lt;/a&gt; and &lt;a href=&#34;https://natebird.co/2023/02/18/my-steve-jobs.html&#34;&gt;decorations&lt;/a&gt; to motivate me.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Company Benefits&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Access to Global Talent: By accessing a broader talent pool, companies can find highly skilled individuals not limited by geographical location.&lt;/li&gt;
&lt;li&gt;Cost Savings: Reduced need for physical office space, utilities, and related expenses results in significant cost savings.&lt;/li&gt;
&lt;li&gt;Increased Productivity: Remote workers are more productive due to fewer distractions and personalized work schedules and environments.&lt;/li&gt;
&lt;li&gt;Employee Satisfaction: Remote work options boost employee satisfaction and retention, as it provides flexibility and a better work-life balance.&lt;/li&gt;
&lt;li&gt;Diversity and Inclusion: Hiring individuals from different backgrounds and locations promotes diversity and fosters a more inclusive work environment.&lt;/li&gt;
&lt;li&gt;Business Continuity: Distributed workers help the company be more resilient to disruptions like weather events, health crises, or internet outages.&lt;/li&gt;
&lt;li&gt;Environmental Impact: Reduced commuting results in fewer carbon emissions and higher employee morale.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Challenges&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Communication and Collaboration: Traditional office communication and collaboration methods are less effective in remote work environments and may lead to misunderstandings and delays.&lt;/li&gt;
&lt;li&gt;Isolation and Loneliness: Some remote workers struggle with feelings of isolation and loneliness due to not being physically close to other co-workers.&lt;/li&gt;
&lt;li&gt;Working Across Time Zones: Finding shared times between various time zones can be challenging and can cause delays in information sharing.&lt;/li&gt;
&lt;li&gt;Establishing Work-Life Boundaries: Many new remote workers have difficulty establishing clear boundaries between work and personal life, leading to overworking or decreased productivity.&lt;/li&gt;
&lt;li&gt;Staying Motivated: Without clear guidance remote workers may lack focus and lose motivation to accomplish goals.&lt;/li&gt;
&lt;li&gt;Not leaving the house: Many workers find they have less reason to leave the house when working remotely.&lt;/li&gt;
&lt;li&gt;Technology and Infrastructure: Technical issues and cybersecurity threats are more challenging to manage and monitor with workers distributed geographically.&lt;/li&gt;
&lt;li&gt;Management and Oversight: Many managers struggle to ensure tasks are completed, productivity is maintained, and employees feel supported.&lt;/li&gt;
&lt;li&gt;Company Cultural: Creating a cohesive company culture and fostering a sense of belonging is difficult when employees are scattered.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This isn&amp;rsquo;t a comprehensive list but there are some interesting items to delve into deeper and hopefully explain how remote work fits into the modern workplace.&lt;/p&gt;
</description>
      <source:markdown>I&#39;ve been thinking about remote work due to some top-down policy changes made by my employer. These changes along with other [headlines](https://www.ajc.com/news/business/ups-corporate-workers-return-to-the-office-five-days-a-week-as-mandate-goes-into-effect/XOVFPP4ORVBBFCS32E56OHWVOI/) have reminded me how much I value working remotely. I have discussed the benefits and challenges of remote work with my wife and colleagues over the past few months. Through these chats I&#39;ve realized that I need to write my thoughts to clarify and detail my opinions about why remote work is important in today&#39;s world.

My thoughts come from 8 years of full-time remote working and reading [many](https://davidburkus.com/books/leading-from-anywhere/) [books](https://basecamp.com/books/remote) and [blog](https://buffer.com/state-of-remote-work) [posts](https://xahteiwi.eu/resources/presentations/no-we-wont-have-a-video-call-for-that/) on the subject. I feel that I have learned a lot over the years about what works and what doesn&#39;t. The structure of this post lists of the benefits and challenges of remote work and is intended to be a summary. As I publish my thoughts on each item I&#39;ll update this post with links to individual posts.

**Individual Benefits**

1. Flexibility - When and where to work is the biggest benefit of remote work.
2. Improved Productivity - Fewer distractions allow me to focus and get more done.
3. Work-Life Balance - Seeing my kids off to school in the morning and driving them to activities keeps me involved in their lives.
4. Cost Savings - I&#39;ve saved tens of thousands of dollars over the years by not commuting daily and not eating out regularly.
5. Health and Well-being: Trading time commuting for time exercising is a win both mentally and physically.
6. Personalized Work Space: I&#39;m lucky to have a dedicated room with a large window with natural sunlight in my house. I also have some great [posters](https://stuff.git-tower.com/collections/posters) and [decorations](https://natebird.co/2023/02/18/my-steve-jobs.html) to motivate me.

**Company Benefits**

1. Access to Global Talent: By accessing a broader talent pool, companies can find highly skilled individuals not limited by geographical location.
2. Cost Savings: Reduced need for physical office space, utilities, and related expenses results in significant cost savings.
3. Increased Productivity: Remote workers are more productive due to fewer distractions and personalized work schedules and environments.
4. Employee Satisfaction: Remote work options boost employee satisfaction and retention, as it provides flexibility and a better work-life balance.
5. Diversity and Inclusion: Hiring individuals from different backgrounds and locations promotes diversity and fosters a more inclusive work environment.
6. Business Continuity: Distributed workers help the company be more resilient to disruptions like weather events, health crises, or internet outages.
7. Environmental Impact: Reduced commuting results in fewer carbon emissions and higher employee morale.

**Challenges**

1. Communication and Collaboration: Traditional office communication and collaboration methods are less effective in remote work environments and may lead to misunderstandings and delays.
2. Isolation and Loneliness: Some remote workers struggle with feelings of isolation and loneliness due to not being physically close to other co-workers.
3. Working Across Time Zones: Finding shared times between various time zones can be challenging and can cause delays in information sharing. 
4. Establishing Work-Life Boundaries: Many new remote workers have difficulty establishing clear boundaries between work and personal life, leading to overworking or decreased productivity.
5. Staying Motivated: Without clear guidance remote workers may lack focus and lose motivation to accomplish goals.
6. Not leaving the house: Many workers find they have less reason to leave the house when working remotely.
7. Technology and Infrastructure: Technical issues and cybersecurity threats are more challenging to manage and monitor with workers distributed geographically.
8. Management and Oversight: Many managers struggle to ensure tasks are completed, productivity is maintained, and employees feel supported.
9. Company Cultural: Creating a cohesive company culture and fostering a sense of belonging is difficult when employees are scattered.

This isn&#39;t a comprehensive list but there are some interesting items to delve into deeper and hopefully explain how remote work fits into the modern workplace.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://natebird.co/2024/03/02/i-watched-dune.html</link>
      <pubDate>Sat, 02 Mar 2024 20:36:07 -0500</pubDate>
      
      <guid>http://nate.micro.blog/2024/03/02/i-watched-dune.html</guid>
      <description>&lt;p&gt;I watched Dune: Part 2. It exceeded my expectations. The music, sound, cinematography were all outstanding. I&amp;rsquo;m still letting it settle in. I hope they do a third part.&lt;/p&gt;
</description>
      <source:markdown>I watched Dune: Part 2. It exceeded my expectations. The music, sound, cinematography were all outstanding. I&#39;m still letting it settle in. I hope they do a third part. 
</source:markdown>
    </item>
    
  </channel>
</rss>
