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

Friday, October 4, 2024

Show HN: I made a super-simple image CDN https://ift.tt/u8Jv7dB

Show HN: I made a super-simple image CDN Hi HN, MageCDN is a simple and affordable image hosting service I have been working on for the past few weeks. The idea came out of my own frustration with hosting and optimizing images for my blog. While platforms like Imgur make it really simple to upload images, they don't allow you to embed them. Services like Cloudinary, Imagekit exist, but I found them too complex for my needs. Plus, they get really expensive past their free tier. So, I started MageCDN with three simple goals: - pricing should be affordable and scale linearly. - basic image operations (resize, crop, optimize) should be doable within the app. - uploading and getting a link you can use should be fast and hassle-free. Would love to hear what you think! https://magecdn.com/ October 3, 2024 at 09:04PM

Show HN: Sharpe Ratio Calculation Tool https://ift.tt/VwEg1dG

Show HN: Sharpe Ratio Calculation Tool I built a simple but effective Sharpe Ratio calculator that gives the full historical variation of it...