frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: How do you use Local LLMs? (April 2026)

1•Hixon10•49s ago•0 comments

Ask HN: Why did you attack Iran?

1•roschdal•1m ago•0 comments

Jonathan the Tortoise Crypto Death Hoax and True Age Question

https://vincemancini.substack.com/p/jonathan-the-tortoise-crypto-death-real-age
1•coloneltcb•3m ago•0 comments

What does annoy you the most with AI today?

1•ofabioroma•4m ago•0 comments

I Automated Oracle 19.28 Database and Grid Patching with Ansible

https://dincosman.com/2026/04/18/ansible-oracle-patching/
1•osmandinc•6m ago•1 comments

Reverse Engineering ME2's USB with a Heat Gun and a Knife

https://github.com/coremaze/ME2-Writeup
1•Bawoosette•6m ago•0 comments

How We Build Effective Agents: Barry Zhang, Anthropic [video]

https://www.youtube.com/watch?v=D7_ipDqhtwk
5•Anon84•7m ago•0 comments

Real-time poker engine (replay, telemetry, AI players)

https://oxyklon.net/portal
2•naydref•9m ago•0 comments

2001: A TV Series

https://owl.billpg.com/2001-a-tv-series/
1•billpg•9m ago•0 comments

Gpgwrap

https://0ut3r.space/2026/04/06/gpgwrap/
1•h0ek•11m ago•0 comments

Recent advances push Big Tech closer to the Q-Day danger zone

https://arstechnica.com/security/2026/04/while-some-big-tech-players-accelerate-pqc-readiness-oth...
1•bookmtn•13m ago•0 comments

Ask HN: Is an open source initiative for students worth it?

1•wasimsk•14m ago•0 comments

Show HN: 60-Second Hack – a daily hacker typing puzzle

https://hack-game-pi.vercel.app/
1•Kodaren1338•17m ago•1 comments

Trump deal with IRS could see him given $14B in taxpayer money

https://www.9news.com.au/world/donald-trump-irs-lawsuit-suing-10-billion-dollars-tax-office-usa-p...
3•johnbarron•22m ago•0 comments

TPM 2.0 is actually cool

https://apas.tel/blog/tpm-is-cool
1•art049•23m ago•0 comments

Native IPv6 Kubernetes for true edge routing

https://henrikgerdes.me/blog/2026-04-k8s-native-ipv6-edge/
1•jandeboevrie•25m ago•0 comments

The UK needs to discuss the risk of a new Pacific War over Taiwan

https://ukdefencejournal.org.uk/the-uk-needs-to-discuss-the-risk-of-a-new-pacific-war-over-taiwan/
1•Bender•27m ago•0 comments

I visited drone factories in Ukraine

https://ukdefencejournal.org.uk/i-visited-drone-factories-in-ukraine/
2•Bender•27m ago•2 comments

Raspberry Pi OS ends open-door policy for sudo

https://www.theregister.com/2026/04/15/raspberry_pi_os_sudo/
2•Bender•28m ago•0 comments

Show HN: ChatbotChambers – Watch LMs talk to each other

https://github.com/jac08h/ChatbotChambers
1•jac08h•34m ago•0 comments

Dive into Claude Code: The Design Space of Today's and Future AI Agent Systems

https://arxiv.org/abs/2604.14228
1•Anon84•34m ago•0 comments

LLMs will soon disrupt algorithmic media feeds

https://www.lesswrong.com/posts/YuXcbWRTjmvr4QF7u/llms-are-about-to-disrupt-algorithmic-media-feeds
1•linhns•35m ago•0 comments

Simple Made Easy (2011) [video]

https://www.youtube.com/watch?v=SxdOUGdseq4
1•tosh•40m ago•0 comments

My AI writes to my Apple Health in real time: observations on personal software

https://shuyangli.substack.com/p/my-ai-writes-to-my-apple-health-in
2•shuyang•40m ago•0 comments

Sprawl was caused by the nuclear arms race

https://www.treehugger.com/why-sprawl-was-caused-nuclear-arms-race-and-why-matters-more-ever-toda...
2•leonidasrup•40m ago•0 comments

Toward Autonomous Long-Horizon Engineering for ML Research

https://arxiv.org/abs/2604.13018
1•Anon84•41m ago•0 comments

Huoziime: An On-Device LLM-Enhanced Input Method for Deep Personalization

https://arxiv.org/abs/2604.14159
1•Brajeshwar•42m ago•0 comments

Delve – Hawaii Edition – Part II

https://substack.com/home/post/p-193790932
1•JustSkyfall•43m ago•0 comments

Kitten Space Agency: A technical dive into the inner workings of planetary rings

https://ahwoo.com/news/4807024/kitten-space-agency/planetary-rings
1•cubefox•43m ago•0 comments

Maarten Baas Creates Clock Made of People For Schiphol Airport

https://www.dezeen.com/2026/04/17/maarten-baas-peoples-clock-schiphol-airport/
1•bookofjoe•43m 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•12mo ago

Comments

MichealCodes•12mo ago
Cryptocurrency packages used at scale should have wallet decoys setup for early detection of vulnerabilities like this.
nailer•12mo 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•12mo ago
I see the model of "download any old shit off the internet and run it in production" is working out so well.
nailer•12mo ago
I don’t have much opinion of XRP but this is their official package, not a community package.
tobyhinloopen•12mo 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_•12mo ago
That is a very fun fact.
nailer•12mo ago
Yes that is how dependencies work.
poincaredisk•12mo 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•12mo 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•12mo 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•12mo ago
Yes. It’s an engineering failure to have multiple copies of the same logic. That isn’t specific to JavaScript.
tough•12mo 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•12mo 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•12mo 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•12mo ago
Official and thorough support for SBOM* within major package repositories can not come sooner.

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

abhisek•12mo 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•12mo ago
.xyz isn’t exotic for blockchains.