ADVERTISEMENT

From Manila to Jakarta

Published Feb 16, 2024 04:02 pm

HOTSPOT
Commitment issues

Prabowo Subianto’s strong, first-round victory in Indonesia’s Feb. 14, 2024 presidential elections has made many pundits and observers draw parallels with the Philippines’ 2022 presidential election won by Ferdinand Marcos Jr. I cannot blame them.


Prabowo served in the military under President Suharto, who came to power after the overthrow of President Sukarno and a brutal anti-communist campaign. Suharto ruled Indonesia with an iron fist from 1968 to 1998.


Prabowo joined the Suharto family when he married the president’s daughter Titiek in 1983. The couple’s son Didit is now a fashion designer. They divorced in 1998 after Suharto’s ouster.


Now 72, Prabowo’s fresh victory came after two failed attempts to become president in 2014 and 2019. Joko Widodo, popularly known as Jokowi, defeated him in both elections as candidate of PDI-P, the party headed by Megawati, Sukarno’s daughter and herself a former president.


Jokowi named Prabowo as Minister of Defense in 2019, which many could argue would be the starting date of their political alliance. The next milestone is Prabowo’s choice of Jokowi’s son Gibran Rakabuming Raka as his running mate in the 2024 elections.


Many Indonesian and international analysts point to this alliance and Jokowi’s influence as the main factor in Prabowo’s third – and triumphant – attempt to be president. They say that Jokowi, through gestures and actions, practically named Prabowo as his chosen successor.


As to the parallels with the Philippines, many point to Prabowo’s military record and family ties with Suharto.


In his 2014 campaign, the Civil Society Coalition Against Forgetting rejected his candidacy, due to his alleged involvement in human rights violations, including forced disappearances when he was commander of Kopassus, an Indonesian Army special forces group.


The coalition said Prabowo should be held accountable for at least the disappearance of 13 pro-democracy activists in 1998 as many of them were last seen alive in a Kopassus headquarters.


“Our rejection of this presidential candidate who is alleged to have been involved in human rights violations is part of our struggle to combat the neglect of past human rights violations and to promote a democratic way of life and better law enforcement,” the coalition said in 2014.


Although abandoned by Jokowi in favor of rival Gerindra’s tandem, the PDI-P is set to return to the legislature as the biggest party. That cannot be said of parties that ran against Marcos.


Quite a number of my Indonesian friends are as heartbroken by Prabowo’s victory as we were by the election of another President Marcos. In the run-up to both elections, public opinion polls consistently predicted a huge victory by Prabowo and Marcos.


As to how and why these happened and reached this seemingly common point, the jury is still out.


But we could agree that we should stay away from falling into the folly of simplistically blaming voters for supposedly making a wrong choice. There are many historical and contemporary factors at play.


In our case, the Philippines is said to have lost a generation of young leaders in the 1970s to killings, abductions, and disappearances during martial law. The 1986 and 2001 uprisings only managed to unseat presidents, with the political and economic system’s swift consolidation denying us the benefit of full accountability – or in other words, promoting a culture of impunity.


By the way, Indonesians and Filipinos are not in an exclusive club of the similarly-situated.


In 2013, South Koreans elected as their president Park Gyeun-he, the daughter of former dictator Park Chung Hee. (She was impeached in 2017 and convicted by a court, removed from office, and jailed in 2018. She was pardoned in 2021.)


In many countries from Sweden to Paraguay, and The Netherlands to Argentina, far-right and populist candidates and parties won power in 2022-2023.
Americans picked Donald Trump in 2016, and is now mounting a serious strong challenge to Joe Biden in the November elections, despite an avalanche of lawsuits over attempts to overturn the 2020 election results and an attack on the US Congress.


Why are such illiberal, populist, and extreme right-wing candidates and parties getting electable and elected? Why are liberals and democrats getting crushed? What’s happening in many countries and the world?


We have a lot of time to answer these questions. Today, we in Manila could send to friends in Jakarta our good wishes and solidarity. May our common causes find their realization in the near future, in our lifetimes.

Related Tags

Tonyo Cruz HOTSPOT
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.