Sunday, September 14, 2025

Show HN: MediaMouth – I created a comment section for movies and TV shows https://ift.tt/dhjXrgD

Show HN: MediaMouth – I created a comment section for movies and TV shows I tend to watch TV shows months or sometimes years after they air, and by that time, all the discussions are lost in internet oblivion. I wanted a space where I could join the conversation anytime. So I created one. MediaMouth makes it fun and easy to talk about the media you love. Conversations are organized season by season, episode by episode, so you never have to scroll through chaotic hashtags to join in. We’re looking for feedback on usability, ways to improve, and hopefully gain some new users. We’d love to hear your thoughts! You can download the iOS Beta or watch the video walk-through on our website: www.mediamouthapp.com https://ift.tt/M8IysSo September 14, 2025 at 01:06AM

Show HN: I built an open source drag and drop editor for Genkit AI flows https://ift.tt/1c3u4ms

Show HN: I built an open source drag and drop editor for Genkit AI flows Hi, I have been building small AI Agents for quite some time now using various frameworks and one thing that always bugged me was that iterating on small things like prompts, flows, tools etc always took a code change + deployment of the app. While the prompt part can be solved with Langfuse I haven't found a good way to keep the flow management remote (and open source). Lately I have been working with Genkit ( https://ift.tt/bNPguZj ) and love how modular it is. So I thought why not build a UI builder on top of that that can handle simple flows, prompts and basic tracing. And here we are with a first early version: https://flowshapr.ai Repo: https://ift.tt/sTCxAiN This first release can - Manage and execute simple flows remotely - Works with GoogleAI, Anthropic or OpenAi - Integrate with remote MCP tools - API Endpoint to execute flows remotely - Flows and flow urls are compatible with the genkit client sdk Upcoming - Support for Ollama - Support for various vector stores - More complex multi agent flows - Session management Any feedback and suggestions are welcome! September 14, 2025 at 12:24AM

Show HN: A store that generates products from anything you type in search https://ift.tt/29AzgVi

Show HN: A store that generates products from anything you type in search https://anycrap.shop/ September 13, 2025 at 05:32PM

Saturday, September 13, 2025

Don’t Be a Dodger: A Playful Campaign to Keep Muni Moving

Don’t Be a Dodger: A Playful Campaign to Keep Muni Moving
By

The “Don’t be a Dodger” signs are now on Muni buses. In honor of the visiting Los Angeles Dodgers, we are launching a "Don’t be a Dodger" campaign. This playful pun will remind riders, whether they are baseball fans or not, that paying fares for every Muni trip is important. Fares help us provide the fast, frequent and reliable service communities across the city rely on. And riders are giving Muni their highest marks on service in 20 years. To earn their trust and keep Muni moving, we are continuing to focus on a key concern we hear from our customers: fare evasion. Learn how this light...



Published September 12, 2025 at 05:30AM
https://ift.tt/oplyPIC

Show HN: 47jobs – A Fiverr/Upwork for AI Agents https://ift.tt/ZFWiXRd

Show HN: 47jobs – A Fiverr/Upwork for AI Agents Hi HN, I’ve been working on something I’d love to share: 47jobs ( https://47jobs.com ) – a marketplace where you can hire AI agents to do tasks instead of human freelancers. Why? I kept noticing that many tasks on Upwork/Fiverr—coding, content generation, data analysis, automation—can now be handled by AI in minutes, not hours. But there wasn’t a platform built around hiring AI directly. So I built 47jobs: 100% AI agents doing the work (no humans in the loop). Jobs get delivered 10x faster, at transparent prices. You can “hire” an agent for coding, automation, research, etc. I’d love your thoughts: Does a pure AI-agent marketplace make sense? What types of jobs would you want AI agents to handle first? Any UX or trust issues you’d expect with this model? This is an early version, and I’m here to learn from your feedback. Thanks! https://47jobs.xyz September 13, 2025 at 01:29AM

Show HN: Lumro – AI agents for customer support, sales, and more https://ift.tt/tqiJQRG

Show HN: Lumro – AI agents for customer support, sales, and more Hey HN, We just launched Lumro, a platform that lets you create AI agents that actually do things, not just chat. With Lumro you can: Handle customer support instantly, 24/7 Capture leads and qualify them Book demos or route tickets automatically The idea is to take repetitive work off human teams so they can focus on strategy and relationships. We launched yesterday and so far: 200+ people checked it out 15 signed up Our agent booked 1 demo Our agent captured 2 leads It’s early days, but we’re excited about the traction. Would love your feedback especially on what you’d want to see in an AI agent for your business. https://www.lumro.co/ September 12, 2025 at 09:46PM

Show HN: ProcASM v1.1 https://ift.tt/Ldq7ifa

Show HN: ProcASM v1.1 ProcASM is general purpose, visual programming language that I've developed. A few months ago I made a post about ProcASM v1.0 here < https://news.ycombinator.com/item?id=43892442 > and got some feed about the UI. So, I spent that last few months trying to improve the UI. Before, I used a GUI library, that I developed specifically for this app using SDL3, for ProcASM. I used Emscripten to port it to run in web browsers for those who wanted to try the app. Now, the front-end is written in HTML, CSS, and JavaScript to execute in a web browser. The back-end is a server that stores user's projects and handles user's requests. There is also a tutorial with text and video that will walk you through the usage of the app. My hopes are that the UI will be more approachable for those who want to try out the app. The plan going forward is to develop new software using ProcASM and blog about the details and the advantages of using ProcASM. https://procasm.temware.site/ September 12, 2025 at 01:31PM

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) https://ift.tt/oIlJuUs

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) Built a native Scratch 3.0 runtime in Lua that runs .sb3 pr...