Show notes
HostsCorey J. Mahlercoreyjmahler.com@CoreyJMahlerWoeaka Eschatologuy@treblewoeIn this episode and the next, we cover the places where the New Testament cites the Old Testament and there is a difference between the Septuagint (LXX) and the rabbinic text. In this first (of two) episodes, we cover citations from Matthew, Mark, Luke, John, and Acts; in the next episode, we will cover Romans through Revelation. By the sheer weight of the evidence, it will become undeniable that the New Testament authors were reading and citing the Septuagint — not some supposed ‘Hebrew’ edition (that, in fact, no longer existed at the time of the composition of the New Testament).The Septuagint was the Bible of the Apostles; it was the Bible of the early Church; it was the Bible that God miraculously preserved — as He promised He would; and it should be our Bible today.Subscribe to the podcast here.Show NotesVersesVorlage over LXXMatthew Matthew Matthew Matthew Mark John Romans LXX over MTMatthew Matthew Matthew Matthew Matthew Matthew Matthew Matthew Matthew Matthew Matthew Matthew Luke Luke Luke John Acts Acts Acts Acts Acts Acts See AlsoFurther ReadingParental WarningsNone.TranscriptThe transcript for this episode can be found hereOther transcripts can be found hereSupport the PodcastRecurring DonationOne-Time DonationCryptocurrency DonationMahler’s Amazon.com Wish ListWoe’s Amazon.com Wish ListThe Stone Choir 2024 Challenge CoinComments?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}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); }}// Function to extract the number from the audio file namefunction extractNumber(src) { const match = src.match(/e(\d+)\.m4a/); return match ? match[1] : null;}// Start waiting for the audio element to appear in the DOMwaitForElement('audio[src*="s.stone-choir.com"]', function(audioElement) { const audioSrc = audioElement.getAttribute('src'); updateTranscriptLink(audioSrc);});



