ADVERTISEMENT

Don't settle for less than what you deserve

Published Jul 26, 2026 12:05 am  |  Updated Jul 25, 2026 03:46 pm
THROUGH UNTRUE
Why are there students who settle for passing grades even if they can excel in school? Why do some men and women remain in toxic relationships when they know they deserve better? Why do employees stay in unfulfilling jobs despite better opportunities waiting for them?
More often than not, the answer lies in their diminished sense of self-worth. Fear, complacency, the lure of comfort, and the limiting voices of others convince them that they only deserve what is good enough “pwede na”. Instead of striving for excellence, they surrender to mediocrity. They realize too late that when they settle for less than what they deserve, they actually get less than what they settled for.
The Gospel today (Matthew 13:44–46) offers a powerful antidote to this mindset. Jesus tells of two men who willingly sold everything they owned to acquire something of immeasurable value. They understood that life's greatest treasures are never gained by accumulating more but by letting go of what is merely good enough until only the best remains. Sadly, many of us do the opposite. We settle for pwede na instead of pursuing the best that we deserve.
Recently, an AI-generated video by the China Daily portrayed the Filipino as a monkey forced to sing karaoke aboard a boat. Many of us rightly felt insulted. We feel like Norma Desmond in the classic film Sunset Boulevard who, when a reporter remarked, “You used to be big,” she defiantly replied, “I am big. It’s the pictures that got small.”
We have to admit, however, that we take pride in diminutive things that can be found only in the Philippines: the smallest fish, the smallest active volcano, the smallest deer, and other life forms that are endemic in our country. But for being downsized as a monkey, it hurts.
This was not the first time that this happened. In 1999, many Filipinos proposed a diplomatic protest against Spain which manufactured and popularized chocolate-coated biscuits called “Filipinos.” Advertised as “dark outside but white inside,” the biscuit reeks of offensive racial undertones. But the complaint never prospered because the Foreign Secretary famously asked, “Do Austrians complain about Vienna sausage?”
Perhaps he was not trivializing the wounded dignity of the protesters. He merely wanted us to realize that what should truly offend us is not being compared to a biscuit, but the growing perception that we are a people content with pwede na. Nothing diminishes a nation more than its willingness to settle for mediocrity.
One painful sign of this is the prevalence of mental health problems that afflict many of us today. While such struggles may have genuine biological and psychological causes that deserve professional care, they may be rooted in our diminished moral and spiritual sensibility.
St. Thomas Aquinas once observed: “Man cannot live without pleasure. He who deprives himself of spiritual pleasures goes scavenging for carnal ones.” Mental health issues may be a symptom of a worse malady: We are starving our souls. We are basically spiritual beings so all worldly pleasures eventually disappoint because nothing finite can satisfy our desire for the Infinite.
Mediocrity is also evident in our choice of leaders. After decades of corruption, many Filipinos have come to believe that honesty in public office is impractical, integrity is naïve, and unethical behavior has become normal because “everybody is doing it anyway.” This defeatist attitude encourages voters to choose candidates who are merely the “lesser evil” or those considered “winnable” in surveys.
Jesus warns us that doing so creates more damage than good: “Do not throw your pearls before pigs. If you do, they may trample them under their feet, then turn and tear you to pieces” (Matthew 7:6). Trust is one of those priceless pearls. Once squandered on those who repeatedly betray it, an entire nation pays the price.
The greatest tragedy, then, is not that other people downsize us into monkeys or biscuits. It is when we begin to believe such an unfair valuation that we settle for mediocrity instead of excellence. The two men in today's Gospel remind us that the Kingdom of God belongs to those who refuse to settle for anything less than the best. They believe that the best is what they truly deserve.
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; } }

{{ static_articles_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.