ADVERTISEMENT

First time again since the pandemic

Published Jan 31, 2026 12:01 am  |  Updated Jan 30, 2026 04:42 pm
HOTSPOT
Last week, I wrote about tourism for a good reason. I was traveling at the time.
T’was my first international trip since the pandemic and I was jittery. It has been a long time, and adding extra panic is that I was with my siblings who were armed with brand-new passports and it was their first time ever to fly out of the country. Would they be offloaded? Would there be a scene at the airport?
Good thing no offloading happened. In an instant, as my siblings walked past the immigration counters, I was happy and a little bit sad. It was then that I realized that we have gone beyond the profile immigration officers look for. We were apparently too old for that, based on our passports. If we were still in our 20s or 30s, I guess the situation would have been different.
Steps away near the immigration counters, at the immigration holding areas, there were desks where immigration officers were interviewing what appeared to be profiled travelers. I hope they were all allowed to depart and go on with the travels they have planned for months. As for the victims of trafficking, I hope they are saved and the traffickers and illegal recruiters found, arrested and charged.
Upon arrival, the siblings saw for themselves the stark difference between our destination's airport and ours. One is huge, while ours is small.
The train stations are huge too, and looked impossible to be always cramped. Sure, there were more people during rush hours, but the lines to the ticket counters and turnstiles moved fast.
I was too preoccupied during the trip that I did not ask them if they noticed anything when we entered stations and buildings. They actually did. No bag inspections, and they asked me why.
The easiest and most obvious answer is that they don’t need bag inspections. But the longer answer is also sadder: In most other countries, they run after the criminals and not treat all other people as potential criminals. Their police do a lot of intelligence and investigative work in order to track down and apprehend criminals, and in instances that they commit crime in stations or buildings, they are quickly apprehended and charged. The criminals face swift justice.
Same is true with payments. We tapped our cards, no questions asked. No taking of photos of transaction records. No asking of IDs. Ever. Not once. The security of transactions is apparently for the banks and authorities to answer and ensure — not for merchants or customers.
We walked a lot, wrapped in sweaters and jackets. I think my legs and feet haven’t fully recovered yet even days after we returned. But I guess the streets and parks, stations and malls, made a lasting impression on my siblings on what’s possible and what can be done in our country.
We saw a snapshot of a country that’s quite near to ours but nearly totally different. Smaller but seemingly bigger. I think we could be better, and we could do a lot of wonderful things. We actually have lots more to offer, but only if we have radical political change that would recalibrate priorities, champion national and regional identity, and give the honor of presenting who we truly are.
Last night, I watched anew my favorite South Korean vlogger who works in Manila. It is really fascinating to look at our country and people with fresh eyes. She has gone to many places, including those I myself have not been able to see. I want to go there. I want to see those places, and to have those same experiences.
Responding to growing anger of the public, a tourism official said she has spoken to airline owners to find ways to lower fares. Sure, high fares are the problem. But that’s not the only problem and it is a problem that the government itself has to make an accounting for. To go to many areas, one does not need to take an airplane ride. It's the infrastructure, the roads, the terminals, the public transportation, and the facilities. They are either too old, too small, or too unprepared for tourism. Domestic tourism can attract tens of millions in a country of more than a hundred million. The problem begins or gets worse if we forget just how big we are, and content ourselves with small time change.
We were happy going back to the Philippines, to the familiar, and to our own homes. There are a lot of stories to tell.

Related Tags

HOTSPOT TONYO CRUZ
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.