ADVERTISEMENT

No more excuses

Published Nov 11, 2023 04:08 pm

THROUGH UNTRUE

Our Lady of the Rosary (La Naval de Manila)

Our seemingly trivial decisions can trigger unforeseen consequences, ultimately leading to either success or failure. Often, it is only in retrospect that we come to comprehend this. As the poet George Herbert wrote: “For want of a nail, the shoe is lost. For want of a shoe, the horse is lost. For want of a horse, the rider is lost. For want of a rider, the battle is lost. So, the war is lost for want of a small nail.”


One Filipino word that aptly expresses such tragedy is “sayang!” Its English equivalents — “What a waste!” “What a pity!” “Too bad!” or “Oh dear!” — hardly convey the intensity and depth of anguish, regret, and loss that “sayang!” carries. We utter this word while pondering if our life today might have been better had we decided to act differently.


Today’s Gospel parable underscores this tragedy as it recounts the story of 10 bridesmaids invited to an evening wedding banquet. As tradition dictates, they are to bring lit torches to illuminate the groom’s path upon his arrival. However, for reasons unknown, the groom’s arrival is delayed. Five of the bridesmaids carry extra flasks of oil to replenish their torches. The other five foolishly sleep as they get tired of waiting. 


When the groom eventually arrives, the flames in the torches of the five foolish bridesmaids have already flickered out. They rush to acquire more oil for their torches, but upon their return, they find the door of the banquet hall tightly shut. Their pleas for entry go unanswered. They must have sighed with downcast eyes: “Sayang!”


This parable teaches us that there are decisions we cannot afford to make at the last moment: it may be too late by then. Many people indulge in everything that satisfies their desires without any thought of God. They think they can easily repent on their deathbed. They overlook the fact that death can come suddenly, leaving them no time to turn their life around. Also, they falsely assume that they can effortlessly cast off the sins that have become second nature to them. 


The most pernicious effect of sin is that we get so accustomed to it that we no longer experience guilt or regret for our actions. As one character in a Netflix movie aptly put it: “Sometimes the devil allows people to live a sinful life free of trouble because he doesn't want them to turn to God. Their sin is like a comfortable jail cell, and they don't see any reason to leave it, even when the door is wide open. But eventually, time runs out, the door slams shut, and it's too late.”


“Sayang!” is often followed by the phrase: “If only.” How many times have we heard someone lament with a mournful sigh: “If only I had quit smoking when I had the chance, I would not have contracted cancer. If only I had not squandered my time on video games, social networking, and streaming devices, I could have finished my studies. If only I had refrained from indulging in sweets, cigarettes, and alcohol, I could have avoided undergoing dialysis three times a week. If only I had remained faithful to my spouse, our family would not have been damaged by my infidelity. If only I had rejected the bribes that were offered to me, I would not have lost my job and my integrity.”


Being wise means doing what is true and good on a daily basis. Our decisions, even the seemingly insignificant, can either make or break us. When plagued by indecision and procrastination, repeat to yourself: “I can do this. I will do this. No more excuses.”
 

Related Tags

Fr. Rolando V. dela Rosa O.P. THROUGH UNTRUE
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.