frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

GraphOS – Visual runtime and debugger for AI agents (with local-first execution)

https://github.com/ahmedbutt2015/graphos
1•ahmedthefayyaz•56s ago•0 comments

Pgpulse – Autopilot for Postgres Observablity and monitoring platform

https://pgpulse.io/
1•pabanda•1m ago•1 comments

Seeking a human connection in the scam-infested hiring process

https://markoanastasov.com/signals/seeking-a-human-connection-in-the-scam-infested-hiring-process/
1•markoa•2m ago•0 comments

Continuing the story of early DOS development

https://opensource.microsoft.com/blog/2026/04/28/continuing-the-story-of-early-dos-development/
1•bananaboy•3m ago•0 comments

Python One go: Bootstrapped uncertainty quantification given observation matrix

https://github.com/msuzen/leymosun
1•northlondoner•3m ago•1 comments

Devin for CLI

https://cli.devin.ai/docs
1•teddyX•4m ago•1 comments

Orchestrating AI Code Review at Scale

https://blog.cloudflare.com/ai-code-review/
1•vinhnx•5m ago•0 comments

My Visitors Are Not All Human. That Is Fine

https://hoeijmakers.net/my-visitors-are-not-all-human-that-is-fine/
1•robhoeijmakers•6m ago•1 comments

Llama.cpp MIPS R8000 Kernel Running on an SGI Power Challenge from 1995

https://twitter.com/mov_axbx/status/2048656497370923470
1•MrBuddyCasino•6m ago•0 comments

Taking down a network with a TLS certificate: my RIPE NCC RPKI exploit chain

https://mxsasha.eu/posts/ripe-ncc-rpki-exploit-chain/
2•job•7m ago•0 comments

Robot golf vs. holes that keep getting harder [video]

https://www.youtube.com/watch?v=2OfjZ3ORJfc
1•7777777phil•8m ago•0 comments

Welcome to the "find out" stage of AI

https://stackoverflow.blog/2026/04/27/welcome-to-the-find-out-stage-of-ai/
1•vinhnx•8m ago•0 comments

Bitwarden Encrypts and Decrypts Secrets

https://blog.miguelgrinberg.com/post/how-bitwarden-encrypts-and-decrypts-secrets
2•vinhnx•9m ago•0 comments

Show HN: Rip.so – a graveyard for dead internet things

https://rip.so
2•bozdemir•9m ago•0 comments

Text-to-CAD: Generate 3D models with coding agents (open source)

https://github.com/earthtojake/text-to-cad
2•steveharing1•12m ago•0 comments

Notepad++ appears as a native macOS application

https://www.heise.de/en/news/Notepad-appears-as-a-native-macOS-application-11275741.html
2•rxmux•13m ago•0 comments

Soft launch of open-source code platform for government

https://www.nldigitalgovernment.nl/news/soft-launch-for-government-open-source-code-platform/
4•e12e•16m ago•0 comments

Could At-Home Brain Stimulation Reduce Psychiatry's Reliance on SSRIs?

https://www.nytimes.com/2026/04/28/health/depression-at-home-brain-stimulation-fda.html
2•raindeer2•17m ago•0 comments

Why Law Is Law-Shaped

https://lawvm.org/why-law-is-law-shaped/
2•ekns•27m ago•0 comments

Show HN: AI powered coding interview practice

https://protechstack.com/practice
2•vampiregrey•32m ago•0 comments

SHOW HN: 50k+ Shopify Store Database Leads with Niche Segmentation

https://kanbauser.gumroad.com/l/shopifyleads
1•nazbasho•33m ago•0 comments

Trump: Australia's media bargaining laws 'foreign extortion'

https://www.theguardian.com/media/2026/apr/29/trump-australia-news-bargaining-laws-extortion
1•KnuthIsGod•34m ago•0 comments

Payphone Tag

https://hackaday.com/2026/04/28/payphone-tag-is-australias-new-national-sport/
2•altilunium•36m ago•0 comments

Taylor Swift files trademarks for voice and image amid concern over AI misuse

https://www.theguardian.com/music/2026/apr/27/taylor-swift-trademarks-voice-image-ai
1•JeanKage•36m ago•0 comments

US to issue new 'America250' passports featuring Donald Trump's image

https://www.theguardian.com/us-news/2026/apr/28/donald-trump-passports
2•KnuthIsGod•37m ago•0 comments

Quantum Computing and Blockchain [pdf]

https://assets.ctfassets.net/sygt3q11s4a9/6EjYavuGdtJDYCqaJrASj9/9f464a8bf26f44bd6c85710fe7e4a29f...
5•Tomte•41m ago•0 comments

Aihumanbench

1•AIhumanbench•41m ago•1 comments

Rspack 2.0: a 10x faster Webpack built in Rust

https://rspack.rs/blog/announcing-2-0
3•AbuAssar•45m ago•0 comments

Why I Still Reach for Lisp (& Scheme) Instead of Haskell

https://jointhefreeworld.org/blog/articles/lisps/why-i-still-reach-for-scheme-instead-of-haskell/...
8•jjba23•47m ago•1 comments

Product Thinking for Open Source Library Design

https://pckt.blog/b/krzysu/product-thinking-for-open-source-library-design-qzw69a9
6•krzysu•52m 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...

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.