ADVERTISEMENT

Starting over again

Published Apr 9, 2023 01:47 am

THROUGH UNTRUE

To begin again after a dismal failure or disappointment is extremely difficult. Many politicians are good at this, though. They have mastered the art of reinventing themselves after their fall from grace. The late Ronald Reagan once said jokingly: “Politics is not a bad profession. If you succeed, there are many rewards. If you disgrace yourself, you can always write a book.”
Some disgraced politicians do not only write books. Many of them who were publicly shamed for having plundered government coffers managed to stage a comeback. One TV journalist compares them to Jason, the main character in the horror movie “Friday the 13th.” This film has had many sequels because Jason cannot be killed. Why? Because Jason is already dead; he is a zombie. Regardless of how many times he is regenerated and reinvented, he remains the same as before: dead and evil.
There are, of course, many people who, after messing up their lives with wrong choices and decisions, rose from the depths of their misery and struggled to begin again. In a very real sense, they underwent a radical change, a “resurrection” experience which allowed them to say: “I am never the same again.” Their stories inspire us to find redemption through a deep faith in God who brings new life out of even the darkest situations.
One famous singer-actress was once hooked on drugs. She wrote: “Drug addiction is like a love affair, but as a lover, drugs can be cold and cruel, and hardly faithful.” This dawned on her when, after greedily sniffing the cocaine laid out on a sliver of a mirror, she saw her own reflection. She was terrified. She was staring at a girl who was wasting her life, looking for happiness in the wrong places.
Desperation engulfed her mind which was already muddled by years of drug use. She took a knife and thought of committing suicide. But as the knife moved closer to her wrist, a thought took shape in her mind. She confided to a reporter: “I felt God’s heart breaking at the touch of cold steel on my soft young wrist. I felt like I was betraying Him. I put the blade back in the medicine cabinet.” At that darkest moment, she decided to make a brand new beginning in her life.
At the age of 15, Peter was introduced to a life of crime by his own father. He was imprisoned several times and treated in a mental hospital. One day, he passed by the church that he and his late mother frequented when he was a little boy. For some unknown reason, he felt the urge to enter and pray.  He remembered what his mother had told him: “Whoever God sets free, is free indeed.” He suddenly felt the heavy burden of guilt and sin that he had carried for years. He went to a priest and sought counseling. On seeing him, the priest asked: “Do you want to confess?” He replied: “No. I don't believe in that.” The priest calmly said: “What have you got to lose if you try now?”
For the first time in his life, he knelt down and said tearfully: “Please help me to start my life anew. I have been going downhill for so long, I hope that God’s forgiveness can undo the bad things I have done.” The priest said: “My dear child, God’s forgiveness cannot change your past. But it has the power to enlarge your future.”
Many a time, we find ourselves in the dumps. Rather than live in denial, let us face up to our mistakes and move forward in faith and hope. Christ’s resurrection reminds us that it is never too late to start; and never too early to begin.

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.