frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Let's Standardize the 1970 Epoch

https://github.com/billpg/1970EpochalTime/
1•billpg•44s ago•0 comments

Git LFS server with affordable storage

https://github.com/unknwon/git-lfs-server
1•joe2010xtmf•2m ago•0 comments

US Adds 115,000 Jobs in April

https://www.ft.com/content/245e5c30-0a0b-43cd-b4b5-13f023c0b42d
1•alephnerd•2m ago•0 comments

InMusic will acquire Native Instruments, as NI joins brands from Akai to Moog

https://cdm.link/inmusic-will-acquire-native-instruments/
1•robenkleene•2m ago•0 comments

We're mapping the global peptide market

https://peptel.co/
2•mattg_•5m ago•0 comments

What Is an AI Control Plane

https://www.speakeasy.com/resources/ai-control-plane
1•ritzaco•5m ago•0 comments

SocialCrawl – search what people are saying across Reddit, X, TikTok, and 25

https://www.socialcrawl.dev
1•vaaselene•6m ago•0 comments

The human cost of unsafe abortions

https://ourworldindata.org/the-human-cost-of-unsafe-abortions
1•surprisetalk•6m ago•0 comments

Omerbenamram/mft: A parser for the MFT (Master File Table) format

https://github.com/omerbenamram/mft
1•ankitg12•10m ago•0 comments

HST – shape mapping via one eigenfunction, +42% ZoomOut, +52% FMaps

https://github.com/sel8888/harmonic-shape-transform-2026-koncept
1•sel8888•10m ago•0 comments

The terminal is still the integration point: why I built Workdash

https://amolnotes.substack.com/p/the-terminal-is-still-the-integration
1•amol-•12m ago•1 comments

Show HN: An agent that tunes its own cache

4•kaliades•12m ago•0 comments

Cargo Cult Bureaucracy

https://graphthinking.blogspot.com/2026/05/cargo-cult-bureaucracy.html
1•physicsgraph•13m ago•0 comments

Claude Says No

https://wadetregaskis.com/claude-says-no/
1•colejohnson66•14m ago•0 comments

A web page that shows you everything the browser told it without asking

https://sinceyouarrived.world/taken
1•mwheelz•15m ago•0 comments

IBM Cloud evaporates as datacenter loses power

https://www.theregister.com/off-prem/2026/05/07/ibm-cloud-evaporates-as-datacenter-loses-power/52...
3•laurensr•18m ago•0 comments

Instagram is dropping end-to-end encrypted chats

https://www.euronews.com/next/2026/05/08/instagram-is-dropping-end-to-end-encrypted-chats-this-is...
3•franciscojs•19m ago•0 comments

Show HN: I was surprised by this interactive GPU line rasterization explanation

https://twitter.com/SandboxSpirit/status/2052331740836855915
4•Ef996•19m ago•0 comments

Telegram-native CRMs that run inside Telegram (bots and topic groups)

1•hotline•20m ago•0 comments

Pixel-Art Scaling Algorithms

https://en.wikipedia.org/wiki/Pixel-art_scaling_algorithms
1•firephox•21m ago•0 comments

Mo' Machines, Mo' Problems

https://theadjacency.com/p/more-machines-more-problems--5b71da019b9dde348ad07f65
1•twic•21m ago•0 comments

Poland is now among the 20 largest economies. How it happened

https://apnews.com/article/poland-economy-growth-g20-gdp-26fe06e120398410f8d773ba5661e7aa
43•surprisetalk•22m ago•15 comments

No Graphics API [video]

https://www.youtube.com/watch?v=f3_UVYFyMno
1•ibobev•22m ago•0 comments

Great Game Art [video]

https://www.youtube.com/watch?v=JnIfHM6_gSc
1•ibobev•22m ago•0 comments

Tell HN: Archive.is has enabled QR code Google Captchas

2•Bender•22m ago•1 comments

Guess the Party – Can you tell a UK councillor's party from their face?

https://guesstheparty.co.uk/
1•thinkingemote•23m ago•0 comments

AWS warns of EC2 'impairment' as power loss hits notorious US-EAST-1 region

https://www.theregister.com/off-prem/2026/05/08/aws-warns-of-ec2-impairment-as-power-loss-hits-no...
4•leothekim•23m ago•0 comments

Why single embeddings fail for video

https://mixpeek.com/blog/the-3072-dimension-problem
1•Beefin•24m ago•0 comments

The Diagnosis Doesn't Come with a Trophy, It Comes with a Reckoning

https://knuckledustchronicles.com/the-diagnosis-doesnt-come-with-a-trophy-it-comes-with-a-reckoning/
1•frobinson47•24m ago•0 comments

The balcony solar boom is coming to the US

https://www.technologyreview.com/2026/05/07/1136933/balcony-solar-boom/
1•RickJWagner•24m 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.