frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Using SwiftUI to Build a Mac-Assed App in 2026

https://pfandrade.me/blog/mac-assed-swiftui-app/
1•yacin•1m ago•0 comments

Ask HN : What are some of your favourite developer tools?

1•dhruv3006•3m ago•0 comments

It's time to address the looming crisis in entry-level work

https://www.technologyreview.com/2026/05/26/1137865/its-time-to-address-the-looming-crisis-in-ent...
1•joozio•4m ago•0 comments

RepoRecon – a Claude Code plugin that validates project ideas against GitHub

https://github.com/suleman-dawood/reporecon
1•sulemandawood•4m ago•0 comments

US law enforcement warns of "anti-tech extremism" as AI hatred grows

https://arstechnica.com/ai/2026/05/us-law-enforcement-warns-of-anti-tech-extremism-as-ai-hatred-g...
2•ndsipa_pomu•4m ago•0 comments

Static Forms – open alternative to Formspree for static websites

https://static-forms.com
1•upggr•4m ago•0 comments

Dense vs. Moe Model

https://engineersmeetai.substack.com/p/dense-vs-moe-models-explained
1•Sathya_sns•5m ago•0 comments

Jensen Huang says CEOs who blame AI for layoffs are giving a 'lazy' excuse

https://www.businessinsider.com/nvidia-ceo-jensen-huang-ai-job-cuts-losses-lazy-narrative-2026-5
1•theanonymousone•5m ago•0 comments

Trying Out C++ as a Web Developer

https://hooby.blog/posts/trying-cpp-as-a-webdev/
1•hooby•6m ago•0 comments

Avatar 4.0 – A living AI organism with physics body, emotions, on a GTX 1660 Ti

https://github.com/linga009/Avatar
2•linga009•9m ago•0 comments

Plan Mode Is a Crutch

https://graphcoder.ai/blog/plan-mode-is-a-crutch
3•ramstar3000•11m ago•0 comments

Readable.css

https://readable-css.freedomtowrite.org/
1•birdculture•12m ago•0 comments

GSM, UMTS, LTE and 5G Standard Protocols and Procedures for Lawful Interception [pdf]

https://www.etsi.org/deliver/etsi_ts/133100_133199/133128/16.19.00_60/ts_133128v161900p.pdf
1•azalemeth•12m ago•0 comments

Spanish police raid headquarters of PM Sánchez's Socialist Party

https://apnews.com/article/spain-socialist-headquarters-police-raid-043e048333ea415a6ece0a6bf02fe6da
1•embedding-shape•12m ago•0 comments

A zero-dependency GitHub Issue poller for multi-agent coding teams

https://gist.github.com/atraining/d666e2d20e5abfdf92eb74a0d5f4918d
2•chelm•15m ago•0 comments

Show HN: Legato – a Rust audio graph framework with a minimal DSL

https://legato.gg/docs/getting-started
1•lukeweston1234•15m ago•0 comments

The Black Death (2016)

https://aeon.co/essays/what-caused-the-black-death-and-could-it-strike-again
1•downbad_•16m ago•0 comments

A Guideline of Performing Ibadah at the International Space Station [pdf]

https://theislamicworkplace.com/wp-content/uploads/2007/10/a_guideline_ibadah_at_iss.pdf
1•thunderbong•16m ago•0 comments

Domux

https://github.com/pranav7/domux
1•pranav7•18m ago•1 comments

Paxton's Texas Victory Creates a New Battleground for Senate Control

https://www.nytimes.com/2026/05/27/us/politics/paxton-talarico-texas-senate-race.html
1•Cider9986•18m ago•0 comments

Show HN: Next.js internal tools boilerplate – auth, RBAC, audit logs, jobs

https://coreui.io/product/next-js-boilerplate/
1•mrholek•18m ago•0 comments

Startup API credits for teams testing AI workflows

https://wisgate.ai/startup-credits
1•kevin_wang7•18m ago•0 comments

I'm Tired of Talking to AI

https://orchidfiles.com/im-tired-of-ai-generated-answers/
3•theorchid•22m ago•0 comments

Show HN: Axion – Browser-based guitar amp/effects rig

https://axion.cab/
2•rhysfonixone•22m ago•0 comments

Show HN: Chat Hoarding – Mac app to archive WhatsApp backups locally

https://chathoarding.app/
3•zzeynalov•26m ago•2 comments

The Despair of the Professor in the Age of A.I

https://www.newyorker.com/news/fault-lines/the-despair-of-the-professor-in-the-age-of-ai
1•YeGoblynQueenne•28m ago•0 comments

A file-level tree that lets an LLM reason over a document corpus

https://pageindex.ai/blog/pageindex-filesystem
1•cccaaai•28m ago•0 comments

Modern Web Guidance

https://developer.chrome.com/docs/modern-web-guidance
1•pramodbiligiri•29m ago•0 comments

Show HN: I hand-write 5 daily word puzzles before work

https://www.dailyworder.com/
1•DailyWorder•35m ago•0 comments

Show HN: Generate 54 social media assets in 1 click

https://socialpacks.co/
1•danielkempe•35m 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.