Artwork

Вміст надано Stone Choir. Весь вміст подкастів, включаючи епізоди, графіку та описи подкастів, завантажується та надається безпосередньо компанією Stone Choir або його партнером по платформі подкастів. Якщо ви вважаєте, що хтось використовує ваш захищений авторським правом твір без вашого дозволу, ви можете виконати процедуру, описану тут https://uk.player.fm/legal.
Player FM - додаток Podcast
Переходьте в офлайн за допомогою програми Player FM !

Tithing

1:39:55
 
Поширити
 

Manage episode 411865888 series 3479623
Вміст надано Stone Choir. Весь вміст подкастів, включаючи епізоди, графіку та описи подкастів, завантажується та надається безпосередньо компанією Stone Choir або його партнером по платформі подкастів. Якщо ви вважаєте, що хтось використовує ваш захищений авторським правом твір без вашого дозволу, ви можете виконати процедуру, описану тут https://uk.player.fm/legal.

Hosts

Woe

aka Eschatologuy

    All that we have comes from God. As we covered in the episode on jealousy, we are, in fact, to be jealous, to be protective, of the things that are ours. However, this must be balanced against the fact that much of what we hold we hold in trust. There are things which are solely ours and there are things which are ours for the sake of serving God and neighbor.

    Ultimately, we are stewards of this Creation, and we owe duties to God. One such duty is the duty to render thanks to God in the form of tithes. A tithe, simply, is an offering ‘off the top’ of a portion of what God has given us as thanks for the whole. How much we tithe, how we tithe, to whom we tithe, and other related questions are matters of wisdom. Unlike Old Testament Israel, we do not have explicit rules telling us what to tithe, when, and to whom. However, God does invite us to test Him by bringing in the fullness of the tithe, and where God invites us to test Him, it is not only foolish, but sinful, to refuse.

    »“Bring the full tithe into the storehouse, that there may be food in my house. And thereby put me to the test, says the LORD of hosts, if I will not open the windows of heaven for you and pour down for you a blessing until there is no more need. I will rebuke the devourer for you, so that it will not destroy the fruits of your soil, and your vine in the field shall not fail to bear, says the LORD of hosts. Then all nations will call you blessed, for you will be a land of delight, says the LORD of hosts.«

    — Malachi 3:6–12 (ESV)

    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

    Support the Podcast

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

      continue reading

    71 епізодів

    Artwork

    Tithing

    Stone Choir

    published

    iconПоширити
     
    Manage episode 411865888 series 3479623
    Вміст надано Stone Choir. Весь вміст подкастів, включаючи епізоди, графіку та описи подкастів, завантажується та надається безпосередньо компанією Stone Choir або його партнером по платформі подкастів. Якщо ви вважаєте, що хтось використовує ваш захищений авторським правом твір без вашого дозволу, ви можете виконати процедуру, описану тут https://uk.player.fm/legal.

    Hosts

    Woe

    aka Eschatologuy

      All that we have comes from God. As we covered in the episode on jealousy, we are, in fact, to be jealous, to be protective, of the things that are ours. However, this must be balanced against the fact that much of what we hold we hold in trust. There are things which are solely ours and there are things which are ours for the sake of serving God and neighbor.

      Ultimately, we are stewards of this Creation, and we owe duties to God. One such duty is the duty to render thanks to God in the form of tithes. A tithe, simply, is an offering ‘off the top’ of a portion of what God has given us as thanks for the whole. How much we tithe, how we tithe, to whom we tithe, and other related questions are matters of wisdom. Unlike Old Testament Israel, we do not have explicit rules telling us what to tithe, when, and to whom. However, God does invite us to test Him by bringing in the fullness of the tithe, and where God invites us to test Him, it is not only foolish, but sinful, to refuse.

      »“Bring the full tithe into the storehouse, that there may be food in my house. And thereby put me to the test, says the LORD of hosts, if I will not open the windows of heaven for you and pour down for you a blessing until there is no more need. I will rebuke the devourer for you, so that it will not destroy the fruits of your soil, and your vine in the field shall not fail to bear, says the LORD of hosts. Then all nations will call you blessed, for you will be a land of delight, says the LORD of hosts.«

      — Malachi 3:6–12 (ESV)

      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

      Support the Podcast

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

        continue reading

      71 епізодів

      Усі епізоди

      ×
       
      Loading …

      Ласкаво просимо до Player FM!

      Player FM сканує Інтернет для отримання високоякісних подкастів, щоб ви могли насолоджуватися ними зараз. Це найкращий додаток для подкастів, який працює на Android, iPhone і веб-сторінці. Реєстрація для синхронізації підписок між пристроями.

       

      Короткий довідник