ADVERTISEMENT

Should there be a limit to tolerance?

Published Jul 19, 2026 12:05 am  |  Updated Jul 18, 2026 04:15 pm
THROUGH UNTRUE
The poet and philosopher Ralph Waldo Emerson once wrote, “A weed is a plant whose virtue has not yet been discovered.” History has often proven him right. Many illustrious and heroic figures were once regarded as “weeds” (masamang damo). St. Paul, for example, persecuted Christians and even approved of their execution before becoming one of Christ’s greatest apostles. Indeed, even weeds can yield surprising benefits.
This may help explain why the farmer in today’s Gospel parable instructed his servants not to uproot the weeds infesting his field. He may have hoped that something good might still come from these troublesome plants. But an even more practical reason was his concern that removing them would cause greater harm. As he said, “If you pull up the weeds, you may uproot the wheat along with them. So let them grow together until the harvest” (Matthew 13:24–30).
The parable reveals an answer to the question: “Does God tolerate evil?” God did not create evil nor does He approve of it, but He tolerates it as a tragic consequence of the freedom He has given us. We are free to love God and one another, yet we can also misuse that same freedom to reject Him and harm others.
God’s tolerance, therefore, must never be confused with moral relativism. He is merciful but not permissive. He respects human freedom, yet He expects us to exercise it in ways that do not sacrifice truth and justice. Jesus forgave sinners, such as the woman caught in adultery, but He also commanded her, “Go, and sin no more” (John 8:11).
God’s tolerance is not limitless. God tolerates our sins and imperfections only to give us ample time to repent before the final day of reckoning. As St. Peter beautifully explains, “The Lord is patient with you, not wishing that any should perish, but that all should come to repentance” (2 Peter 3:9). Although God is infinitely merciful, His justice sets a limit to His tolerance.
Sadly, many people invoke God's tolerance as a model for our own, but they overlook the fact that His tolerance is never divorced from truth or justice. Invoking the values of diversity and inclusivity, they treat every belief and behavior as equally valid. Anyone who expresses a moral conviction that runs counter to their own is quickly branded as prejudicial or discriminatory. Ironically, by championing this radical form of tolerance, they often end up promoting cancel culture, a new form of dogmatism that silences dissent and demands unquestioning conformity.
Worse still, when people urge us to “be tolerant,” they often mean that we should approve of beliefs or actions that have traditionally been regarded as immoral. At the very least, they expect us to remain morally neutral and refrain from making judgments altogether. The philosopher Karl Popper warned against such false neutrality. He argued that if society grants equal standing to truth and falsehood, and if destructive behavior is defended merely as an expression of personal freedom, what ultimately prevails is the “intolerance of tolerance.”
We see the insidious effects of this distorted understanding all around us. Graft and corruption flourish because we tolerate the “little” acts of dishonesty committed by public officials. People lose faith in the electoral process because many assume that if cheating is not “massive,” it is acceptable. Families fall apart because infidelity is excused as an expression of personal freedom. Parental authority steadily weakens because a child’s destructive behavior is tolerated and goes unpunished. Many become enslaved to digital technology because they allow it to tyrannize their minds through subtle seductions.
Today’s parable makes it clear that God will not allow the weeds to choke the wheat forever. Should we not show the same wisdom in dealing with the masamang damo in our own lives, relationships, society, and government? We cannot tolerate them indefinitely, for what we refuse to confront today may ultimately destroy the very good we seek to protect.
St. Augustine expresses this truth with striking clarity: “If, despite all correction, a person in a community persists in his evil deeds, he must be expelled immediately, lest the community perish because of that person’s pestilent example.”
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.