Postingan

Show HN: Git Quest – I turned your GitHub commit history into an idle RPG https://ift.tt/bvdWkIU

Show HN: Git Quest – I turned your GitHub commit history into an idle RPG Hey HN, I built Git Quest, it reads your public GitHub history and turns it into an idle RPG character. How it works: - Your most-used language determines your class (TypeScript → Paladin, Python → Sage, etc.) - Commits generate Power and XP - Your character auto-battles dungeons while you code – no active play needed - Enemies drop loot across 5 rarity tiers - Live leaderboard ranks developers It only reads public GitHub data. I built it because I wanted something that rewards coding consistency without being another "streak" tracker. The idle mechanic means prolific coders naturally progress faster, but you don't have to babysit it. Would love feedback on the game loop and whether the class/language mapping feels right. https://ift.tt/L3i54I8 https://ift.tt/L3i54I8 March 16, 2026 at 09:44PM

Show HN: Sprinklz.io – An RSS reader with powerful algorithmic controls https://ift.tt/jNHUsqp

Show HN: Sprinklz.io – An RSS reader with powerful algorithmic controls https://sprinklz.io March 16, 2026 at 09:01PM

Show HN: LLMonster Rancher https://ift.tt/cy3dmpj

Show HN: LLMonster Rancher I've long held a bit of nostalgia for the old PlayStation game Monster Rancher. You could "discover" monsters by popping in any arbitrary CD in your house – music, a PS game, a PC game, whatever – and it would generate a monster based on the disc's metadata, and add it to your ranch. It was a game about collecting, breeding, and battling these monsters. The generated monster usually had nothing at all to do with the disc's content, of course. There were some specific discs that were hard-coded in that would give you a relevant monster, but not a ton. It was a fairly niche thing, though, and the death of CDs sort of killed the whole idea. But now in the age of LLMs, it feels like maybe the time has come back around for something like this to be pretty fun again, so I've implemented it as an Agent Skill that: 1. accepts a URL and reads the content (or any input, really) 2. follows some standard guidance on generating monster JSON for i...

Show HN: Goal.md, a goal-specification file for autonomous coding agents https://ift.tt/in7c5tZ

Show HN: Goal.md, a goal-specification file for autonomous coding agents https://ift.tt/dTEwgk2 March 16, 2026 at 01:22AM

Show HN: Detach – Mobile UI for managing AI coding agents from your phone https://ift.tt/9l6ExCP

Show HN: Detach – Mobile UI for managing AI coding agents from your phone Hey guys, about two months ago I started this side-project for "asynchronous coding" where I can prompt Claude Code from my mobile on train rides, get a notification when it's done and then review and commit the code from the app itself. Since then I've been using it on and off for a while. I finally decided to polish it and publish it in case someone might find it useful. It's a self-hosted PWA with four panels: Agent (terminal running Claude Code), Explore (file browser with syntax highlighting), Terminal (standard bash shell), and Git (diff viewer with staging/committing). It can run on a cheap VPS and a fully functioning setup is provided (using cloud-init and simple bash scripts). This fits my preferred workflow where I stay in the loop: I review every diff, control git manually, and approve or reject changes before they go anywhere. Stack: Go WebSocket bridge, xterm.js frontend, Ubuntu...

Show HN: Lengpal – simple video chat for language exchange https://ift.tt/oa5PzqT

Show HN: Lengpal – simple video chat for language exchange Hi HN, I built a small tool called Lengpal. It’s basically a very simple video chat room made for language exchange. Most people I know who do language exchanges just use Zoom, Meet, or Teams. It works, but those tools aren’t really designed for it. One thing that always comes up is managing the speaking time so both people get equal practice. So the only thing we focused on for now is a built-in timer that lets you split the session between languages. For example 30 minutes Spanish, 30 minutes English. The idea is intentionally simple. You create a room, send the link to your partner, and start the session. No matching, no complicated setup. We just launched today and are trying to see if this simple approach actually helps people doing exchanges. Website: https://lengpal.com We also launched on Product Hunt today if anyone is curious: https://ift.tt/YUo4lIA Would love to hear what you think. https://ift.tt/TMYFdiu March 15, 2...