<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on Notes &amp; Posts</title><link>https://mobiledge.github.io/blog/posts/</link><description>Recent content in Posts on Notes &amp; Posts</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 10 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://mobiledge.github.io/blog/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Types &amp; Functions Are Equivalent</title><link>https://mobiledge.github.io/blog/posts/types-and-functions-are-equivalent/</link><pubDate>Wed, 10 Jun 2026 00:00:00 +0000</pubDate><guid>https://mobiledge.github.io/blog/posts/types-and-functions-are-equivalent/</guid><description>How a type and a function can be equivalent in Swift — declaring the same thing as a struct or as a function returning closures.</description></item><item><title>Traversing an Array in Reverse</title><link>https://mobiledge.github.io/blog/posts/traversing-an-array-in-reverse/</link><pubDate>Mon, 04 Aug 2025 00:00:00 +0000</pubDate><guid>https://mobiledge.github.io/blog/posts/traversing-an-array-in-reverse/</guid><description>Iterating a Swift array in reverse: comparing reversed() ranges against stride for clarity and performance.</description></item><item><title>Swift's 'any' and 'some' Keywords</title><link>https://mobiledge.github.io/blog/posts/swifts-any-and-some-keywords/</link><pubDate>Thu, 01 May 2025 00:00:00 +0000</pubDate><guid>https://mobiledge.github.io/blog/posts/swifts-any-and-some-keywords/</guid><description>What Swift&amp;rsquo;s &amp;lsquo;any&amp;rsquo; and &amp;lsquo;some&amp;rsquo; keywords actually do under the hood, and when to reach for each.</description></item><item><title>Functional Prefix Sum in Swift</title><link>https://mobiledge.github.io/blog/posts/fuctional-prefix-sum-in-swift/</link><pubDate>Sat, 26 Apr 2025 00:00:00 +0000</pubDate><guid>https://mobiledge.github.io/blog/posts/fuctional-prefix-sum-in-swift/</guid><description>Computing a prefix sum in Swift functionally with reduce(into:), compared to a plain loop.</description></item><item><title>Neighbors are Important</title><link>https://mobiledge.github.io/blog/posts/neighbors-are-important/</link><pubDate>Sun, 13 Apr 2025 00:00:00 +0000</pubDate><guid>https://mobiledge.github.io/blog/posts/neighbors-are-important/</guid><description>Why getting along with the neighbors next to you matters more than ideological closeness with people far away.</description></item><item><title>Simple is Hard</title><link>https://mobiledge.github.io/blog/posts/simple-is-hard/</link><pubDate>Fri, 31 May 2024 00:00:00 +0000</pubDate><guid>https://mobiledge.github.io/blog/posts/simple-is-hard/</guid><description>Why writing simple, obvious code is harder, and more valuable, than writing clever, complex code.</description></item><item><title>Dissatisfaction by Design</title><link>https://mobiledge.github.io/blog/posts/dissatisfaction-by-design/</link><pubDate>Thu, 30 May 2024 00:00:00 +0000</pubDate><guid>https://mobiledge.github.io/blog/posts/dissatisfaction-by-design/</guid><description>A short reflection on dissatisfaction as a constant feature of life, seen through a Buddhist lens.</description></item><item><title>The Checkbox Conundrum</title><link>https://mobiledge.github.io/blog/posts/the-checkbox-conundrum/</link><pubDate>Mon, 29 Apr 2024 00:00:00 +0000</pubDate><guid>https://mobiledge.github.io/blog/posts/the-checkbox-conundrum/</guid><description>The easily-missed App Store Connect checkbox that lets organization developers run apps on devices.</description></item><item><title>Weirdness of SwiftUI's ForEach Constructor with Ranges</title><link>https://mobiledge.github.io/blog/posts/swiftui-foreach-range-weirdness/</link><pubDate>Tue, 25 Apr 2023 00:00:00 +0000</pubDate><guid>https://mobiledge.github.io/blog/posts/swiftui-foreach-range-weirdness/</guid><description>Why SwiftUI&amp;rsquo;s ForEach accepts a constant integer range without an id but warns on a non-constant one.</description></item><item><title>Grouping Subviews for Accessible Collection View Cells</title><link>https://mobiledge.github.io/blog/posts/grouped-subviews-for-accessible-collection-view-cells/</link><pubDate>Tue, 11 Apr 2023 00:00:00 +0000</pubDate><guid>https://mobiledge.github.io/blog/posts/grouped-subviews-for-accessible-collection-view-cells/</guid><description>How to make a custom UICollectionViewCell read as a single VoiceOver element by grouping its subviews.</description></item></channel></rss>