frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Siddharth on X: "Software Is Eating the World (But This Time)"

https://twitter.com/siddharthvader_/status/2049161016156762441
1•kiyanwang•2m ago•0 comments

Ask HN: Recommended Gemini CLI extensions/skills for token consumption

1•elC0mpa•3m ago•0 comments

We never get to what matters

https://yewjin.substack.com/p/why-we-never-get-to-what-matters
1•kiyanwang•7m ago•0 comments

AI Coding Tools Ranked by Community Sentiment: 4 Weeks of Reddit/HN Data (2026)

https://murmure.cc/state-of-ai-devtools-2026
1•ianalyze•7m ago•0 comments

Why the US keeps getting richer while Britain stagnates

https://www.thetimes.com/business/economics/article/why-us-richer-than-uk-rlkshqvq9
1•petethomas•8m ago•0 comments

Hot Updates in Postgres

https://boringsql.com/posts/hot-updates/
1•radimm•8m ago•1 comments

FujiNet Go 800 – Atari800 Emulator for Android – FujiNet

https://fujinet.online/2026/04/23/fujinet-go-800-atari800-emulator-for-android/
1•rbanffy•10m ago•0 comments

Chinese firm revives the drive-in cinema with film-projecting headlights

https://www.thetimes.com/uk/technology-uk/article/chinese-firm-drive-in-cinema-film-projecting-he...
2•petethomas•11m ago•1 comments

Claude Code Opus 4.7: 16B cache reads across 8 sessions, forensic JSONL data

https://github.com/anthropics/claude-code/issues/38350
1•biniruprojects•16m ago•0 comments

Banana Pi Announces RISC-V Based BPI‑SM10 Developer Kit and K3 Pico‑ITX AI SBC

https://forum.banana-pi.org/t/banana-pi-major-release-based-on-spacemit-k3-launching-bpi-sm10-dev...
1•fork-bomber•20m ago•0 comments

Visualize Any Repository

https://gitdiagram.com
1•ahmedkhaleel•21m ago•1 comments

How AI Is Changing Programming Language Usage

https://cacm.acm.org/news/how-ai-is-changing-programming-language-usage/
2•adunk•22m ago•0 comments

Guess at lost Bitcoin, right in the browser

https://satoshiguesser.com
1•jumploops•22m ago•0 comments

One of the most common knee surgeries does not help and may be harmful

https://www.eurekalert.org/news-releases/1126327
2•u1hcw9nx•24m ago•0 comments

Show HN: I built a zero-tracking news hub to escape doom scrolling at (AGE 17y)

2•blazeeofsun•27m ago•0 comments

Meta shares slide as it hikes AI spending forecast, youth social media backlash

https://nypost.com/2026/04/29/business/meta-shares-slide-as-tech-giant-hikes-ai-spending-forecast...
1•1vuio0pswjnm7•29m ago•0 comments

Apple's self-designed AI server chip "Baltra" may be manufactured by TSMC

https://technode.com/2026/04/09/apples-self-designed-ai-server-chip-baltra-may-be-manufactured-by...
1•mgh2•30m ago•0 comments

Indie English Bookstore in Tokyo

https://featherheartbooks.com/
3•agnishom•31m ago•0 comments

Meta bumped 2026 capex forecast up to $145B for AI boom investors flinched

https://fortune.com/2026/04/29/meta-zuckerberg-145-billion-ai-spending-roi/
2•1vuio0pswjnm7•32m ago•1 comments

Claude Code is inspecting repos and can auto-switch to extra usage

https://twitter.com/theo/status/2049645973350363168/photo/1
3•mlitwiniuk•34m ago•1 comments

Experimenting with an ISP-style billing model for AI usage

1•rNetAi•39m ago•0 comments

Tracking Migration to the United States

https://trackmigrations.org
1•Areibman•39m ago•0 comments

Gemini CLI not working for 100s of paying users for more than a month

https://github.com/google-gemini/gemini-cli/issues/24517
1•krisgenre•40m ago•0 comments

Show HN: Task Manager for AI Agents (MCP, Opensource)

https://github.com/agentrq/agentrq
3•mrtnx•45m ago•0 comments

KeyStruck – Confirm what shortcut you just pressed without watching the menu bar

https://bendansby.com/apps/keystruck.html
2•webwielder2•47m ago•0 comments

Why Does Music in Science Fiction Sound Like That?

https://daily.jstor.org/why-does-music-in-science-fiction-sound-like-that/
3•tintinnabula•49m ago•0 comments

Weight-Loss Drugs May Reduce Buildup of Alzheimer's Proteins

https://www.sciencealert.com/weight-loss-drugs-may-reduce-buildup-of-alzheimers-proteins-major-re...
3•warbaker•55m ago•0 comments

Electrical current might be the key to a better cup of coffee

https://arstechnica.com/science/2026/04/electrical-current-might-be-the-key-to-a-better-cup-of-co...
3•signa11•56m ago•0 comments

Taiwan activates backup communications for island after undersea cable breaks

https://www.taipeitimes.com/News/taiwan/archives/2026/04/30/2003856520
7•keepamovin•1h ago•0 comments

Therac-25

https://en.wikipedia.org/wiki/Therac-25
2•0xcg•1h ago•0 comments
Open in hackernews

Offical XRP NPM package has been compromised and key stealing malware introduced

https://www.aikido.dev/blog/xrp-supplychain-attack-official-npm-package-infected-with-crypto-stealing-backdoor
55•flxga•1y ago

Comments

MichealCodes•1y ago
Cryptocurrency packages used at scale should have wallet decoys setup for early detection of vulnerabilities like this.
nailer•1y ago
Red teaming this, you’d delay exfiltration of the private key until the balance passes beyond a certain amount and you’re on mainnet.
ohgr•1y ago
I see the model of "download any old shit off the internet and run it in production" is working out so well.
nailer•1y ago
I don’t have much opinion of XRP but this is their official package, not a community package.
tobyhinloopen•1y ago
Fun fact: installing some common starter packages will explode to install over a 1000 npm packages, each of them can inject malware, even if the package isn’t used, and you’ll never know.

Many packages will have over a 100 dependencies if you include the dev dependencies, so you can easily break a 1000.

mouse_•1y ago
That is a very fun fact.
nailer•1y ago
Yes that is how dependencies work.
poincaredisk•1y ago
The crazy part here is that in most other ecosystems 100 dependencies is "crazy high" territory, and in JS it's apparently "we're just getting started". It's known for its approach to micropackaging everything in a separate library.
greatgib•1y ago
The crazy thing is more that multiple versions of the same package could be installed as dependencies of dependencies...

They were thinking to be the cool kids supporting multiple versions and that the old way to do packaging, like debian and co that expects everyone to use the same version, was the old legacy fart way to do things.

Just, developers before were engineers first and so designed things well especially to avoid this situation of dependency hell and supply chain injection. But the web dev crowd decided to do "better" and now to have old problems as new problems...

nailer•1y ago
npm design allows multiple versions of the same package if required, but deduplicates otherwise. It’s a smart design that more package managers should and will follow.

Smart developers spend their time working on original code rather than rewriting the wheel.

nailer•1y ago
Yes. It’s an engineering failure to have multiple copies of the same logic. That isn’t specific to JavaScript.
tough•1y ago
does the postinstall script step has anything to do with this?

i noticed bun doesn't run them by default unless you whitelist them

koolba•1y ago
That fetch(…) is sending the mnemonic of the private key out to that remote server.

Interestingly if this is happening in a long running process and that exploit server is offline, the promise for the fetch will reject. And the default behavior for unhandled promise rejections would be for the node process to crash.

So if anybody tried testing this version of the library in a net gapped environment, it would crash and fail out in CI.

The attacker should have silenced the error with a .catch(_ => {}).

mschuster91•1y ago
> Previously only the packed JavaScript code had been modified.

Honestly it's time for the npm ecosystem to move to a model where only build agents running on npm's own infrastructure can upload binary artifacts, or to mandate reproducible builds.

And for a select set of highly used packages, someone from NPM should be paid to look over each release's changeset.

Both would have massively impeded the attacker.

mindcrash•1y ago
Official and thorough support for SBOM* within major package repositories can not come sooner.

* https://en.wikipedia.org/wiki/Software_supply_chain

abhisek•1y ago
We run similar npm package monitors. The use of exotic tld domains such as 0x9c.xyz kind of gave it away because YARA Forge rules have native signatures to detect such domains.

It will be interesting t explore how the project got compromised and malicious packages published to the registry.

nailer•1y ago
.xyz isn’t exotic for blockchains.