ADVERTISEMENT

A question of history

Published Aug 2, 2026 12:05 am  |  Updated Aug 1, 2026 03:50 pm
FILLER
As I was driving one of my aunts to lunch in Makati on a cloudy Tuesday morning, she told me about a video clip she had recently seen on YouTube. It was either a local quiz show or the quiz segment of a local noontime show—I honestly can't remember which. A question was asked about the Philippine flag: What do the eight rays of the sun symbolize?
To the surprise of the host, and to the shock of my aunt, no one was able to answer. The contestants, she said, were about my age and older. (For those wondering, the answer is this: The eight rays of the sun represent the first eight provinces that took up arms against Spanish colonial rule—Manila, Cavite, Laguna, Batangas, Bulacan, Nueva Ecija, Tarlac, and Pampanga.)
“Didn’t they learn that in school? We certainly did, back in the ’70s,” my aunt said. “Nakakalungkot naman, hindi na nila alam (How sad that they no longer know this).” And then our conversation moved to the latest SONA and what the President said about EPIRA.
I definitely understand how my aunt felt. What she saw in that video was a reflection of a sad reality when it comes to Filipinos and Philippine history. There is a huge disconnect—or perhaps even a growing disinterest—in learning about the country’s history. For many, history is just another subject. For others, history is good for general knowledge quiz nights and for small talk.
While these may be true about history and its more “practical” purposes, there is so much more to it. History is a nation’s identity. Without the past—as cliché as it may be—there is no present, nor can there be a better future.
It is for this reason that an institution like the National Historical Commission of the Philippines (NHCP) exists. Part of its mandate—aside from the identification, protection, and preservation of sites inherently connected to the country’s history and heritage—is to support studies of history on both the national and local levels. It does so in tandem with other government agencies through various activities that celebrate and promote appreciation for and the value of history. Currently, through initiatives such as histoEX (short for "history to experience"), the NHCP is encouraging research into local history—that is, the history of towns and provinces.
Sadly, not many Filipinos are aware of the NHCP. Sadder still is the fact that this commission seems to be relegated as a second, maybe even third-class government agency, so to speak. This observation stems from an examination of the NHCP's budget, manpower, portfolio, and day-to-day functions. For starters, it runs some 28 museums all over the Philippines, all of which are free to the public. But that is a topic for another article.
With August celebrated as Philippine History Month, it is good to reexamine the question of history and its role in the lives of Filipinos. Ironically, the easy access to information that the post-digital age has afforded us has also become one of our greatest enemies to true knowledge. Misinformation has become the norm, and history is one of its favorite subjects. A people that does not have a good grasp of its history can easily fall victim to the manipulation of historical facts. Nowadays, all it takes is a convincing video, often generated by artificial intelligence.
So perhaps this Philippine History Month can be a little bit different from its previous iterations. History is not the study of dead people and their deeds, nor is it about knowing the dates of events that shaped our country’s past. History is also not about memorization; rather, it is about appreciation—for our nation’s story, in all its literal and figurative gore and glory. History is the answer to the “How did we get here?” question.
Granted, there are official events organized not just by the NHCP but by other institutions invested in historical preservation. It is, however, not enough to simply just be aware of such activities or to participate in them. A true appreciation of Philippine history begins with a genuine curiosity to learn, and this is lived every day through the choices we make as a Filipino people.
Contrary to how that other cliché goes, it is not history that repeats itself. It is societies and the people within them that fail to learn from history and therefore repeat the mistakes of yesteryears. For a nation to effectively move toward a better future, it needs to live fully in the present, which can only be done with a firm grasp of its past.
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.