Wednesday, June 25, 2025
31.9 C
Singapore

F1 Tourists pose for pictures standing on tables at Chinatown foodcourt

The following is a letter sent to us by our reader Karpenter Xiaoyi.


This is the kind of rich wealthy tourists Singapore welcomes. A bunch of them with their FT friends in Singapore’s Chinatown foodcourt.

This happened yesterday (14 Sep) at about 12.00pm, and there were about 20 of them. – all of them non-locals. They do not seem to be from China, because the language they spoke does not sound Chinese, nor Thai or Bahasa Melayu. Most likely they are Vietnamese or Indonesians.

They were talking about F1 Singapore. They cheered as (what appeared to be) F1 advisory and tickets were distributed to them.

This was my opinion of these tourists:

  • Very bad upbringing of these wealthy people.
  • They exhibited socially unacceptable behaviour.
  • They disgraced their own country by their behaviour.
  • They were very irresponsible because the tables are common properties where people ate food.
  • They didn’t care that others were looking at them with disdain for their behaviour.
See also  Clinic's management offers to reimburse medical costs of toddler prescribed overdose of cough syrup

I hope tourists who visit Singapore will be more mindful of our local social norms.

unnamed-1 unnamed-2 unnamed-3 unnamed unnamed4 unnamed5 unnamed6 unnamed7

 

Read also:

Singapore F1 Grand Prix 2023: Time to warm up those engines!

LTA: Road closures for F1 preparation around Marina Centre and Padang areas | The Independent Singapore News 

Singaporean Artists Light Up Formula 1 Grand Prix 2022 with Electrifying Performances

Singapore’s F1 Grand Prix: A Spotlight on Local Talent Amidst Racing Thrills

Hot this week

US Supreme Court clears path for rapid deportations without hearings

UNITED STATES: In an important legal triumph for the...

Job postings drop for 5th straight month, but engineering jobs are up

SINGAPORE: On the whole, job postings have gone down...

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