frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI galaxy hunters are adding to the global GPU crunch

https://techcrunch.com/2026/04/23/ai-galaxy-hunters-are-adding-to-the-global-gpu-crunch/
1•rustoo•1m ago•0 comments

Brainjo Raised €2M for ADHD VR Therapy

https://www.siliconsnark.com/brainjo-raised-eu2-million-for-adhd-vr-therapy-finally-a-headset-wit...
1•SaaSasaurus•2m ago•0 comments

The active ingredients: physical activity features linked to healthy brain aging

https://link.springer.com/article/10.1186/s13195-026-01998-6
1•PaulHoule•2m ago•0 comments

AI Can Write Data Analysis Code, but Can You Trust the Result?

https://blog.exploratory.io/in-the-age-of-ai-rs-readability-becomes-a-superpower-4e9b59beeabd
1•kanaugust•3m ago•0 comments

AI-assisted Agent Coordination (Claude/codex)

https://github.com/jstuart0/agentpulse
1•Craze0•3m ago•1 comments

Real Vuln hunting project driven by AI to combat Mythos FUD

1•dmaynor•3m ago•0 comments

What Is Wrong with PaaS Today?

https://blog.appsignal.com/2026/04/23/what-is-wrong-with-paas-today.html
1•NoJamNoJuice•3m ago•1 comments

Dual Condition – a cognitive theory of why prompts work

https://dualcondition.com/analyze
1•sschlegel•3m ago•0 comments

Reviving Teletext for Ham Radio

https://spectrum.ieee.org/reviving-teletext-for-ham-radio
1•Brajeshwar•4m ago•0 comments

Los Angeles is finally going underground

https://www.technologyreview.com/2026/04/22/1135449/los-angeles-subway-going-underground/
1•omer_k•4m ago•0 comments

Will fusion power get cheap? Don't count on it

https://www.technologyreview.com/2026/04/23/1136329/fusion-power-cost/
1•joozio•5m ago•0 comments

Ubuntu 26.04 LTS Released

https://ubuntu.com/download/desktop
2•fifteenth•5m ago•0 comments

Red Hat Digital Sovereignty Take: Red Hat Confirmed Sovereign Support

https://techstrong.it/featured/red-hat-digital-sovereignty-take-red-hat-confirmed-sovereign-support/
1•CrankyBear•5m ago•0 comments

Vercel says some of its customers' data was stolen prior to its recent hack

https://techcrunch.com/2026/04/23/vercel-says-some-of-its-customers-data-was-stolen-prior-to-its-...
1•cdrnsf•5m ago•0 comments

Show HN: StillOtter – a minimalist daily planning app

https://stillotter.com
1•mohitgangrade•7m ago•0 comments

Show HN: Seleci – Pre-built AI agents that keeps your business running

1•Seleci•7m ago•0 comments

Box to Save Memory in Rust

https://dystroy.org/blog/box-to-save-memory/
1•emschwartz•8m ago•0 comments

'Hairdryer used to trick weather sensor' to win $34,000 Polymarket bet

https://www.telegraph.co.uk/business/2026/04/23/hairdryer-used-trick-weather-sensor-34000-polymar...
2•zdw•9m ago•0 comments

Live Q&A with Apple on Swift concurrency

https://developer.apple.com/forums/discussions/1483080/live?login=true&u_t=1
1•Austin_Conlon•9m ago•1 comments

Ask HN: ChatGPT, Gemini, Claude or Grok?

3•wasimsk•11m ago•2 comments

Free Gotenberg.dev Instance for You

https://pdf.freestuffsthat.work
1•dd_xplore•12m ago•1 comments

Bambulab against reverse engineering (OrcaSlicer-bambulab plugin)

https://github.com/jarczakpawel/OrcaSlicer-bambulab
3•brovonov•13m ago•0 comments

Google Is About to Punish Websites for That Annoying Browser Back Button Trick

https://www.cnet.com/tech/services-and-software/google-punish-websites-browser-back-button-hijack...
2•taubek•13m ago•0 comments

Tokenmaxxing as a weird new trend

https://blog.pragmaticengineer.com/the-pulse-tokenmaxxing-as-a-weird-new-trend/
1•ilreb•14m ago•0 comments

Show HN: Noemica – personas that use your product and tell you why they left

https://www.noemica.io/
1•SebastianSosa•14m ago•0 comments

MeshCore development team splits over trademark dispute and AI-generated code

https://blog.meshcore.io/2026/04/23/the-split
3•wielebny•15m ago•0 comments

Introducing OpenAI (2015)

https://web.archive.org/web/20151211215507/https://openai.com/blog/introducing-openai/
1•RIMR•16m ago•0 comments

The Future of AI JavaScript

https://www.npmjs.com/package/ai-js-attr
7•aaronschroeder•16m ago•5 comments

Show HN: Omens AI filters my feeds so I spend 0 minutes doomscrolling

https://omens.online
2•borodutch•17m ago•0 comments

C++26: Structured Bindings can introduce a Pack

https://www.sandordargo.com/blog/2026/04/22/cpp26-structured-bindings-packs
1•ibobev•18m 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.