Thursday, June 26, 2025
30.5 C
Singapore

Deaf TikToker shares glimpse into daily life as an employed Singaporean

SINGAPORE: TikTok user Jaslyn, who goes by the handle @rainb0wxriice, has garnered online attention for her video documenting a typical day in her life as a deaf person working in Singapore.

The video, shared in late May, offers a straightforward and heartening look at her daily routine. It begins with her morning commute by bus, followed by a stop to purchase kopi o kosong and a pau for breakfast. She is then seen heading to work, where she later joins her colleagues for lunch and bubble tea.

In the evening, while walking home, Jaslyn encounters several community cats, one of which climbs into her lap. The video ends with her feeding the cats before heading home.

Many viewers expressed their appreciation in the comments. One user wrote: “What an inspiring video! It’s amazing to see the diverse career choices and positive attitudes within the deaf community. Kudos to everyone!”

Several others asked about her occupation, to which Jaslyn responded in a subsequent video, stating that she works in finance and administration at a government agency.

See also  Job seeker shares one company asked him to do a “7-day unpaid work trial before an interview”, asks others online if this is a “normal thing in Singapore”

Her video has been viewed thousands of times and widely circulated for its portrayal of the everyday experiences of a deaf person in Singapore.

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