ADVERTISEMENT

Muted transitions in the time of coronavirus

Published Nov 25, 2021 12:05 am

ENDEAVOR

Sonny Coloma

Just a week after the onset of the first enhanced community quarantine (ECQ) lockdown in March 2020, I received a text message from a long-time friend: “You must have heard that Mike (not his real name) died last night. He went home after waiting for hours to be admitted; no available hospital room.” A week later, I learned about the death of another member of the same peer group as Mike. Two months later, a third death from the same group was reported. In January 2021, yet another friend from this cohort of long-time friends passed away in the US.

In another peer group --- this time made up of office mates from way back --- two dear friends passed away in the first two months of this year: the first one was due to COVID; the next one had been chronically ill but could have been infected, too, as she showed similar symptoms.

In July this year, a friend and former neighbor --- also a fellow member of a professional organization and a civic group --- texted me from out of the blue, engaging in spirited commentary on news about an incident that broke out on network TV and the Viber chat rooms. It was a pleasant exchange and I was pleased that this long-time friend found an opportunity to reconnect. After all, we had known each other for decades and had often worked together in various projects across our shared multiple affiliations. Last month, I received word that he had been afflicted with COVID and in a matter of days, he, too, had succumbed.

As this is the last week of the month in which we honor our dearly beloved family members and friends who have passed on, I decided to write on one of the defining experiences of the new normal imposed by COVID. For want of a better term, I have opted to use this phrase: muted transitions.

‘Muted’ comes from the Zoom vocabulary. “Please unmute yourself” is the most requested action in every Zoom meeting. But no, it's the opposite reality when we come to terms with deaths of long-time friends. Quarantine rules have drastically restricted the rituals of mourning for our dearly departed. Their bodies were cremated within 24 hours; even wakes over ashes were tightly regulated in accordance with the prevailing quarantine status.

This harsh regime was consistent with the severe restrictions imposed during hospital confinement. No relatives were allowed, as patients were isolated. When a close relative of mine was confined due to Covid, her son wisely befriended the attending nurses so they could pass on messages to her. With God’s grace, she survived and had since then recuperated fully.

But hundreds more had not been as fortunate. Hence, their sudden death has inflicted deep emotional wounds on their loved ones.

We could learn a few lessons from those who have professed themselves to a lifetime of commitment to the Holy Orders. Last August, when the deadly Delta variant became rampant and led to the imposition of a month-long ECQ --- the most severe form of lockdown --- three members of a priestly order died from COVID within 10 days; two of them died within a day of each other. My priest-friend shared this narrative:

“When we were in the junior seminary (high school), there was a ritual that was held on every month-end. As we were boarding in a school dormitory, we were required to pack up our belongings and change rooms every month. This ritual signified the need to be ready to move out of your comfort zone by being acclimatized to a change of room and roommates. It was the drill --- or the dry run --- for accepting the reality of death and moving on to the next life.”

Another priest-friend from the same religious order shared a similarly memorable story:

“A ten year old boy talked with his father after the latter had brought him home from school: ‘Daddy, today is the last day of the school year. I’ve just finished grade four, next school year I’ll be in grade five and so on, as it has been since I was in kindergarten. Ganun ba talaga ‘yun: paulit-ulit lang?’” (Is that the way it really is: a cycle of repetition?) My priest-friend then gave the “correct answer” to the boy’s query which recalls the lesson from the seminarians’ drill: ‘No, my son, our purpose is to prepare to be called to go to heaven.”

(Postscript: There was sad news from the office yesterday. Samuel “Diony” Nobleza Dionisio, our long-time security guard at the main lobby, used the lunch break to go to a nearby office building to withdraw money from the bank. While he was in a queue, he collapsed and was brought to a hospital where he was declared dead on arrival. So swift and sudden was his departure – yet another muted transition.)

Related Tags

covid-19 Endeavor Sonny Coloma Muted transitions in the time of coronavirus
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.