Saturday, June 28, 2025
30.6 C
Singapore

First World Government vs First World Parliament

Mr. Victor Lye, PAP member who is slated to contest in the next GE at Aljunied constituency takes a dig at Workers’ Party in his Facebook post.

“The PAP is not perfect, but it is the only party that keeps thinking of how to do better for Singaporeans. And it is the only party that does it. The next GE is about a First World Government, a First World Nation. The First World Parliament had turned out to be what it was meant to be – to seduce Singaporeans with a political slogan. We are working hard. And we want to win the support of Aljunied residents, as all across Singapore. And we will. To build a better Singapore for the future.”

See also  Old letter from Grassroots Leader to PM Lee recirculates; he writes: “I think you, and your top leadership, screwed up big time”

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); } });