ADVERTISEMENT

Digital Philippines – The next chapter

Published May 10, 2022 12:05 am
TECH4GOOD Monchito Ibrahim By the time this column gets off the block, Filipinos would already have an idea as to who its next leader will be. Campaign colors would not matter anymore because the nation would already have spoken. It is now time for every Filipino to accept the will of the majority and start gravitating toward just one direction, the one for which the new leader would set for the country.  We have seen the polarization of the country during the campaign period brought about by all the opposing forces so bent on getting the support of the voters. And all these years, we have always seen how passionate Filipinos can be when it comes to politics. It is just natural that the results would not be easily digested by those whose candidates did not come out as winners. But that is what democracy is all about. The dynamics can be very deafening, especially in the context of Philippine politics. However, what is important is how we move on with life after the smoke has dissipated. Every transition in the country’s leadership brings new beginnings and every new beginning brings hope and heightened aspirations for a better Philippines. So, what do I hope to see in the next six years? I have a list that keeps on getting longer every time a new administration gets on board. I keep on adding to the list and seeing nothing done at the end of each administration. I remember reading a book titled “Hope is not a strategy” by Rick Page. So, this time, I would like to present a couple of prescriptions to the incoming President that, in my opinion, would be very critical to the future of the country.  Digital is the future for the Philippines. Without it, life during this pandemic would have been much more challenging. The pandemic has certainly accelerated the adoption of these technologies to a level we would not have imagined before it happened. Everyone suddenly became adept technology users overnight. Although the government quickly responded to the situation by enabling most of its services to be delivered online,it is not to the level we would have wanted it done to reflect the delightful experience we would like to see.  Digitalization is not just about making resiliency possible. It can also be used to drive faster and more inclusive economic recovery. Digital by design is the new mantra of most countries. This kind of mindset will bring real change and create better opportunities for everyone. It is a deliberate move to transform the country into a more efficient and very competitive economy able to position itself well in the global value chain. However, most of the government digitalization initiatives we are currently seeing are typically done in silos, very much aligned to the specific mandates of the agencies implementing them, and inward-focused. What we need to see is a whole-of-government approach to digital transformation. And it should not just be about digitizing government but should be so broad enough to also impact society in general. Next month marks the 6th year of the Department of Information and Communications Technology. Despite the early struggles it had to go through related to getting itself properly organized and its measly operating budgets, it is now in a much better position to create impact. But it needs more attention directly from the top and maybe add more teeth to its powers to effectively shepherd an honest-to-goodness digital transformation of the country. Harmonizing all these digital transformation initiatives in government to make it a whole-of-government program is the holy grail that a young department like the DICT may not be able to effectively handle considering the kind of attention it is getting from the top.  My first prescription to the incoming administration is for it to create a task force that will drive a whole-of-government digital transformation program. It should be chaired by the President and co-chaired by a cabinet-level Presidential Adviser. The task will also involve the development of a roadmap complete with goals, strategies, outcomes, and policy recommendations.  It will be assisted by a working group to be led by the DICT Secretary and composed of undersecretaries of all the national government agencies, chairs of all the regional development councils, and senior representatives of the business, digital technology, and academic sectors. Learning from what our ASEAN neighbors are doing, my second prescription is to develop a digital transformation roadmap that really reflects our aspirations toward becoming a digital society. The development should adhere to a bottoms-up approach that will involve major stakeholders to make it a dynamic and inclusive working document.  The digital transformation of Philippine society and most especially the integration of a digital government will certainly create the right foundation for global competitiveness, efficiency, minimizing corruption, safe computing, a much better experience whenever we transact with the government, and better quality of life for all. I hope the incoming administration would make this among its top priorities. The author is the lead convenor of the Alliance for Technology Innovators for the Nation (ATIN), vice president of the Analytics Association of the Philippines, and vice president, of the UP System Information Technology Foundation.  [email protected]

Related Tags

Digital Philippines – The next chapter Monchito Ibrahim TECH4GOOD
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.