ADVERTISEMENT

Why are you terrified?

Published Jan 31, 2026 12:01 am  |  Updated Jan 30, 2026 04:32 pm
The disciples are caught in the middle of nowhere, covered by darkness. Their boat is being battered by strong waves and howling wind. They are also dismayed that Jesus is asleep in the stern and does not seem to care about them at all. We cannot discount the possibility that Jesus is testing his disciples by feigning sleep. Maybe he wants to see the reaction of his disciples in times of danger.
The Twelve (Apostles) are privileged to witness several miracles done by Jesus. He had delivered a demonpossessed man, healed a paralytic, and restored a man’s withered hand. As the waves and wind batter their boat, these miracles have become faint memory and do not in any way serve to reassure them.
Not even the very presence of Jesus, the miracle worker, calms down their fears. They are rattled since they set their eyes on the waves and the frightening expanse of sea that can bury them underneath. Fear, it is said, can mean two things. It is either “forget everything and run,” or it could mean “face everything and rise!”
Jesus teaches his disciples not to scamper away in desperate situations, but to focus on his power to save them from danger and harm.
First Reading  • 2 Sm 12:1-7a, 10-17
The Lord sent Nathan to David, and when he came to him, Nathan said: “Judge this case for me! In a certain town there were two men, one rich, the other poor. The rich man had flocks and herds in great numbers. But the poor man had nothing at all except one little ewe lamb that he had bought. He nourished her, and she grew up with him and his children. She shared the little food he had and drank from his cup and slept in his bosom. She was like a daughter to him.
Now, the rich man received a visitor, but he would not take from his own flocks and herds to prepare a meal for the wayfarer who had come to him. Instead he took the poor man’s ewe lamb and made a meal of it for his visitor.”
David grew very angry with that man and said to him: “As the Lord lives, the man who has done this merits death! He shall restore the ewe lamb fourfold because he has done this and has had no pity.”
Then Nathan said to David: “You are the man! Thus says the Lord God of Israel: ‘The sword shall never depart from your house, because you have despised me and have taken the wife of Uriah to be your wife.’
Thus says the Lord: ‘I will bring evil upon you out of your own house. I will take your wives while you live to see it, and will give them to your neighbor. He shall lie with your wives in broad daylight. You have done this deed in secret, but I will bring it about in the presence of all Israel, and with the sun looking down.’”
Then David said to Nathan, “I have sinned against the Lord.” Nathan answered David: “The Lord on his part has forgiven your sin: you shall not die. But since you have utterly spurned the Lord by this deed, the child born to you must surely die.”
Then Nathan returned to his house. The Lord struck the child that the wife of Uriah had borne to David, and it became desperately ill. David besought God for the child. He kept a fast, retiring for the night to lie on the ground clothed in sackcloth. The elders of his house stood beside him urging him to rise from the ground; but he would not, nor would he take food with them.
Responsorial Psalm • Ps 51 “Create a clean heart in me, O God.”
Gospel • Mark 4:35-41
On that day, as evening drew on, Jesus said to his disciples: “Let us cross to the other side.” Leaving the crowd, they took Jesus with them in the boat just as he was. And other boats were with him. A violent squall came up and waves were breaking over the boat, so that it was already filling up. Jesus was in the stern, asleep on a cushion. They woke him and said to him, “Teacher, do you not care that we are perishing?” He woke up, rebuked the wind, and said to the sea, “Quiet! Be still!” The wind ceased and there was great calm.
Then he asked them, “Why are you terrified? Do you not yet have faith?” They were filled with great awe and said to one another, “Who then is this whom even wind and sea obey?”
Source: “365 Days with the Lord 2026,” St. Paul’s, 7708 St. Paul Rd., SAV, Makati City (Phils.); Tel.: 632-895-9701; E-mail: [email protected]; Website: http://www.stpauls.ph.

Related Tags

REFLECTIONS TODAY
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.