frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Aigate – An OS-level sandbox for AI coding agents (Claude, Cursor)

https://github.com/AxeForging/aigate
1•oldestaxe•23s ago•1 comments

Fed clarifies capital rules for tokenized securities

https://www.theblock.co/post/392506/fed-clarifies-rules-tokenized-securities-framework-technology...
1•wslh•1m ago•0 comments

What if AI just makes us work harder?

https://www.ft.com/content/e8bb5ab1-4b4d-473e-8f76-e690443e9fb4
4•paulpauper•3m ago•0 comments

We Deserve Better Journals

https://igorpak.wordpress.com/tag/transactions-of-the-american-mathematical-society/
1•paulpauper•4m ago•0 comments

Is this man the future of US manufacturing?

https://thehustle.co/newsletters/04-03-2026
1•paulpauper•6m ago•0 comments

Every Coen Brothers Movie, Ranked

https://www.insidehook.com/film/every-coen-brothers-movie-ranked
2•RickJWagner•7m ago•1 comments

AI Has Amnesia. You're Paying. Blame the Architecture

https://solonai.com/grantai/essays/ai-amnesia
2•grant-ai•7m ago•0 comments

Where Are China's A.I. Doomers?

https://www.nytimes.com/2026/03/04/world/asia/china-ai-enthusiasm.html
3•bookofjoe•8m ago•2 comments

Parse, Don't Guess

https://event-driven.io/en/parse_dont_guess/
1•porada•8m ago•0 comments

Flock vs. FOIA: The Suppression Manual

https://haveibeenflocked.com/news/flock-vs-foia
2•wayathr0w•9m ago•1 comments

Managerial Abuse (1988)

https://developer.apple.com/library/archive/technotes/ov/ov_08.html#//apple_ref/doc/uid/DTS10002606
1•slugs19•9m ago•0 comments

Mahatma Gandhi's Approach to Environmental Sustainability

https://evs.institute/environment-and-society/gandhi-approach-environmental-sustainability/
2•methuselah_in•10m ago•0 comments

Version control and full session capture are table stakes

https://lexifina.com/blog/version-control-and-full-session-capture-are-table-stakes
1•alansaber•10m ago•0 comments

Nintendo Sues U.S. Government for Tariff Refunds

https://www.scribd.com/document/1008639172/Nintendo-Sues-U-S-Government-For-Tariff-Refunds
3•coloneltcb•14m ago•0 comments

X Users Find Their Real Names Are Being Googled in Israel

https://www.mintpressnews.com/x-users-find-their-real-names-are-being-googled-in-israel-after-usi...
13•upofadown•18m ago•0 comments

Periodic Labs

https://periodic.com/
2•tomnicholas1•19m ago•0 comments

Stop Registration Spam with Identity Pre-Verification

https://fusionauth.io/blog/identity-pre-verification
1•mooreds•20m ago•0 comments

HelloAI: Honest leaderboard of the current top frontier models

https://helloai.com/
1•HelloAi•20m ago•0 comments

China's CO2 emissions hit Q1 record high after 4% rise in early 2023 (2023)

https://www.carbonbrief.org/analysis-chinas-co2-emissions-hit-q1-record-high-after-4-rise-in-earl...
1•tlogan•21m ago•1 comments

The Shady World of IP Leasing

https://acid.vegas/blog/the-shady-world-of-ip-leasing/
2•alibarber•24m ago•0 comments

Long-term support for Linux releases gets a new lease on life

https://thenewstack.io/long-term-support-for-linux-releases-gets-a-new-lease-on-life/
1•CrankyBear•26m ago•1 comments

Best API Documentation Tools

https://www.jamdesk.com/blog/best-api-documentation-tools
1•gbourne1•26m ago•0 comments

The UAW Is Leading the Push for Green Jobs in California

https://jacobin.com/2026/02/uaw-green-jobs-california-union/
1•PaulHoule•27m ago•0 comments

Utah's online porn tax proposal poses a major threat to civil liberties

https://www.techdirt.com/2026/03/06/utahs-proposal-to-tax-online-pornography-is-a-civil-liberties...
4•speckx•28m ago•1 comments

Show HN: How to Catch Documentation Drift with Claude Code and GitHub Actions

https://dosu.dev/blog/how-to-catch-documentation-drift-claude-code-github-actions
1•onlydole•29m ago•0 comments

Runtime observability and policy enforcement for AI coding agents

https://www.oculisecurity.com/
2•rellaElla•30m ago•0 comments

Wine 11.4 – Run Windows Applications on Linux, BSD, Solaris and macOS

https://www.winehq.org/announce/11.4
1•neustradamus•30m ago•0 comments

BlackRock $26B Private Credit Fund Limits Withdrawals

https://www.bloomberg.com/news/articles/2026-03-06/blackrock-s-26-billion-private-credit-fund-lim...
5•greesil•31m ago•1 comments

Dracarys

https://dracarys.robertborghesi.is/
2•darmensdf•31m ago•0 comments

Project Operational Autonomy: our agent-to-agent-future

https://pebblebed.com/blog/operational-autonomy
2•kmavm•31m ago•0 comments
Open in hackernews

Show HN: DiffDeck, a PR review tool with file context and code navigation

https://diffdeck.dev/login
1•riegerj•8h ago
I built DiffDeck because I was struggling to review larger pull requests in GitHub, especially ones with a lot of AI-assisted code.

GitHub's diff view works well for smaller changes, but once a PR gets big I usually want more of an editor-style workflow while reviewing ie see the surrounding code, jump to related symbols and files, and mark off what I have already reviewed and I felt Github's interface was really frustrating me.

DiffDeck opens a GitHub pull request in a review workspace with:

- full file context - go-to-definition and references for TS/JS - review notes - per-file reviewed state and review progress - hide/checkoff reviewed files

One thing I wanted was for it to feel closer to VS Code than a traditional PR tool. You can jump around the codebase while reviewing, and features like go-to-definition are meant to feel familiar if you already spend most of your time in an editor.

Right now it requires GitHub sign-in, because the point is to open pull requests you already have access to and review them with more context than GitHub's diff view gives you. I considered making a public demo, but that felt less representative than letting people try it on their own PRs.

This is an early alpha. Right now the code navigation features are focused on TypeScript and JavaScript codebases. The main thing I'm trying to learn is whether this is actually a better review workflow than staying in GitHub's PR UI. For now you can feel free to review a single PR.

I'd especially like feedback from people who review large PRs or AI-generated code:

- what still feels missing - whether this solves a real problem or just one I personally had