ADVERTISEMENT

Hope amid adversity

Published Dec 26, 2021 12:05 am

THE VIEW FROM RIZAL

Dr. Jun Ynares

Why does adversity strike at a time so close to Christmas?

This must be the question in the mind of many of our countrymen, particularly those living in the provinces in Visayas and Mindanao that stood in the path of a raging Typhoon Odette.

Images of destruction filled social media sites this past week. The posts remind us that many of our fellow Filipinos would have marked Christmas 2021 without roofs over their heads and basic necessities. Over a hundred families have loved ones who perished in the wake of the typhoon and would have missed their Christmas midnight get-together this year.

We recall that a similar adversity hit our brethren in that part of the country in 1993.

Typhoon “Puring” swept across Northern Mindanao and the central and western parts of Visayas in a fashion similar to “Odette’s” destructive visit on the 26th of December of that year. On the evening of Christmas Day, our countrymen braced themselves for “Puring’s 120-kilometer-per-hour wind.

The dawn of the following day displayed the massive devastation that the howler had wrought on the very same provinces that “Odette” flattened to the ground just a week before this year’s Christmas Day celebration.

“Puring” left more than 20 persons dead in its path. Some 25,000 families were affected.

The numbers may not be as big as the figures reflecting the deaths and destruction “Odette” brought about. The people of those areas, however, will always remember that one Christmas Day when the usual joy of the Season was replaced by fear and sorrow.

Typhoon “Odette” struck at a time when our countrymen were slowly picking up the pieces left by the onslaught of the deadly pandemic. They were hoping that, this year, we can celebrate Christmas the way we did before the COVID-19 virus put our lives on “pause”.

Before “Odette,” we were on near-ecstatic state as we looked at the nose-diving figures of daily infections.

From the peak of 26,000 in one day in July this year, the average daily infections these past few weeks had been below 200 per day. It has been below 100 in the National Capital Region. In Rizal Province, the number was 11. It has been single-digit elsewhere in the country.

One major hospital reported that there was one day when there was not a single case of COVID-19 infection brought into its emergency room. Put these developments together and one would feel giddy with the thought that the pandemic could be over – well, at least in our country.

The fast-rising hope about that possibility was tempered by the adversity that came with “Odette”.

The fact that the adversity comes at a time so close to what is supposed to be the most joyous of all festivities in the Christian calendar must have once again raised the question, “How could a loving God allow this happen?”

Does anyone know the answer?

Perhaps, this is a question only theologians could answer.

Given our limited understanding, here is what we do know.

First, we are no strangers to adversity. We grew up with adversity, both the kind that is brought about by nature and by men.

Second, despite these adversities, we have never lost our sense of hope. At the back our mind, we do know that the difficult times would not last forever; that we will get back on our feet, pick up the pieces and rebuild our homes and our lives.

Third, times of adversity bring out the best in us. This is when we showcase our legendary resilience, the toughness of our spirit and the invincibility of our inner joy.

This is also when we experience the compassion of our fellow Filipinos. At this time, local governments rush to the aid of the communities devastated by the typhoon, bringing relief goods and the warmth of the caring of our countrymen.

Despite the adversities we have faced – and they are countless – we will always look forward to Christmas.

Why not?

We hold on to the promise of the Word of God:

“I consider that our present sufferings are not worth comparing with the glory that will be revealed in us” (Romans 8:18).

Yes, this adversity will pale in comparison to the good things that God has in store for those who believe and follow Him.

*For feedback, please email it to [email protected] or send it to Block 6 Lot 10 Sta. Barbara 1 cor. Bradley St., Mission Hills Subd., Brgy. San Roque, Antipolo City, Rizal.

Related Tags

ynares DR JUN YNARES Hope amid adversity THE VIEW FROM RIZAL
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.