frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: What's my JND? – a colour guessing game

https://www.keithcirkel.co.uk/whats-my-jnd/?r=ARUjKP__-ve-
28•Keithamus•14h ago•25 comments

Show HN: How I Topped the HuggingFace Open LLM Leaderboard on Two Gaming GPUs

https://dnhkng.github.io/posts/rys/
260•dnhkng•10h ago•80 comments

Show HN: Modulus – Cross-repository knowledge orchestration for coding agents

https://modulus.so
5•dasubhajit•5h ago•0 comments

Show HN: Joha – a free browser-based drawing playground with preset shape tools

https://joha-app.pages.dev/
7•smlee•2d ago•0 comments

Show HN: Claude Code Token Elo

https://www.clauderank.com
5•ymaws•19h ago•2 comments

Show HN: Ash, an Agent Sandbox for Mac

https://ashell.dev
4•amsha•8h ago•3 comments

Show HN: 2D RPG base game client recreated in modern HTML5 game engine with AI

https://github.com/ErkoKnoll/helbreath-base-game
5•erkok•3h ago•2 comments

Show HN: DD Photos – open-source photo album site generator (Go and SvelteKit)

https://github.com/dougdonohoe/ddphotos
56•dougdonohoe•10h ago•17 comments

Show HN: Draxl, agent-native source code with stable AST node IDs

https://github.com/draxl-org/draxl
3•rndhouse•2h ago•0 comments

Show HN: I Was Here – Draw on street view, others can find your drawings

https://washere.live
59•mrktsm__•19h ago•44 comments

Show HN: A modern React onboarding tour library

https://github.com/btahir/react-tourlight
8•bilater•7h ago•1 comments

Show HN: A playable version of the Claude Code Terraform destroy incident

https://www.youbrokeprod.com
19•cdnsteve•9h ago•7 comments

Show HN: A retention mechanic for learning that isn't Duolingo manipulation?

https://www.dailylabs.co/
6•aidanadd•23h ago•4 comments

Show HN: Satellite imagery object detection using text prompts

https://www.useful-ai-tools.com/tools/satellite-analysis-demo/
7•eyasu6464•1d ago•1 comments

Show HN: KaraMagic – automatic karaoke video maker

https://karamagic.com/
2•godot•4h ago•0 comments

Show HN: The Mog Programming Language

https://moglang.org
161•belisarius222•1d ago•75 comments

Show HN: Don't share code. Share the prompt

https://openprompthub.com/#
2•jacomoRodriguez•5h ago•1 comments

Show HN: Remotely use my guitar tuner

https://realtuner.online/
247•smith-kyle•4d ago•59 comments

Show HN: DenchClaw – Local CRM on Top of OpenClaw

https://github.com/DenchHQ/DenchClaw
137•kumar_abhirup•1d ago•125 comments

Show HN: Rampart – Open-source firewall for AI agents (v0.8)

https://rampart.sh/
2•trevxr•2h ago•1 comments

Show HN: VS Code Agent Kanban: Task Management for the AI-Assisted Developer

https://www.appsoftware.com/blog/introducing-vs-code-agent-kanban-task-management-for-the-ai-assi...
93•gbro3n•1d ago•50 comments

Show HN: Agentic Data Analysis with Claude Code

https://rubenflamshepherd.com/articles/2026-03-09-agentic-data-analysis-with-claude-code
5•rubenflamshep•7h ago•0 comments

SHOW HN: A usage circuit breaker for Cloudflare Workers

17•ethan_zhao•10h ago•7 comments

Show HN: Hopalong Attractor. An old classic with a new perspective in 3D

https://github.com/ratwolfzero/hopalong_python
23•ratwolf•4d ago•2 comments

Show HN: Find Engineering Manager Jobs Efficiently

https://rolebeaver.com/
2•oah•9h ago•0 comments

Show HN: Skir – like Protocol Buffer but better

https://skir.build/
111•gepheum•2d ago•65 comments

Show HN: Get AI to write code that it can read

https://github.com/ELI7VH/wavelang
2•elijahlucian•9h ago•0 comments

Show HN: I built a real-time OSINT dashboard pulling 15 live global feeds

https://github.com/BigBodyCobain/Shadowbroker
304•vancecookcobxin•2d ago•120 comments

Show HN: An on-device Mac app for real-time posture reminders

https://apps.apple.com/us/app/ai-posture-reminder-app/id1574005886?mt=12
3•data-leon•3h ago•0 comments

Show HN: Smux – Terminal Multiplexer built for AI agents

https://github.com/gergomiklos/smux
5•garymiklos•10h ago•0 comments
Open in hackernews

Show HN: KaraMagic – automatic karaoke video maker

https://karamagic.com/
2•godot•4h ago
Hi all, this is an early version of a side project of mine. Would love some feedback and comments.

I like karaoke and I grew up with the Asian style karaoke with the music video behind and the karaoke lyrics at the bottom.

Sometimes I want to do a song and there is no karaoke version video like that.

A few years ago I came across ML models that cleanly separate the vocals and the instrumental music of a song. I thought of the idea to chain together ML models that can take an input music video file, extract the audio (ffmpeg), separate the tracks (ML), transcribe the lyrics (ML), burn the lyrics back with timing into the video (ffmpeg), and output a karaoke version of the video.

This is an early version of the app, Mac only so far (since I use Mac, despite it being an electron app.. I do eventually want to make a Windows build), I've only let a few friends try it. Let me know what you think!