ADVERTISEMENT

Badge of honor

Published Nov 30, 2022 12:05 am
OF TREES AND FOREST Former Senate President
Manny Villar Andres Bonifacio was born 159 years ago on the 30th of November 1863. That was a long time ago and the circumstances were radically different. But somehow Bonifacio’s thoughts and writings still remain true today. Let us celebrate Bonifacio Day by reflecting on some of his words. I have learned in life that the answers to the many deep questions we have can be found in the past. In the “Dekalogo” (Duties of the Sons of the People), the Supremo laid out his basic philosophy in life and those who wish to serve God, country and people. One of the things that stood out for me was this precept — “Ikintal mo sa puso na ang tunay na karangalan at kaligayahan ay natatamo sa iyong pagkamatay sa pakikilaban sa ngalan ng iyong bayan.” It is always so beautiful in Pilipino rather than in English but here is the rough translation — “Engrave in your heart that the true measure of honor and happiness is to die for the freedom of your country.” See what I mean? “Engrave” is so mechanical, lifeless. “Ikintal” on the other hand almost feels like the thought is actually being physically etched in your heart and mind. At any rate, I like this philosophy because it was also one of the many things my mother taught me when I was still a young boy. My mother, God bless her soul, would use every opportunity to dish out a lesson in life. My young and restless mind would not always absorb it but this one stuck with me. She told me, “Never seek out recognition, work harder than everyone else, persevere and the recognition will follow.” That is what I carried in my heart and my mind all through my life, in whatever I do — “sipag at tiyaga” then success and honor will follow. When I decided to leave the life of an employee to become a full-time entrepreneur it was never because I wanted more money. It was because becoming an entrepreneur was what I truly loved and that I thought I had a good idea that I can turn into something that will help people. Having been exposed to the life of building and running our small fish and shrimp business, I have always wanted to do that the rest of my life. That is also the advice I give to those who are thinking of leaving their work and starting their own enterprise — do not do it for the money or the accolades. Do it because you love it and you have something to offer. When I decided to run for public office in 1992 it was never because I wanted the honor and power associated with political life. I truly wanted to serve and I thought that my experience in business would allow me to offer solutions to the problems of the country. I would like to think that I accomplished that in the 21 years I served our country. These thoughts were running through my mind when I received the “Grand Cordon of the Order of the Rising Sun” from the Japanese government represented by His Excellency Ambassador Kazuhiko Koshikawa. It was a recognition that I did not seek out and it was the most prestigious Japanese decoration for foreign nationals. But I was very thankful and honored to be recognized. During the ceremonies held in Malacañang Palace, I expressed my sincerest gratitude to His Majesty Emperor Naruhito, Prime Minister Fumio Kishida, Ambassador Koshikawa, and the people of Japan for the eminent commendation. I also thanked President Ferdinand Marcos, Jr., our guest of honor, who joined me and my family on this special occasion. It was a happy occasion especially because my family was all there — my wife Cynthia, and my children, Mark, Camille, and, Paolo. I wished my mother was still alive to witness the event but I can almost hear Nanay Curing from heaven saying “I told you so Boy, sipag at tiyaga, and the honor will follow.” For comments, please send email to: [email protected] and/or http://www.mannyvillar.com.

Related Tags

Of Trees And Forest Badge of honor FORMER SENATE PRESIDENT MANNY VILLAR
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.