Artwork

Indhold leveret af Stone Choir. Alt podcastindhold inklusive episoder, grafik og podcastbeskrivelser uploades og leveres direkte af Stone Choir eller deres podcastplatformspartner. Hvis du mener, at nogen bruger dit ophavsretligt beskyttede værk uden din tilladelse, kan du følge processen beskrevet her https://da.player.fm/legal.
Player FM - Podcast-app
Gå offline med appen Player FM !

Confronting Sin

2:01:48
 
Del
 

Manage episode 427017798 series 3500012
Indhold leveret af Stone Choir. Alt podcastindhold inklusive episoder, grafik og podcastbeskrivelser uploades og leveres direkte af Stone Choir eller deres podcastplatformspartner. Hvis du mener, at nogen bruger dit ophavsretligt beskyttede værk uden din tilladelse, kan du følge processen beskrevet her https://da.player.fm/legal.

Hosts

Woe

aka Eschatologuy

    When confronting sin, the Christian must distinguish between the private and the public. The private or secret sin should generally not be published (and is subject to Matthew 18), but the public sin is generally already published (and is not subject to Matthew 18). The primary goal of confronting private sin is to retain or to regain the erring brother; the primary goal of confronting public sin is to rebuke the false teacher and to protect those who would otherwise be led astray.

    In these matters, there are three core duties: the duty to God (which includes defending His honor and His truth), the duty to receive correction, and the duty to correct or rebuke. Confronting sin and correcting error are central parts of the Christian life. When theological or doctrinal controversies arise, there is both opportunity (e.g., for all parties to deepen in knowledge and faith) and danger (e.g., if false teaching is not rebuked and false teachers silenced, then wickedness may spread). How to approach specific situations is a matter of wisdom, but one that Christian men are absolutely not permitted to avoid.

    Silence in the face of false teaching is complicity in it. Silence in the face of false belief on the part of a brother is indifference (i.e., hatred) of that brother. As iron sharpens iron, we must help our brothers to stay on the strait and narrow. And as the shepherd defends the sheep, so we must be watchful for false teachers.


    Subscribe to the podcast here.


    See Also

    Further Reading

    Parental Warnings

    None.

    Transcript

    The transcript for this episode can be found here

    Other transcripts can be found here

    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

    76 episoder

    Artwork

    Confronting Sin

    Stone Choir

    published

    iconDel
     
    Manage episode 427017798 series 3500012
    Indhold leveret af Stone Choir. Alt podcastindhold inklusive episoder, grafik og podcastbeskrivelser uploades og leveres direkte af Stone Choir eller deres podcastplatformspartner. Hvis du mener, at nogen bruger dit ophavsretligt beskyttede værk uden din tilladelse, kan du følge processen beskrevet her https://da.player.fm/legal.

    Hosts

    Woe

    aka Eschatologuy

      When confronting sin, the Christian must distinguish between the private and the public. The private or secret sin should generally not be published (and is subject to Matthew 18), but the public sin is generally already published (and is not subject to Matthew 18). The primary goal of confronting private sin is to retain or to regain the erring brother; the primary goal of confronting public sin is to rebuke the false teacher and to protect those who would otherwise be led astray.

      In these matters, there are three core duties: the duty to God (which includes defending His honor and His truth), the duty to receive correction, and the duty to correct or rebuke. Confronting sin and correcting error are central parts of the Christian life. When theological or doctrinal controversies arise, there is both opportunity (e.g., for all parties to deepen in knowledge and faith) and danger (e.g., if false teaching is not rebuked and false teachers silenced, then wickedness may spread). How to approach specific situations is a matter of wisdom, but one that Christian men are absolutely not permitted to avoid.

      Silence in the face of false teaching is complicity in it. Silence in the face of false belief on the part of a brother is indifference (i.e., hatred) of that brother. As iron sharpens iron, we must help our brothers to stay on the strait and narrow. And as the shepherd defends the sheep, so we must be watchful for false teachers.


      Subscribe to the podcast here.


      See Also

      Further Reading

      Parental Warnings

      None.

      Transcript

      The transcript for this episode can be found here

      Other transcripts can be found here

      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

      76 episoder

      Alle episoder

      ×
       
      Loading …

      Velkommen til 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.

       

      Hurtig referencevejledning