ADVERTISEMENT

Drug problem reduced by 1/4; 'Very good' rating inspires Duterte

Published Apr 17, 2018 10:00 pm
Fred M. Lobo Fred M. Lobo By Fred M. Lobo   President Duterte reported that on a 10-point danger scale, the country’s illegal drug problem has been reduced to a 6 from an 8.5 level or by about one-fourth. War on drugs will be a “long fight” but sustained law enforcement efforts can bring it down to zero danger level, he said. *** The President’s “very good” trust rating in the recent survey will further inspire the President to work harder, Malacañang said. Consistent “very good” public trust rating will be an energizer to the President. *** “I will address the public by just saying that I told the Congress of the Republic of the Philippines that ang droga in a scale of one to 10, the danger level is something like until now almost six. It used to be about eight and one half. Ngayon, pababa six but hindi pa kontrolado ng gobyerno ang trade sa droga (It has lessened to six but the government has not yet placed the drug trade under control),” Duterte said during a recent Davao City press conference. A candid report to the people. *** “My job is to see to it that there is no scale to use the danger of drugs kung maari lang zero (if possible attain zero). Kung maabot ko ‘yung ambisyon na zero (If I will achieve my zero goal) and it could cost you your life or your liberty for that matter because the police and military will be active against you. It’s the plain law enforcement,” Duterte said. Sustained law enforcement needed vs tough challenge. *** “It’s gonna be a long fight. It will transcend my presidency. And the next president has to deal with it eyeball-to-eyeball whether he likes it or not. The motivation there is profit,” Duterte said. Translation: Illegal drugs will be a dragging problem. *** “I think there’s a few guys out there operating the laboratories, “the President said. “The one danger is the cartel of the South America who would connect with the criminal syndicates in Asia. Iyan mahirapan (That will be a difficulty),” he said. *** He admitted that the problem of drug trafficking was one of the issues tackled in his recent meeting with Chinese President Xi Jinping. Xi emphasized the need for a “focused attention to drugs because we have also the same problem…And mind you, they execute people,” Duterte said. *** “Indonesia has the same problem. Malaysia not so much but mas — hindi lang napa-publish but I know that Widodo, president, also has the same problem with drugs,” Duterte added. Same problem with neighboring countries. *** Duterte warned that cocaine was also coming into the country at a “very fast” rate but was “not as pervasive” as shabu since the expensive illegal substance was harder to sell. “Most of the Americans are — the addicts I mean are on cocaine and heroin. Hindi pa dumating sa atin ‘yan dito (It has not yet reached us) unless we allow criminal syndicates to operate here again,” he added. *** The President reiterated that some government officials, including mayors and barangay captains, have suspected links to the narcotics trade. Asked if he would release a list, Duterte said he would think it over amid concerns about its impact of the right of voters’ to choose their leaders. *** Duterte insisted that he has “zero tolerance” towards illegal drugs, saying there was “no middle ground” on the issue. “Basta dito, no quarters given, no quarters asked. Zero tolerance ako sa drugs (I have zero tolerance on drugs] ” he said. *** Meanwhile, Duterte is motivated to work double time to ensure a safe and prosperous nation after retaining a “very good” net public satisfaction rating in a latest survey, Malacañang said. “We are pleased with the latest Social Weather Stations (SWS)  survey showing President Rodrigo Roa Duterte a ‘very good’ net satisfaction rating of +56,” Presidential spokesman Harry Roque said. *** Social Weather Stations (SWS) said the nationwide survey conducted from March 23 to 27 with 1,200 respondents found 70 percent of Filipinos satisfied, 17 percent undecided, and 14 percent dissatisfied with President Duterte’s performance in the first three months of 2018. Compared to the December, 2017 survey, SWS said gross satisfaction with the President fell by one point from 71 percent, gross undecided rose by two points from 15 percent, and gross dissatisfaction rose by one point from 13 percent. *** The latest rating gives a net satisfaction of +56 (percentage of satisfied minus percentage of dissatisfied), classified as “very good,” SWS concluded. We are satisfied and happy and to work harder, Malacañang said.
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.