ADVERTISEMENT

Erring on the side of caution

Published Dec 2, 2021 12:02 am
OF SUBSTANCE AND SPIRIT Diwa C. Guinigundo Those latest health data from the Department of Health looked encouraging. Only 425 new cases were reported last Tuesday with 909 recoveries and 44 new deaths. Since the start of the pandemic, some 2.83 million have been infected with COVID-19 of various variants. Of all active cases, only 16 percent are severe and nearly seven percent are critical. Health capacities are looking up. But there’s a threat in a new variant. We should be many times wiser now. At the beginning of 2020, the government belatedly closed our borders. We underestimated the virus. Of course, it surged and it was not joking. Even our dedicated medical workers were not spared. We recall that when the Delta variant finally came, our health authorities were clueless as to whether it was here already. They could have been more forthright about the virus and warned the public against it. The Delta variant mutated much faster than it could be managed. Unfortunately, we dropped the ball in the procurement of the vaccines. We ended up last to vaccinate, we were destined to be the last to recover business activities. Today, it seems like December 2020 all over again when the daily case load descended to less than a thousand. The situation was deceptively stabilizing. Instead of the Delta variant, it is Omicron this time around. We should avoid wasting time and start defending ourselves. It took all of two months for our health authorities to firm up their research of the Delta variant. There was an abundance of waiting and seeing. We should have none of these when we face Omicron. For Omicron is not our ordinary variant. It has alarmed health authorities in Africa and Europe because of its sheer number of genetic mutations. There are about 50 mutations; 26 are unique to it. It is true more mutations are not necessarily more serious because those mutations could cancel each other out. It could evolve into a more transmissible strain, or into one that evades body immune defenses. For this reason, more investigation and research would be required to get a full sense of what Omicron is all about. The key issue is whether all available vaccines today will work against it. What could prolong this research is the need to study all, rather than a few,of the known mutations. Focusing on a few of them could be misleading especially when developing the cure. One such critical mutation is the so-called N501Y, which is considered capable of keeping the virus bound to human cells more tightly. Like the Alpha variant, this makes Omicron extra contagious. With 50 mutations, the combinations could go anywhere. They could result in tighter binding to human cells, or they might end up producing less than the expected milder effect. Prudence dictates that we should remain extra cautious despite the initial comments of some practitioners from South Africa that the Omicron variant causes “unusual but mild symptoms,” including sore muscles and tiredness. For sure, it would be more prudent if they avoided questioning “why so much hype is being driven” by Omicron. They should have appealed instead to the public to continue abiding by the health protocols precisely because the medical experts are still looking into it. No one wants to be surprised by a ruthless outcome. Of all professionals, it is the medical experts who should know that it is not hype, but pure concern. The world has suffered more than enough. As of Nov. 30, 262.7 million cases have been recorded with 5.3 million deaths. Yes, WHO’s Tedros Adhanom Ghebreyesus called for a “rational, proportional risk-reduction measures, but we are not about to go full throttle on a lockdown yet.” The world has more “questions than answers about the effect of Omicron on transmission, severity of disease, and the effectiveness of tests, therapeutics and vaccines.” More and more Omicron incidents have been reported, and many jurisdictions have started to close their borders especially to those coming from affected countries in Africa, Europe and travel hubs like Hong Kong. From among the options, let us err on the side of caution when it comes to COVID-19. There is no consensus yet among vaccine makers. Oxford University has argued that there is yet no evidence that vaccines won’t protect against severe disease from Omicron. But Moderna has warned that COVID-19 shots are less effective against Omicron. The broadsheets last Monday reported that the US’ Dr. Anthony Fauci admitted that the new variant has the potential to be more resistant to the vaccines. By all means, let’s build on our emerging resilience from the extensive rollout of the vaccines. Let’s fortify our monitoring and isolating system and strengthen our health facilities. Let’s remain firm in promptly closing our borders to international travels and minimize the collateral damage to the economy. Let’s procure vaccines in big quantity to cover more of our population and administer booster shots. Let’s get our health authorities to intensify their information campaign during decent hours and encourage more discipline among our people. Most of all, we need every peso of the national budget this year and the next to ensure we have adequate arsenal to fight another battle until we finally win the war.

Related Tags

Of Substance and spirit Diwa C. Guinigundo
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.