Artwork

Treść dostarczona przez Stone Choir. Cała zawartość podcastów, w tym odcinki, grafika i opisy podcastów, jest przesyłana i udostępniana bezpośrednio przez Stone Choir lub jego partnera na platformie podcastów. Jeśli uważasz, że ktoś wykorzystuje Twoje dzieło chronione prawem autorskim bez Twojej zgody, możesz postępować zgodnie z procedurą opisaną tutaj https://pl.player.fm/legal.
Player FM - aplikacja do podcastów
Przejdź do trybu offline z Player FM !

Truth and Lies

1:40:36
 
Udostępnij
 

Manage episode 442126877 series 3499991
Treść dostarczona przez Stone Choir. Cała zawartość podcastów, w tym odcinki, grafika i opisy podcastów, jest przesyłana i udostępniana bezpośrednio przez Stone Choir lub jego partnera na platformie podcastów. Jeśli uważasz, że ktoś wykorzystuje Twoje dzieło chronione prawem autorskim bez Twojej zgody, możesz postępować zgodnie z procedurą opisaną tutaj https://pl.player.fm/legal.

Hosts

Woe

aka Eschatologuy

    When Christ says that He is the Way, the Truth, and the Life, the word used for “truth” is ἀλήθεια, which includes within its lexical scope ‘uncovering’ or ‘revelation’ (it is a negating word, like “innocence” in English). That which covers, distorts, or perverts the truth is contrary to God, for God is Truth. As Christians, it is our duty not only to believe and speak the truth about matters written in God’s Word, but also to believe and speak the truth about matters written in God’s Creation.

    When Christ stood before Pilate, Pilate asked Him: Quid est veritas? What is truth? (Veritas is the Roman goddess of truth, Aletheia the Greek.) His inquiry may very well have been in earnest, for truth was certainly a core pursuit of Ancient Greek and Ancient Roman philosophy — something with which a statesman was expected to have some familiarity. Little did Pilate know (at the time) that it was Truth Himself Who stood before him.

    The modern world would seek to reduce most things to matters of opinion, and, even in those cases where an admission is made that what is at stake is truth, the modern world will often pick the lie. The Christian is not permitted to concede such territory, for God is Truth and all Truth is One. To deny the reality (i.e., the truth) of Creation is, ultimately, to deny the Creator Himself, which is blasphemy or even apostasy.

    It is meritorious and dutiful to defend the truth, but we must be willing to defend all truth, not simply those that are acceptable in the eyes of society or do not come at a personal cost. The truth, like the Law, is absolute — cursed is the man who does not keep it whole and undefiled.


    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

    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

    87 odcinków

    Artwork

    Truth and Lies

    Stone Choir

    published

    iconUdostępnij
     
    Manage episode 442126877 series 3499991
    Treść dostarczona przez Stone Choir. Cała zawartość podcastów, w tym odcinki, grafika i opisy podcastów, jest przesyłana i udostępniana bezpośrednio przez Stone Choir lub jego partnera na platformie podcastów. Jeśli uważasz, że ktoś wykorzystuje Twoje dzieło chronione prawem autorskim bez Twojej zgody, możesz postępować zgodnie z procedurą opisaną tutaj https://pl.player.fm/legal.

    Hosts

    Woe

    aka Eschatologuy

      When Christ says that He is the Way, the Truth, and the Life, the word used for “truth” is ἀλήθεια, which includes within its lexical scope ‘uncovering’ or ‘revelation’ (it is a negating word, like “innocence” in English). That which covers, distorts, or perverts the truth is contrary to God, for God is Truth. As Christians, it is our duty not only to believe and speak the truth about matters written in God’s Word, but also to believe and speak the truth about matters written in God’s Creation.

      When Christ stood before Pilate, Pilate asked Him: Quid est veritas? What is truth? (Veritas is the Roman goddess of truth, Aletheia the Greek.) His inquiry may very well have been in earnest, for truth was certainly a core pursuit of Ancient Greek and Ancient Roman philosophy — something with which a statesman was expected to have some familiarity. Little did Pilate know (at the time) that it was Truth Himself Who stood before him.

      The modern world would seek to reduce most things to matters of opinion, and, even in those cases where an admission is made that what is at stake is truth, the modern world will often pick the lie. The Christian is not permitted to concede such territory, for God is Truth and all Truth is One. To deny the reality (i.e., the truth) of Creation is, ultimately, to deny the Creator Himself, which is blasphemy or even apostasy.

      It is meritorious and dutiful to defend the truth, but we must be willing to defend all truth, not simply those that are acceptable in the eyes of society or do not come at a personal cost. The truth, like the Law, is absolute — cursed is the man who does not keep it whole and undefiled.


      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

      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

      87 odcinków

      Усі епізоди

      ×
       
      Loading …

      Zapraszamy w Player FM

      Odtwarzacz FM skanuje sieć w poszukiwaniu wysokiej jakości podcastów, abyś mógł się nią cieszyć już teraz. To najlepsza aplikacja do podcastów, działająca na Androidzie, iPhonie i Internecie. Zarejestruj się, aby zsynchronizować subskrypcje na różnych urządzeniach.

       

      Skrócona instrukcja obsługi