ADVERTISEMENT

When we remove sin from our vocabulary

Published May 27, 2023 04:00 pm

THROUGH UNTRUE


Today, Pentecost Sunday, the gospel reading narrates that Jesus breathed upon his disciples saying: "Receive the Holy Spirit. If you forgive anyone's sins, their sins are forgiven; if you do not forgive them, they are not forgiven" (John 20:22-23). However, many Catholics no longer take these words of Jesus seriously. They find it difficult to believe that priests, whose failures and scandals have become all too familiar, are empowered by Jesus to forgive sins.
The loss of respect that Catholics once accorded to priests may have led to the dwindling practice of confession. But it may also be because many Catholics have lost their sense of sin. And this is more troubling. A few years ago, the prominent Wall Street Journal in the United States published an editorial lamenting that the word "sin" is rapidly disappearing from our everyday discourse. It stated: "Nowadays, people no longer talk, think, or worry about sin. But sin is important because it provides a framework for personal behavior. When this framework was dismantled, not only did guilt disappear, but our sense of personal accountability and shame vanished as well."
In 1973, the late Karl Menninger, a world-renowned psychiatrist, wrote a book titled "Whatever Became of Sin?" In his book, he predicted that if sin disappeared from our vocabulary, the confessional box would be replaced by the psychiatrist's couch or the judicial courts. Sin would be equated with criminal offenses or mental aberrations.
Menninger's prediction has come true. Today, many psychiatrists consider sin as a manifestation of deviancy, or pathological and external conditioning. They view sin as a product of mental illness that can be cured through medication and counseling. However, Menninger saw it the other way around.  Many psychological ailments are often the effects of unconfessed and unrepented sins. He wrote, "The best solution to many of our psychological woes is absolution, and it is free."
Judicial courts, populated by an ever-growing number of lawyers and judges, have also contributed to the loss of our sense of sin. Judicial courts have become the final arbiter of right and wrong. Notorious criminals would boldly declare: "Don't judge me. Let the court decide." Sadly, it is all too common that the rich and influential are seldom convicted. In fact, we often hear about convicts living in personally designed prison cells that resemble five-star hotels, complete with expensive amenities and entertainment.
So, in our country, we frequently hear news about unsolved scams costing billions of pesos, wealthy individuals acquitted while the poor languish in overcrowded jails, gambling being glamorized, and children being prostituted. Who takes responsibility for all of these? We have yet to witness well-known convicts admitting guilt for their crimes that cry out for justice. We have yet to see a super-rich government official admitting that he stole money from public coffers. We still hope to see a major player in the illegal drug trade surrendering to authorities and face punishment.
The vanishing of sin coincides with our lack of regard for the voice of conscience. We have learned in our catechism that conscience tells us what is right and wrong.  But before conscience can speak, it must have been informed by a moral conviction arising from our natural capacity to know right from wrong, or from instruction by a moral authority and our openness to the inspiration of the Holy Spirit.
Without the proper education of conscience, it is naïve to assume that when we are faced with two options—one requiring sacrifice and the other coinciding with our inclinations—we will decide objectively. We should not underestimate our ability to deceive ourselves.

Related Tags

THROUGH UNTRUE Fr. Rolando V. Dela Rosa
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.