frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Anthropic changes data retention policy after pushback from customers

https://www.cnbc.com/2026/09/01/anthropic-data-retention.html
1•cramer4next•35s ago•0 comments

Show HN: SecMask – a 66M parameter model for finding secrets in source code

https://github.com/AndrewAndrewsen/secmask
1•AndrewAndrewsen•1m ago•1 comments

A Proof of Conway's Refinement Conjecture

https://github.com/gaearon/conway-refinement
1•m-hodges•3m ago•0 comments

The Empire of Information

https://lareviewofbooks.org/article/data-empire-roopika-risam-information-organize-control-dominate/
2•Petiver•4m ago•0 comments

An Update on FSD Supervised in Europe

https://twitter.com/teslaeurope/status/2094661569582096779
1•tosh•5m ago•0 comments

AI Agent Memory Design: What Works and What Doesn't

https://machinelearningmastery.com/ai-agent-memory-design-what-works-and-what-doesnt/
1•eigenBasis•6m ago•0 comments

AI goes where the oracle is cheap

https://dilpreet.co/blog/2026/9/1/ai-goes-where-the-oracle-is-cheap
1•argilium•6m ago•0 comments

Claude Fable 5.1 tops AI index but costs 20% more per task

https://artificialanalysis.ai/articles/claude-fable-5-1
1•wertyk•7m ago•0 comments

Show HN: PulsarForge – run a 744B MoE model on 32GB RAM with zero GPU (pure C)

https://github.com/siris9476/pulsarforge
1•siris9476•7m ago•0 comments

Csveee – parsing CSV at up to 192 GB/s in Rust

https://github.com/ackxolotl/csveee
1•foooo4•8m ago•0 comments

Polars v2.0 Release Candidate

https://github.com/pola-rs/polars/releases/tag/py-2.0.0-rc.1
1•simicd•10m ago•0 comments

Show HN: OctoLoops – automated marketing for indie devs

https://octoloops.com
2•davedx•12m ago•0 comments

FTC, States Sue Amazon over Secret Ad Surcharge Scheme

https://www.ftc.gov/news-events/news/press-releases/2026/08/ftc-states-sue-amazon-over-secret-ad-...
3•astonex•12m ago•0 comments

Mount Everest Base Camp Is Melting. Human Urine Is a Contributor.

https://www.nytimes.com/2026/08/29/science/everest-base-camp-urine.html
1•bookofjoe•13m ago•1 comments

Bassfinity for iOS – AI guide built on solunar data, weather, and bathymetry

https://www.bassfinity.com/blog/bassfinity-for-ios-the-whole-lake-in-your-pocket
2•jequals5•13m ago•0 comments

Pointing at the error: compiler-style diagnostics in uutils coreutils

https://uutils.org/blog/2026-08-error-diagnostics/
2•ingve•14m ago•0 comments

My local model setup on an M4 Pro Mac Mini

2•RanjithKumarRag•14m ago•0 comments

Ed Zitron Is Ben Ortiz

2•thatwasez•16m ago•0 comments

Two halves make a hole – when availability features aren't

https://veesh.me/posts/two-halves-make-a-hole/?src=ha
1•rabbiveesh•16m ago•0 comments

Solar Overtakes Coal as China's Largest Power Source

https://oilprice.com/Latest-Energy-News/World-News/Solar-Overtakes-Coal-as-Chinas-Largest-Power-S...
4•gradus_ad•17m ago•0 comments

Show HN: ToolJet – Claude Code and Codex build internal tools, no codegen

https://github.com/ToolJet/ToolJet
1•oss-dev•17m ago•0 comments

Kin: Looking for Doctors to Improve Elder Care

https://wanderingfounder.substack.com/p/kin
1•surprisetalk•19m ago•0 comments

Show HN: SandrPod – run the unmodified E2B SDK against your own infrastructure

https://github.com/sandrpod/sandrpod
1•cjzhao•19m ago•0 comments

Crooks Are Learning to Love AI Hallucinations

https://spectrum.ieee.org/ai-cyberattacks-llm-slop-squatting
2•sohkamyung•20m ago•0 comments

WhatsApp flaw lets anyone access private photos on your locked phone

https://www.notebookcheck.net/A-WhatsApp-flaw-lets-anyone-access-private-photos-on-your-locked-ph...
3•ledoge•20m ago•0 comments

IFA 2026 in Berlin: all news about gadgets, AI and tech

https://forgeeks.net/theme/ifa2026/
3•ledoncool•22m ago•1 comments

Septabee; music workstation with more rewrites that you can shake a stick at [video]

https://www.youtube.com/watch?v=lW8Z98pXuSE
1•HydroKai•23m ago•0 comments

Show HN: MC/DC coverage so coding agents could work overnight

https://supercov.com
1•Nedomas•23m ago•0 comments

Normalized Fascism in Open Source: $12M Given to DHH

https://brennan.day/normalized-fascism-in-open-source-12-million-given-to-dhh/
9•birdculture•24m ago•2 comments

The Two Abstractions of System Design: Hide or Reduce

http://muratbuffalo.blogspot.com/2026/05/the-two-abstractions-of-system-design.html
1•ubolonton_•25m 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