Target Selection
Manage episode 425765561 series 3500012
Hosts
In any conflict, there are at least two sides. In the life of man upon this earth, there is constant conflict with and against the world, the flesh, and the devil. As Christians, it is incumbent upon us — particularly as Christian men — to know what are our duties in this life; for a soldier, he must know his orders and where to execute them. If we are to oppose Satan and his forces, then we must know where he is attacking or where he plans to attack — this is the issue of target selection.
When we choose topics for this podcast, we choose them because they are places that Satan is attacking or places that Satan will (soon) attack. The goal is to prepare Christian men to fight back, to defend the Church and her children. In today’s episode, we discuss some of the ways a man can know where Satan is attacking, where Satan will attack, and how a Christian should and must respond.
If I profess with loudest voice and clearest exposition every portion of the truth of God except that little point which the world and the devil are at that moment attacking, I am not confessing Christ, however boldly I may be professing Christ. Where the battle rages, there the loyalty of the soldier is proved, and to be steady on all the battlefield besides, is mere flight and disgrace if he flinches at that point.
— St. Martin Luther
Show Notes
- Information on veiling (This site also offers veils for purchase.)
See Also
- “Binding Adiaphora” (tradition)
Further Reading
Parental Warnings
None.
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"; }); }); });
84 bölüm