
Hosted by Stone Choir · EN

Hosts Corey J. Mahler coreyjmahler.com @CoreyJMahler Woe aka Eschatologuy @treblewoe In every endeavor, there is an excellence. A man can be excellent in his field, regardless or what it may be, or excellent at his undertaking, also regardless of what it may be. There are excellent paintings, excellent poems, excellent plays, excellent athletic performances, excellent shoes, and a whole host of other things that one could only begin to list. A part of the Christian life is recognizing the existence of excellence and then aiming for it. Not all men can achieve the same level of excellence, not even all men engaged in the same field, but every man can recognize excellence and strive toward it. Further, we must recognize, respect, and honor excellence when and where we find it, instead of giving in to the tendency of the modern world to minimize and dismiss it. The man who is excellent in his field has achieved that excellence due both to natural talent (i.e., gifts from God) and hard work (i.e., the acquisition or skill or knowledge); every man, even and often in the mundane, is participating in the same sort of striving toward excellence. We all see the man who wins some top athletic honor with his excellent performance, but what we do not see is the tens of thousands of hours of practice that went into that performance. Excellence does not fall from the sky (even if the gifts of God essentially do so), but is pursued with motivation and determination — it is a purpose toward which one strives. As Christians, we should recognize that all excellence is a gift from God, and we should honor and respect it when and where we find it, and then we should use it to motivate our own efforts, instead of joining the world in sarcasm or indifference. Subscribe to the podcast here. Show Notes kalos areté See Also Further Reading Parental Warnings None. Transcript The transcript for this episode can be found here Other transcripts can be found here Support the Podcast Recurring Donation One-Time Donation Cryptocurrency Donation Mahler’s: Throne.com Wish List | Amazon.com Wish List Woe’s Amazon.com Wish List The Stone Choir 2024 Challenge Coin 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 } 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); } } // 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; } // 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); });

Hosts Corey J. Mahler coreyjmahler.com @CoreyJMahler Woe aka Eschatologuy @treblewoe Christian men exist in two kingdoms (the right and the left ‘hands’ of Christ) and three estates (family, Church, and State). Many modern men neglect the fullness of this reality via excessive focus on the Kingdom of the right hand of Christ (i.e., the Church). Further, and perhaps worse, many pastors believe that their role in the right-hand Kingdom entitles them to honors, respect, or other deference with regard to the left-hand kingdom — it does not. The domain of the pastor is the preaching of the Word and the administration of the Sacraments. The domain of Christian men is all three of the estates of life — family, Church, and State. With regard to family and State, Christian men have many duties, but pastors have only one — silence. The role of the pastor is local and circumscribed; the role of Christian men is not exclusively so. The pastor qua pastor has nothing to say with regard to the State, to the kingdom of the left hand of Christ — that is the domain of Christian men. As Christian men, we must work together on the issues facing us, and that regardless of which kingdom or which estate. Pastors have their role and we have ours; the former must learn their limitations and the latter must do their duty. Subscribe to the podcast here. Show Notes “Headship, Authority, Agency” Dunbar’s number See Also Further Reading Augsburg Confession, Art. V Augsburg Confession, Art. XIV Parental Warnings None. Transcript The transcript for this episode can be found here Other transcripts can be found here Support the Podcast Recurring Donation One-Time Donation Cryptocurrency Donation Mahler’s: Throne.com Wish List | Amazon.com Wish List Woe’s Amazon.com Wish List The Stone Choir 2024 Challenge Coin 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 } 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); } } // 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; } // 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); });

Hosts Corey J. Mahler coreyjmahler.com @CoreyJMahler Woe aka Eschatologuy @treblewoe God assuredly knows the purposes for which He made His creatures, the proper ends toward which their lives should be oriented. We can order our lives according to God’s Word and God’s design, and He will bless us, or we can rebel against His Word and His design, and we will suffer. When it comes to the issue of woman and her place in creation, practically the whole of modern society has chosen the path of rebellion. Women today strive for and grasp at nearly every possible path other than the one designated for them by God. Genesis is clear: Woman was made for man to be a helper for him. This is woman’s telos, this is her purpose, and it is also her only chance at happiness and joy. When we rebel against our nature, we find only misery, suffering, and pain; Feminism is rebellion against the nature of woman — it is the embracing of the woman’s curse in the Fall. As Christians, we cannot be Feminists; rather, we must believe, teach, and confess what God says in His Word about woman, her nature, and her purpose. Then the LORD God said, “It is not good that the man should be alone; I will make him a helper fit for him.” Subscribe to the podcast here. Show Notes See Also Further Reading Parental Warnings None. Transcript The transcript for this episode can be found here Other transcripts can be found here Support the Podcast Recurring Donation One-Time Donation Cryptocurrency Donation Mahler’s: Throne.com Wish List | Amazon.com Wish List Woe’s Amazon.com Wish List The Stone Choir 2024 Challenge Coin 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 } 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); } } // 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; } // 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); });