ADVERTISEMENT

Dealing with grief

Published May 13, 2026 12:05 am  |  Updated May 12, 2026 06:49 pm
THE VIEW FROM RIZAL
Grief is a powerful force that strips life down to its bare essentials, reminding us of the deep connections we share. It arrives without permission, disregards schedules, and shatters our illusions of control. When someone we love dies, the world keeps moving, but our internal world grinds to an excruciating halt, revealing the true cost of profound attachment.
Fourteen years ago, our family faced unimaginable grief when the baby meant to be our third daughter died from an umbilical cord accident while still in my wife's womb. The accident proved fatal and led to intrauterine fetal demise. At that moment, grief devastated our family and extended relatives.
Eleven years ago, grief knocked at our door once again. My cousin, Atty. Chingky Santiago, daughter of former Supreme Court Associate Justice Consuelo Ynares-Santiago, succumbed to cancer. Our collective grief was similarly devastating, particularly to Justice Elo. She shared the pain of a parent who had to bury an offspring, the very same ordeal we went through after losing our baby.
And just a few days ago, grief returned. Governor Nina’s husband, James Chiongbian II, passed away. Governor Nina’s profound grief was evident in her announcement on social media of her husband’s death. “We never got to grow old together, but you are home now,” she wrote. “Never got to grow old together” – those words express the most painful realization of a spouse who has been left behind to face the burden of grieving alone.
With these moments, people ask how I deal with grief after losing someone. “With much difficulty,” I say. After such loss, ordinary things feel unbearable: An empty chair at dinner, a missed call, a birthday that hurts more than it celebrates.
People say we should “move on” after loss, but that phrase misses what grief is. Love stays even when a person is gone. We do not just leave those who hold our hearts. The better goal is to move forward—with memories, sadness, and in time, gratitude.
This is the important lesson: Grief is not something to conquer. It is something to carry.
One of the hardest truths about losing a loved one is that no universal timeline exists for healing.
Society tends to tolerate grief briefly. There is sympathy at the funeral, support in the first few weeks, and then an unspoken expectation that life should return to normal. But I learned that grief rarely obeys social expectations. A person may seem composed for months and then collapse emotionally while hearing a familiar song in a grocery store. Another may laugh one day and cry uncontrollably the next.
None of these is irrational. Grief is unpredictable because we love deeply.
Some tend to judge themselves harshly while grieving. They wonder whether they are crying too much, not crying enough, recovering too quickly, or failing to recover at all. I learned that this self-surveillance only deepens suffering. There is no correct performance of grief. Some people need solitude; others need constant companionship. Some revisit photographs every day; others cannot bear to look at them for years. Healing is personal, and comparison is destructive.
At the same time, grief should not become isolation. Pain has a way of convincing us that no one could possibly understand what they are experiencing. While every loss is unique, suffering shared with others becomes more bearable. Conversations with family and friends can create space for grief to breathe rather than suffocate in silence. I learned that strength is not measured by emotional suppression. We appreciate our strength in our willingness to admit that we are struggling.
Here is an uncomfortable reality: Grief changes people permanently. After a profound loss, we may find ourselves reevaluating priorities, relationships, and even identity itself. I discovered that some become more compassionate; others become more fearful. Some discover resilience they never knew they possessed. Loss exposes the fragility of life, but it can also sharpen our appreciation for what remains. This does not mean tragedy is secretly beneficial or that suffering happens “for a reason.”
It means we, human beings, are capable of finding meaning even in devastation. And, we must.
Perhaps the most compassionate thing I can say about grief is that it reflects the value of the relationship that existed before the loss. We grieve deeply because we loved deeply. The sorrow is evidence that someone mattered. And while our grief can feel endless in the beginning, we can eventually discover that life slowly expands around the pain.
Joy returns quietly, gently—never betraying the memory of our dearly departed, but as an affirmation of our endurance, and our will to survive.
We know that the loss of a loved one is never fully resolved. The vacuum death creates is permanent, and it becomes part of our emotional landscape. But grief is not only about death. It is also about connection, memory, and enduring love.
That is the better understanding of grief. It is the steep price we pay for learning to love in ways that endure for a lifetime.
(The author is a Doctor of Medicine, an entrepreneur and the mayor of Antipolo City, former Rizal governor, and DENR assistant secretary, LLDA general manager. Email: [email protected])

Related Tags

DR. JUN YNARES 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.