ADVERTISEMENT

Undas reflections: My list of great Filipinos who passed away

Published Nov 1, 2022 12:05 am
FINDNG ANSWERS Former Senator
Atty. Joey Lina At this time of All Saint’s Day and All Soul’s Day when our thoughts and prayers focus on the dearly departed, I reminisce about some remarkable men and women whose love of country and service to fellowmen I find heroic and inspiring. I can say they were truly outstanding because I was fortunate to have gotten to know them up close and personal while they were alive and in the thick of things that had huge impact on fellow Filipinos. Lest they might be easily forgotten among the youth, allow me to name (at random and not in the order of importance) these great Filipinos: Lydia de Vega, Don Emilio T. Yap, Heherson Alvarez, Ernesto Herrera, Dinky Soliman, Caesar P. Perez, Ramon Revilla Sr., Miriam Defensor-Santiago, Nene Pimentel, my father Jose Lina Sr., and elder sister Estrelita Lina-Fronda. Because he was my father, let me talk about him first. Apart from being a poet and school teacher who taught me and my siblings the virtues of discipline, hard work, integrity, and compassion for others, my father is also remembered as a war hero. Last June 16 when Philippine World War II veterans were honored, a digitization center named after him was inaugurated in Camp Aguinaldo. At the center’s marker it says: “2nd Lieutenant Jose S. Lina Sr. rendered his military service by joining the resistance as part of the Mt. Sierra Regiment… His life, works, and contributions make a glorious chapter in the history of the Philippines and serve as a perpetual inspiration to the youth for all generations to love and serve our country and to fight for its freedom and independence.” My sister Estrelita, on the other hand, was also a schoolteacher whose tireless efforts in shaping young minds and molding students into becoming responsible citizens certainly contributed to the nobility of the teaching profession. Lydia was the Philippines’ source of immense pride in the 1980’s and 90’s as the undisputed sprint queen of Asia with her national record of 11.28 seconds in the 100-meter dash remaining unbroken for more than three decades. She was the poster girl of the Create a Sports Hero program which I created when I was then chairman of the Senate youth and sports committee. Don Emilio was a philanthropist and a visionary who believed that the historic Manila Hotel, being an essential part of Philippine national patrimony and national economy, would best be cared for by Filipinos who value its paramount importance in Philippine history. Though born in Fujian, China, he chose to be Filipino, and by his actions expressed true love for his chosen country and people. Heherson, also called Sonny, was my fraternity brother and closest friend ever since we were senators in the ’80s and ’90s. He was an impassioned freedom fighter and human rights champion during the Martial Law era and was best known as Mr. Environment in his relentless pursuit of his advocacy on climate change and environmental protection. Another very close friend of mine in the Senate was Ernesto, also called Boy, who was champion of the working class. He had 20 laws attributed to him including landmark reforms in vocational education that led to the creation of the Technical Education and Skills Development Authority or TESDA, and the landmark Migrant Workers’ Act of 1995. Dinky and I were together in Gloria Macapagal Arroyo’s cabinet when I was interior secretary and she was head of the Department of Social Welfare and Development. She truly cared for impoverished Filipinos and is best remembered for her tenacity in promoting the Pantawid Pamilyang Pilipino Program (4Ps). Caesar was the most beloved and outstanding mayor that Los Baños, Laguna, ever had. When he was assassinated on Dec. 3, 2020, grief-stricken common folks wept openly as they lined up the streets for a glimpse of the remains of their fallen mayor known for his simplicity, brilliance, and humility. The legendary Ramon, the actor turned politician and late father of Sen. Bong Revilla, was also my colleague in the 9th Congress where he became known as the “Father of Public Works Act.” When he died in 2020, I felt we lost an outstanding Filipino who had lived up to his creed that “it is not enough that the Filipino people are served, but they must be served well.” Miriam was my teacher at the UP College of Law before she became one of the most famous senators our country ever had. She had an awesome record of professional excellence, serving in all three branches of government—judicial, executive, and legislative—with utmost integrity and uncommon fearlessness. Her intellectual brilliance shone bright as she could outtalk other intellectuals while tackling burning issues in the national discourse. When former Senate President Aquilino “Nene” Pimentel Jr. died in 2019, I was deeply saddened because I felt that losing him was like losing a father. My grief also came from the realization that our country has lost a great statesman who championed freedom, human rights, and the pursuit of excellence in local governance. All these dearly departed I mentioned were indeed great Filipinos in their own right. They’re all gone now but surely not forgotten. Let’s pray for them this Undas season. Email: [email protected]

Related Tags

Undas
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.