Thursday, June 26, 2025
30.8 C
Singapore

Singapore slammed for ‘cruel’ Zoom death sentence

Singapore was criticised for being “cruel and inhumane” Wednesday after a death sentence was handed down via video-conferencing platform Zoom.

Malaysian drug trafficker Punithan Genasan was Friday sentenced to hang in a hearing conducted remotely due to restrictions in place to combat the spread of the coronavirus, court officials said.

The 37-year-old had been found guilty over the trafficking of at least 28.5 grams (1.0 ounce) of heroin, a crime punishable by death under the city-state’s tough anti-drugs laws.

The Supreme Court said that it was the first criminal case where a death sentence was handed down in a remote hearing.

Zoom has become popular during virus lockdowns worldwide for everything from virtual school classes to business meetings — but Human Rights Watch criticised its use to mete out capital punishment.

“The death penalty is inherently cruel and inhumane, and Singapore’s use of remote technology like Zoom to sentence a man to death makes it even more so,” said the group’s deputy Asia director Phil Robertson.

See also  Lee Kuan Yew's gay grandson publicly comes out of the closet

“It’s pretty astounding the prosecutors and the court are so callous that they fail to see that a man facing capital punishment should have the right to be present in court to see his accusers,” he told AFP.

The Supreme Court said that the hearing was conducted remotely “for the safety of all involved in the proceedings”.

Singapore maintains that the death penalty — a legacy of British colonial rule — is necessary as a deterrent against crime although rights groups have long called for it to be abolished.

Like many other countries, Singapore has ordered the closure of most businesses, advised people to stay at home to fight the virus.

The city-state managed to keep its outbreak in check in the early stages but was hit by a second wave of infections, mainly affecting low-paid migrant workers in crowded dormitories.

Singapore has reported over 29,000 infections including 22 deaths.

mba/sr/je

© Agence France-Presse

See also  Zoom changes name to Zoom Communications to reflect expanding scope and plans for long-term growth

/AFP

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