ADVERTISEMENT

The power of collectivism

Published Aug 25, 2025 12:05 am  |  Updated Aug 24, 2025 03:29 pm
PEACE BY PEACE
The history of the Bangsamoro has been defined by its decades-long struggle for self-governance. This struggle was not only witnessed but shared by the rest of the Filipino nation, which believed that the Bangsamoro people deserved better.
This shows that the spirit of collectivism goes beyond cooperation. It is a recognition that the destiny of the Filipino people – regardless of tribe, religion or personal beliefs — is intertwined and bound by their collective dreams, hopes and aspirations.
One of the clearest demonstrations of collectivism was the nationwide campaign to ensure the passage of the Bangsamoro Organic Law (BOL) in late 2018 and January of 2019. BOL is the landmark law that operationalized the Comprehensive Agreement on the Bangsamoro (CAB).
That grinding campaign, which tested the endurance of everyone involved, was not just the work of the government or a handful of individuals or institutions. It succeeded because people from all walks of life chose to act as one.
I vividly recall the town hall meetings we held in the remotest areas of the Bangsamoro. There were days when the scorching sun burned our skin, and times when the heavy downpour drenched gatherings. Yet the people stayed, listened and showed their support.
National and local government officials, Moro front leaders, civil society workers, Moro and Christian religious leaders, teachers, students, and ordinary citizens were at the forefront of this concerted effort. Each person contributed. No one complained. They did what had to be done.
Everyone was willing to give their all and walk the extra mile because each one understood their role and what was at stake.
That collective determination paved the way for the passage of the BOL, which then became the foundation for the establishment of the Bangsamoro Autonomous Region in Muslim Mindanao (BARMM) and its interim government.
The BOL became a testament to what the Filipino nation could accomplish when it came together for a shared purpose.
And today, as the Bangsamoro gears up for its first-ever regional parliamentary elections on October 13, 2025, we are once again called to summon that same spirit of collectivism that enabled us to accomplish what seemed impossible.
This historic political exercise is not just a milestone under the political track of the CAB. It is a defining moment that will ensure and sustain the gains we have achieved in the BARMM.
The success of the upcoming elections cannot rest solely on the shoulders of the Commission on Elections (COMELEC), the national and Bangsamoro governments, or security forces. It needs the full participation of every sector of society.
Government institutions must provide the needed resources, manpower and safeguards. Political candidates and their parties must show utmost restraint, practice discipline, and put the common good above their personal ambitions.
For their part, civil society organizations and religious leaders must guide communities by emphasizing peace, respect and tolerance. And most importantly, the citizens must guard the sanctity of the ballot, vote responsibly, and make their voices heard.
Collectivism has shown us that strength is not defined by individual accomplishments but by the power of people standing shoulder to shoulder to achieve a common goal. It teaches us that our diversity should not divide but unite us.
We are now reaping the dividends of this communal spirit in the remarkable transformation that is taking place across the region. Former combatants who once carried arms are now tilling their fields, casting their nets, and building enterprises.
Communities that were once battlegrounds are now turning into bustling centers of trade. The BARMM has become one of the fastest-growing economies in Mindanao, attracting investments and opening opportunities that once seemed far beyond reach.
None of these achievements would have been possible without the collective will of the Bangsamoro people to break free from the cycles of conflict and poverty, and to claim what they rightfully deserved.
However, even as we celebrate these gains, we must remember that our hard-won peace remains fragile. The challenge before us now is to ensure that the upcoming elections shall strengthen the foundations of peace, progress and democracy.
To realize this, we must ensure that the conduct of the BARMM elections are peaceful, orderly, and credible. We cannot allow division, mistrust, or violence to overshadow this historic moment.
Just as we did during the BOL campaign, we, as Filipinos, must commit ourselves to act and move as one. Collectivism should become a part of our DNA as we help create a better, brighter and more peaceful future for the Bangsamoro.
(Secretary Carlito G. Galvez, Jr., is the presidential adviser on peace, reconciliation and unity.)
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.