frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

50k Spam Emails and 3am Panic: What Happened When I Forgot About a Side Project

https://danielpetrica.com/50-000-spam-emails-and-a-3-am-panic-what-happened-when-i-forgot-about-a...
1•shaunpud•1m ago•0 comments

SpaceX has almost finished writing v1.0 of an in-house AI training stack in C

https://twitter.com/elonmusk/status/2059884150187053488
1•tosh•2m ago•0 comments

Ukraine to procure Swedish fighter jets

https://www.government.se/press-releases/2026/05/ukraine-to-procure-swedish-fighter-jets/
1•madspindel•2m ago•0 comments

Dr. Z's Opinions

https://sites.math.rutgers.edu/~zeilberg/OPINIONS.html
1•ethanlipson•3m ago•0 comments

Which key terms are we avoiding due to others monopolising it?

https://lutino.substack.com/p/terms-i-refuse-to-handover-to-a-particular
1•sindoc•4m ago•0 comments

Europe's May heatwave sparks UN calls to shift to clean power

https://www.euronews.com/2026/05/28/a-brutal-reminder-of-climate-change-europes-may-heatwave-spar...
2•robtherobber•7m ago•0 comments

The AI Hype Index: AI gets booed in graduation season

https://www.technologyreview.com/2026/05/28/1138053/the-ai-hype-index-ai-gets-booed-in-graduation...
3•joozio•7m ago•0 comments

Volcano Radio

https://en.wikipedia.org/wiki/Volcano_Radio
1•theletterf•11m ago•0 comments

Commission fines Temu €200M for breaching the Digital Services Act

https://ec.europa.eu/commission/presscorner/home/en
1•MrDresden•12m ago•0 comments

AMD pulls a bait-and-switch on Linux users with Vivado licensing changes

https://itsfoss.com/news/amd-vivado-bait-and-switch-on-linux-users/
3•teleforce•13m ago•0 comments

WordPress Market Share Declines for Six Months in a Row

https://www.searchenginejournal.com/wordpress-market-share-in-decline/576042/
1•giuliomagnifico•13m ago•0 comments

Linux Developers Looking at Retiring the X32 ABI

https://www.phoronix.com/news/Linux-x32-ABI-2026
2•t-3•14m ago•0 comments

Tech Billionaire Peter Thiel Finds a New Escape: Argentina

https://www.nytimes.com/2026/05/28/world/americas/peter-thiel-argentina.html
4•2OEH8eoCRo0•14m ago•1 comments

Gemini Diffusion: Google DeepMind's experimental research model

https://blog.google/innovation-and-ai/models-and-research/google-deepmind/gemini-diffusion/
2•Anon84•14m ago•0 comments

Memory-preserving transistors could bypass the Boltzmann limit

https://phys.org/news/2026-05-memory-transistors-bypass-boltzmann-limit.html
1•pseudolus•14m ago•0 comments

Coal Liquefaction

https://en.wikipedia.org/wiki/Coal_liquefaction
1•leonidasrup•15m ago•0 comments

Complexity Cost Calculator

https://complexity-cost-calculator.beamercloud.com/
1•davidvartanian•16m ago•0 comments

Salesforce is shutting down Quip

https://help.salesforce.com/s/articleView?language=en_US&id=005299603&type=1
1•0x54MUR41•18m ago•0 comments

The Despair of the Professor in the Age of A.I

https://www.newyorker.com/news/fault-lines/the-despair-of-the-professor-in-the-age-of-ai
1•pseudolus•19m ago•1 comments

What's cooking on Sourcehut? Q2 2026

https://sourcehut.org/blog/2026-05-28-whats-cooking-q2-2026/
1•BrunoBernardino•20m ago•0 comments

Why Switzerland Needs a Population Cap and a Fiscal Shift Beyond Labour

https://rdellatorre.substack.com/p/beyond-the-demographic-leviathan-c7b
1•nextstep•20m ago•0 comments

Shields up: Guidance for defending in the age of AI-enabled attacks [pdf]

https://www.cisco.com/c/dam/en_us/about/doing_business/trust-center/docs/cisco-defending-against-...
1•cebert•21m ago•0 comments

Falsehoods Programmers Believe About Names

https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/
1•smartmic•22m ago•0 comments

The Insane Complexity of the Semiconductor Global Supply Chain [video]

https://www.youtube.com/watch?v=Gj5liYnpTeM
1•Klaster_1•24m ago•0 comments

A World Model of Protein Biology

https://biohub.ai/esm/protein/about
1•bingemaker•24m ago•0 comments

Ax, Google's new highly distributed agent executor

https://github.com/google/ax
1•cohix•29m ago•1 comments

AI sticker shock hits corporate America

https://www.axios.com/2026/05/28/ai-spending-roi-enterprise-costs
3•1vuio0pswjnm7•30m ago•0 comments

Pixelizing My New Favicon

https://terra-incognita.blog/posts/pixelizing-my-new-favicon
1•blenderob•31m ago•0 comments

Graphic designer wasn't able to land a job, so he pretended to be a client

https://digitalsynopsis.com/advertising/art-director-resume-agency-job-client/
1•Kaibeezy•34m ago•0 comments

NexusCortex – The First OCM (Organic Cognitive Model), Built to Replace LLMs

https://github.com/office233/Nexuscortex
2•xvid90•35m ago•1 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...

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.
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