ADVERTISEMENT

A tale of two countries

Published Nov 4, 2024 11:09 pm

UNDER THE MICROSCOPE

Good jab, bad jab

It was with some hesitation that I accepted an invitation to fly to China, specifically Guangxi province, for the First Bonsai Clubs International (BCI) Landscape Bonsai International Convention, knowing the growing tension that continues to fester between China and the Philippines over the West Philippine Sea (traditionally called the South China Sea). Should war break out during the time we were there, we might have been stranded during the hostilities. But the lure of seeing the dramatic landscape of its limestone karst hills amid the two lakes and connecting rivers that inspired beautiful paintings by Chinese artists of the past proved too strong to refuse.


The Philippine delegation of 35 people was the largest among the participants from other countries. We landed in Guangzhou and after an overnight stay, traveled by train to Liu Zhou. The convention was a smashing success with the Chinese hosts sparing no expense in wining and dining us all. The exhibits were magnificent and never have I seen so many bonsai of the highest standards (I keep a few bonsai myself).


What struck me during our travels was how China, from being a dirt-poor country as late as the 1980s, has transformed itself into the second biggest economy in the world, and reduced its extreme poverty rate to almost nothing from 88 percent in 1981 (per World Bank calculations). Actually, when I first went to China in 1995, Beijing was still relatively third world and the streets were dusty and filled with bicycles, with very few cars or even motorcycles then. Majority of Chinese then lived in the traditional hutongs and high-rise buildings were few and far between.


Now, we didn’t see any evidence of poverty like we have in the Philippines (slums, street beggars/homeless and rampant crime). Instead, we saw glistening, sleek, modern skyscrapers and apartments, free-flowing traffic, mostly electric vehicles with no discernible pollution, decently-dressed and employed people, and a thriving economy.


Reading an English language newspaper on the plane, I came across an article in which a high-ranking Chinese Communist Party official was convicted of accepting bribes in the millions of US dollars and  was sentenced to death. There have been several instances of these convictions where the guilty were executed. This time, it was a suspended sentence for two years during which, if he behaved well in prison, may merit a commutation of the death sentence to life imprisonment without possibility of parole.


Now, that is the polar opposite of what we see in our country, where persons facing charges of plunder or other crimes can even run for office, usually with success. And therein lies the big, glaring difference. It doesn’t matter if it’s a communist country or democracy, it is corruption that is the biggest drag on a country’s progress.


Vietnam is another communist country that is now passing us in terms of economic growth. In spite of a war that ravaged the entire country during the 1970s, it is now a fast-rising economy and is even manufacturing its own electric cars, which will soon be exported to the Philippines. It also executes convicted plunderers.


No, I’m not advocating turning the Philippines into a communist country. Far from it. My dearly departed father, who was a staunch anti-communist, would be turning in his grave if I even think about it.


But we can learn a lesson or two from these two communist countries on how to deal with corruption. Similarly, Singapore is not a picture-perfect democracy, but the way it chooses its leaders is something to aspire for.


Recently, Lawrence Wong was sworn in as Singapore’s fourth prime minister since its independence, and its first in 20 years. It was a carefully executed transfer of power after an exhaustive search. He was chosen on his merits, being American-educated, with  double master’s degrees in applied economics  (University of Michigan), and in public administration (Harvard University). Plus, he has no record of corruption, or even a driving violation.


How much further can this be from our political system? The only things we require from candidates from public office is that he/she is a Filipino citizen (even that is negotiable per Alice Guo/Guo Hua Ping), of a certain age and can read and write. There is absolutely no provision whatsoever for any kind of competence/integrity needed for particular positions.
Surveying the current crop of candidates for the highest officials of the land, we see a plethora of actors/comedians, a boxer, and political dynasts making politics a way of living. 
Yet, we continue to elect into office these people who haven’t the slightest idea how to craft laws, manage the economy and defend our borders.


How do we rise from our current economic morass with our current and future crops of leaders?


Surely, we deserve what we get, democracy be damned.
 

Related Tags

Dr. Raymund W. Lo UNDER THE MICROSCOPE
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.