frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I built my product to be right to repair friendly

https://stefan.schueller.net/posts/how-to-not-end-up-in-a-louis-rossmann-video/
1•sschueller•59s ago•0 comments

Ford Nucleon

https://en.wikipedia.org/wiki/Ford_Nucleon
1•_Microft•4m ago•0 comments

Show HN: Flop Map – a 3D globe of every known AI compute cluster

https://flopmap.com
1•kitwebster•9m ago•0 comments

Show HN: Kirikiri – A mobile IDE for Claude Code (iOS, open source)

1•Husena•10m ago•0 comments

NASA Tests Magnetoplasmadynamic Thruster in Milestone for Crewed Mars Propulsion

https://theopenreader.org/Journalism:NASA_Tests_High-Power_Magnetoplasmadynamic_Thruster_in_Miles...
5•TORcicada•15m ago•1 comments

KarmaRace - Get Users - A reciprocity-based testing network.

https://karmarace.com
1•vicnas•17m ago•0 comments

Show HN: SSL certificate discovery from CT logs

https://www.tidelock.dev/ssl/certificate-discovery
1•vojtechrichter•20m ago•0 comments

We're shipping more code than ever, but understand less of it

https://www.fbritoferreira.com/blog/were-shipping-more-code-than-ever-we-understand-less-of-it
2•fbritoferreira•21m ago•0 comments

Why AI Agents are either the best or worst thing we've ever built [video]

https://www.youtube.com/watch?v=WnzR5aOElvw
1•mnem•25m ago•0 comments

Will human minds still be special in an age of AI?

https://www.theguardian.com/books/2026/may/03/will-human-minds-still-be-special-in-an-age-of-ai
1•giuliomagnifico•25m ago•0 comments

Show HN: I built a tool that helps predict HN front page success

https://wannalaunch.com/
18•margotli•26m ago•8 comments

Notes on the Vulnerable World Hypothesis

https://michaelnotebook.com/vwh/index.html
1•thunderbong•26m ago•1 comments

Show HN: A strict-maintenance fork of ingress-Nginx

https://github.com/forkline/ingress-nginx
1•pando85•30m ago•0 comments

Show HN: Event-Sourced Domain Modeling

https://www.esdm.io
1•goloroden•31m ago•0 comments

Show HN: I built a RISC-V emulator that runs DOOM

https://github.com/lalitshankarch/rvcore
3•Flex247A•31m ago•0 comments

Madagascar: AI Trainers – Arte.tv Documentary [video]

https://www.youtube.com/watch?v=Q7NZK6h9Tvo
1•greenchair•31m ago•0 comments

Intelligence And Compression (2025)

https://lewish.io/posts/intelligence-and-compression
1•optimalsolver•35m ago•0 comments

Welcoming Nimbus: Event-Driven Development for TypeScript

https://docs.eventsourcingdb.io/blog/2026/05/04/welcoming-nimbus-event-driven-development-for-typ...
1•goloroden•41m ago•0 comments

AI's Supply Crunch Is Here

https://www.economist.com/leaders/2026/04/30/the-ai-supply-crunch-is-here
1•hasheddan•41m ago•0 comments

Richard Dawkins and the Claude Delusion

https://plus.flux.community/p/richard-dawkins-and-the-claude-delusion
1•hansmayer•42m ago•0 comments

Ask HN: How to Sell as a Software Engineer?

3•vmsp•48m ago•0 comments

Hibana: Protocol Choreography for Rust

https://crates.io/crates/hibana
1•o8vm•51m ago•0 comments

Free Trial of HogPocket

https://apps.apple.com/us/app/hogpocket/id6760708657
1•omardakelbab1•54m ago•1 comments

Japan is deploying ultra-cheap cardboard drones built for swarm warfare

https://www.tomshardware.com/tech-industry/japan-is-deploying-ultra-cheap-cardboard-drones-built-...
3•giuliomagnifico•55m ago•0 comments

Ask HN: Can I trust GitHub not to use my code for LLM training?

2•tikotus•58m ago•1 comments

Startups challenge Apple over curbs on AI 'vibe coding' apps

https://www.ft.com/content/92c19ed5-2a76-4356-84e9-6c2725865eaa
1•JumpCrisscross•59m ago•0 comments

I freed a pool heat pump from an unencrypted Chinese cloud server

https://thomas-witt.com/blog/how-to-free-a-pool-heat-pump-from-an-unencrypted-chinese-server/
2•thomas_witt•59m ago•0 comments

What are tarpit ideas in the AI era?

1•maxim_bg•1h ago•3 comments

Iran war accelerates 'Regrexit' as wealthy UK expats weigh a return

https://www.ft.com/content/b57d34ac-807e-4106-b319-56f91c617a1c
1•JumpCrisscross•1h ago•0 comments

Show HN: How to build CLI for agents – Loxone CLI as an example

https://github.com/eisber/lox-cli
1•eisber•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.