frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Bring All Your Context Together

2•Daniel-Pan•2m ago•1 comments

Terminals for vibe coding, not only Ghostty, but also kitty

https://blog.chuanxilu.net/en/posts/2026/07/from-warp-to-kitty/
1•alexwwang•3m ago•0 comments

Kitty: New Level of Mouse Support

https://sw.kovidgoyal.net/kitty/changelog
1•zdkaster•5m ago•0 comments

Omegle for Weed

https://omeweed.com/
1•mmorga71•13m ago•0 comments

Thoughts on design as founding engineer

https://www.thrice.me/on-design
1•groznyj•16m ago•0 comments

Show HN: Free open-world zombie survival sandbox game

https://smartlydressedgames.com/unturned/
2•meridiona•17m ago•0 comments

Cpp2Rust: Automatic Translation of C++ to Safe Rust

https://github.com/Cpp2Rust/cpp2rust
3•Jimmc414•20m ago•0 comments

Responsibly Building the AI Future

https://blogs.microsoft.com/on-the-issues/2026/07/09/responsibly-building-the-ai-future/
2•ChrisArchitect•23m ago•0 comments

Muse AI auto opt-in all public Instagram accounts

https://twitter.com/MKBHD/status/2075375524684218655
2•firefoxd•26m ago•1 comments

Show HN: TensorSharp: Open-Source Local LLM Inference Engine

https://tensorsharp.ai/
2•zhongkaifu•27m ago•0 comments

Show HN: Even Keel – free, no-signup freelance pricing calculators

https://evenkeelhq.com/
1•evenkeelhq•28m ago•0 comments

Ben Bernanke Joins Anthropic Oversight Trust

https://www.anthropic.com/news/ben-bernanke
1•Jimmc414•30m ago•1 comments

Secretive China Cheap Maker Is Built to Dodge US Curbs

https://www.bloomberg.com/news/features/2026-07-09/china-s-cxmt-chipmaker-eyes-ipo-to-challenge-s...
1•rndsignals•30m ago•1 comments

Ente's business metrics are open

https://ente.com/open/
1•vinyasns•35m ago•0 comments

The ChatGPT browser is dead

https://www.theverge.com/ai-artificial-intelligence/963654/openai-chatgpt-atlas-ai-browser-shut-d...
1•mattas•41m ago•0 comments

Two Case Studies of NaN

https://sebsite.pw/w/20260709-nan.html
1•ryantsuji•41m ago•0 comments

Exit Chat Control

https://exitchatcontrol.org/
2•mparramon•41m ago•0 comments

Show HN: BrowserBox over SSH – The KRNL Browser

https://win9-5.com/krnl
2•keepamovin•44m ago•1 comments

A man who would change Russia

https://www.economist.com/leaders/2026/07/09/the-man-who-would-change-russia
1•andsoitis•44m ago•2 comments

Japan does not cut down centuries-old trees for development; they relocate them

https://timesofindia.indiatimes.com/science/japan-does-not-cut-down-centuries-old-trees-for-devel...
1•speckx•47m ago•0 comments

Show HN: Resultant Engineering Student Tools Website

https://resultant.tools/
1•will2092347•50m ago•0 comments

OpenAI's API can now keep reasoning across turns instead of discarding it

https://drop-05a4352b-803.sophisticated-stay.workers.dev
3•CjHuber•50m ago•0 comments

Camera Chase Vehicle

https://transistor-man.com/gimbal_camera_rover.html
1•geerlingguy•51m ago•0 comments

Microsoft's carbon emissions went up 25 percent in 2025

https://www.theverge.com/tech/963728/microsoft-sustainability-report-2026
4•1vuio0pswjnm7•53m ago•1 comments

Fast Perceptual Image and Video Metrics

https://github.com/halidecx/fmetrics
1•computerbuster•56m ago•1 comments

Show HN: Free AI transcription with faster-whisper on Colab T4 GPU

https://github.com/arthiccc/gcolab-whisper
1•arthiccc•57m ago•1 comments

A plain-English guide to moving a Windows 10 PC to Linux Mint

https://tomadelstein.substack.com/p/chapter-one-linux-system-administration
5•tadelstein•58m ago•0 comments

Xcancel Is Down?

2•DivingForGold•59m ago•4 comments

Show HN: Debloat Slack – Get rid of Slackbot, AI upsells and other annoyances

https://github.com/benri-ai/slack-debloat
2•ed_mercer•1h ago•0 comments

We Helped an Auto Parts Plant Cut MES Query Times by Up to 116x

https://medium.com/@DolphinDB_Inc/how-we-helped-an-auto-parts-plant-cut-mes-query-times-by-up-to-...
1•yiweileng•1h 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