Friday, June 27, 2025
32.9 C
Singapore

Deeply offensive, wrong and unacceptable: Shanmugam

It is time somebody from the Cabinet took a position on Anton Casey, the guy who is being bashed online for his Facebook post on smelly MRT commuters. Law and Foreign Minister K Shanmugam did not mince his words when he wrote in his Facebook: “Like many Singaporeans, I am terribly upset and offended by what he has posted. Seeply offensive, wrong and unacceptable.

“Having money and a Porsche does not automatically mean that one is superior. Character is important.

“He has attempted to apologise to Singaporeans. But some feel that the manner of his apology showed a lack of sincerity. And I think there is some basis for thinking that.”

Well said, Shanmugam.

Anton Casey

See also  Cambodian traveller's posh experience on Singapore Airlines wows millions on TikTok

Hot this week

Cristiano Ronaldo extends contract with Al-Nassr until he turns 42 years old

Cristiano Ronaldo recently signed a new two-year contract with...

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