<?xml version="1.0" encoding="UTF-8"?>
<!--
  Where The Edge Is, iTunes-compatible podcast RSS feed.

  ===== HOW TO ADD A NEW EPISODE =====
  Copy the <item>...</item> block in the EPISODE TEMPLATE comment at the
  bottom of this file, paste it directly under <itunes:explicit>false</itunes:explicit>,
  and edit the values.

  Items must be in newest-first order (top of the list = most recent).

  Then update:
    • <lastBuildDate>  to right now in RFC 822 (e.g. Tue, 01 Jun 2026 12:00:00 GMT)
    • sitemap.xml      to add the new episode URL

  ===== SUBMITTING THE FEED =====
  After the first episode is live, submit https://wheretheedgeis.com/feed.xml to:
    • Apple Podcasts        https://podcastsconnect.apple.com
    • Spotify for Podcasters https://podcasters.spotify.com
    • Overcast              https://overcast.fm/podcasterinfo
    • Pocket Casts          https://www.pocketcasts.com/submit/
    • Amazon Music          https://podcasters.amazon.com

  Apple/Spotify pull updates automatically after that.

  Validate any time at https://castfeedvalidator.com
-->
<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">
  <channel>
    <title><![CDATA[Where The Edge Is]]></title>
    <link>https://wheretheedgeis.com</link>
    <atom:link href="https://wheretheedgeis.com/feed.xml" rel="self" type="application/rss+xml" />
    <description><![CDATA[A long-form interview podcast from Moncton, NB. One guest, one central idea, built for the builders, makers, and curious neighbours of the Maritimes.]]></description>
    <language>en-ca</language>
    <copyright>© Where The Edge Is</copyright>
    <lastBuildDate>Fri, 01 May 2026 00:00:00 GMT</lastBuildDate>
    <itunes:author>Jorge Melgar</itunes:author>
    <itunes:summary><![CDATA[A long-form interview podcast from Moncton, NB. One guest, one central idea, built for the builders, makers, and curious neighbours of the Maritimes.]]></itunes:summary>
    <itunes:subtitle><![CDATA[Long-form interviews from the Maritimes with people who learned the hard way.]]></itunes:subtitle>
    <itunes:type>episodic</itunes:type>
    <itunes:owner>
      <itunes:name>Jorge Melgar</itunes:name>
      <itunes:email>contact@lifmedia.ca</itunes:email>
    </itunes:owner>
    <itunes:image href="https://wheretheedgeis.com/podcast-artwork.png" />
    <itunes:category text="Business">
      <itunes:category text="Entrepreneurship" />
    </itunes:category>
    <itunes:explicit>false</itunes:explicit>

    <item>
      <title><![CDATA[How to fire the friend you hired]]></title>
      <link>https://wheretheedgeis.com/episodes/sample-episode-fixture.html</link>
      <guid isPermaLink="false">https://wheretheedgeis.com/episodes/sample-episode-fixture.html</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Sample Guest on the three questions every founder needs to ask before letting go of an early hire who isn't keeping up with the company.]]></description>
      <content:encoded><![CDATA[<p>Every founder hires a friend in the early years. Almost every founder eventually has to part with one. The mistake isn't the hire, it's waiting too long to act after you know. Sample Guest has done this six times across twelve years. The lesson is a three-question framework that surfaces the decision earlier and a conversation script that lets both people walk out with their dignity intact.</p>]]></content:encoded>
      <enclosure url="https://cdn.wheretheedgeis.com/episodes/audio/001-sample-episode-fixture.mp3" length="0" type="audio/mpeg" />
      <itunes:title><![CDATA[How to fire the friend you hired]]></itunes:title>
      <itunes:author>Jorge Melgar</itunes:author>
      <itunes:summary><![CDATA[Sample Guest on the three questions every founder needs to ask before letting go of an early hire who isn't keeping up with the company.]]></itunes:summary>
      <itunes:subtitle><![CDATA[Sample Guest on the three questions every founder needs to ask before letting go of an early hire.]]></itunes:subtitle>
      <itunes:duration>3540</itunes:duration>
      <itunes:episode>1</itunes:episode>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:explicit>false</itunes:explicit>
      <itunes:image href="https://wheretheedgeis.com/episodes/artwork/placeholder-artwork.png" />
    </item>

    <!-- ============ EPISODE TEMPLATE, copy/paste & edit ============
    <item>
      <title><![CDATA[{{TITLE}}]]></title>
      <link>https://wheretheedgeis.com/episodes/{{SLUG}}.html</link>
      <guid isPermaLink="false">https://wheretheedgeis.com/episodes/{{SLUG}}.html</guid>
      <pubDate>Fri, 15 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[{{SEO_DESCRIPTION}}]]></description>
      <content:encoded><![CDATA[<p>{{LESSON_SUMMARY}}</p>]]></content:encoded>
      <enclosure url="https://cdn.wheretheedgeis.com/episodes/audio/{{NN}}-{{SLUG}}.mp3" length="{{BYTES}}" type="audio/mpeg" />
      <itunes:title><![CDATA[{{TITLE}}]]></itunes:title>
      <itunes:author>Jorge Melgar</itunes:author>
      <itunes:summary><![CDATA[{{LESSON_SUMMARY}}]]></itunes:summary>
      <itunes:subtitle><![CDATA[{{SEO_DESCRIPTION}}]]></itunes:subtitle>
      <itunes:duration>{{DURATION_SECONDS}}</itunes:duration>
      <itunes:episode>{{N}}</itunes:episode>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:explicit>false</itunes:explicit>
      <itunes:image href="https://wheretheedgeis.com/episodes/artwork/{{NN}}-{{SLUG}}.png" />
    </item>
    ============ END TEMPLATE ============ -->

  </channel>
</rss>
