frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Freelang – a direct-to-assembly syscall lang with rad concurrency

https://freelang.dev
1•keepamovin•1m ago•0 comments

Reddit Is Blocking Some Users from Accessing Its Website from Mobile Devices

https://arstechnica.com/information-technology/2026/05/why-reddit-blocked-my-daily-visit-to-its-m...
1•Brajeshwar•2m ago•0 comments

The Programming Language for Agents

https://zerolang.ai/
1•alex_x•4m ago•0 comments

Three's a party: US, China, and now Russia are on the prowl in GEO

https://arstechnica.com/space/2026/05/threes-a-party-us-china-and-now-russia-are-on-the-prowl-in-...
1•rbanffy•5m ago•0 comments

What Software Is Made Of

https://siderea.dreamwidth.org/1219758.html
1•teddyh•6m ago•0 comments

Show HN: Whisper Large V3 Turbo Stream API

https://www.makeform.ai/f/mtwDANdO
1•tamnv•10m ago•0 comments

EV charging station fire caused by remote technician, report finds

https://vancouver.citynews.ca/2026/05/15/ev-charger-fire-caused-u-s/
1•Throwthrowbob•10m ago•0 comments

South Korea says it will pursue all options to avoid Samsung strike

https://www.reuters.com/business/world-at-work/south-korea-says-it-will-pursue-all-options-avoid-...
3•01-_-•13m ago•0 comments

The ultimate female fantasy – A feminist critique of Beauty and the Beast

https://storica.club/blog/beast-was-the-best-part/
8•muge•14m ago•0 comments

Europe Just Unveiled a Serious Rival to SpaceX's Starship

https://scitechdaily.com/europe-just-unveiled-a-serious-rival-to-spacexs-starship/
3•01-_-•14m ago•0 comments

AVX-512

https://en.wikipedia.org/wiki/AVX-512
1•tosh•14m ago•0 comments

Datacenters slurping up so much juice they boosted prices 75%

https://www.theregister.com/on-prem/2026/05/15/datacenters-slurping-juice-help-drive-75-jump-in-p...
1•Bender•16m ago•0 comments

Google users fight for refunds as unauthorized API usage bills soar

https://www.theregister.com/ai-ml/2026/05/13/google-users-fight-for-refunds-as-unauthorized-api-u...
2•Bender•17m ago•0 comments

Is Britain Ungovernable?

https://www.cnn.com/2026/05/16/uk/uk-government-prime-minister-leadership-starmer-ungovernable-la...
2•Bender•22m ago•0 comments

The filesystem is the API (with TigerFS)

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

Brown vs. Board of Education (May 17th, 1954)

https://en.wikipedia.org/wiki/Brown_v._Board_of_Education
3•simonebrunozzi•28m ago•0 comments

PyPI packages are increasing rapidly

https://rushter.com/blog/pypi-packages/
2•f311a•29m ago•0 comments

Physicists Can't Agree on What Quantum Mechanics Says about Reality

https://www.scientificamerican.com/article/physicists-divided-on-what-quantum-mechanics-says-abou...
2•rramadass•30m ago•0 comments

God Exists. Here Is How Things Work

https://barabeke.substack.com/p/god-exists-here-is-how-things-work
3•barabeke•34m ago•1 comments

Show HN: AutoAlert – Android app that announces UPI payments

https://play.google.com/store/apps/details?id=com.autoalert.upisoundalert&hl=en_US
2•anithakarri001•38m ago•0 comments

Microsoft AI chief gives 18 months for whitecollar work to be automated by AI

https://fortune.com/article/why-microsoft-ai-chief-mustafa-suleyman-predicts-ai-automation-18-mon...
3•RyeCombinator•40m ago•3 comments

Show HN: Gonfire – analyze Claude Code session logs to see how candidates think

1•abr0ahm•40m ago•0 comments

Llama.cpp b9180: MTP support landed

https://github.com/ggml-org/llama.cpp/releases/tag/b9180
1•usagisushi•46m ago•0 comments

Show HN: OpenClaw is just not dangerous enough. I needed something else

https://github.com/kkovacs/kklaw
2•kkovacs•49m ago•0 comments

Optimizing your website for generative AI features on Google Search

https://developers.google.com/search/docs/fundamentals/ai-optimization-guide
2•tjek•50m ago•0 comments

What do you want to ask the online safety minister about social media?

https://www.bbc.com/newsround/articles/ceqp2gxerl4o
1•DropDead•50m ago•0 comments

I Replaced a $460/Month Sales Stack with a $0.41/Day System I Built Myself

https://alanscottencinas.medium.com/i-replaced-a-460-month-sales-stack-with-a-0-41-day-system-i-b...
4•encinas88•51m ago•0 comments

Why birth rates are falling everywhere all at once

https://www.ft.com/content/fba35eca-df3a-4ad6-b42d-eb08eb7c9ad3
1•mmarian•53m ago•1 comments

Before it gets a number – About CVE, CWE and vulnerabilities prevention

https://quodeq.ai/blog/before-the-number/
3•quodeq•58m ago•0 comments

A passage from Homer's Iliad has been discovered inside the an Egyptian mummy

https://www.scientificamerican.com/article/passage-from-homers-iliad-discovered-in-the-abdomen-of...
1•wslh•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.