Growing India News, world news, nation news, our news, people's news, grow news, entertainment, fashion, movies, tech, automobile and many more..
Monday, October 7, 2024
Show HN: CodeAir – Control VS Code from Your Phone https://ift.tt/0jDu4mz
Show HN: CodeAir – Control VS Code from Your Phone Hey HN, Inspired by the classic "Compiling" XKCD comic ( https://ift.tt/arN0y5E ), I’ve built CodeAir (codeair.app) – an Android app and VS Code extension that turns your phone into a remote control for VS Code. With CodeAir, you can: - Control 800+ VS Code commands right from your phone. - Send text and image files directly into your workspace and even have the images transcribed using AI. So imagine taking a snapshot of a piece of code from a physical textbook and being directly able to run that inside VS Code. - Request screenshots from VS Code while AFK and get them delivered to your phone so you can monitor long builds or processes remotely when you're on a coffee break. - If you’ve got an OpenAI API key, you can even perform QnA over your transferred files and images. I made this tool to help monitor long builds or tests when I’m AFK, but it’s useful for so much more! It’s super niche, but I hope some of you find it helpful. Check it out at codeair.app and let me know what you think. Feedback is very welcome! https://www.codeair.app October 5, 2024 at 06:35PM
Sunday, October 6, 2024
Show HN: Production Quality AI True Crime Podcast Generator https://ift.tt/9TBxg8r
Show HN: Production Quality AI True Crime Podcast Generator Hello HN! My brother and I built Golpo, the first production-quality AI true crime podcast generator. Just tell Golpo what you want to listen to and it creates a real true crime podcast (usually > 30 min long) in minutes. Golpo does everything that a human podcastor would do. It first understands what you want to listen to, does highly detailed research on the case, creates a script and then uses that to create a production-quality podcast Golpo ensures that every story is meticulously fact-checked and based on real-life events. Say goodbye to waiting for new episodes and experience true crime made just for you on demand. Available today. No waitlist! Web: golpo.app App Store: https://ift.tt/PSGw6CD... https://golpo.app October 6, 2024 at 02:30AM
Show HN: I turned my website into a Matrix-inspired 3D AI replica of me https://ift.tt/hYFr5A8
Show HN: I turned my website into a Matrix-inspired 3D AI replica of me https://ift.tt/d05NPyM October 5, 2024 at 11:18PM
Show HN: AzChat – Chat with Azure OpenAI Service https://ift.tt/PHGBzeD
Show HN: AzChat – Chat with Azure OpenAI Service https://ift.tt/pcCyMa9 October 5, 2024 at 09:15PM
Saturday, October 5, 2024
Show HN: TailwindCSS-motion / a simple syntax to animate in Tailwind CSS https://ift.tt/KFZRrjT
Show HN: TailwindCSS-motion / a simple syntax to animate in Tailwind CSS A plugin designed to make adding animations to your projects effortless We’ve made the API intuitive. Want a slide and fade effect? Just use motion-translate-x-in-25 motion-opacity-in-0. Or, opt for a preset like motion-preset-fade for quick implementation. https://ift.tt/hi6QTfO October 5, 2024 at 01:03AM
Show HN: The Gmail unsubscribe tool with bulk deletion and personal data removal https://ift.tt/k4TdDtB
Show HN: The Gmail unsubscribe tool with bulk deletion and personal data removal https://againstdata.com October 5, 2024 at 12:55AM
Show HN: open source framework OpenAI uses for Advanced Voice https://ift.tt/OWmt6aJ
Show HN: open source framework OpenAI uses for Advanced Voice Hey HN, we've been working with OpenAI for the past few months on the new Realtime API. The goal is to give everyone access to the same stack that underpins Advanced Voice in the ChatGPT app. Under the hood it works like this: - A user's speech is captured by a LiveKit client SDK in the ChatGPT app - Their speech is streamed using WebRTC to OpenAI’s voice agent - The agent relays the speech prompt over websocket to GPT-4o - GPT-4o runs inference and streams speech packets (over websocket) back to the agent - The agent relays generated speech using WebRTC back to the user’s device The Realtime API that OpenAI launched is the websocket interface to GPT-4o. This backend framework covers the voice agent portion. Besides having additional logic like function calling, the agent fundamentally proxies WebRTC to websocket. The reason for this is because websocket isn’t the best choice for client-server communication. The vast majority of packet loss occurs between a server and client device and websocket doesn’t provide programmatic control or intervention in lossy network environments like WiFi or cellular. Packet loss leads to higher latency and choppy or garbled audio. https://ift.tt/vKLi1rW October 4, 2024 at 10:31PM
Subscribe to:
Posts (Atom)
Show HN: Do You Know RGB? https://ift.tt/t8kUpbO
Show HN: Do You Know RGB? https://ift.tt/OWhvmMT June 24, 2025 at 01:49PM
-
Show HN: An AI logo generator that can also generate SVG logos Hey everyone, I've spent the past 2 weeks building an AI logo generator, ...
-
Show HN: Snap Scope – Visualize Lens Focal Length Distribution from EXIF Data https://ift.tt/yrqHZtDShow HN: Snap Scope – Visualize Lens Focal Length Distribution from EXIF Data Hey HN, I built this tool because I wanted to understand which...
-
Show HN: Federated IndieAuth Server implemented as a notebook https://ift.tt/32IC633 April 27, 2021 at 04:37PM