Thursday, June 26, 2025
32.3 C
Singapore

Letter to the Editor: Solution for netizen with a father who’s the bully in the house

Got a juicy story to share? Came across a gross injustice that needs to be heard? Want to have your opinion on current events made known? Email us your story with details and proof! Make your voice known!
[email protected]


Dear Editor,

I refer to the following article: Netizen: My father forces me and my brother to pay for everything including my uncle’s hospital bill with our CPF, should we just walk out?

I want to say to the netizen:

Dear victim,

You should leave the HIS house to get away from the bully in the house. You can share your BTO application with your brother and apply to rent a flat while you wait for the completion of BTO.

Patricia Tey


The views expressed here are those of the author/contributor and do not necessarily represent the views of The Independent Singapore.

Netizen: My father forces me and my brother to pay for everything including my uncle’s hospital bill with our CPF, should we just walk out?

See also  Letter to the Editor: Install a cashcard machine on supermarket trolleys

Hot this week

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