frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Exploratorium Cookbook Set: Volumes I, II and III

https://www.exploratoriumstore.com/products/exploratorium-cookbook-set
1•mhb•1m ago•1 comments

NATO's Chemical, Biological, Radiological and Nuclear (CBRN) Defence Policy

https://www.nato.int/cps/en/natohq/official_texts_197768.htm
1•type0•3m ago•0 comments

Charlie Kirk Is Dead After Shooting, Trump Says: Live Updates

https://www.wsj.com/livecoverage/charlie-kirk-shot
4•Anon84•3m ago•0 comments

Senator: FTC should investigate Microsoft for dangerous and insecure software

https://www.wyden.senate.gov/news/press-releases/wyden-calls-for-ftc-investigation-of-microsoft-f...
2•Improvement•3m ago•0 comments

'China Is the Engine' Driving Nations Away from Fossil Fuels, Report Says

https://www.nytimes.com/2025/09/08/climate/china-clean-energy-fossil-fuel-research.html
2•bookofjoe•4m ago•1 comments

Show HN: HumanAlarm – Real people knock on your door to wake you up

https://humanalarm.com
1•soelost•4m ago•0 comments

The rules behing Rust functions

https://blog.cuongle.dev/p/the-hidden-rules-behind-rust-functions
1•gidellav•5m ago•0 comments

Launching Bottlenecks Institute

https://www.bottlenecksinstitute.com/
1•parnibrk•7m ago•0 comments

In 1979 one of the best guitar solos recorded was cut for radio time

https://www.seekhifi.com/my-sharona-by-the-knack/
2•wmeredith•8m ago•1 comments

Lifetime Starlink Deal? Nope, It's Just a Scam Circulating on Facebook

https://www.pcmag.com/news/lifetime-starlink-deal-nope-its-just-a-scam-circulating-on-facebook
1•rolph•8m ago•0 comments

Understanding Motion and Relativity with Spacetime Diagrams

https://steuard.github.io/spacetime/intro.html
2•Steuard•8m ago•1 comments

Coffee naps might be the weirdest–and smartest–way to recharge

https://www.nationalgeographic.com/health/article/caffeine-nap-explained
1•manveerc•9m ago•0 comments

How do we decide if a tax is good or bad?

https://www.theguardian.com/australia-news/2025/aug/21/how-do-we-decide-if-a-tax-is-good-or-bad-a...
1•PaulHoule•14m ago•0 comments

What's the real reason games are taking longer to make?

https://www.gamedeveloper.com/production/what-s-the-real-reason-games-are-taking-longer-to-make-
1•starkparker•15m ago•0 comments

Scaling Asyncio on Free-Threaded Python

https://labs.quansight.org/blog/scaling-asyncio-on-free-threaded-python
1•lumpa•15m ago•0 comments

Front-Loaded Vesting: Why Your Tech Offer Looks Different Now

https://www.levels.fyi/blog/front-loaded-vesting.html
1•zuhayeer•17m ago•0 comments

The Great French Fry Mystery

https://torontolife.com/deep-dives/the-great-french-fry-mystery-fast-food-whodunit/
1•gmays•18m ago•0 comments

The weird economics of semiconductors and GenAI

https://gauthierroussilhe.com/en/articles/how-to-use-computing-power-faster
3•Bogdanp•19m ago•0 comments

Claude Code Analytics API

https://docs.anthropic.com/en/api/claude-code-analytics-api
1•tosh•23m ago•0 comments

New Prefill Specialised GPU – Nvidia Rubin CPX

https://semianalysis.com/2025/09/10/another-giant-leap-the-rubin-cpx-specialized-accelerator-rack/
1•gchadwick•26m ago•0 comments

AI-Personalized Welcome Messages for Website Visitors

https://peteallport.substack.com/p/ai-personalized-welcome-messages
1•peterallport•27m ago•0 comments

Show HN: Pgdbtemplate – fast PostgreSQL test databases in Go using templates

https://github.com/andrei-polukhin/pgdbtemplate
1•andrei-polukhin•28m ago•0 comments

What's Got into Stephen King?

https://notoneoffbritishisms.com/2025/09/10/whats-got-into-stephen-king/
1•jjgreen•31m ago•0 comments

A GitHub Co-Founder's Next Commit

https://opensourcepledge.com/blog/scott-chacon-github-gitbutler/
2•coloneltcb•34m ago•0 comments

Psychologist for Founders

https://www.marcosander.com
2•MarcoSander•35m ago•1 comments

From Org Charts to Work Charts: Building Clarity in the New Work World

https://www.clearwork.io/blog-posts/from-org-charts-to-work-charts-building-clarity-in-the-new-wo...
1•abrooks43•35m ago•1 comments

Show HN: TimeCopilot, forecasting agent with LLMs and foundation models

https://github.com/AzulGarza/timecopilot
3•azulgarzar•36m ago•0 comments

Show HN: Flox – Nvidia CUDA available for the Nix ecosystem

https://flox.dev/blog/the-flox-catalog-now-contains-nvidia-cuda/
7•ronef•40m ago•0 comments

Microsoft has become like an arsonist

https://arstechnica.com/security/2025/09/senator-blasts-microsoft-for-making-default-windows-vuln...
4•worik•46m ago•0 comments

Tufts Offers Free Tuition for Families Making Under $150k a Year

https://www.bloomberg.com/news/articles/2025-09-10/tufts-university-offers-free-tuition-for-famil...
4•toomuchtodo•49m ago•0 comments
Open in hackernews

Show HN: Haystack – Review pull requests like you wrote them yourself

https://haystackeditor.com
34•akshaysg•2h ago
Hi HN!

We’re Akshay and Jake. We put together a tool called Haystack to make pull requests straightforward to read.

What Haystack does:

-- Builds a clear narrative. Changes in Haystack aren’t just arranged as unordered diffs. Instead, they unfold in a logical order, each paired with an explanation in plain, precise language

-- Focuses attention where it counts. Routine plumbing and refactors are put into skimmable sections so you can spend your time on design and correctness

-- Provides full cross-file context. Every new or changed function/variable is traced across the codebase, showing how it’s used beyond the immediate diff

Here’s a quick demo: https://youtu.be/w5Lq5wBUS-I

If you’d like to give it a spin, head over to haystackeditor.com/review! We set up some demo PRs that you should be able to understand and review even if you’ve never seen the repos before!

We used to work at big companies, where reviewing non-trivial pull requests felt like reading a book with its pages out of order. We would jump and scroll between files, trying to piece together the author’s intent before we could even start reviewing. And, as authors, we would spend time to restructure our own commits just to make them readable. AI has made this even trickier. Today it’s not uncommon for a pull request to contain code the author doesn’t fully understand themselves!

So, we built Haystack to help reviewers spend less time untangling code and more time giving meaningful feedback. We would love to hear about whether it gets the job done for you!

How we got here:

Haystack began as (yet another) VS Code fork where we experimented with visualizing code changes on a canvas. At first, it was a neat way to show how pieces of code worked together. But customers started laying out their entire codebase just to make sense of it. That’s when we realized the deeper problem: understanding a codebase is hard, and engineers need better ways to quickly understand unfamiliar code.

As we kept building, another insight emerged: with AI woven into workflows, engineers don’t always need to master every corner of a codebase to ship features. But in code review, deep and continuous context still matters, especially to separate what’s important to review from plumbing and follow-on changes.

So we pivoted. We took what we’d learned and worked closely with engineers to refine the idea. We started with simple code analysis (using language servers, tree-sitter, etc.) to show how changes relate. Then we added AI to explain and organize those changes and to trace how data moves through a pull request. Finally, we fused the two by empowering AI agents to use static analyses. Step by step, that became the Haystack we’re showing today.

We’d love to hear your thoughts, feedback, or suggestions!

Comments

tkiolp4•1h ago
As I work more with AI, I’ve came to the conclusion that I have no patience to read AI-generated content, whether the content is right or wrong. I just feel like it’s time wasted. Countless of examples: meeting summaries (nobody reads them), auto generated code (we usually do it for prototypes and pocs, if it works, we ship it, no reviews. For serious stuff we take care of the code carefully), and a large etc.

I like AI on the producing side. Not so much on the consuming side.

akshaysg•1h ago
That's fair! If there were a "minimal" mode where you could still access callers, data flows, and dependencies with no AI text, would it be helpful for your reviews?
ray__•46m ago
Not parent, but in my opinion the answer here is yes. I agree that there is a real need here and a potentially solid value proposition (which is not the case with a lot of vscode-fork+LLM-based starups) but the whole point should be to combat the verbosity and featurelessness of LLM-generated code and text. Using an LLM on the backend to discover meaningful connections in the codebase may sometimes be the right call but the output of that analysis should be some simple visual indication of control flow or dependency like you mention. At a first look the output in the editor looks more like an expansion rather than a distillation.

Unrelated, but I don't know why I expected the website and editor theme to be hay-yellow and or hay-yellow and black instead of the classic purple on black :)

akshaysg•31m ago
Thanks for the opinion! That makes a lot of sense and I like the concept of being an extension of a user's own analysis vs hosing them with information.

Yeah originally I thought of using yellow/brown or yellow/black but for some reason I didn't like the color. Plenty of time to go back though!

mclanett•1h ago
I love this idea, trying it out now. There is QUITE a delay doing the analysis, which is reasonable, so I assume as a productionized (non-demo) release this will be async?
akshaysg•1h ago
There's a GitHub app that you can install on your repo.

If you install and subscribe to the product, we create a link for you every time you make a pull request. We're working (literally right now!) on making it create a link every time you're assigned a review as well.

We'll also speed up the time in the future (it's pretty slow)!

sea-gold•1h ago
Any ideas what pricing will look like?

What is your privacy policy around AI?

Any plans for a locally-runnable version of this?

akshaysg•1h ago
1. Pricing would be $20 per person and we'd spin up an analysis for every PR you create/are assigned to review 2. We don't train or retain anything related to your codebase. We do send all the diffs to Open AI and/or Anthropic (and we have agentic grepping so it can see other parts of the codebase as well) 3. Do you mean the ability to run this on your own servers (or even on your own computer with local LLMs)? We do have plans for the former, but I don't know how big the lift on the latter will be so I'm not sure!
mclanett•58m ago
Did not load, sad.

Failed to load resource: net::ERR_BLOCKED_BY_CLIENT ^ I'm not exactly sure what this is about. I think it is https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe... which I would imagine is probably not necessary.

Uncaught TypeError: Cannot convert undefined or null to object at Object.keys (<anonymous>) at review/?pr_identifier=xxx/xxx/1974:43:12

These urls seem to be kind of revealing.

akshaysg•51m ago
Trying to fix/find this! Could you email me the repo details? Very sorry for the error here.

In terms of auth: you should get an "unauthenticated" if you're looking at a repo without authentication (or a non-existent repo).

Ethee•23m ago
Products like these make me realize we're solving for the wrong problems with a lot of these AI solutions. I don't want you to take this as a hit to you or your product, I actually think it's extremely cool and will likely find a use. But from my perspective if this is a product you think you need, then you likely have a bigger organizational issue, as PRs are probably the last thing that I would want an AI 'intern' to organize for me.