frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What the Halting Problem Means for Python Security

https://nocomplexity.substack.com/p/what-the-halting-problem-means-for
1•runningmike•17s ago•0 comments

Tournesol – Collaborative Content Recommendations

https://github.com/tournesol-app/tournesol
1•Qision•1m ago•0 comments

The Truth About AI: It's Not Intelligence, It's a Trick – Prof Jiang Xueqin

https://www.youtube.com/watch?v=5llffhy3SFs
1•oxqbldpxo•3m ago•1 comments

Bring Back the Gatekeeper, Please

https://thewalrus.ca/bring-back-the-gatekeeper-please/
1•gmays•3m ago•0 comments

Heat adds to strains on areas with data centers

https://apnews.com/article/data-center-heat-wave-lowell-5607b4ea8ef9776b28268561060752a8
1•geox•4m ago•0 comments

Journey to the Moon by Jules Verne

https://www.lrb.co.uk/the-paper/v48/n12/raymond-n.-mackenzie/platinum-noses
1•mitchbob•4m ago•1 comments

Red-Pill Robots Only, Please (2012) [pdf]

https://kryten.mm.rpi.edu/SBringsjordMClarkRed-PillRobotsOnly.pdf
1•projektfu•5m ago•0 comments

Ask HN: Why are so many "AI evangelists" posting such insufferable content?

1•seattle_spring•6m ago•1 comments

Launchpanda: Save your product info once, launch everywhere

https://www.launchpanda.dev
2•welsenesbros•6m ago•0 comments

Ask HN: Will AI force CS to focus on what to build instead of how to build it?

1•amichail•6m ago•0 comments

Show HN: RetainFlow – Subscription Retention for WooCommerce

https://wordpress.org/plugins/retainwoo/
1•techstuff123•7m ago•0 comments

Interpretable Coreference Resolution Evaluation Using Explicit Semantics

https://aclanthology.org/2026.acl-long.2126/
1•petethomas•8m ago•0 comments

The Next Evolution in Human Logic

https://twitter.com/ctindale/status/2072632158624113083
1•jger15•9m ago•0 comments

Platonic Hydrocarbons

https://en.wikipedia.org/wiki/Platonic_hydrocarbon
1•chriskw•10m ago•0 comments

Meta makes cloud push to sell excess AI compute power capacity

https://www.cnbc.com/2026/07/01/meta-stock-cloud-ai-compute.html
1•geoffbp•11m ago•0 comments

No Te Dejes: La Lauren Pena Play

https://thecredentialproject.substack.com/p/no-te-dejes-the-lauren-pena-play
1•Xipitexa•11m ago•0 comments

Jujutsu (JJ) Release v0.43.0

https://github.com/jj-vcs/jj/releases/tag/v0.43.0
1•y1n0•12m ago•0 comments

Amodei told lawmakers that open-source AI is moving down a "dangerous path"

https://twitter.com/coinbureau/status/2071330294452666695
2•msalsas•12m ago•0 comments

Devin Desktop, Replacing Windsurf

https://cognition.com/blog/introducing-devin-desktop
1•thinkingemote•13m ago•0 comments

Valve explains why it isn't subsidizing the Steam Machine

https://www.theverge.com/games/952004/valve-steam-machine-price-not-subsidizing
3•tosh•14m ago•1 comments

Should I go open-source or give free trial and then charge the users?

1•akarshhegde18•15m ago•2 comments

Qwen-Image-Agent: Bridging the Context Gap in Real-World Image Generation

https://arxiv.org/abs/2606.26907
1•gmays•15m ago•0 comments

Show HN: Context.md – A proposed standard for AI project context

https://github.com/kerbelp/context-md
2•kerbelp•17m ago•0 comments

My Most Profitable Experience: How I'm Trying to Hit $800/Day Fast

2•odilelof•18m ago•1 comments

Messi or Ronaldo? Your political ideology may play a part

https://www.ntu.edu.sg/news/detail/messi-or-ronaldo--your-political-ideology-may-play-a-part
1•haunter•18m ago•0 comments

Google testing controversial webcam-based reCAPTCHA that asks for a hand scan

https://www.tomshardware.com/tech-industry/googles-camera-based-recaptcha-asks-for-a-hand-scan-to...
2•akyuu•18m ago•0 comments

"Dimension 20s" Lore Keeper, Skye Smith, on Why AI Can't Replace Her

https://www.businessinsider.com/dimension-20-lore-keeper-skye-smith-ai-2026-6
1•pavel_lishin•19m ago•0 comments

No laptop? No problem. Code on the Go brings the debugger to your phone

https://hackernoon.com/no-laptop-no-problem-code-on-the-go-brings-the-debugger-to-your-phone
2•taubek•19m ago•0 comments

iPhone 18 Pro Could Use Qualcomm Modem in the US and C2 Elsewhere

https://www.macrumors.com/2026/07/02/iphone-18-pro-could-use-qualcomm-modem-in-the-us/
1•tosh•20m ago•0 comments

Coordination Repository Pattern and Pi-Env

https://github.com/u2up/coordination-repository-pattern
1•samopog•21m 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