Thursday, June 26, 2025
30.8 C
Singapore

High praise for PAP MP Lily Neo who helped relocate elderly cardboard collectors

Two elderly cardboard collectors who had their collection point at Chinatown shutdown have now been relocated to a much nearer one by People’s Action Party (PAP) Member of Parliament (MP) Lily Neo.

Initially, when their cardboard collection point at Chinatown was closed down, two elderly ladies who collect and sell cardboard for a living spoke about how much harder their jobs had become. They had to walk up to 30 minutes more, pushing their heavy trollies to another collection point.

“Sometimes I push my trolley and collect cardboard at the same time. Sometimes my cart falls over and I have to get it back up again”, Mdm Lim Ah Lian explained. She also said that if she walked at a quicker pace, she could reach the new collection point in 20 minutes, but if she was slow and collected cardboard along the way, it would take her 30 minutes to reach the new collection point.

See also  Uncle got "S$50 on his mind" while riding on bus — Singaporeans share hilarious theories behind elderly man's DIY cash headband

Mdm Lai Sau Choo, who looked to be slightly older than Mdm Lim said, “You can’t just jay-walk you have to look for a traffic-light. It’s a busy cross-junction. No choice. I have to push my trolley slowly”.

The two women also said that in terms of profitability, “The boss at the new collection point pays (them) less”.

The boss at the previous collection point used to pay the women six cents per kilogram of cardboard. Now at the new collection point however, the women only get paid five cents per kilogram. They also only get 60 cents for every 60 drink cans, but the at the previous location the boss would give them 70 cents per 60 cans.

A non-profit organization Happy People Helping People (HPHP) reached out to MP Lily Neo, who came through, earning high praise from netizens and from the elderly women.

In a Facebook post, the organization thanked the MP and wrote, “A representative of MP Lily Neo has replied! They have relocated the cardboard collection point for Banda St to a new location and it’s even nearer to Blk 5 Banda Street”. /TISG

See also  Covid-19 relief funds: Man sentenced to 5 months in jail on 3 charges

Read related: Elderly cardboard collectors struggle to walk up to 30 minutes after their Chinatown collection point shuts down

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