Friday, June 27, 2025
32.9 C
Singapore

Former presidential candidate suggests app for elderly living alone, netizens chip in with solutions

Tan Kin Lian, a former chief executive officer of NTUC Income and a presidential candidate came up with a novel idea for the elderly to call their families for help in case of emergencies. Unfortunately, netizens did not take his idea too well.

Mr Tan said that he had read about many elderly people who were living alone and had died with friends or family members not knowing of their passing.

As such, he says we should tap into the technology sector for a solution.

He said that elderly with mobile phones can usually call their family members for assistance. However, if their condition is critical, or if their family member is not available to take the call, he suggests the use of an app.

I read about many elderly people who live alone and died at home without any family member knowing for a few days.What…

Posted by Tan Kin Lian on Thursday, June 20, 2019

“Develop an app that has a big button. The elderly person can press that button and send an SMS message to a few registered persons, e.g. a family member, a close friend or a neighbor.

See also  Is Tan Kin Lian's response to "pretty girls" controversy a missed opportunity?

Any one of them can respond quickly. These registered persons can also contact each other, he says.

He then thought of a third scenario where the elderly person may be incapacitated to use the app to call for help.

“The app can monitor the daily habit of the elderly person, e.g. the time that he or she should wake up.

If the phone does not move beyond the wake up time, an SMS can also be sent to notify the registered persons”, he suggests.

However, netizens had their own suggestions.

The consensus from netizens was a wrist monitor that would send out a signal, as well as information on the elderly member’s vital statistics.

https://theindependent.sg.sg/former-singapore-presidential-candidate-now-spends-his-time-fixing-wooden-bridges-using-his-election-posters/

/TiSG

Hot this week

Cristiano Ronaldo extends contract with Al-Nassr until he turns 42 years old

Cristiano Ronaldo recently signed a new two-year contract with...

Singapore launches GaN hub to power next-gen semiconductors

SINGAPORE: Singapore launched a new S$123 million semiconductor facility...

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