Linear Diffs
Summary
Linear Diffs is a new feature that lets you review pull requests directly inside Linear.
Similar Articles
Show HN: Codiff, a local diff review tool
Codiff is a minimal, local diff viewer for reviewing staged and unstaged Git changes, with LLM-powered walkthroughs and inline review comments.
@cnakazawa: Codiff 0.1 is out * Fast Local Code Reviews * Optional LLM Walkthroughs * Inline Review Comments This is the best compa…
Codiff 0.1 is a minimal, local diff viewer for Git changes with optional LLM walkthroughs and inline review comments, designed for reviewing code from AI coding agents.
Reviewing so called Pull Requests at $dayjob
A developer describes his workflow for reviewing pull requests using git commands like range-diff and log -p to work around web-based UI deficiencies.
@sashimikun_void: https://github.com/nkzw-tech/codiff… Cool code diff viewer btw...
Codiff is a beautiful, local diff viewer for Git repositories with LLM-powered walkthroughs and inline review comments, designed to streamline code review before committing.
How's Linear so fast? A technical breakdown
This article provides a technical breakdown of how the project management tool Linear achieves its fast performance by using a browser-side database (IndexedDB), local-first mutations, and a sync engine, eliminating network latency from user interactions.