frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Saorsa, a new kind of social media built around what is happening in the world

https://saorsa.ai
1•calumwalker•40s ago•0 comments

You Won't Finish This Article. Why people online don't read to the end. (2013)

https://slate.com/technology/2013/06/how-people-read-online-why-you-wont-finish-this-article.html
1•eigenBasis•59s ago•0 comments

I work on self-improving AI despite the risks

https://twitter.com/jeffclune/status/2054637385850511360
1•pretext•1m ago•0 comments

AI coders are carrying half-open laptops through airports, offices, ice rinks

https://www.businessinsider.com/coders-keep-laptops-open-in-public-ai-agent-2026-5
2•taubek•2m ago•0 comments

The End of Claude Code Automation

https://www.vincentschmalbach.com/the-end-of-claude-code-automation/
1•vincent_s•7m ago•0 comments

Shining

https://shining.302chanwoo.com/
1•memalign•10m ago•0 comments

A Streaming First Language for Generative UI

https://github.com/thesysdev/openui
1•ChicknNuggt•10m ago•0 comments

Show HN: Own Your Secrets – Sync encrypted secrets from any repo to any device

https://cottage-sync.github.io
1•sayanarijit•24m ago•0 comments

Big tech's fat profits conceal unsettling cashflows

https://www.economist.com/business/2026/05/13/big-techs-fat-profits-conceal-unsettling-cashflows
1•petethomas•29m ago•1 comments

HyperDX fork for Iceberg on S3 tables

https://github.com/bolt-earth/Berg
1•dinosor•32m ago•0 comments

Our response to the TanStack NPM supply chain attack

https://openai.com/index/our-response-to-the-tanstack-npm-supply-chain-attack/
2•meetpateltech•35m ago•0 comments

The Ghost of the Short Story: Memes, TVTropes, and the Evolution of Fiction

https://systemsthinkingcollection.substack.com/p/the-ghost-of-the-short-story
1•InputName•35m ago•0 comments

Storage based KVCache for denser token factory

https://blogs.oracle.com/ai-and-datascience/scaling-long-context-inference-on-oci-with-wekas-augm...
1•baruch•37m ago•1 comments

The Myers Diff Algorithm

https://blog.jcoglan.com/2017/02/12/the-myers-diff-algorithm-part-1/
1•chirau•39m ago•0 comments

Coding Trance Music from Scratch [video]

https://www.youtube.com/watch?v=iu5rnQkfO6M
1•bel8•40m ago•0 comments

Tracing and tenant-isolation firewall for AI agents (Apache 2.0)

https://github.com/amitbidlan/zistica-lumin
1•amitbidlan•45m ago•0 comments

Trump Mobile announces T1 phones will begin shipping this week

https://twitter.com/TrumpMobile/status/2054574531101266301
4•standeven•46m ago•0 comments

Reddit Tests Blocking Mobile Web to Force App Downloads

https://reclaimthenet.org/reddit-tests-blocking-mobile-web-to-force-app-downloads
5•Cider9986•54m ago•4 comments

Show HN: Textual-debugger, a Python TUI debugger with power features

https://pypi.org/project/textual-debugger/
2•aldanial•57m ago•1 comments

Malware crew TeamPCP open-sources its Shai-Hulud worm on GitHub

https://www.theregister.com/security/2026/05/13/malware-crew-teampcp-open-sources-its-shai-hulud-...
4•_____k•1h ago•0 comments

US sells 30-year bonds at 5% yield for first time since 2007

https://www.ft.com/content/11233902-2054-4ed5-b647-26402e7b58bd
7•petethomas•1h ago•3 comments

Why scrapping quarterly earnings is a bad idea

https://www.ft.com/content/8a42a683-2f1a-41b9-a9f4-5efed4e967ac
4•petethomas•1h ago•1 comments

Titan 3D Printed Home Building

https://www.iconbuild.com/technology
2•kristianpaul•1h ago•0 comments

New post: The Markdown Link no. 30

https://md-handbook.com/blog/markdown-link-no-30/
1•wordius•1h ago•1 comments

Show HN: I tried generating music from text and built a small tool around it

https://tegmix.com/
1•Nancylily•1h ago•0 comments

Built to help my dad pass CCNA, now were changing how people learn networking

https://switchlab.dev/
8•salad_v•1h ago•1 comments

How Consumers Adoption of Online Streaming Affects Music Consumption & Discovery

https://pubsonline.informs.org/doi/10.1287/mksc.2017.1051
2•Ariarule•1h ago•0 comments

Claude for Small Business

https://www.anthropic.com/news/claude-for-small-business
82•neilfrndes•1h ago•32 comments

How the Cheesecake Factory Runs One of America's Biggest Menus [video]

https://www.youtube.com/watch?v=rNNyEUxrPOY
3•gmays•1h ago•0 comments

Rezolus: High-Resolution Systems Performance Telemetry

https://github.com/iopsystems/rezolus
1•jinqueeny•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...

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

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.