Thursday, June 26, 2025
32.4 C
Singapore

“This is my market, you go down!” Pakcik chases rude customer away from Geylang hawker centre

A video of a confrontation between a Malay stall owner and an Indian customer has been going viral online. In the video, the Malay stall owner can be seen and heard chasing the Indian man away from the hawker centre:

It appears that the Indian man was creating a scene with a female stall owner and that the Malay man was simply protecting the woman.

One eyewitness, Mr Tan, shared online: “The indian man was heard hurling vurgarities to the stall makcik till stepping into the stall and this pakcik came over to stop his actions. He scold the makcik for the long queue but its the business which is good.”

Other eyewitnesses shared that the Indian man was drunk, behaving aggressively and even made inappropriate remarks to the stall owner’s daughter:

Another netizen claimed that the Indian man is a “mentally unsound” man who can often be seen at Little India “irritating” pedestrians with long rants:

See also  NUS scientists discover novel therapy to activate muscle cells’ natural defenses against cancer

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

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