This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Tuesday, October 8, 2024
Show HN: Parliament Wow makes sense of UK democracy https://ift.tt/o0nOtAm
Show HN: Parliament Wow makes sense of UK democracy Over the weekend we built Parliament Wow. It's hacky, buggy and slightly broken but it does the job :) Parliament Wow makes it easy to find out what is going on in parliament and what it actually means for you and me. We know that nobody has the time to watch hours of debates, drown in legal paperwork or keep up with the implications of every vote. Not me or you and least of all your MPs. There is just too much data. So we made a solution. We paired some semantic search with every publicly accessible document, audio recording or transcript we could get our hands on + some generative models to make it all look pretty. And we built a demo of what democracy could become. Parliament Wow won the a16z London Hackathon in the Build Back Britain category. Where should we go with this? https://ift.tt/fTrmDn4 October 9, 2024 at 12:39AM
Show HN: Actor Kit – XState Machines for Cloudflare Workers https://ift.tt/O8a9EJs
Show HN: Actor Kit – XState Machines for Cloudflare Workers Actor Kit is a library for running state machines in Cloudflare Workers, leveraging XState for robust state management. It provides a framework for managing the logic, lifecycle, persistence, synchronization, and access control of actors in a distributed environment. Key features include: - Persistent, distributed state management - Type-safe events and state with TypeScript and Zod - Real-time updates and seamless server-to-client state transfer - Access control and secure data management - Framework-agnostic with examples for Next.js and Remix integration - Actor lifecycle management in distributed environments - Support for real-time collaboration - State migration support The project is in early development, and I'm seeking feedback on the ideas and APIs. Cheers, Jon https://ift.tt/KkltpNd October 8, 2024 at 11:56PM
Show HN: I built this as a high school student to learn SQL with realistic data https://ift.tt/e7mwp94
Show HN: I built this as a high school student to learn SQL with realistic data https://sandboxsql.com October 8, 2024 at 12:07PM
Monday, October 7, 2024
Show HN: 2048-TUI – A cross platform terminal version of 2048 with sound support https://ift.tt/5fy6Y19
Show HN: 2048-TUI – A cross platform terminal version of 2048 with sound support https://ift.tt/KhTila2 October 8, 2024 at 05:02AM
Show HN: AI-generated images that look like real life https://ift.tt/eYpyXWL
Show HN: AI-generated images that look like real life https://ift.tt/I4w5nCY October 8, 2024 at 02:08AM
Sunday, October 6, 2024
Show HN: Read Articles Without Ads https://ift.tt/JFMNBfV
Show HN: Read Articles Without Ads I've created an application that lets you read articles without ads + recommendation engine that picks 20 best articles for you to read everyday! https://ift.tt/YXN4GPK October 7, 2024 at 01:46AM
Show HN: Smart Account Starter - instant smart wallets/smart accounts https://ift.tt/zgR1mtj
Show HN: Smart Account Starter - instant smart wallets/smart accounts https://ift.tt/vtzY4qi October 7, 2024 at 01:49AM
Show HN: RemoteController – Steam Remote Play Alternative Powered by P2P and Web https://ift.tt/BeDovEQ
Show HN: RemoteController – Steam Remote Play Alternative Powered by P2P and Web https://ift.tt/HeuM4AJ October 7, 2024 at 12:18AM
Show HN:I made bot to help improve your mood using GPT o1-model https://ift.tt/Y89Ardz
Show HN:I made bot to help improve your mood using GPT o1-model https://ift.tt/p8THPJV October 6, 2024 at 10:56PM
Saturday, October 5, 2024
Show HN: Production Quality AI True Crime Podcast Generator https://ift.tt/lsSQWK4
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/80qefcZ... 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/UX2eLqM
Show HN: I turned my website into a Matrix-inspired 3D AI replica of me https://ift.tt/Qk3YD57 October 5, 2024 at 11:18PM
Show HN: AzChat – Chat with Azure OpenAI Service https://ift.tt/QELg2wF
Show HN: AzChat – Chat with Azure OpenAI Service https://ift.tt/6nuszCV October 5, 2024 at 09:15PM
Friday, October 4, 2024
Show HN: TailwindCSS-motion / a simple syntax to animate in Tailwind CSS https://ift.tt/UFMjkKE
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/saVJHft October 5, 2024 at 01:03AM
Show HN: The Gmail unsubscribe tool with bulk deletion and personal data removal https://ift.tt/OnUNDar
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/k9mtEDL
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/ymOT3Hz October 4, 2024 at 10:31PM
Thursday, October 3, 2024
Show HN: I made a super-simple image CDN https://ift.tt/Rd2Uh6r
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: TabGPT – Ask ChatGPT, Gemini and Claude at the same time with one click https://ift.tt/W6aUsgr
Show HN: TabGPT – Ask ChatGPT, Gemini and Claude at the same time with one click https://ift.tt/Yn3HreG October 4, 2024 at 01:38AM
Show HN: I have published a mobile HN client to have coffee chat with HN users https://ift.tt/iyn8Gje
Show HN: I have published a mobile HN client to have coffee chat with HN users Hi, I have published a mobile app to have coffee chat with HN users. There was already a guy who made a website for this, but I wanted to do it in mobile to practice WebRTC(technology behind the audio chat) and have some fun. I haven't spent too much time in terms of the general functionality as a HN client but can upgrade it if there are enough users enjoying the app. You can download the apps via the links below; IOS: https://ift.tt/Hky1nQz... Android: As you might have known, Android requires the app to be tested in a closed beta with at least 20 people So you can follow these steps to be a part of it and download; 1 - join the group https://ift.tt/LSzN3Gf 2 - download the app and enjoy https://ift.tt/KikfY5J... or https://ift.tt/fU0vJbH Feel free to contact me if you have any questions; https://ift.tt/3uPKW6Z October 3, 2024 at 09:43PM
Wednesday, October 2, 2024
Show HN: Temp.now – A free temporary disposable email generator https://ift.tt/wxTlom0
Show HN: Temp.now – A free temporary disposable email generator Yesterday I registered the domain temp.now. Today, I deployed a temporary email tool using open-source code, which is convenient for registering products and services. As long as you save the login credentials, you can keep the generated addresses indefinitely. Enjoy! EN URL: https://temp.now/en/ https://temp.now October 3, 2024 at 01:55AM
Show HN: My Voice AI interviews you, then writes your LI / X posts https://ift.tt/b2VPQGi
Show HN: My Voice AI interviews you, then writes your LI / X posts I'm Tom, the cofounder of Canonical AI. I build a Voice AI agent that interviews you, then writes LinkedIn and X posts based on the interview. ### Why did I build this? 1. LinkedIn and X are b2b lead goldmines. But generating content is hard. You have to figure out what to say. If you're like me, you have trouble coming up with social post ideas when staring at a blank screen. But interesting ideas arrive when I step away from my laptop and talk to people. Also, it's hard to compose the content in a way that appeases the platform algorithms. 2. I want to dogfood my product. We’re building Mixpanel for Voice AI Agents ( https://ift.tt/R96ZPv2 ). We map the caller journeys. We provide audio metrics like latency and interruptions. We show Voice AI devs why and when their agents are failing. I want a Voice AI agent so I can be a user of my Voice AI analytics product. 3. Voice AI will eat the world! This project is essentially a Voice UI for a social media content generation platform. We’re seeing more and more Voice AI interfaces like this (e.g., NotebookLM converts any content into a podcast), and many more use cases for Voice AI agents. ### How did I build this? I built the Voice AI agent using Vapi ( https://vapi.ai/ ). Vapi is amazing! It’s by far the best end-to-end Voice AI platform out there. I actually had to add latency to the Voice AI. I am a slow thinker / talker and it was unrealistic that _my_ Voice AI clone would respond at normal human intervals. I cloned my voice using PlayHT ( https://play.ht/ ). Yes, my voice really is that airy. I wish I could say it’s an issue with PlayHT’s voice cloning, but it’s spot on. The hardest part has been making the social posts feel like they weren't written by an LLM. I initially was using 4o-mini, but they definitely felt written by...well...GPT. I broke the steps into smaller pieces, making one LLM call that extracts the key insights and quotes and another LLM call that generates the content. That helped, but the social posts still felt LLMy. Then I switched to using Claude. That made a big difference. I love Claude. I use Claude so much I'm not sure where I end and Claude begins. I'd love to hear suggestions from the community on how to make the LLM-generated content feel less, as a friend of mine said, boring AF. ### Example Output LinkedIn: Did you know that most Voice AI agent developers are still manually listening to call recordings? It's a time-consuming and ineffective approach to knowing what your agent is doing. It's like drinking from a fire hose. At Canonical AI, we’re changing that by providing Voice AI developers with caller journey maps, audio metrics, and conversation analytics. X: Voice AI developers are currently flying blind. At Canonical AI, we're changing that by building Mixpanel for Voice AI agents. You can see more on my recent posts on my LinkedIn ( https://ift.tt/QRz9xe6 ) and Twitter ( https://ift.tt/erBJS2E ). ### Try it out! Here's the number: +15302038359 October 3, 2024 at 02:38AM
Subscribe to:
Posts (Atom)
Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code https://ift.tt/GQauRgE
Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code Hi All, Recently I've been using Claude Code a lot for de...
-
Show HN: A directory of 800 free APIs, no auth required Explore reliable free APIs for developers — ideal for web and software development, ...
-
Show HN: I built Dirac, Hash Anchored AST native coding agent, costs -64.8 pct Fully open source, a hard fork of cline. Full evals on the gi...
-
Show HN: I built a FOSS tool to run your Steam games in the Cloud I wanted to play my Steam games but my aging PC couldn’t keep up, so I bui...