frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Skillhound: Give your AI access to every public SKILL.md

https://www.skillhound.ai/
1•mfkhalil•47s ago•0 comments

MSTR sells Bitcoin for 1st time since 2022 as quantum risks emerge

https://eciks.org/6891-53435-mstr-stock-drops-as-strategy-sells-bitcoin-for-first-time-since-2022
1•mgh2•2m ago•0 comments

Tiny GPT in Go. Optimised for Understanding. Trained on Jules Verne Books

https://github.com/zakirullin/gpt-go
3•idontlikellm•7m ago•0 comments

AI Ready – U.S. Department of Labor

https://beta.dol.gov/ai-ready
1•extesy•7m ago•0 comments

Korea's Hanwha offers rockets in bid for Canadian submarine deal

https://financialpost.com/transportation/hanwha-offers-rockets-bid-canadian-submarine-deal
1•Teever•8m ago•0 comments

Inside America's Most Dysfunctional Zoo

https://www.wsj.com/lifestyle/zoo-ethel-louisiana-escape-ligon-8418b6d0
1•bookofjoe•8m ago•1 comments

Project N.o.m.a.d. Node for Offline Media, Archives, and Data

https://github.com/crosstalk-solutions/project-nomad
1•lhoff•9m ago•0 comments

Tracing Rays with Jank

https://jank-lang.org/blog/2026-06-01-optimization/
1•yogthos•9m ago•0 comments

Mathematicians warn of AI threats to profession as industry encroaches

https://arstechnica.com/tech-policy/2026/06/mathematicians-warn-of-ai-threats-to-profession-as-in...
4•furcyd•13m ago•1 comments

US banks rely on a 65-year-old programming language

https://economictimes.indiatimes.com/news/new-updates/us-banks-rely-on-a-65-year-old-programming-...
3•indigodaddy•15m ago•0 comments

Samsung moving U.S. headquarters to Plano

https://www.dallasnews.com/business/technology/article/samsung-moving-u-s-headquarters-plano-2228...
4•littlexsparkee•17m ago•0 comments

We Stress-Tested Microsoft's New Image Model Against OpenAI and Google

https://runtimewire.com/article/we-stress-tested-microsoft-s-new-image-model-against-openai-and-g...
1•ryanmerket•17m ago•0 comments

Show HN: Odeva Booking – A unified PMS for holiday parks and campgrounds

1•ramon156•18m ago•0 comments

ClaudeCode, OpenCode and Pi: anatomy of a trivial request

https://c-daniele.github.io/en/posts/2026-05-18-coding-harness-comparison/
2•sourcecodeplz•18m ago•0 comments

My first investing web app

https://www.capotefinance.com/
1•edbrisley•19m ago•1 comments

Show HN: LMAO – Temu League of Legends, Built with Opus 4.8

https://lmaomoba.com
1•jonnyasmar•19m ago•0 comments

Why Your AI Agent Needs Better Temporal Reasoning–and How We Fixed It

https://medium.com/@vektormemory/why-your-ai-agent-needs-better-temporal-reasoning-and-how-we-fix...
1•vektormemory•19m ago•0 comments

Agent-Model Matching Guide

https://github.com/code-yeongyu/oh-my-openagent/blob/dev/docs/guide/agent-model-matching.md
1•ValentineC•21m ago•0 comments

Data.world to be discontinued on July 11, 2026

https://docs.data.world/en/408855-how-to-export-and-download-your-data.html#UUID-eca96534-4836-6e...
3•bnj•21m ago•1 comments

Computex 2026: All the news and announcements

https://www.theverge.com/tech/940844/computex-2026
1•rmason•24m ago•0 comments

Uber caps staff use of AI coding tools after blowing its budget

https://www.latimes.com/business/story/2026-06-02/uber-caps-staff-use-of-ai-coding-tools-after-bl...
3•vrganj•26m ago•2 comments

Building the Infrastructure for the Intelligence Age in Michigan

https://openai.com/index/stargate-michigan-data-center/
1•Philpax•27m ago•0 comments

Acoustic Coupler

https://en.wikipedia.org/wiki/Acoustic_coupler
2•RyanShook•28m ago•0 comments

I made a directory of open-source EDA tools

https://garden-of-eda.com/
2•TrishnaRajkumar•30m ago•0 comments

Echoes from Another Place

https://scholarlyfutures.substack.com/p/echoes-from-another-place
2•JohnHammersley•31m ago•0 comments

Ranking the most undetectable AI agents

https://usefoil.com/research/stealth-browser-leaderboard
3•alainmeier•31m ago•1 comments

Self-extensible software is here and its amazing

https://slopfluencer.com/posts/2026_06_02-self-extensible-software/
3•patleeman•31m ago•0 comments

Show HN: I built a tool that add advanced searching to GitHub's Lists

https://awesome.lvtd.dev/
2•rasulkireev•34m ago•0 comments

WebSDR

http://websdr.ewi.utwente.nl:8901/
2•andai•34m ago•0 comments

Deterministic Simulation Testing for Distributed Systems: Good, Bad, and Ugly

https://aoli.al/blogs/diorama/
1•aoli-al•37m 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