<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:podcast="https://podcastindex.org/namespace/1.0">
	<channel>
		<title>lucas.love</title>
		<link>https://lucas.love/videos</link>
		<language>en</language>
		<description><![CDATA[Videos by Lucas Fischer.]]></description>
		<lastBuildDate>Thu, 02 Jul 2026 04:12:26 GMT</lastBuildDate>
		<atom:link href="https://lucas.love/podcast.xml" rel="self" type="application/rss+xml" />
		<copyright>© 2026 Lucas Fischer</copyright>
		<generator>lucas.love</generator>
		<podcast:guid>c37b2746-f827-5703-8c4a-4d4f985f31a7</podcast:guid>
		<itunes:author>Lucas Fischer</itunes:author>
		<itunes:summary><![CDATA[Videos by Lucas Fischer.]]></itunes:summary>
		<itunes:type>episodic</itunes:type>
		<itunes:explicit>false</itunes:explicit>
		<itunes:image href="https://videos.cdn.lucas-fischer.com/cover.jpg" />
		<itunes:category text="Technology" />
		<itunes:owner>
			<itunes:name>Lucas Fischer</itunes:name>
			<itunes:email>xoxo@lucas.love</itunes:email>
		</itunes:owner>
		<item>
			<title>031 - Zeit</title>
			<link>https://lucas.love/100/031</link>
			<guid isPermaLink="false">day-031</guid>
			<pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[null]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-031.mp4" length="108398336" type="video/mp4" />
			<itunes:title>031 - Zeit</itunes:title>
			<itunes:summary><![CDATA[null]]></itunes:summary>
			<itunes:duration>02:19</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-031.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>31</itunes:episode>
			<content:encoded><![CDATA[<p>I recently found out the Swift team got Swift running on the Playdate, the handheld exposes C bindings, so you can build for it in C, Lua, and now Swift via its SDK.</p>
<p>So I built something: Zeit, a little timer app for the Playdate. It's got sound effects, works great for Pomodoros, and it's written entirely in Swift. Not a game (yet), more of a utility, but it was a ton of fun to make.</p>
<p>Zeit is a free download. I wrote up how I built it and where to grab it here:
<a href="https://lucas.love/projects/zeit" rel="nofollow noopener noreferrer" target="_blank">https://lucas.love/projects/zeit</a></p>
<p>If you've got a Playdate and you've built your own projects for it, I want to hear about it, especially game dev resources, because a tiny Swift game is next on my list.</p>]]></content:encoded>
		</item>
		<item>
			<title>030 - Macrowave</title>
			<link>https://lucas.love/100/030</link>
			<guid isPermaLink="false">day-030</guid>
			<pubDate>Tue, 30 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[Macrowave is a little radio app I built with my friend Neco to solve a simple problem. We wanted to listen to music together while working apart, at home, in different coworking spaces, wherever.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-030.mp4" length="26082728" type="video/mp4" />
			<itunes:title>030 - Macrowave</itunes:title>
			<itunes:summary><![CDATA[Macrowave is a little radio app I built with my friend Neco to solve a simple problem. We wanted to listen to music together while working apart, at home, in different coworking spaces, wherever.]]></itunes:summary>
			<itunes:duration>03:22</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-030.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>30</itunes:episode>
			<content:encoded><![CDATA[<p>Macrowave is a little radio app I built with my friend Neco to solve a simple problem. We wanted to listen to music together while working apart, at home, in different coworking spaces, wherever.</p>
<p>It's two parts: a broadcaster and a receiver. Hit "On Air" and anything playing on your Mac (music, your mic, any app's audio) gets transmitted to your own radio station. Anyone can tune in from a browser with just a link, no setup.</p>
<p>There are also native Mac and iOS apps for a nicer listening experience, plus an ephemeral peer-to-peer chat that wipes itself the moment the station goes offline.</p>
<p>Every button is handmade. We put way more love into the details than we probably should have, which is the whole point.</p>
<p>It's free to use. Give it a try.</p>
<p><a href="https://macrowave.co" rel="nofollow noopener noreferrer" target="_blank">https://macrowave.co</a></p>]]></content:encoded>
		</item>
		<item>
			<title>029 - Auto-Publish Sparkle Updates from Xcode (with Amore)</title>
			<link>https://lucas.love/100/029</link>
			<guid isPermaLink="false">day-029</guid>
			<pubDate>Mon, 29 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[If you distribute a Mac app outside the App Store, releasing updates is usually a chore: archive, export, sign, notarize, build the DMG, upload, update the appcast. This video sets up an Xcode post-archive action so Amore does all of it automatically. Bump your build number, hit Archive, and Amore exports the app, code-signs, notarizes, wraps it in a DMG, and uploads to the Amore server or your own S3, with beta channels, phased rollout, and release notes built in.

By the end you'll have a new version published and an automatic Sparkle update landing in the app.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-029.mp4" length="20525329" type="video/mp4" />
			<itunes:title>029 - Auto-Publish Sparkle Updates from Xcode (with Amore)</itunes:title>
			<itunes:summary><![CDATA[If you distribute a Mac app outside the App Store, releasing updates is usually a chore: archive, export, sign, notarize, build the DMG, upload, update the appcast. This video sets up an Xcode post-archive action so Amore does all of it automatically. Bump your build number, hit Archive, and Amore exports the app, code-signs, notarizes, wraps it in a DMG, and uploads to the Amore server or your own S3, with beta channels, phased rollout, and release notes built in.

By the end you'll have a new version published and an automatic Sparkle update landing in the app.]]></itunes:summary>
			<itunes:duration>03:57</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-029.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>29</itunes:episode>
			<content:encoded><![CDATA[<p>If you distribute a Mac app outside the App Store, releasing updates is usually a chore: archive, export, sign, notarize, build the DMG, upload, update the appcast. This video sets up an Xcode post-archive action so Amore does all of it automatically. Bump your build number, hit Archive, and Amore exports the app, code-signs, notarizes, wraps it in a DMG, and uploads to the Amore server or your own S3, with beta channels, phased rollout, and release notes built in. By the end you'll have a new version published and an automatic Sparkle update landing in the app. Docs: <a href="https://amore.computer/help/xcode-post-archive-action/" rel="nofollow noopener noreferrer" target="_blank">https://amore.computer/help/xcode-post-archive-action/</a> Download: <a href="https://amore.computer" rel="nofollow noopener noreferrer" target="_blank">https://amore.computer</a></p>]]></content:encoded>
		</item>
		<item>
			<title>028 - Publish a macOS App Outside the App Store in ONE Command (with Amore)</title>
			<link>https://lucas.love/100/028</link>
			<guid isPermaLink="false">day-028</guid>
			<pubDate>Sun, 28 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[Shipping a Mac app outside the App Store normally means a dozen manual steps: archiving, exporting, code signing, notarizing, building a DMG, wiring up Sparkle, generating an appcast, uploading everything. In this video I show how Amore's release command does all of it with a single command.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-028.mp4" length="11116789" type="video/mp4" />
			<itunes:title>028 - Publish a macOS App Outside the App Store in ONE Command (with Amore)</itunes:title>
			<itunes:summary><![CDATA[Shipping a Mac app outside the App Store normally means a dozen manual steps: archiving, exporting, code signing, notarizing, building a DMG, wiring up Sparkle, generating an appcast, uploading everything. In this video I show how Amore's release command does all of it with a single command.]]></itunes:summary>
			<itunes:duration>02:44</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-028.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>28</itunes:episode>
			<content:encoded><![CDATA[<p>Shipping a Mac app outside the App Store normally means a dozen manual steps: archiving, exporting, code signing, notarizing, building a DMG, wiring up Sparkle, generating an appcast, uploading everything. In this video I show how Amore's release command does all of it with a single command.</p>
<p>Download Amore: <a href="https://www.youtube.com/redirect?event=video_description&#x26;redir_token=QUFFLUhqbHlkWldhOXlHb19kb19fdTZaYU40c2JORXZ6d3xBQ3Jtc0tuOEtuYUNCbld1NE9QSVZtdWt3UjhUSTQwMjZfd0J1MUNrZWJWSW5UM3BqOHZDMTVjMGNoaHFjUG5MbHNZZUpPQUo4X2dmM3VQUEd4cFl3eGlwNUZsc3NrWE55eG5LSUNfbnFtYXlJQU90c0lOSnZUcw&#x26;q=https%3A%2F%2Famore.computer%2F&#x26;v=pmNKBp3VhFM" rel="nofollow noopener noreferrer" target="_blank">https://amore.computer</a>
Pomodoro (demo app): <a href="https://github.com/AmoreComputer/Pomodoro" rel="nofollow noopener noreferrer" target="_blank">https://github.com/AmoreComputer/Pomodoro</a></p>]]></content:encoded>
		</item>
		<item>
			<title>027 - Amore DMG Creation</title>
			<link>https://lucas.love/100/027</link>
			<guid isPermaLink="false">day-027</guid>
			<pubDate>Sat, 27 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[Building a good-looking DMG installer for a macOS app usually means fighting with disk images, code signing, and notarization. In this video I show how to create a polished DMG in seconds using Amore.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-027.mp4" length="43682553" type="video/mp4" />
			<itunes:title>027 - Amore DMG Creation</itunes:title>
			<itunes:summary><![CDATA[Building a good-looking DMG installer for a macOS app usually means fighting with disk images, code signing, and notarization. In this video I show how to create a polished DMG in seconds using Amore.]]></itunes:summary>
			<itunes:duration>02:15</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-027.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>27</itunes:episode>
			<content:encoded><![CDATA[<p>Building a good-looking DMG installer for a macOS app usually means fighting with disk images, code signing, and notarization. In this video I show how to create a polished DMG in seconds using Amore.</p>]]></content:encoded>
		</item>
		<item>
			<title>026 - Kompressor (HEIC to JPEG)</title>
			<link>https://lucas.love/100/026</link>
			<guid isPermaLink="false">day-026</guid>
			<pubDate>Fri, 26 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[In this video I show how to batch-convert images on your Mac: drag in a folder, pick your format (WebP, JPEG, AVIF, and more), resize everything at once, and preview quality vs. file size before you export. Kompressor preserves your folder structure and shows the converted file size live, so you can squeeze storage without trashing quality.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-026.mp4" length="24206427" type="video/mp4" />
			<itunes:title>026 - Kompressor (HEIC to JPEG)</itunes:title>
			<itunes:summary><![CDATA[In this video I show how to batch-convert images on your Mac: drag in a folder, pick your format (WebP, JPEG, AVIF, and more), resize everything at once, and preview quality vs. file size before you export. Kompressor preserves your folder structure and shows the converted file size live, so you can squeeze storage without trashing quality.]]></itunes:summary>
			<itunes:duration>02:05</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-026.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>26</itunes:episode>
			<content:encoded><![CDATA[<p>In this video I show how to batch-convert images on your Mac: drag in a folder, pick your format (WebP, JPEG, AVIF, and more), resize everything at once, and preview quality vs. file size before you export. Kompressor preserves your folder structure and shows the converted file size live, so you can squeeze storage without trashing quality.</p>]]></content:encoded>
		</item>
		<item>
			<title>025 - Kompressor (PNG to WebP)</title>
			<link>https://lucas.love/100/025</link>
			<guid isPermaLink="false">day-025</guid>
			<pubDate>Thu, 25 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[In this video I show how to batch-convert images on your Mac: drag in a folder, pick your format (WebP, JPEG, AVIF, and more), resize everything at once, and preview quality vs. file size before you export. Kompressor preserves your folder structure and shows the converted file size live, so you can squeeze storage without trashing quality.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-025.mp4" length="26729748" type="video/mp4" />
			<itunes:title>025 - Kompressor (PNG to WebP)</itunes:title>
			<itunes:summary><![CDATA[In this video I show how to batch-convert images on your Mac: drag in a folder, pick your format (WebP, JPEG, AVIF, and more), resize everything at once, and preview quality vs. file size before you export. Kompressor preserves your folder structure and shows the converted file size live, so you can squeeze storage without trashing quality.]]></itunes:summary>
			<itunes:duration>02:33</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-025.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>25</itunes:episode>
			<content:encoded><![CDATA[<p>In this video I show how to batch-convert images on your Mac: drag in a folder, pick your format (WebP, JPEG, AVIF, and more), resize everything at once, and preview quality vs. file size before you export. Kompressor preserves your folder structure and shows the converted file size live, so you can squeeze storage without trashing quality.</p>]]></content:encoded>
		</item>
		<item>
			<title>024 - AmoreLicensing</title>
			<link>https://lucas.love/100/024</link>
			<guid isPermaLink="false">day-024</guid>
			<pubDate>Wed, 24 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[How to use AmoreLicensing to add licensing & payments to any Swift app.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-024.mp4" length="34598944" type="video/mp4" />
			<itunes:title>024 - AmoreLicensing</itunes:title>
			<itunes:summary><![CDATA[How to use AmoreLicensing to add licensing & payments to any Swift app.]]></itunes:summary>
			<itunes:duration>03:21</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-024.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>24</itunes:episode>
			<content:encoded><![CDATA[<p>How to use AmoreLicensing to add licensing &#x26; payments to any Swift app.</p>]]></content:encoded>
		</item>
		<item>
			<title>023 - How we use SwiftUI Previews to develop Monologue.</title>
			<link>https://lucas.love/100/023</link>
			<guid isPermaLink="false">day-023</guid>
			<pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[How we use SwiftUI Previews to develop Monologue.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-023.mp4" length="62523451" type="video/mp4" />
			<itunes:title>023 - How we use SwiftUI Previews to develop Monologue.</itunes:title>
			<itunes:summary><![CDATA[How we use SwiftUI Previews to develop Monologue.]]></itunes:summary>
			<itunes:duration>05:27</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-023.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>23</itunes:episode>
			<content:encoded><![CDATA[<p>How we use SwiftUI Previews to develop Monologue.</p>]]></content:encoded>
		</item>
		<item>
			<title>022 - Amore and the Mac App Store</title>
			<link>https://lucas.love/100/022</link>
			<guid isPermaLink="false">day-022</guid>
			<pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[Let's talk about Amore and why you should publish your app outside the Mac App Store again.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-022.mp4" length="6908617" type="video/mp4" />
			<itunes:title>022 - Amore and the Mac App Store</itunes:title>
			<itunes:summary><![CDATA[Let's talk about Amore and why you should publish your app outside the Mac App Store again.]]></itunes:summary>
			<itunes:duration>03:07</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-022.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>22</itunes:episode>
			<content:encoded><![CDATA[<p>Let's talk about Amore and why you should publish your app outside the Mac App Store again.</p>]]></content:encoded>
		</item>
		<item>
			<title>021 - ✌️</title>
			<link>https://lucas.love/100/021</link>
			<guid isPermaLink="false">day-021</guid>
			<pubDate>Sun, 21 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[✌️]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-021.mp4" length="3394790" type="video/mp4" />
			<itunes:title>021 - ✌️</itunes:title>
			<itunes:summary><![CDATA[✌️]]></itunes:summary>
			<itunes:duration>00:14</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-021.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>21</itunes:episode>
			<content:encoded><![CDATA[<p>✌️</p>]]></content:encoded>
		</item>
		<item>
			<title>020 - Why am I doing this?</title>
			<link>https://lucas.love/100/020</link>
			<guid isPermaLink="false">day-020</guid>
			<pubDate>Sat, 20 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[Why am I doing this?]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-020.mp4" length="5171268" type="video/mp4" />
			<itunes:title>020 - Why am I doing this?</itunes:title>
			<itunes:summary><![CDATA[Why am I doing this?]]></itunes:summary>
			<itunes:duration>01:58</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-020.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>20</itunes:episode>
			<content:encoded><![CDATA[<p>Why am I doing this?</p>]]></content:encoded>
		</item>
		<item>
			<title>019 - Zeit</title>
			<link>https://lucas.love/100/019</link>
			<guid isPermaLink="false">day-019</guid>
			<pubDate>Fri, 19 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[I built Zeit, an app for the Playdate game console.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-019.mp4" length="4477200" type="video/mp4" />
			<itunes:title>019 - Zeit</itunes:title>
			<itunes:summary><![CDATA[I built Zeit, an app for the Playdate game console.]]></itunes:summary>
			<itunes:duration>01:13</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-019.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>19</itunes:episode>
			<content:encoded><![CDATA[<p>I built Zeit, an app for the Playdate game console.</p>]]></content:encoded>
		</item>
		<item>
			<title>018 - Amore</title>
			<link>https://lucas.love/100/018</link>
			<guid isPermaLink="false">day-018</guid>
			<pubDate>Thu, 18 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[Let's talk about Amore.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-018.mp4" length="14833373" type="video/mp4" />
			<itunes:title>018 - Amore</itunes:title>
			<itunes:summary><![CDATA[Let's talk about Amore.]]></itunes:summary>
			<itunes:duration>04:37</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-018.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>18</itunes:episode>
			<content:encoded><![CDATA[<p>Let's talk about Amore.</p>]]></content:encoded>
		</item>
		<item>
			<title>017 - Futureland</title>
			<link>https://lucas.love/100/017</link>
			<guid isPermaLink="false">day-017</guid>
			<pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[Today is about Futureland 🖤]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-017.mp4" length="9754236" type="video/mp4" />
			<itunes:title>017 - Futureland</itunes:title>
			<itunes:summary><![CDATA[Today is about Futureland 🖤]]></itunes:summary>
			<itunes:duration>03:12</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-017.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>17</itunes:episode>
			<content:encoded><![CDATA[<p>Today is about Futureland 🖤</p>]]></content:encoded>
		</item>
		<item>
			<title>016 - Ente</title>
			<link>https://lucas.love/100/016</link>
			<guid isPermaLink="false">day-016</guid>
			<pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[I switched from iCloud Photos to Ente a couple of months ago and never looked back. 

Here is why.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-016.mp4" length="4503351" type="video/mp4" />
			<itunes:title>016 - Ente</itunes:title>
			<itunes:summary><![CDATA[I switched from iCloud Photos to Ente a couple of months ago and never looked back. 

Here is why.]]></itunes:summary>
			<itunes:duration>01:37</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-016.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>16</itunes:episode>
			<content:encoded><![CDATA[<p>I switched from iCloud Photos to Ente a couple of months ago and never looked back. </p>
<p>Here is why.</p>]]></content:encoded>
		</item>
		<item>
			<title>015 - FaceScreen</title>
			<link>https://lucas.love/100/015</link>
			<guid isPermaLink="false">day-015</guid>
			<pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[I am going to use Ram Patra's FaceScreen for my videos now. Here is a quick walkthrough.

This is the first little side effect from these videos. Ram saw my 'Mirror' app and asked me for help with his. He figured it out, and now we have a polished app that everyone can use. ❤️]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-015.mp4" length="6750944" type="video/mp4" />
			<itunes:title>015 - FaceScreen</itunes:title>
			<itunes:summary><![CDATA[I am going to use Ram Patra's FaceScreen for my videos now. Here is a quick walkthrough.

This is the first little side effect from these videos. Ram saw my 'Mirror' app and asked me for help with his. He figured it out, and now we have a polished app that everyone can use. ❤️]]></itunes:summary>
			<itunes:duration>01:37</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-015.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>15</itunes:episode>
			<content:encoded><![CDATA[<p>I am going to use Ram Patra's FaceScreen for my videos now. Here is a quick walkthrough.</p>
<p>This is the first little side effect from these videos. Ram saw my 'Mirror' app and asked me for help with his. He figured it out, and now we have a polished app that everyone can use. ❤️</p>]]></content:encoded>
		</item>
		<item>
			<title>12</title>
			<link>https://lucas.love/100/014</link>
			<guid isPermaLink="false">day-014</guid>
			<pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[null]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-014.mp4" length="3881996" type="video/mp4" />
			<itunes:title>12</itunes:title>
			<itunes:summary><![CDATA[null]]></itunes:summary>
			<itunes:duration>00:07</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-014.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>14</itunes:episode>
		</item>
		<item>
			<title>013: Beach</title>
			<link>https://lucas.love/100/013</link>
			<guid isPermaLink="false">day-013</guid>
			<pubDate>Sat, 13 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[I needed a break]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-013.mp4" length="2441976" type="video/mp4" />
			<itunes:title>013: Beach</itunes:title>
			<itunes:summary><![CDATA[I needed a break]]></itunes:summary>
			<itunes:duration>00:18</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-013.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>13</itunes:episode>
			<content:encoded><![CDATA[<p>I needed a break</p>]]></content:encoded>
		</item>
		<item>
			<title>10</title>
			<link>https://lucas.love/100/012</link>
			<guid isPermaLink="false">day-012</guid>
			<pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[I miss doing this kind of stuff with my brother.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-012.mp4" length="7854167" type="video/mp4" />
			<itunes:title>10</itunes:title>
			<itunes:summary><![CDATA[I miss doing this kind of stuff with my brother.]]></itunes:summary>
			<itunes:duration>00:26</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-012.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>12</itunes:episode>
			<content:encoded><![CDATA[<p>I miss doing this kind of stuff with my brother.</p>]]></content:encoded>
		</item>
		<item>
			<title>011: New App Store Review Guidelines Part 2</title>
			<link>https://lucas.love/100/011</link>
			<guid isPermaLink="false">day-011</guid>
			<pubDate>Thu, 11 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[Apple wants to remove apps from the App Store if they don’t attract enough users and that's a problem.

Here's why.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-011.mp4" length="10449924" type="video/mp4" />
			<itunes:title>011: New App Store Review Guidelines Part 2</itunes:title>
			<itunes:summary><![CDATA[Apple wants to remove apps from the App Store if they don’t attract enough users and that's a problem.

Here's why.]]></itunes:summary>
			<itunes:duration>04:19</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-011.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>11</itunes:episode>
			<content:encoded><![CDATA[<p>Apple wants to remove apps from the App Store if they don’t attract enough users and that's a problem.</p>
<p>Here's why.</p>]]></content:encoded>
		</item>
		<item>
			<title>010: New App Store Review Guidelines</title>
			<link>https://lucas.love/100/010</link>
			<guid isPermaLink="false">day-010</guid>
			<pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[Not sure why we still need to talk about this, but here are some reasons why we need alternatives to the App Store ASAP.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-010.mp4" length="8467302" type="video/mp4" />
			<itunes:title>010: New App Store Review Guidelines</itunes:title>
			<itunes:summary><![CDATA[Not sure why we still need to talk about this, but here are some reasons why we need alternatives to the App Store ASAP.]]></itunes:summary>
			<itunes:duration>03:16</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-010.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>10</itunes:episode>
			<content:encoded><![CDATA[<p>Not sure why we still need to talk about this, but here are some reasons why we need alternatives to the App Store ASAP.</p>]]></content:encoded>
		</item>
		<item>
			<title>009: Alam on TestFlight</title>
			<link>https://lucas.love/100/009</link>
			<guid isPermaLink="false">day-009</guid>
			<pubDate>Tue, 09 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[Quick update on Alam. 

Created an app icon using Icon Composer and pushed it to TestFlight.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-009.mp4" length="3969378" type="video/mp4" />
			<itunes:title>009: Alam on TestFlight</itunes:title>
			<itunes:summary><![CDATA[Quick update on Alam. 

Created an app icon using Icon Composer and pushed it to TestFlight.]]></itunes:summary>
			<itunes:duration>02:03</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-009.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>9</itunes:episode>
			<content:encoded><![CDATA[<p>Quick update on Alam.</p>
<p>Created an app icon using Icon Composer and pushed it to TestFlight.</p>
<p><a href="https://testflight.apple.com/join/1XRavJ88" rel="nofollow noopener noreferrer" target="_blank">https://testflight.apple.com/join/1XRavJ88</a></p>]]></content:encoded>
		</item>
		<item>
			<title>008: One Week of Videos</title>
			<link>https://lucas.love/100/008</link>
			<guid isPermaLink="false">day-008</guid>
			<pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[8/100 videos.

What works and what doesn't.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-008.mp4" length="27059617" type="video/mp4" />
			<itunes:title>008: One Week of Videos</itunes:title>
			<itunes:summary><![CDATA[8/100 videos.

What works and what doesn't.]]></itunes:summary>
			<itunes:duration>02:03</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-008.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>8</itunes:episode>
			<content:encoded><![CDATA[<p>8/100 videos.</p>
<p>What works and what doesn't.</p>]]></content:encoded>
		</item>
		<item>
			<title>007: Alam</title>
			<link>https://lucas.love/100/007</link>
			<guid isPermaLink="false">day-007</guid>
			<pubDate>Sun, 07 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[I started to work on this new alarm app called Alam yesterday.

It wakes you up with a bunch of soft nature sounds and bird songs instead of irritating noise.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-007.mp4" length="4784616" type="video/mp4" />
			<itunes:title>007: Alam</itunes:title>
			<itunes:summary><![CDATA[I started to work on this new alarm app called Alam yesterday.

It wakes you up with a bunch of soft nature sounds and bird songs instead of irritating noise.]]></itunes:summary>
			<itunes:duration>01:33</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-007.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>7</itunes:episode>
			<content:encoded><![CDATA[<p>I started to work on this new alarm app called Alam yesterday. It wakes you up with a bunch of soft nature sounds and bird songs instead of irritating noise.</p>]]></content:encoded>
		</item>
		<item>
			<title>006: Loupe</title>
			<link>https://lucas.love/100/006</link>
			<guid isPermaLink="false">day-006</guid>
			<pubDate>Sat, 06 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[Today is about Loupe by Mysk and a surprising fingerprinting identifier that's used against you.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-006.mp4" length="5044855" type="video/mp4" />
			<itunes:title>006: Loupe</itunes:title>
			<itunes:summary><![CDATA[Today is about Loupe by Mysk and a surprising fingerprinting identifier that's used against you.]]></itunes:summary>
			<itunes:duration>02:03</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-006.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>6</itunes:episode>
			<content:encoded><![CDATA[<p>Today is about Loupe by Mysk and a surprising fingerprinting identifier that's used against you.</p>
<p><a href="https://apps.apple.com/app/id6766152470" rel="nofollow noopener noreferrer" target="_blank">https://apps.apple.com/app/id6766152470</a></p>]]></content:encoded>
		</item>
		<item>
			<title>005: Comicscope</title>
			<link>https://lucas.love/100/005</link>
			<guid isPermaLink="false">day-005</guid>
			<pubDate>Fri, 05 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[Found this cute little app by John Balestrieri and thought I make a quick video about it.

I wish we would see more playful apps like this.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-005.mp4" length="9597224" type="video/mp4" />
			<itunes:title>005: Comicscope</itunes:title>
			<itunes:summary><![CDATA[Found this cute little app by John Balestrieri and thought I make a quick video about it.

I wish we would see more playful apps like this.]]></itunes:summary>
			<itunes:duration>01:28</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-005.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>5</itunes:episode>
			<content:encoded><![CDATA[<p>Found this cute little app by John Balestrieri and thought I make a quick video about it. I wish we would see more playful apps like this.</p>]]></content:encoded>
		</item>
		<item>
			<title>004: Mirror</title>
			<link>https://lucas.love/100/004</link>
			<guid isPermaLink="false">day-004</guid>
			<pubDate>Thu, 04 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[I got asked how my face is hovering inside the screen recording. I built this little app to help me.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-004.mp4" length="4325477" type="video/mp4" />
			<itunes:title>004: Mirror</itunes:title>
			<itunes:summary><![CDATA[I got asked how my face is hovering inside the screen recording. I built this little app to help me.]]></itunes:summary>
			<itunes:duration>00:41</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-004.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>4</itunes:episode>
			<content:encoded><![CDATA[<p>I got asked how my face is hovering inside the screen recording. I built this little app to help me.</p>]]></content:encoded>
		</item>
		<item>
			<title>003: Macrowave</title>
			<link>https://lucas.love/100/003</link>
			<guid isPermaLink="false">day-003</guid>
			<pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[Today is about Macrowave, an app that I have been working on with my friend Neco last year.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-003.mp4" length="3112543" type="video/mp4" />
			<itunes:title>003: Macrowave</itunes:title>
			<itunes:summary><![CDATA[Today is about Macrowave, an app that I have been working on with my friend Neco last year.]]></itunes:summary>
			<itunes:duration>01:10</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-003.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>3</itunes:episode>
			<content:encoded><![CDATA[<p>Today is about <a href="https://macrowave.co" rel="nofollow noopener noreferrer" target="_blank">Macrowave</a>, an app that I have been working on with my friend Neco last year.</p>
<p>Makes it super easy to create your own radio station to share with your friends. Has been super fun so far.</p>]]></content:encoded>
		</item>
		<item>
			<title>002: Monologue x Action Button</title>
			<link>https://lucas.love/100/002</link>
			<guid isPermaLink="false">day-002</guid>
			<pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[Today I am showing you a cool Monologue feature that I have been working on.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-002.mp4" length="6296786" type="video/mp4" />
			<itunes:title>002: Monologue x Action Button</itunes:title>
			<itunes:summary><![CDATA[Today I am showing you a cool Monologue feature that I have been working on.]]></itunes:summary>
			<itunes:duration>01:33</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-002.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>2</itunes:episode>
			<content:encoded><![CDATA[<p>Today I am showing you a cool <a href="https://monologue.to" rel="nofollow noopener noreferrer" target="_blank">Monologue</a> feature that I have been working on.</p>]]></content:encoded>
		</item>
		<item>
			<title>001: Hello Everyone</title>
			<link>https://lucas.love/100/001</link>
			<guid isPermaLink="false">day-001</guid>
			<pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate>
			<description><![CDATA[The first of 100 short videos. The plan, and why I'm committing to it.]]></description>
			<enclosure url="https://videos.cdn.lucas-fischer.com/videos/day-001.mp4" length="9778544" type="video/mp4" />
			<itunes:title>001: Hello Everyone</itunes:title>
			<itunes:summary><![CDATA[The first of 100 short videos. The plan, and why I'm committing to it.]]></itunes:summary>
			<itunes:duration>02:01</itunes:duration>
			<itunes:image href="https://videos.cdn.lucas-fischer.com/videos/day-001.jpeg" />
			<itunes:explicit>false</itunes:explicit>
			<itunes:episodeType>full</itunes:episodeType>
			<itunes:episode>1</itunes:episode>
			<content:encoded><![CDATA[<p>It's time to try something new. I want to create short video content for 100 days in a row as an experiment to see what happens. So 100 videos in total.</p>
<p>I will syndicate the videos on my social platforms. Additionally, I will self-host and archive all the videos on my website, <a href="https://lucas.love" rel="nofollow noopener noreferrer" target="_blank">lucas.love</a> and offer them as a <a href="https://lucas.love/podcast.xml" rel="nofollow noopener noreferrer" target="_blank">podcast</a>.</p>]]></content:encoded>
		</item>
	</channel>
</rss>
