Wednesday, June 25, 2025
31.9 C
Singapore

Young Man’s Tragic Crash into F1 Barrier Marks First Public F1-Related Fatality in Singapore

29-year-old Ng Phing Keen died yesterday after he allegedly lost control of his car which crashed into a concrete Formula One racing barrier along Raffles Boulevard near Marina Square.

Ng was found unconscious and trapped in his totaled Honda Civic which was lodged into the barrier. He was extricated from his car by Singapore Civil Defence Force officers using hydraulic tools but unfortunately succumbed to fatal injuries after being conveyed to the hospital in critical condition.

The car accessories business owner was set to participate as a member of F1’s hospitality team at the event this year, as he had for the past three races. F1 organizer Singapore GP said that Ng was not on duty at the time of the crash and that he had been scheduled to work at the event for two weeks next month.

Ng’s brother told the Chinese daily that the exact cause of Ng’s death is unknown. The brother also told reporters at Ng’s wake that Ng was “a joyful and happy-go-lucky person.”

See also  Netizens divided on impending execution of drug trafficker Nagaenthran

A car enthusiast, Ng had just raced first time on a track in Melaka late last month, according to his Facebook page which has now been flooded with posts and tributes by friends and family.

 

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