ADVERTISEMENT

Question of 'when,' not 'if'

Published Aug 4, 2021 12:02 am
#ASKGOYO Atty. Gregorio Larrazabal That’s been pretty much my attitude and mindset when it comes to COVID-19. It may sound weird and defeatist, but it actually helps me be better prepared and alert. Many eyebrows will probably be raised over why we should adopt the mindset that getting the virus is not a matter of “if,” but “when?”  At first glance, it might sound like you already gave up, but it has the opposite effect.  In fact, it’s a way to better prepare ourselves against the virus.  It makes us more aware, and in many instances, more alert. My view is that, if we’re not even sure that we can get the virus, we could get complacent, let our guard down.  We use statistics and convince ourselves that we will be able to dodge the virus;  convincing ourselves that there are millions of Filipinos and the chances of you contracting the virus is extremely low.  “How can I get it?  I’m careful!”  “I don’t go out, so how can I get the virus?”  There are countless of scenarios we can think of to justify why we won’t get the virus. This also includes the hesitancy of some Filipinos to get vaccinated, because they believe they won’t get infected by the virus.  I’ve spoken with some people, and the reason they tell me they don’t want to get vaccinated, is the low probability of getting infected.  Thus, the complacency, vaccine hesitancy, etc. could stem from the (mistaken) belief that it could never happen to them. We cannot ignore the fact that we regularly see news of friends, relatives and their relatives or friends who not only got infected, but worse, succumbed to the virus on our newsfeeds.  We read people asking why their loved ones got infected, despite “not going out of the house,” “following health protocols,” “wearing a face mask and face shield whenever they go out,” etc.?  And yet, most people are seemingly shocked upon learning that people they know have contracted the virus.  But the virus is here, and it is spreading. Internalizing that it is only a matter of time before we contract the virus is the better mindset. Why?  Simple.  It serves as a constant reminder not to let our guard down – not  only for ourselves, but especially for our loved ones.  We should always have their health and safety in our mind. Not only that.  If we know that we can get the virus when we least expect it, there is a sense of urgency to get vaccinated as a measure of protection against the virus.  Yes, it may not be 100 percent protection, but it will minimize the probability of death or serious illness in case of infection. I understand that people are getting tired of constant lockdowns, couched in confusing terms, and all too often revisions and flip-flopping. The human need to connect with others comes strongly now, more than ever. But a few more sacrifices are entailed, a delayed gratification of sorts in the belief that, eventually, we will get rid of this horror if only we are constantly on our guard. Having the mindset that we could get infected when we least expect it, is a constant reminder to be alert.  A reminder that we follow health protocols. We need to be alert, especially during these days when the Delta variant of the virus is spreading across the Philippines. That means anticipating that one could get it, so it is best that you are ready to battle COVID-19 vaccinated. Stay Safe. Stay healthy.  Wear a mask.  Please get yourself vaccinated.

Related Tags

Atty. Gregorio Y. Larrazabal
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.