ADVERTISEMENT

Damayan

Published Aug 12, 2026 12:05 am  |  Updated Aug 11, 2026 05:09 pm
OF TREES AND FOREST
I have always believed that the true measure of a people is not how they live when life is generous, but how they stand when everything around them is collapsing. After traveling across the country and serving our people—in both public service and business—I have seen that character tested in countless ways. And I can say this with conviction: when the hour is darkest, Filipinos do not merely endure. We reach for one another, shoulder the weight together, and rise—having passed the measure with flying colors.
In the Philippines, disaster has a way of revealing us. When a typhoon tears through a province, when floodwaters rise into homes, when fire reduces a neighborhood to ash, Filipinos do not merely look for help. We become help.
A stranger rescues a child from the water. A neighbor opens a cramped home to a family with nowhere else to go. Someone borrows a boat, a truck or a motorcycle and turns it into an emergency vehicle. Others cook, pack relief goods, raise money and travel long distances simply because they have heard that people somewhere are hungry. This is not a performance of goodness. It is an instinct.
And this is why the Manila Bulletin’s report that the Philippines ranks Southeast Asia’s second-most favorable environment for philanthropy comes as no surprise: the 2026 Doing Good Index placed the country in the “Doing Better” tier for the fifth consecutive edition, while the World Giving Report 2026 found that 78 percent of Filipinos donated to charity in 2025—well above the Asian and global averages. These figures capture only part of our generosity, but they affirm that the heart of the Filipino is not an advertising slogan; it is a national instinct.
We call it bayanihan—a word repeated so often in speeches and headlines that it can sometimes sound cliché. Since grade school, we have been taught to recognize it in that enduring image of Filipinos lifting an entire house onto their shoulders to help a neighbor move. But bayanihan was never meant to remain a picture in textbooks. It is the living instinct to shoulder another person’s burden—to lend our strength when someone else no longer has enough of their own.
What moves me most, however, is that Filipino generosity is not reserved for dramatic moments. It exists in the quiet, daily negotiations of poverty. Growing up in Tondo, I learned that survival is rarely an individual undertaking. I have seen our neighbors share food, water and electricity; they watch one another’s children, extend credit at the sari-sari store, help carry belongings to safety and gather around families whose homes have been destroyed.
When disaster strikes, Tondo’s narrow, crowded streets are transformed into arteries of damayan. Meals are prepared over makeshift kitchens, relief is passed from hand to hand, and no family is left to face the long work of rebuilding alone. This is why I always mention Tondo whenever I could, and why I say with pride that I am a Tondo boy. Our strength does not lie in having been spared hardship; it lies in having been shaped by it. Adversity has taught us to make common cause—to turn scarce resources into shared refuge, neighbors into family and the ancient promise of bayanihan into a living, everyday act.
When I left Tondo and moved with my family to Las Piñas, and as I was able to travel across the country during my years in politics, I saw that this was not a quality confined to Tondo or any single community. From the crowded streets of the capital to the most distant provinces, I witnessed the same instinct again and again: when one Filipino falls, others reach out; when one family suffers, a community gathers; when hardship arrives, no one is expected to face it alone. Bayanihan and damayan are not quaint relics or empty political phrases. They are living forces—woven into the national character and expressed wherever Filipinos choose to turn another person’s burden into their own.
In celebrating damayan I do not mean to romanticize poverty or excuse the systems that perpetuate it. I have waged that war against poverty myself. Neighborly kindness is noble, but it cannot substitute for decent housing, reliable public services, disaster preparedness, healthcare and social justice. We must never turn the poor’s resilience into an excuse for society’s neglect. No family should have to rescue another from conditions that government and society have allowed—and sometimes chosen—to persist. Damayan should be our strength in times of crisis, not our permanent answer to injustice.
We may be divided by politics, class, religion and geography. We may argue fiercely and complain endlessly. But when danger comes, something deeper asserts itself. The boundary between “your problem” and “mine” begins to disappear.
For comments, please send email to: [email protected] and/ or mannyvillar.com.
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.