ADVERTISEMENT

How do we live in an anxious world?

Published Jun 25, 2025 12:05 am  |  Updated Jun 24, 2025 04:32 pm
THE VIEW FROM RIZAL
Yesterday, the price of oil products, particularly diesel, zoomed upwards, shocking most of us back into the reality that we are living in volatile times in an anxious world.
The major hike in pump prices is the primary indicator that we are not isolated from the recent developments in the Middle East, the world’s chief source of petroleum products. The increase came on the heels of the unabated exchange of missiles between Israel and Iran, and the shocking stealth attack by US bombers on three Iranian nuclear facilities last weekend.
As we write this column, the Iranian government is yet to respond to an “ultimatum” of sorts issued by the US President. “Peace or tragedy” were the terms aired by the commander-in-chief of the world’s most powerful armed forces. Meanwhile, social media pundits have been actively exchanging views on the impact of these latest developments on the global economy, and the very fate of the world.
In the wake of these events, the question we have been getting from colleagues, readers, and family has been this: Can we just go on living our lives like nothing is happening in the rest of the world?
Others ask if these developments are too far from our country to affect us. Are these developments something we can ignore and just watch passively on cable television?
Based on experience, we do know that today, events in other parts of the world do affect us in many ways.
For example, when Russia invaded Ukraine on Feb. 24, 2022, the local power generation sector was plunged into a crisis of sorts. It appears a lot of the world’s supply of coal came from the conflict-ridden region. The supply of coal tightened which made for a suppliers’ market. The cost of generating power in the country rose. We ended up paying more for the electricity we consumed in our homes.
What would happen if the conflict in the Middle East were to escalate following the US action against Iran?
Our first worry would be our overseas Filipino workers. Our primary concern is their safety, and already there were reports of Filipinos in Israel getting hurt in the exchange of missile fire. Our second concern is the security of their jobs. A number of them now want to come home. We are not sure if they would find employment here or if they can make the same amount of money they earn in other countries.
The other worry, hopefully unfounded, is whether or not the escalation of the Middle East conflict would lead to the much-feared Third World War. For now, any talk about this subject would be purely speculation.
Meanwhile, the question is, how do we conduct our lives in a world that seems to be perpetually on the brink of an all-out war? How do we move on with our lives?
My fellow doctors who practice mental wellness have some sound advice for all of us. They tell us that it is the “fear of the unknown” that underlies anxiety. “Our brain views uncertainty as danger since there is no way to know what’s coming up,” a professor of psychiatry from Northwestern University in Chicago says. “In today’s world, anxiety can be overwhelming as we face all types of uncertainty,” she added.
We cannot control uncertainty but we can build our capacity to deal with it, experts say.
Here’s what they recommend.
First, calmly assess risk. Second, learn what you can control. Third, avoid imagining worst-case scenarios.
Having dealt with a number of major calamities brought about by nature as a local government unit, we have learned how to view the human situation from a more sober, calmer perspective. When it comes to things that are outside our control – such as what is happening in other parts of the globe – we learned to use the three “A’s” approach – aware, accept, and adapt.
“Aware” means to be properly informed and updated. Here, it is important to assess sources of information. Social media is not a good source since it suffers from a tendency to exaggerate situations for the sake of hits, views, and shares. The exception here is the social media sites of official news networks that are guarded by editors and publishers. They can be held accountable for spreading wrong information and are, therefore, expected to be responsible for their reportage.
“Accept” means losing what psychologists call the “illusion of control.” It is important to admit that there are events that could affect us but which we cannot affect in return. Acceptance helps us be aware of red flags and prepare.
“Adapt” means adjusting to realities in our environment. It involves managing the things that are within our control. This includes planning for contingencies.
The key to all these is “calm.” The state of calm helps us think logically and rationally.
We do not know what the future holds for us. It will always be uncertain. What is certain is that today, we have survived many uncertainties. We have what it takes to do that.
(The author is the mayor of Antipolo City, former Rizal governor, DENR assistant secretary and LLDA general manager. Email: [email protected])
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.