frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Long-Form Content Boom No One's Talking About

https://greyenlightenment.com/2026/07/24/the-long-form-content-boom-no-ones-talking-about/
1•paulpauper•1m ago•0 comments

Show HN: Ripe – A lightweight, no-login fridge food waste tracker

https://fridge-app.swiftservellc.com/
1•LVBikeGuy•1m ago•0 comments

The Captain Strategy: Stop using AI to become the boss you hate

https://everythingengineer.substack.com/p/the-captain-strategy-stop-chatting-and-use-ai-functions
1•mikecarroll•3m ago•0 comments

Building a native C# implementation of CEL engine

https://bsid.io/writing/building-a-cel-engine-for-net
1•jackedEngineer•4m ago•0 comments

Programming Language Picky Eater

https://ellie-g.com/posts/programming-language-picky-eater
1•speckx•4m ago•0 comments

Make Flock Surveillance Look Like Child's Play [video]

https://www.youtube.com/watch?v=l3plMilHaBw
1•Bender•6m ago•0 comments

Launch HN: Rise Reforming (YC S26) – Turning Waste Gases into Valuable Chemicals

https://www.rise-reforming.com
2•george_rose25•7m ago•0 comments

Scheme2Java [pdf]

https://www.ryannorth.ca/print/Scheme2JavaFinalReport.pdf
1•tmseidman•7m ago•0 comments

Qwen Plays Smash

https://hgali.sh/reflex
1•hgali1•8m ago•0 comments

Google AI Studio's "Delete" button is misleading

https://www.youtube.com/watch?v=LBQfNbPCxQw
1•Bitu79•10m ago•1 comments

5th Circuit blocks Texas law requiring websites to filter "harmful" speech

https://arstechnica.com/tech-policy/2026/07/5th-circuit-blocks-texas-law-requiring-websites-to-fi...
2•Bender•11m ago•0 comments

Google Uses AI Reinforcement Learning for Quantum Error Correction

https://www.nextplatform.com/compute/2026/07/20/google-uses-ai-reinforcement-learning-for-quantum...
1•jonbaer•11m ago•0 comments

Routing Anxiety

https://jhendler.com/2026/07/26/laplaces-mandate-and-routing-anxiety/
2•hendler•11m ago•0 comments

Line-rate egress observability for hostile CI workloads with eBPF and TCX

https://www.blacksmith.sh/blog/what-is-your-ci-job-talking-to
1•adityamaru•12m ago•0 comments

The Definition of Design

https://rsms.me/eames-definition-of-design
2•jonl247•12m ago•0 comments

Show HN: Graph Skill – coding agents run tasks as dependency graphs

https://github.com/gwaghmar/graph
1•govind_2025•12m ago•0 comments

PerceptionBench: Evaluating Atomic Visual Perception in Multimodal LLMs

https://www.kimi.com/blog/perception-bench
1•pr337h4m•12m ago•0 comments

Nvidia Accelerates Chip Engineering with AI Agents

https://www.nextplatform.com/hpc/2026/07/27/nvidia-accelerates-chip-engineering-with-ai-agents/52...
1•jonbaer•13m ago•0 comments

OAuth2 is a library for user authentication using OAuth/OAuth2 services

https://github.com/titarenko/OAuth2
1•mooreds•14m ago•0 comments

Globalisation Will Be Dead in 3 Years – Peter Zeihan [video]

https://www.youtube.com/watch?v=4aOnMVrhTO0
3•Bender•15m ago•0 comments

Demystifying Dependence [pdf]

https://www.jameskoppel.com/files/papers/demystifying_dependence.pdf
2•mikmoila•17m ago•0 comments

The Author of Clean Code No Longer Reviews AI-Generated Code

2•SantiDev•18m ago•0 comments

Zmx: Session Attach/Detach for the Terminal

https://zmx.sh/
1•olexsmir•18m ago•0 comments

Show HN: Wianu – A native macOS home for all my streaming services

https://github.com/timwehrle/Wianu
1•weetii•20m ago•2 comments

What We Periodically Relearn About Rent Control

https://www.thediff.co/archive/what-we-periodically-relearn-about-rent-control/
2•jger15•20m ago•0 comments

Show HN: Lorraine, an open source notetaker with speaker recognition

https://github.com/trezm/lorraine
1•trezm•20m ago•2 comments

Show HN: I've built a bookmark reminder for X, Bluesky, Mastodon and Nostr

https://getbirdfeeder.com
3•dewey•21m ago•0 comments

Snapshield – an undo button for AI coding agents

https://github.com/holtchris900/snapshield
1•holtchris900•22m ago•0 comments

Art director's post reveals Lil' Finder Guy's origin story – and then disappears

https://www.cultofmac.com/news/lil-finder-guy-early-sketches-prototype
1•herbertl•23m ago•0 comments

Nvidia bets $5B on Ilya Sutskever's AI breakthrough

https://www.ft.com/content/5c78dec1-b6d6-415e-9456-f1ab5eed6146
2•bazzmt•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