Thursday, June 26, 2025
28.5 C
Singapore

“Why go to KTV when KTV comes to you”, netizen shares video of neighbour’s “horrible singing”

A netizen has recently shared a video of a neighbour allegedly having a midnight karaoke session in an HDB estate at Tampines, noting that the neighbourhood ambience was nothing other than “horrible singing.”

Reddit user @xuanyue99 took to the online news forum on Tuesday (Aug 10) to share a home video of neighbours who were allegedly singing into a karaoke machine late into the night.

The 35-second clip, which featured a woman loudly singing the lyrics to international pop star Taylor Swift’s famous hit, Love Story, was captioned, “Tampines: Midnight Karaoke in HDB Estate”.

The video’s uploader didn’t sugarcoat things, adding in “horrible singing” as a disclaimer in parentheses. The video also showcased how close the apartments are to this particular estate.

Tampines: Midnight Karaoke in HDB Estate (horrible singing) from singapore

Redditors had a mixed response to this posted video, with many finding it a cause to laugh and a few others seeing it as a sign of the Seventh Month.

See also  WP's He Ting Ru: Need to do more to keep migrant workers safe in transit to and from work

In the Chinese Lunar calendar, the seventh month is known as Ghost Month, and is believed to be a time when ghosts and spirits come out from under the spirit realm.

Some Redditors “sang” along to the video, commenting on some lyrics from the well-known song. Others took the singer’s tone as a more impending sign that something else was coming. “This is some next level hungry ghost summoning ritual,” one wrote.

Still, others shared their own experiences with their neighbours, who like to give neighbours an unsolicited concert as well. One pointed out, “Well, at least they sound happy.”

Another commented, “Why go to to the KTV, when the KTV comes to you.” /TISG

Photo: screengrab from Reddit comments / Reddit Singapore
Photo: screengrab from Reddit comments / Reddit Singapore
Photo: screengrab from Reddit comments / Reddit Singapore
Photo: screengrab from Reddit comments / Reddit Singapore
Photo: screengrab from Reddit comments / Reddit Singapore
Photo: screengrab from Reddit comments / Reddit Singapore
Photo: screengrab from Reddit comments / Reddit Singapore
Photo: screengrab from Reddit comments / Reddit Singapore
Photo: screengrab from Reddit comments / Reddit Singapore

 

Hot this week

Malaysian woman arrested at Woodlands Checkpoint for smuggling drugs worth $142,000

SINGAPORE: A 46-year-old Malaysian woman was arrested at Woodlands...

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