Feed aggregator
GPL upgrades via section 14 proxy delegation
Article URL: https://runxiyu.org/comp/gplproxy/
Comments URL: https://news.ycombinator.com/item?id=47272534
Points: 19
# Comments: 2
Unlocking Python's Cores:Energy Implications of Removing the GIL
Article URL: https://arxiv.org/abs/2603.04782
Comments URL: https://news.ycombinator.com/item?id=47272531
Points: 1
# Comments: 1
Using time travel to remotely debug faulty DRAM (2020)
Article URL: https://julialang.org/blog/2020/09/rr-memory-magic/
Comments URL: https://news.ycombinator.com/item?id=47272513
Points: 1
# Comments: 0
Ask HN: Feedback on a Rust graph algorithm framework?
GitHub: https://github.com/wintermarstice/sinistra
Comments URL: https://news.ycombinator.com/item?id=47272506
Points: 1
# Comments: 0
Bristol social media 'School Wars' trend blamed for attack on 12-year-old girl
Show HN: AI pull request reviewer that analyzes Git diffs
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
Cursor: Build agents that run automatically
Article URL: https://cursor.com/blog/automations
Comments URL: https://news.ycombinator.com/item?id=47272436
Points: 3
# Comments: 0
"I'm obviously taking a risk here by advertising emoji directly."
Article URL: https://unsung.aresluna.org/im-obviously-taking-a-risk-here-by-advertising-emoji-directly/
Comments URL: https://news.ycombinator.com/item?id=47272338
Points: 1
# Comments: 0
C++ Performance Improvements in MSVC Build Tools v14.51
Article URL: https://devblogs.microsoft.com/cppblog/c-performance-improvements-in-msvc-build-tools-v14-51/
Comments URL: https://news.ycombinator.com/item?id=47272333
Points: 1
# Comments: 0
Ladybird browser update (February 2026) [video]
Article URL: https://www.youtube.com/watch?v=Y3tteHSrJlY
Comments URL: https://news.ycombinator.com/item?id=47272330
Points: 1
# Comments: 1
JSR: The open-source package registry for modern JavaScript and TypeScript
Article URL: https://jsr.io/
Comments URL: https://news.ycombinator.com/item?id=47272307
Points: 1
# Comments: 0
DTOs at the Speed of Plain PHP
Article URL: https://www.dereuromark.de/2026/03/02/dtos-at-the-speed-of-plain-php/
Comments URL: https://news.ycombinator.com/item?id=47272305
Points: 1
# Comments: 0
Show HN: I measured my context switching by scanning Git commits
Article URL: https://github.com/MuhammadBaibarsZainUlAbideen/context-tracker
Comments URL: https://news.ycombinator.com/item?id=47272299
Points: 1
# Comments: 1
Show HN: Introducing Kite AI Agent: Conversational Operations for Kubernetes
Article URL: https://github.com/kite-org/kite/discussions/409
Comments URL: https://news.ycombinator.com/item?id=47272298
Points: 1
# Comments: 0
Online harassment is entering its AI era
Article URL: https://www.technologyreview.com/2026/03/05/1133962/online-harassment-is-entering-its-ai-era/
Comments URL: https://news.ycombinator.com/item?id=47272293
Points: 1
# Comments: 0
Cursor is now available in IntelliJ and other JetBrains IDEs through ACP
Article URL: https://cursor.com/blog/jetbrains-acp#coding-with-cursor-in-jetbrains-ides
Comments URL: https://news.ycombinator.com/item?id=47272279
Points: 1
# Comments: 1
Show HN: Claude Code for iPad – Agentic AI coding tool with file ops, Git, shell
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
How to Survive Your Project's First 100k Lines
Article URL: https://verdagon.dev/blog/first-100k-lines
Comments URL: https://news.ycombinator.com/item?id=47272259
Points: 2
# Comments: 0
Don't Be a Wrapper, Be a Container
Article URL: https://www.hopsworks.ai/post/coding-agents-inside-data-platforms
Comments URL: https://news.ycombinator.com/item?id=47272241
Points: 1
# Comments: 0
