chrisnolet
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Voice AI SDK – Build agents that sing, email, and play games (pocketcomputer.com)
I’ve been working on an SDK for creating voice AI apps. If you’ve ever wanted to make consumer voice apps, this is for you. There are some neat ideas in here that I’m really proud of: the decorators make everything very…
- Show HN: Vibe coding from your phone (vibecodego.com)
We built this on a whim for a hackathon, but I'm thinking to turn it into a real thing! Original GitHub repository at: https://github.com/Flux159/claude-code-go The desktop app exposes an interface to Claude Code, so…
- Show HN: Web Ingest – Convert websites to LLM-friendly text (webingest.com)
I really love Git Ingest, but I needed something more general. So I built this! It crawls websites and converts each page to Markdown. It’s great for developer documentation. And it’s free. I built it over the excellent…
- Show HN: I built an AI voice agent for Gmail (pocket.computer)
Hello again, HN! I’ve been using my DSL to create new voice experiences. I’ve made an AI-powered email client for Gmail that you talk to, using your microphone. (I highly recommend using earbuds or headphones! Or the…
- Show HN: D&D meets Siri – Interactive voice adventure (pocket.computer)
Hey HN! I've been building tooling for voice-driven apps over the past few months, as part of a hardware project. Someone suggested adapting the DSL to play Dungeons and Dragons. So, here we are! What is it? An…
- Show HN: Gaussian Splat renderer in VR with Unity (youtube.com)
I was playing with this for a few weeks over the holiday break. This is one of the GS3D sample scenes running on PCVR at about 65 FPS. I'm sorting on the CPU at the moment, so there are some hitches, but it works! I may…
- How to create web graphics for the new MacBook retina (blog.kickfolio.com)
The new MacBook Pro sports retina graphics. Here's how to implement @2x graphics for the web.