Friday, June 27, 2025
28.4 C
Singapore

Ho Ching posts a picture of a monkey raising speculation of family feud further

Prime Minister Lee Hsien Loong clarified earlier today that his sister’s accusations about him abusing his power to commemorate the one-year anniversary of his father’s passing in order to establish a dynasty as being “completely untrue”.
Madam Ho Ching the wife of PM Lee posted a picture of a monkey pointing its middle finger at about the same time her sister-in-law, Dr Lee Wei Ling, posted an exchange of her email with Singapore Press Holdings. Madam Ho’s (who is also the head of sovereign wealth fund, Temasek Holdings) posting has raised speculation of a family feud in the late Lee Kuan Yew’s family even further.

monkey
picture of monkey Madam Ho Ching posted in her Facebook

This is how some Facebook users have responded to her post.
1 2 3
4 5

See also  The Lees: Goodbye, Camelot

Hot this week

Grab faces pushback from NTUC over incentive changes, delays implementation

SINGAPORE – Ride-hailing platform Grab has postponed changes to...

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