Feed aggregator

GPL upgrades via section 14 proxy delegation

Hacker News - Fri, 03/06/2026 - 3:41am

Article URL: https://runxiyu.org/comp/gplproxy/

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

Points: 19

# Comments: 2

Categories: Hacker News

Ask HN: Feedback on a Rust graph algorithm framework?

Hacker News - Fri, 03/06/2026 - 3:39am

GitHub: https://github.com/wintermarstice/sinistra

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: AI pull request reviewer that analyzes Git diffs

Hacker News - Fri, 03/06/2026 - 3:34am

Hi HN,

I’ve been working on a small tool called PR AI to help review pull requests faster using AI-assisted context.

The idea is to load the PR diff and let the AI analyze it directly, so you can discuss the changes, risks, and possible improvements without switching between tools.

What it does so far:

Connects to GitHub and loads PR diff context

Import diffs from GitHub, file upload, or paste

Renders readable diffs inside the workspace

Chat with AI using the active PR context

Structured review output (summary, risks, recommendation)

Right now I’m focusing on:

Better traceability from AI comments to exact changed lines

Improving the signal-to-noise ratio in reviews

Keeping the interface lightweight while adding deeper audit signals

It’s still early but already able to load and analyze real PRs.

If you review pull requests often, I’d love to hear:

What would make an AI PR reviewer actually useful for you?

What kind of issues should it prioritize detecting?

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Claude Code for iPad – Agentic AI coding tool with file ops, Git, shell

Hacker News - Fri, 03/06/2026 - 3:00am

We built an agentic coding tool that runs on iPad. Claude reads your codebase, plans changes, edits files, and pushes to GitHub — autonomously, in a loop. 7 integrated tools (Read, Write, Edit, Glob, Grep, Bash, Git), all executing locally on the device.

The shell is a JS polyfill (~25 Unix commands with pipes, chaining, and redirection). Git uses isomorphic-git. API calls stream token-by-token via SSE.

We used it to develop itself — dogfooding from day one.

We've hit iPad platform limits: no persistent background processes, no real shell for builds/tests, iOS purges IndexedDB after 7 days. Looking for collaborators to solve the last-mile problem — especially anyone with experience in iOS hybrid apps, WebContainers, or keeping background servers alive on iOS.

Repo: https://github.com/M8seven/claude-mobile Detailed writeup: https://github.com/M8seven/claude-mobile/issues/1

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

Points: 1

# Comments: 0

Categories: Hacker News

Unlimited users, free and ad-free remote employee management tool

Hacker News - Fri, 03/06/2026 - 3:00am

NeuralOps

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

Points: 1

# Comments: 1

Categories: Hacker News

Pages