frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol

https://tangled.org/rocksky.app/rocksky
68•tsiry•14h ago•32 comments

Show HN: Watch a neural net learn to play Snake

https://ppo.gradexp.xyz/
189•c1b•2d ago•44 comments

Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model

https://github.com/cactus-compute/needle
760•HenryNdubuaku•4d ago•210 comments

Show HN: Epiq – Distributed Git based issue tracker TUI

https://ljtn.github.io/epiq/
86•jolaflow•1d ago•44 comments

Show HN: Burn, baby, burn (those tokens)

https://github.com/dtnewman/burn-baby-burn
121•dtnewman•1d ago•27 comments

Show HN: Got ghosted by tech companies so I built a tool to track ghost jobs

https://csvfirst.pythonanywhere.com/insights/hiring-data/job-listings-that-stay-open-for-years/
4•ktmartin•10h ago•1 comments

Show HN: Sx – an open-source package manager for AI skills, MCPs, and commands

https://github.com/sleuth-io/sx
47•detkin•1d ago•25 comments

Show HN: I built a screen recorder that captures console logs, requests and more

https://userplane.io/
2•wizenheimer•11h ago•0 comments

Show HN: Gigacatalyst – Extend your SaaS with an embedded AI builder

60•namanyayg•4d ago•27 comments

Show HN: Hermes-agentmemory, pull-model episodic memory with real deletes

https://github.com/MukundaKatta/hermes-agentmemory
4•mukundakatta•13h ago•0 comments

Show HN: Running the second public ODoH relay

https://numa.rs/blog/posts/odoh-anonymous-dns-without-an-account.html
124•rdme•2d ago•41 comments

Show HN: Browser based sythesizer, drum machine and squencer

https://github.com/madmonk13/modal-16
18•madmonk•1d ago•4 comments

Show HN: GridTravel – A community based travel app for users to share routes

https://www.gridtravel.app
58•knuaym9•2d ago•39 comments

Show HN: Nibble

https://github.com/glouw/nibble
101•glouwbug•3d ago•24 comments

Show HN: TikTok but for scientific papers

https://andreaturchet.github.io/website/index.html
195•ciwrl•5d ago•77 comments

Show HN: Strava for AI coding – analytics on your Copilot/Claude/Codex usage

https://github.com/microsoft/AI-Engineering-Coach
8•aymenfurter•16h ago•1 comments

Show HN: Infinite Swap – Trade a bottle cap up to a house

https://infiniteswap.app/
6•dansquizsoft•16h ago•3 comments

Show HN: Agentic interface for mainframes and COBOL

https://www.hypercubic.ai/hopper
97•sai18•4d ago•50 comments

Show HN: Statewright – Visual state machines that make AI agents reliable

https://github.com/statewright/statewright
124•azurewraith•4d ago•54 comments

Show HN: MIT OSS LinkedIn DMs for Agents (CLI and Example TUI)

https://allman.sh
5•toobulkeh•1d ago•1 comments

Show HN: Swpui, a TUI for case-aware search and replace

https://github.com/beeb/swpui
3•beeb•22h ago•0 comments

Show HN: Claude64, a Commodore 64 client for Claude

https://github.com/theletterf/claude64
6•theletterf•1d ago•1 comments

Show HN: Race to the Bottom

https://race-to-the-bottom.onrender.com
59•maxwellito•2d ago•49 comments

Show HN: I made a Clojure-like language in Go, boots in 7ms

https://github.com/nooga/let-go
288•marcingas•1w ago•85 comments

Show HN: A modern Music Player Daemon based on Rockbox firmware

https://github.com/tsirysndr/rockbox-zig
122•tsiry•1w ago•28 comments

Show HN: A Dark Cave – Minimalistic Graphics in the Age of AI Slop

https://a-dark-cave.com/
12•julez_•22h ago•6 comments

Show HN: TRUST – Coding Rust like it's 1989

https://github.com/wojtczyk/trust
177•wojtczyk•1w ago•87 comments

Show HN: JDS – a Copilot skill suite for structuring AI coding behavior

https://github.com/josipmusa/jds
8•anaq42•2d ago•0 comments

Show HN: Rust but Lisp

https://github.com/ThatXliner/rust-but-lisp
215•thatxliner•1w ago•73 comments

Show HN: An index of indie web/blog indexes

https://theindex.fyi
154•rocketpastsix•6d ago•39 comments
Open in hackernews

Show HN: Codiff, a local diff review tool

https://github.com/nkzw-tech/codiff/releases
19•cpojer•2h ago
Nowadays I review a lot of code locally that was written by llms. I used to review my own code using git + delta. It started to feel limiting with the amount of code written by llms.

When looking at a large diff on Friday I pointed an llm at diffs.com and trees.software and told it to build an app. It only took 16 minutes, is extremely fast for large diffs, beautiful and minimal.

Today I polished it up and added all the features that I need. It has file filters, search, an llm walkthrough mode, and review comments that you can paste back into your llm.

I will be using Codiff a lot, and can finally review the large diff from Friday that led me to build this If you like it, fork it!

Comments

sjhalani7•1h ago
That's awesome. Been reviewing code diffs on the IDE and it's been hard, so will check this out!
atmanactive•1h ago
... for MacOS.
usernametaken29•54m ago
Surprisingly enough this has just a few features the JetBrains diff view is lacking, notably file search… good ideas
realrocker•38m ago
:) We are all converging on the same problems and tooling to fix them.

Built this in the last couple days to review changes done by claude on a hetzner box(over tailscale on my phone) and leave comments before pushing to remote : https://github.com/livetemplate/prereview.

Runs everywhere and can has a claude skill: /prereview which starts a new instance for the current changes. Has a “Hand-off” button to signal claude to process the comments.

UI is responsive. I use it on my iphone with claude mobile app + /remote-control to leave comments before pushing.Still requires polish but core features work.

cpojer•28m ago
That’s awesome! I built this specifically as a GUI because it’s become too much code to effectively review in the terminal for me.
realrocker•9m ago
exactly. LLM code output is so high that it has become unreasonable to review the code in terminal or ide
Evan-Purkhiser•26m ago
Would love to see some screenshots in your readme of this!
realrocker•10m ago
Yeah the project is right out of the oven so will add some usage gifs shortly to the repo. Meanwhile here are some screenshots on imgur: https://imgur.com/a/zxZo651
stephenr•28m ago
Who knew that the killer task for LLMs would be "recreate existing things that exist without me mentioning them by name, based on a worse alternative as the example".

Kaleidoscope exists.

File Merge exists.

cpojer•10m ago
Codiff is faster and scales to larger commits than those.
tcoff91•22m ago
Can you include screenshots in your readme?

Also does it only work for staging and unstaged changes? I use jj so I need to be able to point it at commits since jj has no staging it just creates a new git commit snapshot every time you run any jj command.

cpojer•10m ago
There is a screenshot in the README.

There is a video here: https://x.com/cnakazawa/status/2055881241677668637?s=46&t=BS...

It works for any staged, unstaged or untracked file in a repo. It does not have support for mutations (like staging or unstaging a change) yet. It does not yet work for specific commits but should be super easy to add.

magnio•22m ago
Is diff viewer the 2026 todo list?

List of vibe coded alternatives:

- revdiff: https://github.com/umputun/revdiff

- hunk: https://github.com/modem-dev/hunk

- diffnav: https://github.com/dlvhdr/diffnav

- diffx: https://github.com/wong2/diffx

- lumen: https://github.com/jnsahaj/lumen

cpojer•8m ago
4 of these are TUIs. I built Codiff specifically because TUI review became overwhelming to me. One of them is a web view, I prefer a native app window (it’s JS either way, ofc).

Also, I never wasted time building todo apps. Now I can build apps that help me do my job that I wouldn’t have had the time for without AI.