ADVERTISEMENT

Heroic Life

Published Nov 26, 2019 12:00 am
OF TREES AND FOREST By FORMER SENATE PRESIDENT MANNY VILLAR Manny Villar Jr. Former Senate President
Manny Villar I find it interesting that while Rizal Day remembers the death anniversary of Jose Rizal, Bonifacio Day, which we celebrate in a couple of days, commemorates the birth of Andres Bonifacio. I think its because while the death of Rizal is one that we might consider as heroic death, Bonifacio’s death is clouded in mystery and intrigue. It fascinates me how we choose to remember our heroes and the events in their lives. Sometimes we practice what I call collective and selective amnesia. We remember the good stuff and ignore the bad stuff. Rizal Day commemorates the heroic sacrifice of Rizal for the sake of the country. Bonifacio’s death was a result of an intramural political controversy (Magdalo vs. Magdiwang, Tejeros convention, etc.) that resulted in the arrest, conviction, and execution of the founder of the Philippine Revolution. Despite Bonifacio’s “un-heroic” death, his heroism is embedded in the life that he lived. I have always had a special affection for Bonifacio not just because of his bravery in leading the revolutionary struggle against the Spanish colonial empire but because of how he overcame the struggles in his own life and became the hero that he was. Andres Bonifacio was born on November 30, 1863, in a small hut at Calle Azcarraga, presently known as Claro M. Recto Avenue in Tondo, Manila. Bonifacio, barely 14, assumed the role of parents when they were orphaned. His other siblings were Ciriaco, Procopio, Troadio, Esperidiona, and Maxima. He made crafts and sold paper fans and canes.  He also worked as a messenger and as a warehouse man. He never finished formal schooling but he was self-taught. He read a lot of books and taught himself Tagalog and Spanish. He never allowed their impoverished situation to define his future. To me, this is a very important component of his heroism. He could have just focused on working and supporting his siblings. He could have justifiably decided that solving the problems of the country had to take a back seat to the problems of feeding his family. But Bonifacio offered his talents and his life not just for the well-being of his siblings but for the good of all Filipinos. It’s easy to overlook this fact given our focus on the revolution that he started but it was his character and virtue that made him a hero. It is something that young Filipinos today can learn a lot from. You do not have to lead an armed uprising or take up arms in order to become a hero. Developing that character that allows you to believe in your ability to overcome the hardships in your life is enough personal achievement to be proud of. When you decide not to allow what you are today to define your future then that is the beginning of the road towards success. Andres Bonifacio died on 10 May 1897. Together with his brother Procopio, the founder of the revolution that would give birth to the first republic in Asia was shot at Mount Nagpatong, near Mount Buntis in Maragondon, Cavite. It was an unceremonious end to a significant life. But history has a way of correcting life’s existential inequities. Today, Bonifacio is synonymous to courage, to fighting for freedom, to independence. His life—the way he overcame poverty and the way he led a people to their freedom—is exemplary and heroic. That is why I have a special affinity towards the Supremo more than anyone else in our pantheon of heroes. Somehow, I can relate to the kind of life he lived. It helped a lot of course that he is also from Tondo and the entrepreneurial vigor he displayed to be able to support his family. Bonifacio was a self-made man. He was not born to an influential family. He was not rich. He did not have the opportunities that a luxurious life provided. And yet, he made his life matter better than anyone else in his—or even the future—generation.    
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.