frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Tmtail – Multi-log tail with coloring, search, and history via tmux

https://github.com/themadsens/tmtail
1•themadsens•2m ago•0 comments

Surge in AI-assisted complaints putting extra strain on councils and schools

https://www.bbc.co.uk/news/articles/c2dk6wzjw23o
1•tomwphillips•2m ago•0 comments

Avery–MacLeod–McCarty Experiment

https://en.wikipedia.org/wiki/Avery%E2%80%93MacLeod%E2%80%93McCarty_experiment
1•num42•3m ago•0 comments

Ukraine hands Britain 'goldmine' of secret battlefield intelligence

https://www.independent.co.uk/news/uk/home-news/ukraine-britain-battlefield-intelligence-russia-s...
1•Teever•6m ago•0 comments

Moral Realism

https://philosophy.unc.edu/wp-content/uploads/sites/122/2014/07/Moral-Realism.pdf
1•andsoitis•6m ago•0 comments

I made HACKER AI for you vibecoded app

https://www.netherite.uz
1•apexxx•6m ago•0 comments

Reality Realism

https://philarchive.org/archive/CARRRK
1•andsoitis•7m ago•0 comments

Singapure Unveils Biological Data Center Prototype

https://medicine.nus.edu.sg/news/nus-medicine-dayone-and-cortical-labs-unveil-biological-data-cen...
1•vasco•7m ago•0 comments

Logging in Was Never Supposed to Be This Complicated

https://www.theatlantic.com/technology/2026/08/password-manager-login-difficulty/688396/
1•littlexsparkee•17m ago•0 comments

Rupert Lowe set to be paid as much for divisive posts on X as for being MP

https://www.theguardian.com/politics/2026/aug/24/rupert-lowe-restore-britain-earn-same-on-x-as-be...
12•notmine1337•21m ago•1 comments

Ask HN: Can token caching be a business idea?

1•sourav_biswas•26m ago•2 comments

The .NET One Person Framework

https://github.com/pal-tamas/rask
1•pal-tamas•26m ago•0 comments

Share your website and I'll make you a shareable interactive demo

https://www.mirenta.ai/
1•alexanderbz•29m ago•1 comments

Free AND open source Minecraft LAUNCHER WITH FETURES

1•sozip•32m ago•0 comments

MIDI-hook – Run a shell command when a MIDI keyboard key is pressed

https://github.com/skorotkiewicz/midi-hook
1•modinfo•32m ago•0 comments

Simulating cosmic rays to lobotomize LLMs

https://spock.is/writing/simulating-cosmic-rays-to-lobotomize-llms
1•xiaoyu2006•32m ago•0 comments

The Pavlov Scale of Phone Addiction

https://hereisyourbrain.substack.com/p/pavlov-scale-phone-addiction
1•prdgl_daughter•33m ago•0 comments

Show HN: When AI Decides What Matters

https://jasondoyle.ie/whitepapers/when-ai-decides-what-matters/
2•thepsychguy•37m ago•0 comments

Show HN: Everyone tries to be different. I made the 100% (unique) clone

https://imviral.lol
1•alexcloudstar•38m ago•0 comments

Shein Came Crashing Down

https://economist.com/business/2026/08/24/how-shein-came-crashing-down
3•andsoitis•39m ago•0 comments

Made a directory for finding Christian tools, services, and apps

https://christianpicks.com
1•pdgrg•42m ago•0 comments

Not a natural calamity: it is being done to us knowingly

https://www.theguardian.com/membership/2026/aug/24/this-is-not-a-natural-calamity-it-is-being-don...
4•speckx•45m ago•0 comments

Show HN: Build system that lives in your project

https://autark.dev
1•adamansky•45m ago•0 comments

Partial Lunar Eclipse on 27-28 August 2026 (most Europe Friday ~6AM)

https://www.timeanddate.com/eclipse/lunar/2026-august-28
1•Markoff•50m ago•0 comments

A Verified Generational GC for OCaml

https://risemsr.github.io/blog/2026-08-21-gc/
1•matt_d•53m ago•0 comments

Show HN: A browser MMO designed to be played by scripts, not people

https://space-core.at/
2•SpaceCoreDev•53m ago•0 comments

Safer-dependencies is a security layer for Claude Code that audits dependencies

https://github.com/robert-auger/safer-dependencies
1•zenomorph•54m ago•0 comments

The AI Verification Bottleneck: Why Writing Code Is No Longer the Hard Part

https://pragmaticbydefault.com/posts/ai-verification-bottleneck/
1•mruklukasz•55m ago•0 comments

Exxon turns to automated drilling in the Permian in push for higher oil output

https://www.reuters.com/business/energy/exxon-turns-automated-drilling-permian-push-higher-oil-ou...
2•geox•56m ago•0 comments

dotfiles on GitHub

https://dotfiles.github.io/
2•jcbhmr•57m 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