frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Bulk Hexagonal Diamond

https://www.nature.com/articles/s41586-026-10212-4
1•planetmechanic•1m ago•0 comments

Googleworkspace/CLI isn't optimized – Test your skills

https://tessl.io/eval-runs/019cc02f-bb26-76e0-a7c9-598a7337edb7
1•sjmaplesec•1m ago•1 comments

Humanoid robot: The evolution of Kawasaki’s challenge

https://kawasakirobotics.com/in/blog/202511_kaleido/
1•hhs•1m ago•0 comments

Grith

https://grith.ai/
1•handfuloflight•3m ago•0 comments

Leave the Kurds alone. We are not guns for hire

https://thenewregion.com/posts/4762
2•inaros•4m ago•0 comments

When to Use BFF and Should It Replace API Gateway?

https://reactdevelopment.substack.com/p/when-to-use-bff-and-should-it-replace
1•javatuts•6m ago•0 comments

Show HN: Real-time collaborative editing plugin for Blender

https://github.com/arryllopez/meerkat
1•arryleo10•7m ago•0 comments

Essential use cases for web scraping data extraction

https://spidra.io/blog/7-essential-use-cases-for-web-scraping
1•joelolawanle•8m ago•1 comments

Show HN: Crazly – structured AI workflows instead of random prompts

https://crazly.pro/
1•starup-guy•9m ago•0 comments

The next generations of Bubble Tea, Lip Gloss, and Bubbles are available now

https://charm.land/blog/v2/
1•atkrad•9m ago•0 comments

Trampolining Nix with GenericClosure

https://blog.kleisli.io/post/trampolining-nix-with-generic-closure
1•ret2pop•9m ago•1 comments

Show HN: I mapped 954K addresses because AI hallucinated my trash day

https://trashalert.io
1•hudtaylor•12m ago•1 comments

VoiceVista – Resurrection of Microsoft Soundscape for the Blind and VI

https://www.applevis.com/apps/ios/navigation/voicevista
1•Fr0styMatt88•15m ago•0 comments

Show HN: A new package manager for Ada

https://github.com/tomekw/tada
1•tomekw•15m ago•1 comments

JavaScript Note: ToggleEvent.source and Dialog.closedBy

https://jsdev.space/toggleevent-source-dialog-closedby/
1•javatuts•15m ago•0 comments

Stanford EE 292P: How China will 'quarantine' Taiwan

https://hnvr.medium.com/week-9-geopolitics-and-national-security-ee-292p-atoms-bits-and-the-natio...
1•malchow•16m ago•0 comments

AI Agents Have Senior Engineer Capabilities and Day-One Intern Context

https://equatorops.com/resources/blog/ai-agents-need-consequence-awareness
1•bobjordan•16m ago•1 comments

Migrating a 300GB PostgreSQL database from Heroku to AWS with minimal downtime

https://argos-ci.com/blog/heroku-to-aws-migration
2•neoziro•16m ago•0 comments

Eclipse GlassFish: This Isn't Your Father's GlassFish

https://omnifish.ee/eclipse-glassfish-this-isnt-your-fathers-glassfish/
2•henk53•17m ago•0 comments

Show HN: LM Canvas – current chat interfaces suck, so I built a canvas for LLMs

https://twitter.com/maxleedev/status/2029695170040529306
1•max-lee-dev•17m ago•0 comments

The Sandboxed Open-Source Agent that is 70% cheaper than E2B

https://coasty.ai:443/
1•nkov47as•19m ago•1 comments

MrBeast fired a video editor after Kalshi accused employee of insider trading

https://apnews.com/article/mrbeast-jimmy-donaldson-kalshi-7a8bb7e2aecee7428bcc2dd1eb08ac67
1•petethomas•19m ago•0 comments

Stop Using Grey Text

https://catskull.net/stop-using-grey-text.html
2•catskull•20m ago•0 comments

Show HN: The CTO Game – Scale your infra in real-time, under pressure

https://thectogame.com/
1•frenchmajesty•23m ago•0 comments

Labubu sues 3D printer maker Bambu Lab for items made by its users

https://www.tomshardware.com/3d-printing/labubu-sues-3d-printer-maker-bambu-lab-for-items-made-by...
2•josephcsible•23m ago•0 comments

Amazon Appears to Be Down

https://arstechnica.com/gadgets/2026/03/amazon-appears-to-be-down-with-over-20000-reported-problems/
2•samizdis•23m ago•0 comments

Feeling the Effects of 260k Federal Jobs Lost

https://www.nytimes.com/2026/03/05/climate/climate-forward-science-federal-cuts.html
3•geox•27m ago•0 comments

Show HN: AI Resume Chatbot – recruiters can chat with your resume

https://airesume.chat
1•hanishabsigh•28m ago•0 comments

Surviving the Streaming Dungeon with Kafka Queues

https://rion.io/2026/02/02/surviving-the-streaming-dungeon-with-kafka-queues/
1•rionmonster•32m ago•0 comments

Jemalloc

https://github.com/jemalloc/jemalloc
1•flykespice•32m 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•10mo ago

Comments

MichealCodes•10mo ago
Cryptocurrency packages used at scale should have wallet decoys setup for early detection of vulnerabilities like this.
nailer•10mo 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•10mo ago
I see the model of "download any old shit off the internet and run it in production" is working out so well.
nailer•10mo ago
I don’t have much opinion of XRP but this is their official package, not a community package.
tobyhinloopen•10mo 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_•10mo ago
That is a very fun fact.
nailer•10mo ago
Yes that is how dependencies work.
poincaredisk•10mo 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•10mo 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•10mo 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•10mo ago
Yes. It’s an engineering failure to have multiple copies of the same logic. That isn’t specific to JavaScript.
tough•10mo 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•10mo 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•10mo 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•10mo ago
Official and thorough support for SBOM* within major package repositories can not come sooner.

* https://en.wikipedia.org/wiki/Software_supply_chain

abhisek•10mo 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•10mo ago
.xyz isn’t exotic for blockchains.