<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Mango Umbrella</title>
    <link>https://mangoumbrella.com</link>
    <description>Y2Mango&#39;s Quality Indie Apps</description>
    <managingEditor>hi@mangoumbrella.com (y2mango)</managingEditor>
    <pubDate>Sun, 02 Aug 2026 00:02:11 +0000</pubDate>
    <item>
      <title>Changelog v2026.7</title>
      <link>https://mangoumbrella.com/post/changelog-v2026.7</link>
      <description>&lt;h1&gt;New umbrella releases&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;2026-07-30&lt;/code&gt; Mango Exposure &lt;a href=&#34;https://mangoumbrella.com/post/mango-exposure-v2026.2&#34;&gt;v2026.2&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;2026-07-30&lt;/code&gt; y2 &lt;a href=&#34;https://github.com/mangoumbrella/y2/releases/tag/v2026.2&#34;&gt;&lt;code&gt;v2026.2&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;2026-07-27&lt;/code&gt; y2 &lt;a href=&#34;https://github.com/mangoumbrella/y2/releases/tag/v2026.1&#34;&gt;&lt;code&gt;v2026.1&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;2026-07-27&lt;/code&gt; &lt;a href=&#34;https://pyref.dev/&#34;&gt;pyref.dev&lt;/a&gt; &lt;a href=&#34;https://github.com/mangoumbrella/pyref.dev/releases/tag/v2026.1&#34;&gt;&lt;code&gt;v2026.1&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1&gt;New posts&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;2026-07-30&lt;/code&gt; &lt;a href=&#34;https://mangoumbrella.com/post/configure-iterm2s-smart-selection-for-diff-paths&#34;&gt;Configure iTerm2&#39;s Smart Selection for Diff Paths&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;2026-07-30&lt;/code&gt; &lt;a href=&#34;https://mangoumbrella.com/post/my-pet-peeve-when-parent-urls-dont-work&#34;&gt;my-pet-peeve-when-parent-urls-dont-work&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/changelog-v2026.7</guid>
      <pubDate>Sun, 02 Aug 2026 00:02:11 +0000</pubDate>
    </item>
    <item>
      <title>Configure iTerm2&#39;s Smart Selection for Diff Paths</title>
      <link>https://mangoumbrella.com/post/configure-iterm2s-smart-selection-for-diff-paths</link>
      <description>&lt;p&gt;When working with diffs in the terminal, for example:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;--- a/src/pyrefdev/mapping/pylabel.py&#xA;+++ b/src/pyrefdev/mapping/pylabel.py&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;I often need to copy the path of the file. But double-clicking the path selects &lt;code&gt;a/src/pyrefdev/mapping/pylabel.py&lt;/code&gt; by default.&lt;/p&gt;&#xA;&lt;p&gt;Luckily, you can configure iTerm2&#39;s Smart Selection with this regex to only select the path part:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;(?&amp;lt;=[-+]{3} [ab]/)\S+&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Here is a step-by-step guide:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Go to &lt;code&gt;Settings &amp;gt; Profiles &amp;gt; Advanced &amp;gt; Smart Selection &amp;gt; Edit&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Click the &lt;code&gt;+&lt;/code&gt; button.&lt;/li&gt;&#xA;&lt;li&gt;Set &lt;code&gt;Regular expression&lt;/code&gt; to &lt;code&gt;(?&amp;lt;=[-+]{3} [ab]/)\S+&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Set the precision to &lt;code&gt;Very High&lt;/code&gt; so it wins over the built-in path rules.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Now a double-click selects just &lt;code&gt;src/pyrefdev/mapping/pylabel.py&lt;/code&gt;.&lt;/p&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/configure-iterm2s-smart-selection-for-diff-paths</guid>
      <pubDate>Thu, 30 Jul 2026 15:27:42 +0000</pubDate>
    </item>
    <item>
      <title></title>
      <link>https://mangoumbrella.com/post/my-pet-peeve-when-parent-urls-dont-work</link>
      <description>&lt;p&gt;my pet peeve: when parent URLs don&#39;t work&lt;/p&gt;&#xA;&lt;p&gt;for example if your website has a page:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;site.domain/path/to/this/page&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;these pages should always be valid too:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;site.domain/path/to/this&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;site.domain/path/to&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;site.domain/path&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/my-pet-peeve-when-parent-urls-dont-work</guid>
      <pubDate>Thu, 30 Jul 2026 14:26:51 +0000</pubDate>
    </item>
    <item>
      <title>Mango Exposure v2026.2</title>
      <link>https://mangoumbrella.com/post/mango-exposure-v2026.2</link>
      <description>&lt;p&gt;&lt;a href=&#34;https://apps.apple.com/us/app/mango-exposure/id1487020105&#34;&gt;Mango Exposure v2026.2&lt;/a&gt; is now available. This one is mostly about sensors.&lt;/p&gt;&#xA;&lt;p&gt;NEW:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A Release Notes screen in Settings, so the app can tell you what changed without you coming here.&lt;/li&gt;&#xA;&lt;li&gt;The 1 inch sensor, used by cameras like the Sony RX100 series and most drones.&lt;/li&gt;&#xA;&lt;li&gt;The 44x33 digital medium format sensor, used by the Fujifilm GFX and Hasselblad X series.&lt;/li&gt;&#xA;&lt;li&gt;The 53x40 digital medium format sensor, used by the Phase One IQ4 and Hasselblad H series.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;CHANGED:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The Four Thirds sensor is now labelled Four Thirds / Micro Four Thirds.&lt;/li&gt;&#xA;&lt;li&gt;The APS-C Sony/Nikon/Pentax sensor now mentions Fujifilm, which uses the same sensor size.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Happy photographing, whatever you shoot with ^_^&lt;/p&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/mango-exposure-v2026.2</guid>
      <pubDate>Fri, 31 Jul 2026 21:17:25 +0000</pubDate>
    </item>
    <item>
      <title>Changelog v2026.2</title>
      <link>https://mangoumbrella.com/post/changelog-v2026.2</link>
      <description>&lt;h1&gt;New umbrella releases&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;2026-02-21&lt;/code&gt; Added parent links on sub-node pages across the &lt;a href=&#34;https://mangoumbrella.com&#34;&gt;website&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1&gt;New short posts&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;2026-02-20&lt;/code&gt; &lt;a href=&#34;https://mangoumbrella.com/post/section-230&#34;&gt;section-230&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/changelog-v2026.2</guid>
      <pubDate>Sat, 01 Aug 2026 23:34:42 +0000</pubDate>
    </item>
    <item>
      <title></title>
      <link>https://mangoumbrella.com/post/section-230</link>
      <description>&lt;p&gt;突然意识到, 我不用再为section 230焦虑了&lt;/p&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/section-230</guid>
      <pubDate>Fri, 20 Feb 2026 14:13:48 +0000</pubDate>
    </item>
    <item>
      <title>Changelog v2026.1</title>
      <link>https://mangoumbrella.com/post/changelog-v2026.1</link>
      <description>&lt;h1&gt;New umbrella releases&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;2026-01-24&lt;/code&gt; &lt;a href=&#34;https://mangoumbrella.com/post/mango-exposure-v2026.1&#34;&gt;Mango Exposure v2026.1&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1&gt;New posts&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;2026-01-04&lt;/code&gt; &lt;a href=&#34;https://mangoumbrella.com/post/sequoia-national-park&#34;&gt;Sequoia National Park&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1&gt;New short posts&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;2026-01-04&lt;/code&gt; &lt;a href=&#34;https://mangoumbrella.com/post/fastlane-rsync-issue&#34;&gt;fastlane-rsync-issue&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/changelog-v2026.1</guid>
      <pubDate>Sat, 31 Jan 2026 08:37:06 +0000</pubDate>
    </item>
    <item>
      <title>Mango Exposure v2026.1</title>
      <link>https://mangoumbrella.com/post/mango-exposure-v2026.1</link>
      <description>&lt;p&gt;After 4 months of deliberation, I have decided to adopt Liquid Glass in &lt;a href=&#34;https://apps.apple.com/us/app/mango-exposure/id1487020105&#34;&gt;Mango Exposure v2026.1&lt;/a&gt;. Why? Because Apple told me to.&lt;/p&gt;&#xA;&lt;p&gt;Anyway, happy photographing no matter where you are ^_^&lt;/p&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/mango-exposure-v2026.1</guid>
      <pubDate>Sun, 25 Jan 2026 06:45:14 +0000</pubDate>
    </item>
    <item>
      <title></title>
      <link>https://mangoumbrella.com/post/fastlane-rsync-issue</link>
      <description>&lt;p&gt;Somehow my &lt;a href=&#34;https://fastlane.tools/&#34;&gt;fastlane&lt;/a&gt; upload pipeline stopped working, due to shadowing the system &lt;code&gt;rsync&lt;/code&gt; binary.&lt;/p&gt;&#xA;&lt;p&gt;I would have never guessed this root cause.&lt;/p&gt;&#xA;&lt;p&gt;Historically it would take me hours of debugging and head banging, but Opus 4.5 just did it under one minute by itself.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Found it! You have a Homebrew rsync (3.4.1) that&#39;s being used instead of Apple&#39;s built-in openrsync:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;which rsync → /Users/mango/tools/brew/bin/rsync (Homebrew 3.4.1)&lt;/li&gt;&#xA;&lt;li&gt;/usr/bin/rsync → Apple&#39;s openrsync (protocol 29)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Xcode&#39;s export process is mixing these two incompatible versions, causing the &amp;quot;syntax or usage error&amp;quot; when they try to communicate.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/fastlane-rsync-issue</guid>
      <pubDate>Mon, 05 Jan 2026 03:37:40 +0000</pubDate>
    </item>
    <item>
      <title>Sequoia National Park</title>
      <link>https://mangoumbrella.com/post/sequoia-national-park</link>
      <description>&lt;p&gt;In the afternoon before our spontaneous road trip to Sequoia National Park, I discovered a bulge on the front right tire. I immediately called my repair shop &lt;a href=&#34;https://www.menloathertonautorepair.com&#34;&gt;Menlo Atherton Auto Repair&lt;/a&gt;, and thanks to Anthony, we were able to depart before noon the next day. We stayed for two nights in Three Rivers, close to the south entrance.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;img src=&#34;/m/images/79/79bc5df9-06d7-4bb4-8794-935c590b841b.jpeg&#34; alt=&#34;The view at our AirBnb in Three Rivers&#34; /&gt;&#xA;&lt;figcaption&gt;&lt;p&gt;The view at our AirBnb in Three Rivers&lt;/p&gt;&lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;The first 20 miles entering the park are steep with numerous switchbacks. I drove much more slowly, but with frequent turnouts along the road, it was a pleasantly relaxing experience.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;img src=&#34;/m/images/cd/cd67c6a4-96af-4a30-8f0a-e538d3010c03.jpeg&#34; alt=&#34;River near Sequoia National Park south entrance&#34; /&gt;&#xA;&lt;img src=&#34;/m/images/c0/c0e539d9-8f0a-4130-ae5c-39121c80e493.jpeg&#34; alt=&#34;Sequoia trees with snow on the ground&#34; /&gt;&#xA;&lt;img src=&#34;/m/images/b4/b4d17433-2964-4b47-9478-406273f1317e.jpeg&#34; alt=&#34;Sunset view in Sequoia National Park&#34; /&gt;&#xA;&lt;figcaption&gt;&lt;p&gt;Landscapes in the Sequoia National Park&lt;/p&gt;&lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;Snow appeared once we entered the Giant Forest. On a holiday during winter, the parking space near General Sherman are accessible spots only. So we took the shuttle service instead. It ran quite frequently. On the way back to Three Rivers, we saw a spectacular sunset.&lt;/p&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/sequoia-national-park</guid>
      <pubDate>Sat, 03 Jan 2026 16:54:01 +0000</pubDate>
    </item>
    <item>
      <title>Changelog v2025.12</title>
      <link>https://mangoumbrella.com/post/changelog-v2025.12</link>
      <description>&lt;h1&gt;New umbrella releases&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;2025-12-27&lt;/code&gt; New Python package &lt;a href=&#34;https://github.com/mangoumbrella/mdit-py-heading-attrs&#34;&gt;&lt;code&gt;mdit-py-heading-attrs&lt;/code&gt;&lt;/a&gt;: a &lt;a href=&#34;https://github.com/executablebooks/markdown-it-py&#34;&gt;&lt;code&gt;markdown-it-py&lt;/code&gt;&lt;/a&gt; plugin to add attribute support to headings..&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;2025-12-27&lt;/code&gt; New Python package &lt;a href=&#34;https://github.com/mangoumbrella/mdit-py-figure&#34;&gt;&lt;code&gt;mdit-py-figure&lt;/code&gt;&lt;/a&gt;: a &lt;a href=&#34;https://github.com/executablebooks/markdown-it-py&#34;&gt;&lt;code&gt;markdown-it-py&lt;/code&gt;&lt;/a&gt; plugin to parse markdown paragraphs that start with an image into HTML &lt;code&gt;&amp;lt;figure&amp;gt;&lt;/code&gt; elements.&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;2025-12-27&lt;/code&gt; goldmark-figure &lt;a href=&#34;https://github.com/mangoumbrella/goldmark-figure/releases/tag/v1.4.0&#34;&gt;&lt;code&gt;v1.4.0&lt;/code&gt;&lt;/a&gt;: Fix a bug where the last character in the end of the doc could be swallowed.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1&gt;New linked posts&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;2025-12-30&lt;/code&gt; &lt;a href=&#34;https://mangoumbrella.com/post/mango-baby-won-upgradies-2025-best-ios-app&#34;&gt;∞ Mango Baby Won Upgradies 2025 Best iOS App&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1&gt;New short posts&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;2025-12-31&lt;/code&gt; &lt;a href=&#34;https://mangoumbrella.com/post/2025-is-weird&#34;&gt;2025-is-weird&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;2025-12-24&lt;/code&gt; &lt;a href=&#34;https://mangoumbrella.com/post/2024-was-so-painful&#34;&gt;2024-was-so-painful&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;2025-12-23&lt;/code&gt; &lt;a href=&#34;https://mangoumbrella.com/post/dun-and-bradstreet-spam&#34;&gt;dun-and-bradstreet-spam&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/changelog-v2025.12</guid>
      <pubDate>Sun, 04 Jan 2026 20:04:39 +0000</pubDate>
    </item>
    <item>
      <title></title>
      <link>https://mangoumbrella.com/post/2025-is-weird</link>
      <description>&lt;p&gt;2025 has been the weirdest year so far, and 2026 is going to be weirder.&lt;/p&gt;&#xA;&lt;p&gt;I’m not prepared for this. But 2025 has truly taught me preparedness is overrated.&lt;/p&gt;&#xA;&lt;p&gt;When there is a high mountain in front of you, just climb on with your heart. And I’m more ready than ever to continue climbing.&lt;/p&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/2025-is-weird</guid>
      <pubDate>Sat, 03 Jan 2026 06:22:52 +0000</pubDate>
    </item>
    <item>
      <title>Mango Baby Won Upgradies 2025 Best iOS App</title>
      <link>https://mangoumbrella.com/post/mango-baby-won-upgradies-2025-best-ios-app</link>
      <description>&lt;p&gt;Thank you &lt;a href=&#34;https://www.theenthusiast.net/about/&#34;&gt;Myke Hurley&lt;/a&gt; and &lt;a href=&#34;https://sixcolors.com/jason/&#34;&gt;Jason Snell&lt;/a&gt; for awarding Mango Baby the Best iOS App of 2025 🤯&lt;/p&gt;&#xA;&lt;p&gt;Being an Upgrade listener for 11 years+, I can&#39;t express how honored I feel right now. Mango Baby was made from my heart when I was a new parent. And reading the overwhelmingly positive messages from my users, including Myke(!), has kept me going with this app. Thank you. ❤️&lt;/p&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/mango-baby-won-upgradies-2025-best-ios-app</guid>
      <pubDate>Sun, 04 Jan 2026 19:56:28 +0000</pubDate>
    </item>
    <item>
      <title></title>
      <link>https://mangoumbrella.com/post/2024-was-so-painful</link>
      <description>&lt;p&gt;2024 was so painful, but looking back I’m quite glad it happened.&lt;/p&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/2024-was-so-painful</guid>
      <pubDate>Sun, 04 Jan 2026 19:52:05 +0000</pubDate>
    </item>
    <item>
      <title></title>
      <link>https://mangoumbrella.com/post/dun-and-bradstreet-spam</link>
      <description>&lt;p&gt;The spam volume I receive from Dun &amp;amp; Bradstreet is astonishing.&lt;/p&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/dun-and-bradstreet-spam</guid>
      <pubDate>Sun, 04 Jan 2026 19:51:14 +0000</pubDate>
    </item>
    <item>
      <title>Changelog v2025.11</title>
      <link>https://mangoumbrella.com/post/changelog-v2025.11</link>
      <description>&lt;h1&gt;New umbrella releases&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;2025-11-08&lt;/code&gt; pyref.dev &lt;a href=&#34;https://github.com/mangoumbrella/pyref.dev/releases/tag/v2025.11&#34;&gt;&lt;code&gt;v2025.11&lt;/code&gt;&lt;/a&gt;: Added custom search engine instructions; support search symbols by packages; added new PyPI packages.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1&gt;New linked posts&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;2025-11-15&lt;/code&gt; &lt;a href=&#34;https://mangoumbrella.com/post/bambu-printer-poop-basket-for-p1s-p1p-x1c&#34;&gt;∞ Bambu Printer Poop Basket for P1S/P1P/X1C&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/changelog-v2025.11</guid>
      <pubDate>Sun, 04 Jan 2026 19:44:30 +0000</pubDate>
    </item>
    <item>
      <title>Bambu Printer Poop Basket for P1S/P1P/X1C</title>
      <link>https://mangoumbrella.com/post/bambu-printer-poop-basket-for-p1s-p1p-x1c</link>
      <description>&lt;figure&gt;&#xA;&lt;img src=&#34;/m/images/94/9471789e-b2e9-4074-b0e4-fcdbb1ccc6e5.jpg&#34; alt=&#34;Bambu Printer Poop Basket for P1S/P1P/X1C&#34; /&gt;&#xA;&lt;figcaption&gt;&lt;p&gt;Bambu Printer Poop Basket for P1S/P1P/X1C&lt;/p&gt;&lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;This is an adaptation from &lt;a href=&#34;https://makerworld.com/en/models/677116-slim-bambulab-poop-shoot-bucket-p1s-p1p-x1c&#34;&gt;this model&lt;/a&gt; but with hex holes for better visibility and filament savings.&lt;/p&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/bambu-printer-poop-basket-for-p1s-p1p-x1c</guid>
      <pubDate>Sun, 04 Jan 2026 19:46:30 +0000</pubDate>
    </item>
    <item>
      <title>Changelog v2025.10</title>
      <link>https://mangoumbrella.com/post/changelog-v2025.10</link>
      <description>&lt;h1&gt;New umbrella releases&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;2025-10-15&lt;/code&gt; pyref.dev &lt;a href=&#34;https://github.com/mangoumbrella/pyref.dev/releases/tag/v2025.10&#34;&gt;&lt;code&gt;v2025.10&lt;/code&gt;&lt;/a&gt;: Added Python 3.14 standard libraries; improved search; added new PyPI packages.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/changelog-v2025.10</guid>
      <pubDate>Sun, 04 Jan 2026 19:41:18 +0000</pubDate>
    </item>
    <item>
      <title>Changelog v2025.9</title>
      <link>https://mangoumbrella.com/post/changelog-v2025.9</link>
      <description>&lt;h1&gt;New short posts&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;2025-09-15&lt;/code&gt; &lt;a href=&#34;https://mangoumbrella.com/post/congrats-everyone-on-shipping&#34;&gt;congrats-everyone-on-shipping&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/changelog-v2025.9</guid>
      <pubDate>Sun, 04 Jan 2026 19:39:35 +0000</pubDate>
    </item>
    <item>
      <title></title>
      <link>https://mangoumbrella.com/post/congrats-everyone-on-shipping</link>
      <description>&lt;p&gt;Congrats everyone on shipping!&lt;/p&gt;&#xA;</description>
      <author>hi@mangoumbrella.com</author>
      <guid>https://mangoumbrella.com/post/congrats-everyone-on-shipping</guid>
      <pubDate>Sun, 04 Jan 2026 19:38:24 +0000</pubDate>
    </item>
  </channel>
</rss>