ADVERTISEMENT

Heroes were people, too

Remembering the ordinary Filipinos who lived extraordinarily well

Published Aug 25, 2025 12:05 am  |  Updated Aug 24, 2025 03:31 pm
It is no coincidence that August in the Philippines is a month for heroes and history. In this month, every year, there are several celebrations that highlight significant moments in the country’s past—milestones that mark the growth of what has now become the Filipino nation.
Yet, in this month dedicated to remembering how we got to where we are right now, oftentimes people get too caught up in what can be considered academic. For instance, the reason why National Heroes Day is celebrated on the last Monday of August is to commemorate the so-called Cry of Pugad Lawin, which has been considered as the beginning of the Philippine Revolution against Spain in 1896. Reading about Pugad Lawin, one of the first things one might encounter is how historians have historically been unsure of where and when this “cry” happened. Some even debate whether there was indeed a “cry” or uproar, or if an actual shouting of some catchphrase happened.
History gets lost in the details, one might say.
One other fact that is often overlooked when it comes to honoring heroes is the reality that these men and women were exactly that—men and women. Heroes were people, too. They lived the same kind of lives most Filipinos have, felt the same type of feelings every person has, and experienced suffering in the manner that every human being does.
In short, these Filipinos that we honor for their extraordinary achievements when history, or better yet opportunity, called upon them were also ordinary Filipinos. To put it rather cheekily: none of them had superpowers, save perhaps for their overwhelming desire to see the Filipino nation thrive—whether it be the heroes who cried at Pugad Lawin and those who fought against the Spaniards, or Ninoy Aquino whose death heralded a change in the times (also commemorated in August), or the frontline workers who fulfilled their ordinary duties in extraordinary fashion during extreme circumstances.
Even the Filipino word for hero has an interestingly ordinary meaning. Some sources argue that “bayani” does not denote heroism in the same sense that its western counterpart words (“heroé” in Spanish and hero in English) do. In the latter, a hero is someone who is set apart from others primarily due to some extraordinary ability, as in the sense of a Greek hero, for example. On the other hand, “bayani” due to one of its accepted etymologies, inherently describes a person who is one with the “bayan” or the nation. There can be no “bayani” without the “bayan.”
Others explain that the word “bayani” comes from two other Austronesian origins referring to someone who is a protector or a warrior (as in similar to the Cebuano “bagani”), or as in “barani” in proto-malayo-polynesian, which means someone who “dares to do” or is brave.
This perspective puts heroes, our “bayani,” under the spotlight that they deserve. As light casts shadows, so do the extraordinary feats of heroes make these ordinary men and women whole.
Take, for instance, the Katipuneros who gathered at Pugad Lawin. They were ordinary folk, the everyday Filipino of their time, representing the different facets of life under the latter part of Spanish colonial rule in the Philippines. Their leaders, most notably Andres Bonifacio and Emilio Jacinto, who led this gathering at the house of Juan Ramos (son of Melchora Aquino or “Tandang Sora”), inspired the best of them and called them to stand for freedom even when circumstances were not completely in their favor. Their bravery, expressed in the cries—loud or silent—in the fateful evening, sparked a revolution that although ultimately unsuccessful, served as a reminder to other ordinary Filipinos that liberty is worth fighting for.
This echoes yet another cry, made centuries later, by another ordinary Filipino who used his extraordinary talents to make a stand. “The Filipino is worth dying for,” said Ninoy Aquino, whose life became a testament to these words. At a time when even mere words could get someone deprived of liberty, Ninoy spoke unceasingly. At a time when many suffered in silence, in the shadows, he stood under the limelight not for himself but for those who had no voice.
Giving voice to those who are silent is akin to hearing the last cries of those who had no one to comfort them, as was the experience of the victims of the Covid-19 pandemic. They only had the ordinary men and women in scrubs, these frontline healthcare workers, to listen to them and be with them in their final moments. What was seemingly an ordinary task was done extraordinarily well during a time when the rest of the country—the whole world!—retreated in fear. These frontliners, modern heroes indeed, fought on.
Seeing heroes this way does not dishonor them. On the contrary, it highlights how important it is not to lose sight of why they became heroes in the first place, and every last Monday of August, Filipinos are being called to turn their ordinary lives into something greater. And it starts by remembering those who came before and gave their lives so that those who would come later can get a shot at a better future.
What do the ordinary Filipinos of today have to offer in response to the extraordinary feats of their forebears? With hope, it is that what these heroes stood for had not been for naught.
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.