frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

PostgreSQL backup tool gets some backup of its own

https://www.theregister.com/databases/2026/05/20/postgresql-backup-tool-gets-some-backup-of-its-o...
1•jjgreen•1m ago•0 comments

Public have more fear than hope on AI and future of work, study finds

https://www.kcl.ac.uk/news/one-in-five-britons-think-ai-will-create-civil-unrest-study-finds
1•geox•2m ago•0 comments

Coding Slow Is Smooth, Coding Smooth Is Fast

https://daily.tinyprojects.dev/207
1•tinyprojects•4m ago•0 comments

Show HN: Kreuzberg Cloud – ultra fast content intelligence – in public beta

https://kreuzberg.dev
1•nhirschfeld•4m ago•2 comments

Show HN: Show HN: Widget Cast – Video Widgets for Your iPhone and Apple Watch

1•kingofspain•9m ago•0 comments

Elevated radiation levels detected on Russian drone debris

https://unn.ua/en/news/elevated-radiation-levels-detected-on-russian-drone-debris-striking-elemen...
2•defly•11m ago•0 comments

The Fallacy of Levelized Cost and the Politics of Demand

https://systemsthinkingcollection.substack.com/p/sustainable-energy
1•InputName•16m ago•0 comments

Google Antigravity 2.0

https://antigravity.google/blog/introducing-google-antigravity-2-0
1•haizhung•18m ago•0 comments

The weird, wild story of humanity's obsession with gold

https://www.economist.com/culture/2026/05/14/the-weird-wild-story-of-humanitys-obsession-with-gold
2•andsoitis•19m ago•0 comments

Watch RT Live Anywhere in the World

https://rtlive.ru
2•dorkel•24m ago•0 comments

Pay Attention – Jon Haidt's Commencement Address at NYU

https://www.theatlantic.com/ideas/2026/05/nyu-jonathan-haidt-commencement-speech/687168/
1•gladuz•24m ago•0 comments

Blood Pumping Mechanism of the Hoof

https://horses.extension.org/blood-pumping-mechanism-of-the-hoof/
1•thunderbong•25m ago•0 comments

Show HN: Agent thread – Share claude code and codex sessions as public links

https://agent-thread.com
1•pixxxel•26m ago•0 comments

Optimizing Your PowerShell $Profile

https://devblogs.microsoft.com/powershell/optimizing-your-profile/
2•ankitg12•26m ago•0 comments

"An (important) message from Infomaniak's founder"

4•netfortius•28m ago•1 comments

Google is rolling out its redesigned Workspace app icons

https://www.theverge.com/tech/932417/google-gmail-docs-cal-sheets-workspace-icon-redesign
1•xanthine•28m ago•1 comments

I Decided to Leave Mistral

https://twitter.com/Briviagra/status/2056975510731698188
2•defly•29m ago•1 comments

A small revolt against bloated software

https://www.f-rello.com/manifesto
1•karstenb•29m ago•0 comments

Proposal: Surface=Laterite

https://wiki.openstreetmap.org/wiki/Proposal:Surface%3Dlaterite
1•altilunium•30m ago•0 comments

Ask HN: Sorry, what Was FiveThirtyEight?

1•gagdiez•30m ago•0 comments

AI will create more jobs than it eliminates from 2028

https://www.gartner.com/en/newsroom/press-releases/2026-05-13-gartner-hr-research-reveals-ai-will...
1•01-_-•31m ago•1 comments

Cerebras Brings Trillion Parameter Inference to Enterprises with Kimi K2.6

https://www.cerebras.ai/blog/cerebras-kimi-k2-Enterprise
2•GaggiX•35m ago•0 comments

MailVault Pro – Own your inbox. Forever

https://mailvaulty.com
1•khaledsabae•36m ago•0 comments

The Expired Domain Trap: Why Legacy SEO Metrics Fail in the Age of AI Agents

https://domainalot.substack.com/p/the-great-domain-illusion-why-legacy
1•sonofmarzipan•36m ago•1 comments

Auto Agent Protocol – an A2A vertical for AI agents buying cars

https://autoagentprotocol.org/
2•yankouskia•38m ago•0 comments

Hack: A through-glass shower karaoke system

https://www.youtube.com/watch?v=pkvA6WhwxnU
1•mattkwan•38m ago•0 comments

The AI Quant Desk for Onchain Finance

https://grid.raster.finance/en/portfolio-analytics
2•Iwan-Raster•40m ago•0 comments

Generations of AI applications: conversational, delegative, and collaborative

https://zknill.io/posts/generations-of-ai-applications/
1•zknill•41m ago•0 comments

Show HN: Shitty AI App Idea Generator

https://shittyaiappidea.com
1•onexey•50m ago•0 comments

Railway GCP Account Suspension Incident Report

https://blog.railway.com/p/incident-report-may-19-2026-gcp-account-outage
3•0xedb•51m 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.