frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: A website anyone can edit through auto-merged GitHub PRs

https://pushthis.github.io/buildmysite/
1•terpinedream•49s ago•0 comments

New York Times and The Athletic workers demand company scrap Kalshi deal

https://newsguild.org/new-york-times-and-the-athletic-workers-demand-company-scrap-kalshi-deal/
1•ChrisArchitect•1m ago•0 comments

A Transformer Plays Tic-Tac-Toe

https://sbondaryev.dev/articles/transformer
1•vismit2000•3m ago•0 comments

Justifying text by hand, now at 35 columns

https://en.andros.dev/blog/079a7eaa/justifying-text-by-hand-now-at-35-columns/
1•andros•3m ago•0 comments

RSA-260 Factored

https://twitter.com/penlume/status/2095372672356212876
1•madars•4m ago•1 comments

Astronomers Detect a 10-Sided Structure in Saturn's Atmosphere

https://www.sciencealert.com/astronomers-spot-an-uncannily-geometric-10-sided-structure-in-saturn...
1•jjgreen•5m ago•0 comments

Fuck Off as a Service (Foaas)

https://foaas.io/
2•speckx•6m ago•0 comments

Show HN: A newsletter about systems performance, scalability, and efficiency

https://nodestonanoseconds.substack.com/
1•iandyh•8m ago•0 comments

AI could have written this post

https://heyjonny.dev/posts/ai-could-have-written-this-post/
1•heyjonny•9m ago•0 comments

Sitelo – Static Site Generator

https://sitelo.dev/
1•paulbrowne•9m ago•0 comments

Coloring the Snub Dodecahedron

https://neizod.dev/2026/08/08/coloring-snub-dodecahedron.html
1•vismit2000•9m ago•0 comments

Active Inference: The Free Energy Principle in Mind, Brain, and Behavior

https://direct.mit.edu/books/oa-monograph/5299/Active-InferenceThe-Free-Energy-Principle-in-Mind
1•teleforce•11m ago•0 comments

Show HN: DumbDetector – Community signals for AI tool problems

https://dumbdetector.net/
2•mauroherrera•11m ago•0 comments

ARKM KERNEL approaching you soon

1•project_silenc•13m ago•0 comments

Ask HN: Is SpaceXAI taking Claude down too?

3•redm•14m ago•0 comments

Balrogg: Demonically compacting (up to 15%) lossless Vorbis/Opus recompressor

https://github.com/iczelia/balrogg
3•palaiologos•16m ago•0 comments

The Cognitive Revolution (When Machines Do the Thinking)

https://twitter.com/Konstantine/status/2095166660223397963
1•gmays•17m ago•0 comments

ICE Has a $2M Contract for Spyware That Can Hack Phones Without a Click

https://www.military.com/ice-has-a-2-million-contract-for-spyware-that-can-hack-phones-without-a-...
4•miohtama•17m ago•0 comments

Show HN: Litelink – local-first, embedded stream capture into Iceberg tables

https://github.com/nhobin219/litelink
1•jnbh•17m ago•2 comments

Raycast now requires a subscription for BYOK and local models

https://manual.raycast.com/ai/byoai
1•jskull•18m ago•1 comments

Show HN: Pangolin – SSO and WireGuard instead of API keys for LLM access

https://github.com/fosrl/pangolin
3•miloschwartz•18m ago•1 comments

Life Is Bigger Than GPUs

https://twitter.com/pejmannozad/status/2095345765594075321
1•tosh•18m ago•0 comments

Paid Phones

https://thebaffler.com/salvos/paid-phones-kolitz
2•colinprince•19m ago•1 comments

Vibe Coding Does Not Have One Definition, It Has One per Developer

https://dupflo.dev/blog/vibe-coding-has-one-definition-per-developer/
1•dupflo•19m ago•0 comments

An AI agent sliced through an enterprise defenses in 10 hours

https://unit42.paloaltonetworks.com/ai-assisted-cyber-attack-inside-a-unit-42-investigation/
1•scottmas•20m ago•0 comments

21st Revision of Patches for Getting Linux to Shutdown Devices Asynchronously

https://www.phoronix.com/news/Linux-Shutdown-Async-21
1•Bender•20m ago•0 comments

Live Atomic Spatial Audio

https://panaudia.com/
2•paulharter•21m ago•0 comments

Show HN: Eliminating low-LTV support ticket spam with grounded RAG

https://fireflysupport.io/
1•saturn5k•24m ago•1 comments

Elevated Errors for Multiple Models

https://status.claude.com/incidents/461yvfrzpwtt
37•__vivek•24m ago•11 comments

GLP-1 treatment late in life extends lifespan in animal model

https://www.nih.gov/news-events/news-releases/glp-1-treatment-late-life-extends-lifespan-animal-m...
2•DeepLogin•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...

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