// Adds dimensions UUID, Author and Topic into GA4
Saturday, July 19, 2025
33.1 C
Singapore

Makeup Artist owns Carousell user who demanded free service before calling her “arrogant”

Makeup artist Daisy Wong has posted screenshots of her conversation with a Carousell user who tried to convince Daisy to offer her services for free, under the guise of a collaboration.

When Daisy realised that the photographer was paid, she called the Carousell user out, asserting that the project they are proposing is not a conventional industry collaboration and that she is under no obligation to work for free.

She was then called “arrogant” before being asked about what a collaboration is. When Daisy patiently explained, the other user said that she didn’t ask for an essay. The Carousell user then asked Daisy to learn better customer service, although they were demanding free service.

Daisy cheekily replied: “No thanks.”

See also  Police: Singapore giving back over S$50 million of 1MDB money to Malaysia

Hot this week

What makes Singapore home? Locals share the small, sacred things

SINGAPORE: A thread on r/Singapore started with a simple...

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