Land, Place, and Territory
Manage episode 440602764 series 3479623
Hosts
The connection of mankind to the earth, to the soil is not accidental. It was from the dust that God formed the first man, Adam, and it is to dust that we shall all one day return. We must not treat the earth as accidental or incidental. We were each born in a place — on a particular piece of land. A nation cannot exist without a territory over which it exercises exclusive dominion. We cannot be fully human without connections to places developed over the course of our lives.
It is God Who sets the times and the boundaries of the nations — He gives certain lands to certain peoples for certain spans of time. Those who are faithful are blessed and continue into the future; those who are faithless are cursed and cease to be a nation through the loss of their territory. Land is not incidental; it is a matter of life and death, blessing and curse; and the occupation or usurpation of land by aliens is no trivial matter, for it is genocide.
Show Notes
See Also
Further Reading
- Tragedy of the Commons
- Tragedy of the Anticommons [Read the linked PDF.]
Parental Warnings
The word “rape” is used once in the closing monologue.
Current Sponsor(s)
Coming soon?
Support the Podcast
- Recurring Donation
- One-Time Donation
- Mahler’s Amazon.com Wish List
- Woe’s Amazon.com Wish List
- The Stone Choir 2024 Challenge Coin
- Update: Shipping has begun.
Comments?
Join the discussion on Telegram, visit the feedback form or comment below.
function waitForElement(selector, callback) { const interval = setInterval(function() { const element = document.querySelector(selector); if (element) { clearInterval(interval); callback(element); } }, 100); // check every 100 milliseconds }</p> <p>function updateTranscriptLink(audioSrc) { const episodeNumber = extractNumber(audioSrc); if (episodeNumber) { const transcriptLink = document.querySelector('a.transcript-link'); if (transcriptLink) { transcriptLink.setAttribute('href', `/transcripts/transcript-episode-${episodeNumber}/`); } else { console.error('Transcript link not found.'); } } else { console.error('Episode number could not be extracted. The audio source was: ' + audioSrc); } }</p> <p>// Function to extract the number from the audio file name function extractNumber(src) { const match = src.match(/e(\d+)\.m4a/); return match ? match[1] : null; }</p> <p>// Start waiting for the audio element to appear in the DOM waitForElement('audio[src*="s.stone-choir.com"]', function(audioElement) { const audioSrc = audioElement.getAttribute('src'); updateTranscriptLink(audioSrc); });
jQuery(document).ready(function($) { // Hide the comments initially $('#comments').hide();</p> <p> // Inject the "Show Comments" button before the comments div $('#comments').before('</p> <hr> <p><button id="show-comments">Show Comments</button>');</p> <p> // Handle the button click event $('#show-comments').on('click', function() { $('#comments').toggle(); $(this).text(function(i, text){ return text === "Show Comments" ? "Hide Comments" : "Show Comments"; }); }); });
88 ตอน