2025年7月26日 的 Show HN
13 篇(Ask HN) Color Me Same – A New Kind of Logic Game – Pursue It Further? #
I made a web app for structured podcast summaries #
I follow a lot of podcasts and the episodes are often 2-3 hours long, so I made a web app that gives me a structured podcast summary with applicable habits and recommendations.
My goal isn’t to discourage you from listening to the podcast, but rather to help you decide whether the episode is worthwhile and to provide notes.
The endgame is to give you a personal feed of podcasts that you follow, maybe even deliver it to your inbox or via RSS.
My tech stack is quite simple - React Router(v7), node.js and PostgreSQL with Redis. I'm using OpenAI API to generate the summary from the episode transcript.
Baag – Easily run multiple AI coding agents on the same project #
Open-source macOS CLI tool for aliasing and timing command line runs #
I added a bonus function where ez outputs also the time it took to run the subprocess, this is pretty nice for keeping an eye on build times and unit test run times without even thinking about it. Running commands in parallel as separate subprocesses is also supported.
If you wanna try it out, the tool can be installed with homebrew: brew tap urtti/ez brew install ez
Homebrew repo: https://github.com/urtti/homebrew-ez Source code repo: https://github.com/urtti/ez
Play Flash Games on Mobile with Ruffle Virtual Keyboard #
Memva – A Local Multi-Session Manager for Claude Code #
It's hard to beat in the in-terminal experience, but this is still neat for running web research or coding up smaller, more simple features.
Some info on the app:
- Spawns Claude Code via the command line in headless mode
- Has an embedded MCP server that allows Claude Code to send over permissions requests
- Has custom components for displaying various tool calls & associated results
- Uses sqlite for event storage
- Embedded custom-developed jobs system for managing parallel Claude Code sessions
- Global settings for max turns & permissions mode that can be overridden within each session (shift-tab within a session to change perms mode)
- Session archival
Other info:
- NO telemetry, user data collection, or data out to the internet
- NO email or auth required
- MIT license