ADVERTISEMENT

We needed to work on our nation's food insecurity yesterday

Published Aug 3, 2023 04:00 pm

AVANT GARDENER


Looks like we may or may not have a rice shortage, depending on who you talk to. The Manila Bulletin reported in the beginning of the month (Aug. 1, 2023) that the country has “enough supply of rice that would last for a little more than one month,” specifically 39 days’ worth until harvest season in September and October. Factors that have affected rice production include Super Typhoon Egay (Typhoon Doksuri) which passed through in late July, bringing with it agricultural damage worth “an estimated ₱1.9 billion, including ₱950 million worth of damage to the rice sector;” the ongoing Russo-Ukrainian War which resulted in an increase in food prices worldwide due to the halting of some export products, and an increase in the price of fertilizer. Importation, traditionally the country’s knee-jerk solution to its lack of food production, might not be an easy solution either, as India banned the export of non-basmati white rice in mid-July. This is but the most recent addition to a growing list of food we, an agricultural country, cannot grow enough of for ourselves. It’s been well-known for a while that despite the over ₱1 billion allocated by the Department of Agriculture for rice production, the crop continues to underperform, with many of its farmers trapped in a cycle of debt, lacking access to a legitimate source of funds. A majority of our farmers continue to be unbanked, with many banks electing to pay penalties instead of lending to farmers and fishers under the agriculture and agrarian reform loans mandated by the Bangko Sentral ng Pilipinas. The Philippines, by virtue of being located along the typhoon belt, is besieged by storms every year, and yet every year, we are surprised by the rains, the flooding, the loss of lives, and the damage to infrastructure and agriculture each passing storm leaves in its wake. And this was before the climate crisis became as noticeable as it is now. Are we going to continue being caught unaware every year? Many people have suggested lessening the funds allocated to rice and using them to bolster production of other, more profitable crops such as vegetables, coffee, or cacao. Even ornamental plants stand to earn more as an industry if given proper government support and funding. Economists, much to the chagrin of rice farmers, have even suggested lessening rice production as grains and cereals need a bigger economy of scale to be profitable for the country as a whole. In any case, we can talk about different aspects of agriculture all day long but the long and short  (grain – sorry, I can’t resist a bad pun) of it is that at the end of the day, food prices are rising and people are either already hungry, or are inching closer towards it. This, amid the President’s campaign promise of bringing the price of rice down to ₱20 a kilo. This can still happen, but not without government subsidy. The question is if it does happen, how much will rice farmers be getting? Working on agriculture policy means grappling with the paradox of needing farmers and fishers to produce a constant supply of product and make enough money to make it worth their time to stay in agriculture while ensuring that the public is able to buy nutritious, delicious food at affordable prices. The Philippines has always had problems with all three, and there hasn’t been a big or effective enough program or series of programs to address any of them. People seem to forget that disgruntled farmers will eventually mean a starving nation. Now, more than ever, as instability (due to many reasons that include, at the very least, the climate crisis) threatens the whole world, it is important that the Philippines places importance on its food sustainability. If more countries are forced to go the route of India, not just in terms of rice but also other agricultural products, we may have a massive hunger situation on our hands if we continue to rely on imports and refuse to support our own production. Let’s not treat our food insecurity the same way we treat our storms, continually being surprised and caught unaware when they appear year after year. The signs are there. We have been warned. We must do something about our food insecurity because we’re already in the middle of it.

Related Tags

Yvette Tan AVANT GARDENER
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.