frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Windows XP Activation Code Fckgw-RHQQ2-Yxrkt-8TG6W-2B7Q8

https://twitter.com/davepl1968/status/2099883465256865923
1•HelloUsername•1m ago•0 comments

Hooli billboard off of 101

https://twitter.com/MikeIsaac/status/2100691714713509986
4•jkaykin•5m ago•0 comments

Anthropic's new Claude Code feature could drain your plan before lunch

https://thenewstack.io/claude-code-parallel-projects/
1•Brajeshwar•5m ago•0 comments

Using CSS media queries to target monochrome e-paper

https://geastack.com/blog-same-app-color-and-e-paper
1•arbayi•6m ago•0 comments

Show HN: OnPanda – Steer LLMs and agents at the token level

https://onpanda.diyer22.com/
1•diyer22•7m ago•0 comments

Running PyTorch natively on TPU [video]

https://www.youtube.com/watch?v=k0o1p4plC98
1•zniturah•7m ago•0 comments

Base Labs launches an open-weight AI safety partnership with Hugging Face

https://techcrunch.com/2026/09/17/base-labs-launches-an-open-weight-ai-safety-partnership-with-hu...
2•jacquesm•10m ago•0 comments

Advertising is coming to AI chatbots, and it could influence the answers you get

https://techxplore.com/news/2026-09-advertising-ai-chatbots.html
1•mdp2021•10m ago•0 comments

Speaking with the Mind – Neuralink [video]

https://www.youtube.com/watch?v=_j806JHhCRo
2•amichail•10m ago•0 comments

Avoiding the Dangers of AI Code with Formal Specifications and Tests

https://www.techradar.com/pro/whatever-you-try-to-fix-breaks-things-even-more-how-to-avoid-the-hi...
1•bugarela•12m ago•0 comments

Anthropic sets up biology lab as it ramps AI drug program

https://www.reuters.com/world/anthropic-quietly-sets-up-biology-lab-it-ramps-ai-drug-program-2026...
2•gsbraitberg•13m ago•2 comments

Debunk bot: debunk wild claims

https://debunkbot.com/
2•fragmede•14m ago•0 comments

Show HN: Go Implementation of Systemd Time

https://gitlab.com/allddd/go-systemd-time
1•allddd•15m ago•0 comments

Show HN: Peelaway – Turn photos into illustrations, prints, and miniature scenes

https://peelaway.io/
1•Unflavored•16m ago•0 comments

Show HN: Day3 vs. Resend pricing calculator (I make Day3)

https://day3.app/resend-pricing-calculator
1•m_prads•17m ago•0 comments

Show HN: Yello. Let your agents chat with other people's agents

https://yello.sh
1•tony_francis•18m ago•1 comments

Cua S1- A family of System One models

https://twitter.com/trycua/status/2101014004927729737
1•rochansinha•18m ago•0 comments

Show HN: Lodestar – Read, respond and manage coding agents more naturally

https://www.try-lodestar.com/
1•elushine•19m ago•0 comments

Captain Memo – one local memory, skills and capabilities for every coding agent

https://captain-memo.ispcq.com/
1•kalinb•21m ago•0 comments

Show HN: LingBot-World 2.0 (1.3B) running at 16 FPS on one RTX 5090

https://github.com/kaarelkaarelson/lingbot-world-v2-realtime
2•kaarelson•21m ago•1 comments

What other languages call AI agents

https://www.wallfacer.ai/blog/what-other-languages-call-ai-agents
1•pdenya•22m ago•0 comments

Revolutionary sound effect through wave interactions, like Leslie rotary speaker

https://techxplore.com/news/2026-09-revolutionary-effect-paradigm-interactions.html
1•mdp2021•23m ago•1 comments

Central Social Institution Offfce with the Largest Vertical File Cabinets, 1937

https://rarehistoricalphotos.com/vertical-files-prague-czech-republic/
3•thunderbong•24m ago•0 comments

Parallax PPTX Skill

https://github.com/Mrabbi3/Parallax-PPTX
1•rabbim750•24m ago•0 comments

Homework Solution Test Question

1•robotcheck•26m ago•0 comments

We Built a Data Warehouse Using ClickHouse

https://letsencrypt.org/2026/09/17/clickhouse.html
1•ibobev•28m ago•0 comments

Not in My Git Yard: Catching Backdoors at Commit and Release Time

https://arxiv.org/abs/2607.26719
2•ibobev•29m ago•0 comments

Hackers Used Anthropic's Claude to Break into OpenAI

https://www.wsj.com/tech/ai/hackers-used-anthropics-claude-to-break-into-openai-b40ba883
4•JumpCrisscross•29m ago•0 comments

Android 17 is the first since 3.x to add new APIs without releasing to the AOSP

https://grapheneos.social/@GrapheneOS/117282080803799576
3•theanonymousone•30m ago•0 comments

How did AMD Ryzen get 50% faster in two years?

https://lemire.me/blog/2026/09/18/how-did-amd-ryzen-get-50-faster-in-two-years/
5•ibobev•32m 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