frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Math Behind SpaceX's AI1: Thermodynamics vs. a $1.77T IPO

https://mattrodak.medium.com/the-math-behind-spacexs-ai1-thermodynamics-vs-a-1-77t-ipo-d62e70a56522
1•mastemmah•1m ago•0 comments

Reinstituting SAT in UC admission process will not solve declining math readines

https://www.sfchronicle.com/opinion/openforum/article/sat-uc-university-california-22291626.php
1•donsupreme•4m ago•0 comments

StackTracker – internal portal to track engineering SaaS spend and renewals

1•Roshan_Mayeng•9m ago•0 comments

Tax, optimization math for equity comp your AI assistant can call (MCP, no auth)

https://github.com/AlvisoOculus/optionsahoy-mcp
1•alphalatitude•12m ago•0 comments

A Go Implementation of SCTP

https://github.com/pion/sctp
1•tosh•13m ago•0 comments

Microsoft doesn't know what to do about the memory pricing crisis theyre causing

https://www.pcgamer.com/software/platforms/microsoft-doesnt-know-what-to-do-about-the-memory-pric...
3•evo_9•17m ago•0 comments

China's Xiaomi MiMo Is Now 15X Faster Than ChatGPT and Claude

https://decrypt.co/370449/xiaomi-mimo-ultraspeed-ai-model-faster-chatgpt-claude
2•gmays•19m ago•0 comments

Show HN: Garden Letters – Floral Letter Design and Music

https://gardenletters.net
1•QingWu•25m ago•0 comments

Z-Library Lets People Run White-Label, Login-Only Pirate Mirrors

https://torrentfreak.com/z-library-lets-people-run-white-label-login-only-pirate-mirrors/
3•Cider9986•27m ago•0 comments

Anthropic Walks Back Policy That Could Have 'Sabotaged' Researchers Using Claude

https://www.wired.com/story/anthropic-responds-to-backlash-on-claudes-secret-sabotage-on-ai-resea...
10•ericflo•30m ago•1 comments

Tell HN: Anthropic's Fable model is too expensive

7•hyhmrright•32m ago•13 comments

What the Heck Happened to Mountain Bike YouTube? [video]

https://www.youtube.com/watch?v=_oQ4XY4P1n8
1•operatingthetan•32m ago•2 comments

Have a Thorny Medical Question? Your Doctor May Be Using A.I. For That

https://www.nytimes.com/2026/06/08/business/ai-medicine-doctors.html
2•lxm•34m ago•0 comments

Aram Harrow, quantum researcher: 'These computers won't take 10 years'

https://english.elpais.com/technology/2026-06-05/aram-harrow-quantum-researcher-these-computers-w...
3•olvy0•39m ago•0 comments

Canada introduces legislation to ban social media U16, regulate AI chatbots

https://finance.yahoo.com/news/canada-introduces-legislation-ban-social-205633582.html
1•1vuio0pswjnm7•40m ago•0 comments

Show HN: DocStreamAI – Automatic invoice/receipt collection for Quickbooks/Xero

https://docstreamai.com/
1•alexjimenez99•42m ago•0 comments

They Spent Years on a Math Problem. Then They Were Scooped by A.I

https://www.nytimes.com/2026/06/08/science/ai-scoop-young-mathematicians.html
1•lxm•43m ago•0 comments

The backlash against AI, in 4 charts

https://www.fastcompany.com/91553925/the-backlash-against-ai-in-4-charts
4•1vuio0pswjnm7•44m ago•0 comments

I made an agent skill for making HTML slides with consultant style

1•Hansun•45m ago•0 comments

200x kv Cache Compression

https://twitter.com/oneill_c/status/2064724063478767804
1•nico•47m ago•0 comments

Count Steps with 99.5% Accuracy

https://www.bambistep.com
1•stokaty•48m ago•0 comments

ComHub 64 USB Hub Review

https://lyonsden.net/comhub-review/
1•jandeboevrie•48m ago•0 comments

A Crime Doesn't Make a Child an Adult

https://www.theatlantic.com/ideas/2026/06/kids-adult-time-counterproductive/687449/
12•paulpauper•49m ago•4 comments

Gaslighting Openness

https://lucumr.pocoo.org/2026/6/10/gaslighting/
2•lumpa•49m ago•0 comments

Biotech Paper Game

https://www.overcomingbias.com/p/biotech-paper-game
2•paulpauper•49m ago•0 comments

If LLMs are all persona, whose persona are they?

https://persona.earthpilot.ai
2•paulpauper•52m ago•0 comments

Where in the world, and when, does this human artifact belong?

https://anthropeum.com/
1•js2•52m ago•0 comments

Show HN: I built a Red Flag Warning zone-check tool for the East Bay in 48h

https://redflag-check.info
3•vedant28t•58m ago•1 comments

SpaceX IPO demand is approaching four times oversubscribed, source says

https://www.reuters.com/world/spacex-ipo-demand-is-approaching-four-times-oversubscribed-source-s...
3•SilverElfin•58m ago•1 comments

Type the scene. Seedance 2.0 Mini films it

https://seedance2mini.ai/
2•xbaicai•58m 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