Friday, June 27, 2025
31.1 C
Singapore

Chiobu policewoman arrest prominent busker in Orchard Road

According to Facebook user Eric Fong, a prominent busker at Orchard Road was arrested in full view of the public yesterday (11 March) at about 9.50pm. The busker was performing in front of a large audience outside Takashimaya when the incident happened.

Street performer at orchard road got arrested in public by 2 Tanglin Division police in front of a large crowd of…

Posted by Eric Fong on Saturday, 11 March 2017

Eric’s post drew mixed comments. Some lambasted the police for handcuffing the performer in full view of the public, while others wondered if he was really arrested for busking or some other offence.

Several commenters though could not help but notice how pretty one of the arresting officers was.

See also  Janil Puthucheary is PAP's new Party Whip

Hot this week

Singapore launches GaN hub to power next-gen semiconductors

SINGAPORE: Singapore launched a new S$123 million semiconductor facility...

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