Stuff
3 subscribers
200K links
Download Telegram
Show HN: Controlling 3D models with voice and hand gestures
13 by getToTheChopin | 4 comments on Hacker News.
I'm sharing my project to control 3D models with voice commands and hand gestures: - use voice commands to change interaction mode (drag, rotate, scale, animate) - use hand gestures to control the 3D model - drag/drop to import other models (only GLTF format supported for now) Created using threejs, mediapipe, web speech API, rosebud AI, and Quaternius 3D models Githhub repo: https://ift.tt/GdyMqaW https://ift.tt/K6BZXYQ I'd love to get your feedback! Thank you
Show HN: PinSend – Share text between devices using a PIN(P2P, no login)
15 by avovsya | 9 comments on Hacker News.
Hi HN, I built [PinSend]( https://pinsend.app ) — a free web app for instantly sharing text between devices, using a simple 6-character PIN. - No login, no account, no install.- Peer-to-peer WebRTC transfer (no server relay, no cloud).- Cross-platform: works on any modern browser. I built PinSend for myself while developing web apps—I was always copying ngrok links and sending error logs between my laptop and mobile devices. I wanted a frictionless, instant way to move links and text between anything. *Demo:* 1. Open https://pinsend.app on your phone & laptop2. Paste or type some text and hit "Send", enter the PIN on the other device3. Instant sync!4. No more emailing or Whatsapping notes to yourself Would love feedback!
The Small World of English
25 by michaeld123 | 16 comments on Hacker News.
Vision Language Models Are Biased
9 by taesiri | 4 comments on Hacker News.
(On | No) Syntactic Support for Error Handling
90 by henrikhorluck | 55 comments on Hacker News.
Show HN: Ultra-lightweight chunker library with emoji support
6 by Beardier | 0 comments on Hacker News.
I kept rewriting the same array.slice(i, i + n) logic in every project. Eventually, I decided to stop and just make a utility. Chonkify is a small (~870B), zero-dependency JS/TS library for chunking any kind of data: - Works with Array, String, Buffer, Set, Map, Array-like, TypedArray - Handles AsyncIterable (great for batching streams) - Unicode-safe (correctly handles grapheme clusters, emoji, etc.) - ESM-first, TypeScript-ready I mostly made it for myself, but figured others might find it useful too. Would love feedback!
Morph (YC S23) Is Hiring a ML Engineer
1 by bhaktatejas922 | 0 comments on Hacker News.
Show HN: Localize React apps without rewriting code
13 by maxpr | 4 comments on Hacker News.
Hi HN! We've just released an open-source React bundler plugin that makes apps multilingual—at build time, without modifying the code. React app localization typically requires implementing i18n frameworks, extracting text to JSON files, and wrapping components in translation tags - essentially rewriting your entire codebase before you can even start translating. Our React bundler plugin eliminates this friction entirely.You add it to an existing React app, specify which languages you want, and it automatically makes your app multilingual without touching a single line of your component code. Here's a video showing how it works: https://www.youtube.com/watch?v=sSo2ERxAvB4 . The docs are at https://ift.tt/gt4lSox and, sample apps at https://ift.tt/WLufyJE . Last year, a dev from our Twitter community told us: "I don't want to wrap every React component with `