Thursday, June 26, 2025
28.5 C
Singapore

Letter to the Editor: Rapid decline of the PAP government

Dear Editor,

When one studies human empires and civilizations, it becomes crystal clear that no dynasty or government lasts forever. They all reach their zenith, and then it’s downhill all the way.

Singapore became independent in 1965.

In less than six decades, we see the PAP government showing signs of decline.

The way Parliament is run, lack of transparency when figures are requested, the high-handed treatment of dissenting voices, the false meritocracy (more like marry-tocracy) and conflict of interest are some of the examples I cite. The centre cannot hold.

Oh, and let’s not forget our PM is 70 with no clear successor in sight.

Lawrence Seow


See also  Letter To The Editor: How Scammers Exploit Human Weaknesses

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });