frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Full-Stack Gleam Guide

https://lukwol.github.io/gleam-guide/
1•TheWiggles•1m ago•0 comments

'The cost of compute is far beyond the costs of the employees' – Nvidia

https://finance.yahoo.com/sectors/technology/articles/cost-compute-far-beyond-costs-071100797.html
1•Vasniktel•2m ago•0 comments

Snap Is Down

https://status.snapcraft.io/
1•mmwelt•2m ago•0 comments

ValyrianEngine – High-performance 2D game engine in C++17

https://github.com/kostakis/Valyrian2DGameEngine
1•kostakisgr•4m ago•1 comments

WTC Simulation 2025, Part 1 ( South Tower)

https://www.youtube.com/watch?v=WpHXj62Ylw0
1•nsoonhui•5m ago•0 comments

Iris the AI Messenger

https://www.iris-ai.dev
1•jclvsh•9m ago•0 comments

Yehudi Lights [Active Camouflage]

https://en.wikipedia.org/wiki/Yehudi_lights
1•burnt-resistor•9m ago•0 comments

Musk in court: "standard practice in the field"

https://haebom.dev/?tl=en
1•haebom•11m ago•0 comments

AI Aftermath Scenarios

https://futureoflife.org/ai/ai-aftermath-scenarios/
1•andsoitis•12m ago•0 comments

I Saw the Earth Breathe

https://www.montananaturalist.org/blog-post/i-saw-the-earth-breathe/
2•jebarker•12m ago•0 comments

Pair-programming is a cheat code

https://www.germanvelasco.com/blog/pair-programming-is-a-cheat-code
1•germsvel•14m ago•0 comments

Year of the Linux Laptop: Omarchy on XPS

https://www.dell.com/en-us/blog/year-of-the-linux-laptop-omarchy-on-xps/
2•software_writer•14m ago•2 comments

Colorado lost more public lands jobs than any other state in 2025

https://coloradosun.com/2026/05/01/colorado-lost-public-lands-jobs/
1•mooreds•14m ago•0 comments

An example website that implements email address and password authentication

https://github.com/pilcrowonpaper/basic-example.auth.pilcrowonpaper.com
1•mooreds•14m ago•0 comments

High-performance Tree Wrangling, the APL Way (2018) [video]

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

Running Gemini CLI in the Browser via WebAssembly

https://browsercode.io/
3•multimillion•15m ago•1 comments

Passenger railroads see a sharp jump in ridership as gas prices climb

https://text.npr.org/nx-s1-5801525
1•mooreds•15m ago•0 comments

Stateful agent workflows for Spring AI (graph-based, with retries and recovery)

https://github.com/datallmhub/spring-agent-flow
1•asekka1•21m ago•0 comments

Show HN: Csrct – The Bottleneck Is the Strategy

https://csrct.substack.com/p/the-bottleneck-is-the-strategy
1•MADEinPARIS•23m ago•0 comments

Since Congress Let Obamacare Subsidies Expire, Millions Are Dropping Coverage

https://www.nytimes.com/2026/05/01/business/obamacare-enrollment-decline.html
1•duxup•24m ago•1 comments

Show HN: Ideaflow Software License

https://raw.githubusercontent.com/vha3/Ideaflow/refs/heads/main/Ideaflow.txt
1•vha3•25m ago•0 comments

The Analog Charms of New York's Intercoms

https://www.nytimes.com/interactive/2026/05/01/realestate/nyc-intercoms-analog.html
1•noident•26m ago•0 comments

Reducing technical debt with AI-powered SDLC

https://www.kellton.com/kellton-tech-blog/ai-powered-sdlc-reducing-technical-debt
1•johandoc•26m ago•0 comments

Pentagon strikes deals with 7 Big Tech companies after shunning Anthropic

https://www.cnn.com/2026/05/01/tech/pentagon-ai-anthropic
3•yurivish•30m ago•1 comments

Software as a Favour (SaaF)

https://www.alistaircroll.com/updates/back-to-doing-other-things/
2•conner_bw•33m ago•0 comments

Ask HN: Macbook or Linux Laptop for devs and heavy users?

3•kwimajs•33m ago•0 comments

US–Indian space mission maps extreme subsidence in Mexico City

https://phys.org/news/2026-04-usindian-space-mission-extreme-subsidence.html
3•leopoldj•36m ago•0 comments

Ir3 drones swarms ready to fuck you up

https://gitlab.com/btpfromsosua/ir3-drone-fusion
1•machardmachard•36m ago•1 comments

Washington has a new Anthropic problem

https://www.axios.com/2026/05/01/washington-new-anthropic-problem
1•Brajeshwar•37m ago•0 comments

Contributor Poker and Zig's AI Ban

https://kristoff.it/blog/contributor-poker-and-ai/
5•birdculture•37m 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.