ADVERTISEMENT

Self-sufficiency, not resilience

Published May 19, 2026 12:05 am  |  Updated May 18, 2026 05:54 pm
UNDER THE MICROSCOPE
We’ve been bombarded by lots of political noise, ugly manipulations and a “moro-moro” show in the formerly august halls of the Senate of the Philippine Republic. All these are happening as the world around us explodes with wars, oil shortages and just plain ugliness from “world leaders” who don’t give a rat’s ass for the common tao.
Inflation is reaching record highs while economic activity is on the downturn due to the effects of the massive corruption scandal that has drained the government coffers and the skyrocketing price of fuel oil. And what do we hear? “The Filipino is very resilient and will roll with the punches.”
Indeed, ordinary Filipinos have been grinning and bearing it for decades, subsisting on dole-outs and being made to think those giving them alms are their saviors. They vote for the scoundrels repeatedly while they go hungry the next three to six years. But how long can a people survive when they can’t feed their families, can’t get decent housing and jobs to pay for their living?
Instead of mouthing resilience platitudes, the government should instead create more jobs, improve mass transport and the educational system, support the farmers who feed the nation and make life generally less stressful for our citizens. Basically, that’s what government is supposed to do anyway, but has failed massively through the years. So, it’s not too much to ask, right?
But let’s face it. These can’t be done overnight even if our government starts now. Besides, without controlling corruption, funds will not be available for these projects. It is up to us, ordinary citizens to fend for ourselves. Better not hold your breath waiting for government to rescue you or you will turn blue and die with eyes wide open from hunger.
We need to start with being able to feed our people properly with locally harvested food, instead of importing (smuggling) everything from rice to onions to chickens to beef. It is very profitable for importers to bring in these food items from other countries, but at the expense of our farmers who don’t get government support and are also being strangled by middlemen who buy their produce cheap and sell at high prices.
The main issue is the lack of post-harvest facilities to extend the shelf life of agricultural products. Without refrigeration, fruits and vegetables quickly rot in the tropical heat. This has been a problem from the start, yet government doesn’t seem to care. Is it because the importers are in cahoots with government officials? So, there is no impetus to provide post-harvest facilities?
But come the crunch, when it becomes more expensive to import due to very high transport costs brought about by the Iran war, we will be left scrambling for our daily meals when markets run out of food items. It’s not too late but it better be done now, not when Filipinos are already starving.
To add to our misery, we now have rotating brownouts due to the lack of power plant capacity. It’s a repeat of what happened in the late 80s when brownouts stretched to 8-12 hours a day, and the electrical current voltage was fluctuating heavily that our appliances like freezers and refrigerators died early. Hopefully, it won’t be as prolonged and severe as before.
What’s frustrating is, the country has many natural and non-polluting sources of energy, as detailed in my April 28, 2026 column (Pollution, air quality, landfills and the Clean Air Act). Being in the Pacific Rim of fire, we have geothermal energy being wasted when volcanoes erupt. Harnessing geothermal energy is already being done, but it should be scaled up. There are many sources of hydroelectric power, and with a very long shoreline, tidal energy and wind turbines can also be viable sources of non-polluting energy. Waste-to-energy is also a viable alternative, but only if we amend the Clean Air Act that banned burning of garbage. We desperately need to be self-sufficient in clean energy.
People are only asking for enough wages, affordable food, shelter and clothing to live decently. Even then, our politicos seem to be so out of touch with reality on the ground that they won’t do anything that will ameliorate living conditions for the vast majority of Filipinos.
Filipinos are a resilient lot, however, as the common saying goes, “Pag napuno na ang salop,…” there will be hell to pay. A people can only make do with so little for a certain time period. They will rise up. The 1986 EDSA Revolution was a peaceful one, but there is no guarantee the next one will also be violence- and bloodshed-free.
May I remind you of what happened during the French Revolution. The rallying cry of the revolting French people was “Off with their heads!” Take a hint.

Related Tags

UNDER THE MICROSCOPE DR. RAYMUNDO LO
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.