Artwork

Content provided by Stone Choir. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Stone Choir or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
Player FM - Podcast App
Go offline with the Player FM app!

On Violence

2:21:08
 
Share
 

Manage episode 429382217 series 3499991
Content provided by Stone Choir. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Stone Choir or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.

Hosts

Woe

aka Eschatologuy

    ‘The life of man upon the earth is warfare, and he is born to trouble, as surely as the sparks fly upward.’ — Job 5,7

    We live in a fallen world. We can speak of a perfect world — and that is assuredly our goal and our destination, as Christians —, but the realities of this world cannot be ignored — Christians are not exempt from living in the world. From the very beginning of our species — when wicked Cain rose up and slew righteous Able —, violence has never left our shadow. Although it was most certainly not part of God’s original or intended design for Creation, violence is just as certainly part of its fallen state.

    It is not that violence is itself a good; rather, it is that violence is sometimes required to protect the good. When a man enacts violence upon a home intruder to defend himself, his wife, his children, and his goods, he is using violence toward a righteous and morally praiseworthy end. Throughout the pages of Scripture, God Himself uses violence against His enemies — from the genocide of Canaan to the Final Judgement, God employs violence consistently and constantly. Although violence will be absent from the new Creation, it will never be absent from this fallen one.

    As Christians, we must not condemn violence qua violence for to do so would be to condemn God, which is apostasy; rather, we must know how to apply wisdom to these matters so that we align our actions and our beliefs with what God has commanded — and He both proscribes and prescribes violence, depending on the circumstances.

    It is also necessary for the Christian, in order that he might act in wisdom, to understand the law — to understand the differences between and among things like advocacy, incitement, and fighting words. These are not trivial, unimportant, or tangential matters, for the life of man upon the Earth is one of conflict; even times of peace are seldom entirely free from violence, and they are often ephemera. A man must always do his duty, and at times that duty may demand violence — the police officer who protects his city, the soldier who defends his nation, the housefather who defends his home.

    We are not and cannot be more moral than God, and of Himself He says:

    “The Lord is a man of war; the Lord is His name.”


    Subscribe to the podcast here.


    Show Notes

    See Also

    Further Reading

    Parental Warnings

    The word “ass” is used once at ~01:39. The term “pissed off” is used once around the same time.

    Transcript

    The transcript for this episode can be found here

    Other transcripts can be found here

    Current Sponsor(s)

    Coming soon?

    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"; }); }); });

      continue reading

    78 episodes

    Artwork

    On Violence

    Stone Choir

    published

    iconShare
     
    Manage episode 429382217 series 3499991
    Content provided by Stone Choir. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Stone Choir or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.

    Hosts

    Woe

    aka Eschatologuy

      ‘The life of man upon the earth is warfare, and he is born to trouble, as surely as the sparks fly upward.’ — Job 5,7

      We live in a fallen world. We can speak of a perfect world — and that is assuredly our goal and our destination, as Christians —, but the realities of this world cannot be ignored — Christians are not exempt from living in the world. From the very beginning of our species — when wicked Cain rose up and slew righteous Able —, violence has never left our shadow. Although it was most certainly not part of God’s original or intended design for Creation, violence is just as certainly part of its fallen state.

      It is not that violence is itself a good; rather, it is that violence is sometimes required to protect the good. When a man enacts violence upon a home intruder to defend himself, his wife, his children, and his goods, he is using violence toward a righteous and morally praiseworthy end. Throughout the pages of Scripture, God Himself uses violence against His enemies — from the genocide of Canaan to the Final Judgement, God employs violence consistently and constantly. Although violence will be absent from the new Creation, it will never be absent from this fallen one.

      As Christians, we must not condemn violence qua violence for to do so would be to condemn God, which is apostasy; rather, we must know how to apply wisdom to these matters so that we align our actions and our beliefs with what God has commanded — and He both proscribes and prescribes violence, depending on the circumstances.

      It is also necessary for the Christian, in order that he might act in wisdom, to understand the law — to understand the differences between and among things like advocacy, incitement, and fighting words. These are not trivial, unimportant, or tangential matters, for the life of man upon the Earth is one of conflict; even times of peace are seldom entirely free from violence, and they are often ephemera. A man must always do his duty, and at times that duty may demand violence — the police officer who protects his city, the soldier who defends his nation, the housefather who defends his home.

      We are not and cannot be more moral than God, and of Himself He says:

      “The Lord is a man of war; the Lord is His name.”


      Subscribe to the podcast here.


      Show Notes

      See Also

      Further Reading

      Parental Warnings

      The word “ass” is used once at ~01:39. The term “pissed off” is used once around the same time.

      Transcript

      The transcript for this episode can be found here

      Other transcripts can be found here

      Current Sponsor(s)

      Coming soon?

      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"; }); }); });

        continue reading

      78 episodes

      All episodes

      ×
       
      Loading …

      Welcome to Player FM!

      Player FM is scanning the web for high-quality podcasts for you to enjoy right now. It's the best podcast app and works on Android, iPhone, and the web. Signup to sync subscriptions across devices.

       

      Quick Reference Guide