ADVERTISEMENT

Clout for a cause

Published Jan 3, 2020 12:00 am
HOTSPOT Instead of being the issue, why not be a champion of issues this 2020? The new year challenges you to be inspired, instead of getting fed up. Here are six issues where you could be an influencer or ambassador of this 2020:
  1. Mass transportation — We must challenge and discard the logic and language of exclusion and exclusivity regarding mass transportation. The state and corporations have always tried to put the private motorist and private contractor at the center of transportation, at the expense of millions. Self-serving and profit-oriented at the core, this mindset created the transport crisis we are in right now. The challenge here is to provide millions the cheapest, fastest, and most energy-efficient means to move about and to transport goods and services. Let’s put the “masses” at the center of mass transportation, and by masses we mean the minimum-wage earners, those looking for a job, students, professionals, PWDs, and seniors.
  1. “Universal health care” — Yes, in quotes. Because while we already have a law supposedly guaranteeing it, there’s still no immediate prospect for enjoying it. What’s been clearly rolled out are PhilHealth premium increases, and higher sin taxes for tobacco. While there are no substantial increases in state budgets for public hospitals, oligarchs and Big Businesses gobble up small and medium-sized private hospitals. It seems the so-called “universal health care” is more about ensuring profits for the private hospitals, big pharma and big private insurance. It seems the new law aims to make us hate the idea of “universal health care.” Real universal health care should be about getting rid of payments at points-of-access, unfair pricing, excessive premiums, unfair terms of contracts with and others.
  1. Job security — If we want to raise the quality and standard of living of millions of hardworking Filipinos, one sure way is to get rid of contractualization and “Endo.” This practice keeps millions poor and destitute, while at the same time enriching the already-rich contractors and oligarchs.  Regularization would ensure million would have stable jobs. Government should be a good example by stopping itself from practicing contractualization in all state offices. If you’re a member of a union, ask your union to organize the contractual workers and to include their regularization in the union’s demands. If you’re not a member of a union, join or help form one. Workers should be more organized in order to negotiate collective bargaining agreements, wage and salary increases, and other benefits.
  1. Sexual Orientation and Gender Identity and Expression — The more people we fully and unconditionally include in the benefits of citizenship, the fairer and more prosperous we become. The passage of the Anti-Discrimination Bill will unleash the productive force and creative of the lesbians, gays, bisexuals, and transgender Filipinos whose full participation in society is thwarted by acts, structures, and policies of discrimination, hate and exclusion. A growing number of families, companies, and communities have seen the damaging effects of discrimination, and have in fact discarded it in favor of embracing LGBT members as no less Filipino. The Philippines must be next. We must win the passage of the ADB or the SOGIE Bill, and the fight starts anew in every home, office, school, town, city, and province. Let us create and mobilize a national constituency to compel Congress and the President to pass the ADB or the SOGIE Bill into law.
  1. Solidarity with the Lumad and other national minorities — The plunder of Mindanao’s natural resources, the agreement on the Kaliwa Dam, and the resurrection of the Chico Dam are summoning the fighting spirit of our national minorities and demand our national solidarity with them. We have a lot to know and learn from the Dumagat and the Igorot peoples. They have long fought and survived past colonial rules and the current neocolonial state in preserving their culture, customs and tradition. They are the guardians of many of our remaining national patrimony, forests, and mountains.
  1. Support for Filipino athletes — The stellar performance of our national athletes in the 30th Southeast Asian Games should compel us to separate their legitimate demands and interests from officials who corrupt and steal state sports funds supposedly intended to benefit national athletes. The scandals in the SEA Games 2019 hosting should be fully investigated, and the culprits charged. Let us demand that Congress look into the system and schedule of allowances for national athletes, and into the use of state sports funds for their training and development.
Of course, there are many other issues to champion -- land reform and agriculture; urban renewal and mass housing; human rights and due process; Philippine languages, music, films, theater, culture, and history; Overseas Filipino Workers and the continuing diaspora; and Filipino entrepreneurship and innovation. Those are another six to choose from. If you pick an issue or two now, immerse yourself in campaigns, integrate with our people, maybe use doses of humor, and often speak courageously for others —  there’s a huge chance you’d be a great champion by the end of 2020. What better use of clout is there than to offer it to our people and to advance their issues?

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.