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 !

The Context Window

1:27:26
 
Udostępnij
 

Fetch error

Hmmm there seems to be a problem fetching this series right now. Last successful fetch was on May 07, 2025 21:33 (28d ago)

What now? This series will be checked again in the next day. If you believe it should be working, please verify the publisher's feed link below is valid and includes actual episode links. You can contact support to request the feed be immediately fetched.

Manage episode 474822606 series 3479621
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

    All men have limitations — be they physical, intellectual, or something else. One such limitation is a thing we call, in the technology fields, a “context window”. In essence, a context window is the amount of relevant information that a man can hold in his mind at a given moment. In a conversation, it is the history of the conversation (along with any previous history from prior conversations, et cetera); in a relationship, it is the entire history of that relationship. In all cases, only to the extent such information can be held in the mind.

    Some questions call for a small context window (e.g., a bar fight may require only ten or twenty minutes of context to understand) and some questions call for a significantly larger context window (e.g., the current state of the Western Church is a matter of millennia). Not all men are equally suited to handle all matters — a man can be competent or incompetent with regard to a particular question or a particular discussion. In this preliminary episode leading into our upcoming series on the Septuagint (LXX), we discuss the concept of a context window and how it plays into the LXX specifically and many issues in our daily lives generally.


    Subscribe to the podcast here.


    Show Notes

    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 } 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 name function extractNumber(src) { const match = src.match(/e(\d+)\.m4a/); return match ? match[1] : null; } // 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(); // Inject the "Show Comments" button before the comments div $('#comments').before('<hr><br><button id="show-comments">Show Comments</button>'); // 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

    59 odcinków

    Artwork

    The Context Window

    Stone Choir

    18 subscribers

    published

    iconUdostępnij
     

    Fetch error

    Hmmm there seems to be a problem fetching this series right now. Last successful fetch was on May 07, 2025 21:33 (28d ago)

    What now? This series will be checked again in the next day. If you believe it should be working, please verify the publisher's feed link below is valid and includes actual episode links. You can contact support to request the feed be immediately fetched.

    Manage episode 474822606 series 3479621
    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

      All men have limitations — be they physical, intellectual, or something else. One such limitation is a thing we call, in the technology fields, a “context window”. In essence, a context window is the amount of relevant information that a man can hold in his mind at a given moment. In a conversation, it is the history of the conversation (along with any previous history from prior conversations, et cetera); in a relationship, it is the entire history of that relationship. In all cases, only to the extent such information can be held in the mind.

      Some questions call for a small context window (e.g., a bar fight may require only ten or twenty minutes of context to understand) and some questions call for a significantly larger context window (e.g., the current state of the Western Church is a matter of millennia). Not all men are equally suited to handle all matters — a man can be competent or incompetent with regard to a particular question or a particular discussion. In this preliminary episode leading into our upcoming series on the Septuagint (LXX), we discuss the concept of a context window and how it plays into the LXX specifically and many issues in our daily lives generally.


      Subscribe to the podcast here.


      Show Notes

      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 } 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 name function extractNumber(src) { const match = src.match(/e(\d+)\.m4a/); return match ? match[1] : null; } // 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(); // Inject the "Show Comments" button before the comments div $('#comments').before('<hr><br><button id="show-comments">Show Comments</button>'); // 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

      59 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

      Posłuchaj tego programu podczas zwiedzania
      Odtwarzanie

      OSZAR »