frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Alternatives for returning multiple values from a Python function

https://stackoverflow.com/questions/354883/alternatives-for-returning-multiple-values-from-a-pyth...
1•slow_typist•1m ago•0 comments

FOMO.nyc – what are you doing tonight?

https://fomo.nyc/
1•mnky9800n•5m ago•0 comments

A Saturday with OpenClaw

https://twitter.com/jeffweisbein/status/2035464534446469606
1•cacklesclub•6m ago•0 comments

Related UI elements should not appear unrelated

https://rakhim.exotext.com/related-ui-elements-should-not-appear-unrelated
1•birdculture•8m ago•0 comments

US to embed Palantir AI across military

https://thecradle.co/articles-id/36667
3•gravisultra•8m ago•1 comments

OpenClaw's ChatGPT moment sparks concern that AI models are becoming commodities

https://www.cnbc.com/2026/03/21/openclaw-chatgpt-moment-sparks-concern-ai-models-becoming-commodi...
1•matthest•8m ago•1 comments

Turbo Pascal Deconstructed

https://simonwillison.net/2026/Mar/20/turbo-pascal/
1•alberto-m•8m ago•0 comments

President Nixon's Address About Oil Shortages (1973)

https://www.presidency.ucsb.edu/documents/address-the-nation-about-policies-deal-with-the-energy-...
2•alexandrehtrb•10m ago•1 comments

A Chess Playing Machine – Shannon (1950) [pdf]

https://www.paradise.caltech.edu/ist4/lectures/shannonchess1950.pdf
1•kristianp•11m ago•0 comments

WorthBuild – SaaS idea validation tool

https://worthbuild.io/
2•realfdi•13m ago•0 comments

Professional video editing, right in the browser with WebGPU and WASM

https://tooscut.app/
2•mohebifar•13m ago•1 comments

Show HN: Travel Hacking Toolkit – Points search and trip planning with AI

https://github.com/borski/travel-hacking-toolkit
1•borski•16m ago•0 comments

What 33 AI Agents Taught Me About Alignment

https://thealignmentlayer.substack.com/
1•slythefox•17m ago•0 comments

Show HN: HackerNewsDelta Is a Clone of HN Powered by Exponential (CMS)

https://hackernewsdelta.com/
2•7x•27m ago•0 comments

SafeVPN–Let people remote in to fix your servers, but prevent data exfiltration

https://github.com/chinagloud/SafeVPN
1•chinagloud163•29m ago•1 comments

Kalshi Has Been Temporarily Banned in Nevada

https://www.wired.com/story/nevada-bans-kalshi-prediction-market/
1•HardwareLust•31m ago•2 comments

Show HN: An MCP server that helps coding agents find the full change surface

https://github.com/ftrou/Decodifier3.1
1•ftrou•33m ago•0 comments

What Looks Like Resilience in Iran Is Its Collapse Plan

https://parpanchi.substack.com/p/what-looks-like-resilience-in-iran
2•gambutin•33m ago•0 comments

Gea: A batteries-included, reactive JavaScript UI framework

https://github.com/dashersw/gea
2•thunderbong•33m ago•0 comments

Scroll Press

https://scroll.press/
2•mathgenius•34m ago•0 comments

The Claude Dichotomy

https://jonathannen.com/the-claude-dichotomy/
2•jwilliams•34m ago•0 comments

Bye Bye RTMP

https://daniel.haxx.se/blog/2026/03/21/bye-bye-rtmp/
2•jandeboevrie•36m ago•0 comments

Show HN: GoldenMatch – Entity resolution with LLM scoring, 97% F1, no Spark

https://github.com/benzsevern/goldenmatch
2•benzsevern•39m ago•0 comments

Russian women who don't want children will be sent to psychologist

https://www.thetimes.com/world/russia-ukraine-war/article/russian-women-children-psychologist-zzn...
7•randycupertino•42m ago•2 comments

Show HN: I ran Qwen3.5 35B on my iPhone at 5.6 tok/SEC

https://twitter.com/alexintosh/status/2035386645764006102
3•alexintosh•43m ago•1 comments

How to Attract AI Bots to Your Open Source Project

https://nesbitt.io/2026/03/21/how-to-attract-ai-bots-to-your-open-source-project.html
2•zdw•43m ago•0 comments

My Beef with Substack

https://tasshinfogleman.substack.com/p/my-beef-with-substack
2•tasshin•45m ago•0 comments

SSH Certificates and Git Signing

https://codon.org.uk/~mjg59/blog/p/ssh-certificates-and-git-signing/
4•zdw•45m ago•0 comments

Revert "userdb: add birthDate field to JSON user records

https://github.com/systemd/systemd/pull/41179
17•smartmic•48m ago•3 comments

The World Mood – A real-time, anonymous emotional map of the world

https://theworldmood.com
2•Unical-A•48m 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.