PLAY PODCASTS
Stone Choir

Stone Choir

108 episodes — Page 3 of 3

S1 Ep 8Neglected Matters: Shaking off the Dust, Usury, Woman and Work, Head Coverings

Hosts Corey J. Mahler coreyjmahler.com @CoreyJMahler Woe aka Eschatologuy @treblewoe In a sense, there are no minor doctrines in Scripture. It is only in relation to major, central doctrines (e.g., Atonement, Justification), that any Scriptural doctrine can be termed ‘minor’. However, the Word of God is abundantly clear: 2 Timothy 3:16–17 (ESV): »16 All Scripture is breathed out by God and profitable for teaching, for reproof, for correction, and for training in righteousness, 17 that the man of God may be complete, equipped for every good work.« There is no room in the Christian life for ignoring — and particularly not for rejecting — anything in Scripture. What God has spoken is true, for God is Truth. Those who would abandon any doctrine risk losing the whole — and their souls with it. Neglect does not an adiaphoron make. Subscribe to the podcast here. Show Notes Christian Head Coverings Original Sin and the Nature of Man See Also NOW Statement of Purpose Overton Window 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); });

Dec 21, 20221h 54m

S1 Ep 7Through the Window: On Frame

Hosts Corey J. Mahler coreyjmahler.com @CoreyJMahler Woe aka Eschatologuy @treblewoe What is the difference between an immigrant and an invader? Well, it depends. The difference may be one of legality (i.e., the positive law) or it may be one of frame. If one man tells you that he is “for immigration” and another tells you that he is “against immigration”, then the latter has likely ceded ground without even realizing it. Words, of course, matter, but so does the way in which we (and others) employ them. Correct framing may win a conflict before it has even begun, but incorrect framing can just as easily make victory impossible. For the Christian, it is vitally important to be able to identify and to assess framing. Wicked men can — and do — employ framing to ensnare the Christian, to elicit from the Christian support for wicked positions he would not wittingly support. In fact, you may hold positions contrary to Scripture because of how they were framed — and because you failed to examine what you believe. Subscribe to the podcast here. Show Notes Framing Effect Overton Window See Also The Psychology Behind Making Sales and Setting Price Points Loving v. Virginia Obergefell v. Hodges Ezra (Read the entire book.) Psalm 127 Creeping normality 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); });

Dec 14, 20221h 25m

S1 Ep 6Perspicuous and Vulgar: On the Clarity of Scripture

Hosts Corey J. Mahler coreyjmahler.com @CoreyJMahler Woe aka Eschatologuy @treblewoe Scripture is the Word of the Lord, and the Word of the Lord is understandable by men of average intelligence. Those who deny the perspicuity of the Scriptures are wolves who accuse God of lying and who seek to lead the sheep astray. It is clear that Christians are to read Scripture and that they will be able to understand it — this is a truth found throughout Scripture, not just in a handful of places. The law of the LORD is perfect, reviving the soul; the testimony of the LORD is sure, making wise the simple; the precepts of the LORD are right, rejoicing the heart; the commandment of the LORD is pure, enlightening the eyes; the fear of the LORD is clean, enduring forever; the rules of the LORD are true, and righteous altogether. More to be desired are they than gold, even much fine gold; sweeter also than honey and drippings of the honeycomb. Moreover, by them is your servant warned; in keeping them there is great reward. Satan adapts his attacks over time, and today he has focused his attack on the clarity of Scripture (for he can no longer simply keep Scripture out of the hands of the laity). The contend that Scripture is unclear, dark, unknowable is to contend that it is not Scripture and to endanger the faith. Christians must affirm — and staunchly defend — the Scriptures as the inerrant Word of God. Subscribe to the podcast here. Show Notes Quark-Gluon Plasma Flows Like Water Sonoluminescence: YouTube Wikipedia John Wycliffe John Hus William Tyndale See Also Terms Norma Normans Norma Normata “Geochronologically Speaking” 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); });

Dec 7, 20221h 23m

S1 Ep 5A Name No Man Knows

Hosts Corey J. Mahler coreyjmahler.com @CoreyJMahler Woe aka Eschatologuy @treblewoe We are told to be as harmless as doves, but also to be as wise as serpents. There are times to speak and times to hold ones tongue; there are times to speak under one’s Christian name and times to speak under a pseudonym. Of course, there are those who would contend that the use of pseudonyms is cowardly or even sinful, but seldom are these individuals consistent — attacking one group for pseudonymity, while ignoring or even praising another that practices the same. Is there a place for pseudonymity in the Christian church? Or are those who employ it ‘anonymous [sic] trolls’ as some would contend? As always, we must look to Scripture, but we must also look to the motives of those who seek to unmask the pseudonymous. The answer is obvious, but many Christians — certainly to include pastors — get this one wrong. Subscribe to the podcast here. Show Notes Marquart on The Question of Procedure in Theological Controversies — Gottesdienst On Anonymity — Rev. Larry Beane See Also 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); });

Nov 30, 20221h 27m

S1 Ep 4Election in View of Headship

Hosts Corey J. Mahler coreyjmahler.com @CoreyJMahler Woe aka Eschatologuy @treblewoe God acts in time via means. When it comes to faith, He acts through the Means of Grace. When it comes to Election, He acts through headship — fathers, grandfathers, chiefs, kings, tribes, nations. God does not act arbitrarily, and this is no less true of His actions in time than it is of His actions in eternity. Fairness plays no role in the matter, for fairness is not a thing. Man is finite; God is infinite. There are doctrines that can be thoroughly understood, explored, and grasped, and there are doctrines that contain mystery — Election is a mystery. When it comes to the mysteries of the faith, we affirm the Word of God and then, with Paul, declare: Oh, the depth of the riches and wisdom and knowledge of God! How unsearchable are His judgments and how inscrutable His ways! Subscribe to the podcast here. Show Notes The Spread of Christianity Part 1 Part 2 Rick McCafferty (is a demon) The Solid Declaration of the Formula of Concord, Art. XI — Election See Also 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); });

Nov 23, 20222h 24m

S1 Ep 3Christian Nationalism Is Submission to God

Hosts Corey J. Mahler coreyjmahler.com @CoreyJMahler Woe aka Eschatologuy @treblewoe You may have heard of the ‘two kingdoms’ doctrine and have certainly heard of the ‘separation of Church and State’, but is either of these a truly Christian position? Is God Lord only of His Church or does He also rule the kingdoms of this world? As Christians, what are our duties in the context of the State? The Media, and many others, have spent years, now, shouting about “Christian Nationalism”, but few could even define either term. This episode is both a primer on Christian Nationalism from a Christian perspective and the definitive statement of its core nature. Christian Nationalism is simply Christianity lived out in the left-hand kingdom, for both kingdoms belong to Christ. Subscribe to the podcast here. Show Notes https://www.etymonline.com/search?q=nation https://webstersdictionary1828.com/Dictionary/posterity https://news.gab.com/2021/12/christian-nationalism-is-the-only-godly-option/ See Also 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); });

Nov 2, 20221h 15m

S1 Ep 2According to Their Generations

Hosts Corey J. Mahler coreyjmahler.com @CoreyJMahler Woe aka Eschatologuy @treblewoe Most modern Christians have bought into the cultural argument that the provenance of ideas does not matter, but this is not the Scriptural view of things. God is deeply interested in genealogy — and that includes the genealogy of ideas — and Christians should take the matter seriously. Ideas, beliefs, et cetera, should not be analyzed in a vacuum — they should be analyzed according to their nature and according to their source. In this episode, we address a number of related issues including genealogy, ideas, the genealogy of ideas, ancestry, the Fourth Commandment, and morality. Subscribe to the podcast here. Show Notes History of Women in the Church (mentioned in episode): Origines Ecclesiasticae Matthew Cochran (mentioned in episode) The Lutheran Alternative Problems currently facing and the future of Lutheranism. See Also 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); });

Oct 26, 20221h 14m

S1 Ep 1Talking Heads: On Headship, Teaching, and Women in the Church

Hosts Corey J. Mahler coreyjmahler.com @CoreyJMahler Woe aka Eschatologuy @treblewoe Some issues arise in time, some issues fade with time, and some issues are perennial. That which is founded in the nature of Creation, which flows from the nature of God, never ceases to be relevant to His Church, to His people. The issues of headship, teaching, and authority are perennial issues, and they often arise in the context of the relationship of men and women and the role of women in the Church or in the churches. In this episode, we address the Scriptural and the ontological with regard to authority, headship, teaching, and the role of women — both in the Church and in the Christian life. Subscribe to the podcast here. Show Notes Origines Ecclesiasticae Matthew E. Cochran the Lutheran Alternative See Also https://youtu.be/HLkxl96LV24 Comments? Join the discussion on Telegram, or comment below.

Oct 19, 20221h 22m