frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

SMG: The Case for Disaggregating CPU from GPU in LLM Serving

https://pytorch.org/blog/lightseek-smg/
1•gmays•1m ago•0 comments

Google UK staff vote to unionise in protest against Israeli military contract

https://www.telegraph.co.uk/business/2026/05/05/google-ai-staff-vote-unionise-protest-israel-cont...
3•tmnvix•5m ago•0 comments

Are the Brooms Multiplying Yet?

https://maartenboudry.substack.com/p/are-the-brooms-multiplying-yet
1•paulpauper•6m ago•0 comments

Show HN: Score any website for AI design patterns

https://github.com/AdrianKrebs/ai-design-checker
2•hubraumhugo•8m ago•0 comments

Elixirkit – Building Desktop Apps with Elixir and Tauri

https://hexdocs.pm/elixirkit/tauri.html
2•auraham•9m ago•0 comments

How do you and your partner decide what to do on date nights?

2•meashik•9m ago•0 comments

US to safety test new AI models from Google, Microsoft, xAI

https://www.bbc.com/news/articles/cgjp2we2j8go
5•devonnull•11m ago•1 comments

Kuo: OpenAI Rumored to be fast-tracking first "AI agent phone"

https://xcancel.com/mingchikuo/status/2051523855286776034
2•etothet•12m ago•0 comments

Offshore wind's clean energy potential remains largely untapped, say experts

https://news.mongabay.com/2026/04/offshore-winds-clean-energy-potential-remains-largely-untapped-...
6•PaulHoule•13m ago•0 comments

A Theory of Deep Learning

https://elonlit.com/scrivings/a-theory-of-deep-learning/
4•elonlit•14m ago•0 comments

Brockman's 'deeply personal' diary becomes focus in Musk vs. Altman case

https://www.theguardian.com/technology/2026/may/05/openai-president-personal-diary-musk-altman-case
3•newsuser•14m ago•1 comments

AI-Powered Earth Intelligence

https://www.planet.com/
2•doener•16m ago•0 comments

Remix 3 Beta

https://remix.run/blog/remix-3-beta-preview
2•matvp•16m ago•0 comments

Open LLM Observability – vendor-neutral gen_AI.* semantic convention and SDK

https://github.com/sauravGit/open-llm-observability
2•packydarn•18m ago•0 comments

Three Inverse Laws of AI – Susam Pal

https://docs.platphormnews.com/docs/three-inverse-laws-of-ai-susam-pal-f2e5
1•bignerdlolz•20m ago•0 comments

FDA Blocked Publication of Research Finding Covid and Shingles Vaccines Safe

https://www.nytimes.com/2026/05/05/us/politics/fda-covid-vaccine-studies.html
4•pseudolus•20m ago•1 comments

While the King Lives: An Old C Programming Prank in GNU Hello from 1993

https://lowendbox.com/blog/while-the-king-lives-an-old-c-programming-prank-in-gnu-hello-from-1993/
2•bananamogul•21m ago•0 comments

ML Engineer

1•packydarn•22m ago•0 comments

The AI Ad-Hoc Prior Restraint Era Begins

https://twitter.com/TheZvi/status/2051746108658033130
1•paulpauper•22m ago•0 comments

The Traveling Salesdog Problem

https://www.wespiser.com/posts/2026-05-04-traveling-salesdog.html
2•wespiser_2018•22m ago•1 comments

Mazes and Monsters

https://en.wikipedia.org/wiki/Mazes_and_Monsters
1•Ariarule•24m ago•0 comments

Army Asks Missile Makers to Hack Their Own Weapons

https://www.wsj.com/articles/the-great-110-trillion-wealth-transfer-wont-happen-any-time-soon-e8b...
1•fortran77•26m ago•1 comments

Reading Beneath the Surface: Social Cognition and Metacognition Benchmark

https://www.kaggle.com/competitions/kaggle-measuring-agi/writeups/Reading-Beneath-the-Surface
1•tenywan•26m ago•0 comments

Shipping an AI app in 30 minutes: the build order matters more than the model

https://medium.com/@jpelton722/i-shipped-an-ai-app-in-30-minutes-the-trick-wasnt-the-ai-46a0e504d273
1•jpelton•27m ago•0 comments

PayPal plans 20% job cuts

https://www.bloomberg.com/news/articles/2026-05-05/paypal-plans-job-cuts-as-fintech-s-new-ceo-pur...
3•DGAP•27m ago•0 comments

Show HN: Freu CLI – Cut web agent token usage by 90% via compiled browser skills

https://github.com/freu-ai/freu-cli
3•0xintelligence•28m ago•0 comments

Tools in the Grass: Raising the next generation of crafts person

https://www.popularwoodworking.com/editors-blog/tools-in-the-grass/
1•NaOH•28m ago•0 comments

RTX 5090 and M4 MacBook Air: Implementing PCI Passthrough for Gaming

https://scottjg.com/posts/2026-05-05-egpu-mac-gaming/
5•scottjg•28m ago•0 comments

Interactive US police bodycam map

https://badge.video
1•zoogies•29m ago•1 comments

Rejourney Swift Package Is Now in Open Beta

https://rejourney.co/engineering/2026-05-05/swift-package-open-beta
1•mrashiddev•31m 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.