ADVERTISEMENT

Highs and lows

Published Apr 29, 2026 12:05 am  |  Updated Apr 28, 2026 04:45 pm
OF TREES AND FOREST
I have seen the latest Social Weather Stations (SWS) Social Weather Survey of March 24-31, 2026 which found that 50 percent of adult Filipinos felt that their lives got worse, 26 percent said it was the same, and 23 percent saying it got better, compared to twelve months ago. According to SWS, this translates to a “Net Gainers” score of -26 (percent Gainers minus percent Losers, correctly rounded). This is 19 points down compared to the November 2025 Social Weather Survey, and the lowest in over four years, “since the extremely low -44 in September 2021.”
The SWS media release available in their website noted that this survey question on the respondents’ assessment of their change in quality of life over the past 12 months has been asked 164 times since April 1983. The specific question asked of respondents is this: “Comparing your quality of life these days to how it was 12 months ago, would you say that your quality of life is “Better now than before, same as before, or worse now than before?”
SWS further noted that historically, the “Net Gainers” score was generally negative until 2015, when it turned positive, before declining sharply with the onset of Covid-19 lockdowns. It recovered to near pre-pandemic levels in June 2023 and again from June to December 2024, but fell to single-digit levels from January to April 2025.
There are many ways to read the result of this SWS survey; “statistics are pliable,” as Mark Twain once quipped. But reading the report made me reflect on the fact that these highs and lows are staples of our existence. They are part of life. Reflecting on my own experiences, I've always leaned on this simple idea: life is like a river, not a straight road—full of rapids, calm stretches, and unexpected bends, but it keeps flowing no matter what. When things are soaring, like hitting your company’s targets or landing a profitable contract, I ride the wave with gratitude, soaking it in without clinging too tight, because I know the current will shift. And when the downs hit—mistakes that turn into lost opportunities, business losses, or just those grinding and painful days—I remind myself it's all part of the same flow, teaching me resilience and pulling me toward something that will allow me to recover. This mindset taught me about trusting the journey, staying open-hearted, and paddling forward with a quiet faith that every high prepares you for the lows, and every low grooms you for the next high.
And this outlook is something that I have adopted in all aspects of my life—that the ups and downs are just the natural rhythm of living, like the sunrises and storms we all face, and the right attitude is staying steady and present through them all.
When good times roll in—something great happens in your personal life, a random act of kindness from a stranger, or that unexpected small things like finding cash you forgot about—I savor it fully, express real thanks, and let it fuel my energy without expecting it to last forever.
In the difficult stretches, like lost loved ones, or those times when you feel like the entire world is conspiring against your happiness, I focus on what I can control: small steps forward, reaching out to people who matter, and trusting what my Nanay Curing taught me: adversity builds quiet strength. This isn't about faking a smile; it's a passionate belief that every joyful moment reminds you of your capacity for happiness, and every low teaches you how to rise wiser, keeping you balanced and open no matter what comes next.
I understand why the failures and disappointments hit hard, sparking anger or even an urge for retribution—it's human to lash out when tribulation blindsides you, especially after investing so much heart. But this is one thing I have learned facing all the obstacles I have experienced in politics, business, and life: rage clouds your vision, it drains your energy, and holds you captive in a cycle that prevents any real rebound.
The Social Weather Survey in fact paints the picture that life is just like the weather—unpredictable, ever-changing, and impossible to control. This outlook, I think, allows us to enjoy life. It helps us pack an
For comments, please send email to: [email protected] and/ or mannyvillar.com.

Related Tags

OF TREES AND FOREST FORMER SENATE PRESIDENT MANNY VILLAR Social Weather Stations
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.