Friday, June 27, 2025
32.9 C
Singapore

Singapore scientists teleport lemonade over the internet

Fancy a world where you can drink something cool and instantly share it with all your friends? That could happen sooner than you think. Researchers just need to iron out the kinks.

Scientists at the Keio-NUS CUTE center — which stands for Japan’s Keio University and the National University of Singapore Connective Ubiquitous Technology for Embodiments — have figured out how to detect the taste and color of lemonade and send it over to a specially made tumbler filled with plain water.

Read more: Sending Taste Over The Internet

See also  Red Lions parachutist mishap — hard crash-land during NDP 2022 jump, outpouring wishes from netizens for speedy recovery

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