Feed aggregator

Massive Precut Stone

Hacker News - Sat, 02/14/2026 - 10:20pm
Categories: Hacker News

Worlds first(?) voice email Android app

Hacker News - Sat, 02/14/2026 - 10:04pm

Article URL: https://gerrysapps.com/owlmail/

Comments URL: https://news.ycombinator.com/item?id=47020665

Points: 1

# Comments: 0

Categories: Hacker News

Building the Chinese Room

Hacker News - Sat, 02/14/2026 - 9:49pm
Categories: Hacker News

Show HN: Git Navigator – Use Git Without Learning Git

Hacker News - Sat, 02/14/2026 - 9:43pm

Hey HN, I built a VS Code extension that lets you do Git things without memorizing Git commands.

You know what you want to do, move this commit over there, undo that thing you just did, split this big commit into two smaller ones. Git Navigator lets you just... do that. Drag a commit to rebase it. Cherry-pick (copy) it onto another branch. Click to stage specific lines. The visual canvas shows you what's happening, so you're not guessing what `git rebase -i HEAD~3` actually means.

The inspiration was Sapling's Interactive Smartlog, which I used heavily at Meta. I wanted that same experience but built specifically for Git.

A few feature callouts:

- Worktrees — create, switch, and delete linked worktrees from the graph. All actions are worktree-aware so you're always working in the right checkout. - Stacked workflows — first-class stack mode if you're into stacked diffs, but totally optional. Conflict resolution — block-level choices instead of hunting through `<<<<<<<` markers.

Works in VS Code, Cursor, and Antigravity. Just needs a Git repo.

Site: https://gitnav.xyz

VSCode Marketplace: https://marketplace.visualstudio.com/items?itemName=binhongl...

Open VSX: https://open-vsx.org/extension/binhonglee/git-navigator

Comments URL: https://news.ycombinator.com/item?id=47020569

Points: 3

# Comments: 0

Categories: Hacker News

Pages