ADVERTISEMENT

Still in the game: A senior citizen's reflections

Published Apr 14, 2025 02:41 am

FROM THE MARGINS

ARIS ALIPjpg.jpg

As I edge closer to my 68th birthday, I find myself reflecting on the years gone by with gratitude and renewed hope. I am semi-retired — no longer engaged in the day-to-day operations of an office, yet, performing advisory roles in several financial organizations and social enterprises. I proudly wear my graying hair and laugh lines as badges of a life well-lived, a life still full of purpose. In a country like ours, where respect for elders is deeply woven into the fabric of society, I look forward to embracing the future with open arms and a grateful heart.


There is a quiet revolution happening among Filipino senior citizens today. Gone are the days when reaching 60 meant fading quietly into the background. Across the archipelago, we are seeing more elderly Filipinos remaining active, engaged, and influential — running their businesses, teaching, serving as volunteers, barangay leaders, community advocates and role models. Some are even returning to school or pursuing lifelong dreams that were once placed on hold. That kind of resilience, that lakas ng loob, is uniquely Filipino.

Dominga’s story

As always, I draw inspiration from our microfinance clients. At 76, Dominga Perez of Camarines Norte embodies the saying "Age is just a number," as she continues to push forward in her entrepreneurial journey with remarkable determination. Over the years, Dominga has faced numerous challenges, starting as an artisanal miner alongside her first husband. After his passing, she raised six children with her second husband, and mining remained their primary livelihood. Despite the dangers of mining, Dominga persevered, sometimes finding gold, but often leaving with little more than exhaustion.


In 1996, after her husband's injury forced him to stop working, Dominga transitioned to being a house helper while also selling grass brooms made by neighbors. In 2011, she took a bold step by learning broom-making and turning it into a business. She became a client of our microfinance-oriented rural bank, which provided her with a small loan to buy raw materials for her craft. With financial support and training, she was able to build her business and handle her finances more effectively.

Dominga’s perseverance paid off. She not only kept her business afloat but also acquired land for her home. Her story is a testament to how resilience, skill, and financial backing can drive success, even later in life. She is a living testament that age is no barrier to achieving success through hard work and perseverance.

Not a barrier

I often remind my children that people’s value does not diminish with age. On the contrary, old people bring to the table decades of experience, wisdom, and patience—traits that are crucial in a fast-paced world that sometimes forgets to slow down and listen.


It warms my heart to see programs and policies slowly catching up for seniors. The expanded benefits for senior citizens, from discounts on goods and services to better healthcare access, are more than just perks—they are acknowledgments of a lifetime of service. But more than government support, what I see is a renewed societal appreciation for our elders. I see it in our young clients who often greet me with smiles, strangers who offer me seats in public places, or younger colleagues who ask for advice, treating my words as though they matter.


And yes, they do matter. We matter.


There is so much more we elders can do. We can mentor young professionals in our fields. We can volunteer for community programs in underserved areas. We can start small livelihood projects in our hometowns, ones that can uplift both elders and youth. We can revisit old passions, like making music or exploring the arts.


This is why I believe it is crucial for both the government and the private sector to invest more in programs that empower senior citizens. We need more job opportunities tailored for older workers, community centers that offer meaningful engagement, and healthcare services that prioritize preventive care and dignity. Companies can benefit immensely from hiring experienced seniors as mentors or consultants. Local governments can tap our volunteer spirit to strengthen barangay programs. With the right support, senior citizens can continue to contribute meaningfully — and not be mere dependents or recipients of handouts.


Age is not a barrier; it is a bridge. It connects generations and carries forward the values we hold dear: bayanihan, pakikisama, malasakit. These are not just words; they define many older people. Seniors can contribute so much to help the future generation.


To my fellow seniors, I say this: do not be afraid of the number. Instead, embrace the freedom, the clarity, and the chance to redefine what it means to age. Let us show our families, and the country, that we are not just growing old—we are growing bolder.

* * *


"Aging is not ‘lost youth’ but a new stage of opportunity and strength." – Betty Friedan

(Dr. Jaime Aristotle B. Alip is a poverty eradication advocate. He is the founder of the Center for Agriculture and Rural Development Mutually-Reinforcing Institutions (CARD MRI), a group of 23 organizations that provide social development services to eight million economically-disadvantaged Filipinos and insure more than 27 million nationwide.)

Related Tags

Dr. Jaime Aristotle B. Alip FROM THE MARGINS
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.