frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Forkrun – NUMA-aware shell parallelizer (50×–400× faster than parallel)

https://github.com/jkool702/forkrun
1•jkool702•3m ago•0 comments

The surprising science behind red-light therapy – and how it works

https://www.nature.com/articles/d41586-026-00878-1
1•sohkamyung•3m ago•0 comments

Tell HN: You're Not a Hacker

1•dicklip•3m ago•0 comments

Whack-a-Mole with Slow Machines

https://www.reddit.com/r/RedditEng/s/EMDo7QD8t5
1•platzhirsch•4m ago•0 comments

TinyLoRA – Learning to Reason in 13 Parameters

https://arxiv.org/abs/2602.04118
1•sorenjan•4m ago•0 comments

Austria agrees plan to ban social media for children under 14

https://www.reuters.com/business/media-telecom/austria-plans-social-media-ban-children-under-14-2...
2•mkurz•4m ago•0 comments

30 Years Ago, Robots Learned to Walk Without Falling

https://spectrum.ieee.org/honda-p2-robot-ieee-milestone
1•sohkamyung•4m ago•0 comments

Show HN: I vibe reverse engineered my Bluetooth mouse to support it on macOS

https://github.com/gh123man/opensnek
1•gh123man•6m ago•0 comments

How 2000 Words becomes one word. A collab with Claude Opus

https://medium.com/@cmitre/how-2-000-words-becomes-one-word-5365cf8df07b
1•ceemite•8m ago•0 comments

Rich content AI chat – maps for locations, summaries, follow up questions

https://99helpers.com/tools/ai-chat
1•nickk81•9m ago•3 comments

SONIC2MOD – Convert Sonic SMPS assembly music files from Sega to MOD format

https://github.com/djyt/sonic2mod
1•mosura•11m ago•0 comments

Why some people choose cryonics to store their bodies and brains after d

https://www.technologyreview.com/2026/03/27/1134705/cryonics-store-bodies-brains-after-death/
1•joozio•12m ago•0 comments

Why mathematicians are boycotting their biggest conference

https://www.scientificamerican.com/article/why-mathematicians-are-boycotting-their-biggest-confer...
2•jjgreen•13m ago•1 comments

Team PCP Strikes again – `telnyx` on PyPI gets compromised

https://safedep.io/malicious-telnyx-pypi-compromise/
2•Sahil121•13m ago•0 comments

Life Pro Tip

1•Bestia-Hestia-•14m ago•1 comments

Agent Cost Benchmark – 1,127 Runs Across Claude, GPT-4o, and Gemini

https://www.grislabs.com/blog/we-tracked-1000-agent-runs
1•hac96•17m ago•0 comments

Lloyds app glitch turned transactions into shared experience for 447k users

https://www.theregister.com/2026/03/27/lloyds_app_glitch_turned_transactions/
1•Brajeshwar•19m ago•0 comments

Ray. the first AI media player by OpenSubtitles

https://rayplayer.com/en
1•vinceroni•19m ago•1 comments

The Rise of Nuclear Fear

https://www.scientificamerican.com/blog/guest-blog/the-rise-of-nuclear-fear-how-we-learned-to-fea...
1•leonidasrup•21m ago•0 comments

Is this the next evolution of websites?

https://organimo.com/
1•cauliflower99•23m ago•0 comments

OpenID AuthZen Authorization API 1.0 released

https://openid.github.io/authzen/
1•Tepix•26m ago•1 comments

How to move from Prompt to Context Engineering (With demo code)

https://contextbento.substack.com/p/how-to-move-from-context-engineer
1•visopsys•27m ago•0 comments

Crisp open source BA/PM framework for Claude Code(stop building the wrong thing)

https://github.com/radekamirko/C.R.I.S.P/
1•mirkoradeka•29m ago•0 comments

GLM-5.1 Released

https://twitter.com/i/status/2037490078126084514
2•sumitsrivastava•29m ago•0 comments

Show HN: Agent-CI (Run GitHub Actions on your local machine.)

https://agent-ci.dev
1•pistoriusp•29m ago•2 comments

Babylon.js 9.0

https://blogs.windows.com/windowsdeveloper/2026/03/26/announcing-babylon-js-9-0/
1•styx31•29m ago•0 comments

Bourbon Waste Could Provide Next-Gen Supercapacitor Components

https://spectrum.ieee.org/supercapacitor-electrodes-bourbon-waste
1•oldnetguy•32m ago•0 comments

What Will It Take to Build the Largest Data Center?

https://spectrum.ieee.org/5gw-data-center
1•oldnetguy•33m ago•0 comments

I Block All Browsers

https://substack.com/profile/135198963-blocking-noise/note/c-234062010
1•harhargange•34m ago•0 comments

The Crackpot Index(1998)

https://math.ucr.edu/home/baez/crackpot.html
1•o4c•35m 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•11mo ago

Comments

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

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

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