frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Make a free 3.8B model as reliable as one 7× bigger at parsing data

https://pypi.org/project/llm-feedback-control/
1•pcoz•1m ago•0 comments

Sloppy and Paste

https://wordsrightman.beehiiv.com/p/sloppy-and-paste
1•tags2k•2m ago•0 comments

Show HN: Poolnarc – catch hidden Linux cryptominers from two eBPF hooks

https://github.com/yeet-src/poolnarc
1•r3tr0•3m ago•0 comments

Show HN: .Net/C# TUI framework (used Claude)

https://github.com/rivoli-ai/andy-tui2
1•M4R5H4LL•3m ago•0 comments

Journal of my journey over the mountains ... in 1747-8 (by George Washington)

https://www.gutenberg.org/cache/epub/52395/pg52395-images.html
1•Michelangelo11•4m ago•0 comments

I Developed DaVinci Resolve Plugin to Edit Videos from Claude

https://www.youtube.com/watch?v=a9RQBNIBA2s
1•ivo_ovcharov•4m ago•1 comments

Upai.lat – Global AI-powered platform for startups and businesses

https://upai.lat/
1•deivst97•5m ago•0 comments

Distinguishing Technology from Technology

https://geoffgraham.me/distinguishing-technology-from-technology/
1•speckx•6m ago•0 comments

Visa invests in Replit to power agentic payments for developers

https://techcrunch.com/2026/05/28/visa-invests-in-replit-to-power-agentic-payments-for-developers/
3•alexreysa•7m ago•0 comments

Show HN: Create and Maintain Filesystem Structures

https://github.com/Isaac12x/seed-cli
1•hunterx•7m ago•0 comments

A native, local-first alternative to Logitech Options+, written in Rust

https://openlogi.org/en
2•driesdep•8m ago•0 comments

An OpenAI model solved a famous math problem that stumped humans for 80 years

https://arstechnica.com/ai/2026/06/openais-math-breakthrough-played-to-ais-strengths/
2•tartoran•9m ago•0 comments

The Stray Shopping Cart Project

http://www.montagueprojects.com/the-stray-shopping-cart-project
1•Ariarule•10m ago•0 comments

Diplomacy in decline: Roughly 2k U.S. diplomats laid off or forced to retire

https://www.nbcnews.com/politics/national-security/diplomacy-decline-rcna347563
1•spankibalt•10m ago•0 comments

What Is a Digital Lipogram?

https://medium.com/@gui__/what-is-a-digital-lipogram-2797cdb86e3b
1•gillesr•10m ago•0 comments

Nvidia unveils new superchip to bring AI functions into personal computers

https://www.cbc.ca/news/business/nvidia-ai-personal-computer-9.7218820
1•nicfab•11m ago•0 comments

Evaluating Apple Silicon for Data Processing [pdf]

https://db.in.tum.de/~beischl/papers/Evaluating_Apple_Silicon_for_Data_Processing.pdf
1•matt_d•11m ago•0 comments

Tech Stock Singularity

https://www.grumpy-economist.com/p/tech-stock-singularity
1•Ariarule•12m ago•0 comments

The AI Skepticism Map

https://tomtunguz.com/ai-shorts/
3•swolpers•12m ago•0 comments

9FRONT Frequently Questioned Answers

https://fqa.9front.org/
1•tosh•12m ago•0 comments

Train a GPT with HTML

https://www.shaylivni.com/playground/browser-train
3•stealthy_•15m ago•1 comments

An Introduction to Bε-Trees and Write-Optimization (2015)

https://www.usenix.org/publications/login/oct15/bender
1•tosh•17m ago•0 comments

Snowmen, Recruiters, and Terry Pratchett: The Web's HTTP Header Junk Drawer

https://jonlu.ca/posts/http-headers-top-1000
1•jonluca•17m ago•0 comments

Box Created 13 New Types of Jobs Because of A.I

https://www.nytimes.com/2026/06/01/technology/box-13-new-types-jobs-ai.html
1•donohoe•18m ago•0 comments

Researchers directly observe infinitely long wavelengths for the first time

https://phys.org/news/2017-10-zero-index-waveguide-infinitely-wavelengths.html
2•thunderbong•20m ago•1 comments

Automating Human Connection

https://www.tonyrice.me/automation-killing-startups/
1•tonyrice•22m ago•1 comments

Homomorphic Static Analysis

http://marcosh.github.io/post/2026/05/21/homomorphic-static-analysis.html
1•yacin•22m ago•0 comments

Syncing lights with music: Marzullo's algorithm in the DJ booth

https://aaronjanse.substack.com/p/syncing-lights-with-music-marzullos
1•yacin•23m ago•0 comments

AI code automation meets sabotage and strict governance

https://www.developer-tech.com/news/ai-code-automation-meets-sabotage-strict-governance/
1•SVI•23m ago•0 comments

PassNet: Scaling Large Language Models for Graph Compiler Pass Generation

https://arxiv.org/abs/2605.29357
1•matt_d•23m 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