ADVERTISEMENT

Giving peace a chance

Published Jul 9, 2025 12:05 am  |  Updated Jul 8, 2025 04:31 pm
THE VIEW FROM RIZAL
Rico Tindoy, 62, is an Antipoleño who spent more than two decades working as a caregiver in Israel.
For more than 20 years, he did not come home, opting instead to save his salary to provide food, shelter, and a decent lifestyle for his family. Like many overseas Filipino workers, Rico watched his three children grow up, get married, and build their own families through the magic of the internet and online platforms. He knew he had to make the sacrifice and embrace the difficult choice of being away from his loved ones for the sake of their well-being and future.
Like many Filipino caregivers, Rico won the affection of his Israeli employers. They rewarded his decision to stay in Israel and look after the elderly members of their families.
Since he was among the first Filipinos to land caregiving roles in Israel, Rico was looked up to as a highly respected godfather of sorts by his countrymen who were employed in similar jobs in that Middle Eastern country. He looked after them and they returned the care. For Rico, that somehow eased the pain of being separated from his own family. That pain, it was clear to him, was the price he had to pay for the sake of the relatively comfortable life his children had come to know.
Rico survived the tensions in Israel which came in the wake of the incursion of Hamas forces into Israel a few years ago. He survived the conflict in the years that followed after Israeli Defense Forces launched an invasion into Gaza to recover the hostages and to exact vengeance on their foes.
The rising tension between Israel and Iran late last year, however, proved to be too much of a danger for Rico and many of his compatriots. In December of last year, he made the difficult decision to pack up his things, bid farewell to his Israeli hosts, and return to an uncertain future in the Philippines — to a modest home he built in Cogeo with the earnings he saved as a caregiver.
Rico’s story is similar to the many accounts of Filipinos who had to leave Israel to avoid the perils of an all-out war. He heaved a sigh of relief as he watched news reports of missiles landing in Israel, close to where he once lived.
Rico’s story also illustrates the fact that an armed conflict raging thousands of miles away from our shores could directly affect us. As tensions rose in the Middle East, the future of many Filipino families relying on the income of members working in that region suffered.
This proves the point that we are not spared from the fallout arising from conflicts in other countries. The world is one big community. What happens in one part of the globe shapes the fate of those who live in distant corners of our conflict-ridden planet.
Yesterday, we welcomed the news of a drop in gasoline pump prices, following several weeks of sharp increases in petroleum products.
The Department of Energy (DoE) attributed the downward trend to the easing of tensions in the Middle East. This came in the wake of news reports that the truce between Israel and Iran seems to be holding up. This development salved fears that the conflict between the two countries could escalate, imperiling the global supply of precious oil. We recall a time when the world was gripped by collective anxiety over the looming threat of an all-out war in that oil-rich region — a conflict that could disrupt the global supply of such a vital commodity.
We do not know how long the ceasefire will hold. We are praying it will.
Yesterday’s welcome news about the downward trend in fuel prices is proof that when warring countries give peace a chance, such development also has a direct effect on us and the rest of the world.
For countries that depend on imported energy, we are happy that the Strait of Hormuz will remain open and that the transportation of oil and oil products will not be disrupted. Meanwhile, while the smoke of conflict starts to clear, countries affected by the 12-day war will now have to assess the damage to their respective economies.
While we celebrate the downward movement in fuel prices, we must remind ourselves that this semblance of peace in the conflict areas is temporary. We must continue to hope that the truce will hold and will evolve into a permanent peace pact. We include in our prayers the hope that the war between Russia and Ukraine will soon find a resolution. That hope borders on a wish for a miracle. We badly need one.
Meanwhile, we also hope that the other “casualties of conflict” – the likes of Rico – would be able to rebuild their lives as quickly as possible. Last we heard, Rico has started to use his precious savings to start his own small transportation business. True to his being a Filipino, Rico has refused to let the tragedy of war define his future and that of his family. He has picked up the pieces and stands tall today as he rebuilds both his life and his dreams.
We are proud of him and other OFWs who have weathered the fallout of the conflict in the Middle East and who have now summoned the will to mark a new beginning in their lives.
As we hope for the end of present-day wars, we are reminded of what the late US President Abraham Lincoln said: “There is no honorable way to kill, no gentle way to destroy. This is nothing good in war, except its ending.”
(The author is the mayor of Antipolo City, former Rizal governor, DENR assistant secretary for the environment, 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.