ADVERTISEMENT

My dad, the pilot: How my father made me who I am

Published Jun 21, 2026 07:22 am
A few hours before I was asked to do this piece for Father’s Day, my distraught niece called to tell me that she had taken my 82-year-old dad to the emergency room. The doctors were asking if they could put a tube down his throat and hook him to a ventilator, and she asked me to make the decision. As the doctor among my siblings, this was a moment I had always dreaded but which we had long anticipated.
My dad (second from right) during his Philippine Air Force days (Photos: Dr. Edsel Salvana/Manila Bulletin)
My dad (second from right) during his Philippine Air Force days (Photos: Dr. Edsel Salvana/Manila Bulletin)
My father is chronically ill with Parkinson’s disease and has had multiple strokes over many years. He is bedridden and can no longer verbally communicate or open his eyes. His quality of life is not great. The only thing he truly enjoys is eating and tasting his food. Unfortunately, his previous strokes and advanced Parkinson’s disease have increased the chances of him choking on his food, and I have repeatedly warned my mother that this can cause a bad pneumonia.
None of us, however, had the heart to take away the only thing that made his life tolerable, and so we continued to feed him with as many precautions as could be taken. I explained to my mom about alternative ways of feeding, like a gastric feeding tube, which can be used to deliver enough nutrition without having him chew so much food.
However, she was reluctant to proceed with an operation, and it kept getting put off. I had also discussed do-not-intubate and do-not-resuscitate advanced directives with our family so that he would not suffer when the inevitable happens, but my mom had not filed the paperwork, as I can imagine it is quite painful for her to even think of what was to come.
Before becoming ill, my dad was one of the nicest and most cheerful people you could ever meet. The second of eight siblings from Cagayan de Oro, he took good care of his brothers and sisters and was always ready to lend a hand to anyone in need.
With my dad and my son, Lino, in healthier times
With my dad and my son, Lino, in healthier times
He told me that he had wanted to be a doctor, but his father asked him to join the military instead. He was accepted into the Philippine Military Academy and joined the Philippine Air Force as one of the first combat helicopter pilots in the Philippines. He distinguished himself in air missions in the 1970s against different rebel movements in the field. Many of his military comrades have told me that my dad was their favorite person because he frequently volunteered to fly missions on holidays so other people could be off with their families. He constantly asked if they had eaten, and he made sure no one was hungry.
After he met my mom in Cotabato and they got married and had us (I’m the second of three children), we moved to Manila so that he didn’t have to fly so many combat missions, especially after he got shot down but thankfully survived.
Throughout my life, my dad has been my biggest cheerleader, and I could count on him to make me laugh with his corny dad jokes whenever we saw each other. He was the favorite tito among my cousins because he was such a jolly person, and he would go out of his way to help them whenever he could. He loved having my kids visit, and he regaled them with his war stories.
I first noticed he had some word-finding difficulties during one of our Christmas reunions. An MRI subsequently showed that he had suffered the first of many strokes. He also started showing signs of Parkinson’s disease with worsening tremors and rigidity. It was difficult to watch as this proud veteran, who taught me how to swim and play basketball, gradually lost his mobility and his ability to speak.
When my son last visited my dad, he had to hold back tears because the bedridden person he saw, who could neither move nor speak, was so far removed from the vibrant and merry person he remembered.
I still don’t know if my dad will make it as I write this. We didn’t intubate, but we started strong antibiotics and admitted him to the intensive care unit. There are some encouraging signs that he is improving, but at his age and with all his other illnesses, it will be touch-and-go.
No sickness, however, can ever take away the memories of the time I spent with him, and I will cherish these as long as I live. Every day I try to be as good a father to my children as he was to us, and I remember those happy times as a source of strength whenever I feel down. I know he is proud of the man I have become, especially since he wanted to become a doctor.
Dad, I like to think that I fulfilled your dreams for both of us. I may not be a pilot like you, but you taught me how to fly.

Related Tags

Luminaries Dr. Edsel Salvana Fathers Day
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; } }

{{ static_articles_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.