frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Google Cloud customer wakes up to $18,000 bill despite $7 budget

https://www.tomshardware.com/tech-industry/artificial-intelligence/google-cloud-customer-wakes-up...
1•speckx•27s ago•0 comments

What if Hyperliquid and TradingView made a baby?

https://www.aulico.com
1•kiosktryer•43s ago•0 comments

For its launch, Awiser will promote early projects

1•awiser•1m ago•0 comments

I Am Building a Cloud

https://crawshaw.io/blog/building-a-cloud
1•hasheddan•2m ago•0 comments

GPU Compass: Navigate the GPU Frontier Across 20 Clouds and 2K+ Offerings

https://gpus.skypilot.co/
2•hopechong•4m ago•1 comments

OpenMythos: an open-source, theoretical implementation of Claude Mythos

https://github.com/kyegomez/OpenMythos
1•wslh•5m ago•0 comments

Show HN: Netlify for Agents

https://netlify.ai
2•bobfunk•7m ago•0 comments

PCR Is a (Surprisingly) Near-Optimal Technology

https://nikomc.com/2026/04/22/pcr/
1•mailyk•8m ago•0 comments

I built a TLS grader that gives exact config fixes, not just a grade

https://mysslpro.com/tools/tls-grader.php
1•AndreiSSL•8m ago•1 comments

Random Machines: Why the Optimizer Is the Least Important Part of Deep Learning

https://sotaverified.org/blog/built-on-randomness-optimizer-least-important
1•uberdavid•8m ago•0 comments

Stop Begging Big Tech to Fix Your Social Media Experience. Do It Yourself

https://www.techdirt.com/2026/04/22/stop-begging-big-tech-to-fix-your-social-media-experience-you...
2•speckx•8m ago•0 comments

UC Berkeley economist explains California’s 'mystery gas surcharge' (2022)

https://abc7news.com/post/california-gas-prices-mystery-surcharge-oil-companies-why-is-so-expensi...
1•escot•8m ago•0 comments

It's not a crime if we do it (to nurses) with an app

https://pluralistic.net/2026/04/22/uber-for-nurses/
2•hn_acker•9m ago•0 comments

The Nancy Grace Roman Space Telescope: NASA's next great observatory completed

https://www.space.com/space-exploration/the-nancy-grace-roman-space-telescope-nasas-next-great-ob...
2•gmays•9m ago•0 comments

Command Finder – natural language to shell commands in your terminal

https://github.com/stvkoch/Command-Finder
1•stvkoch•11m ago•0 comments

Homegrown – An interactive map of every 2025 FBS college football player

https://torch.football/homegrown
1•brockbedard•12m ago•1 comments

Copyright and DMCA Best Practices for Fediverse Operators

https://www.eff.org/deeplinks/2026/04/copyright-and-dmca-best-practices-fediverse-operators
3•Brajeshwar•14m ago•0 comments

The Joy of Folding Bikes

https://blog.korny.info/2026/04/19/the-joy-of-folding-bikes
2•pavel_lishin•15m ago•0 comments

EFF Sues DHS and ICE for Records on Subpoenas Seeking to Unmask Online Critics

https://www.eff.org/press/releases/eff-sues-dhs-and-ice-records-subpoenas-seeking-unmask-online-c...
3•hn_acker•15m ago•0 comments

Twitter API is $100/month. Reddit API is a maze. so we built a free one

https://webmatrices.com/post/twitter-api-is-100-month-reddit-api-is-a-maze-so-we-built-an-mcp-ser...
2•bishwasbh•15m ago•0 comments

Linux application sandboxing – old tech for the future

https://www.dedoimedo.com/computers/linux-sandbox-firejail-xpra.html
1•speckx•18m ago•0 comments

Show HN: Flipbook – scrub through media frame-by-frame

https://flipbook.browserbox.io/
2•keepamovin•18m ago•1 comments

Chrome's New AI Web APIs Are Enabling Hardware Fingerprinting

https://datadome.co/threat-research/how-chromes-new-ai-web-apis-enable-hardware-fingerprinting/
2•azerpas•18m ago•1 comments

Google trend content generation pipeline

https://hyperscale.top/trends.html
1•agharsallah•19m ago•0 comments

Show HN: Quicklog – I used this app to journal for 13 years, now you can too

https://getquicklog.com/
1•ziofill•22m ago•0 comments

German Cabinet Approves IP Address Storage Law to Combat Online Crime

https://www.newsworm.de/news/german-cabinet-approves-ip-address-storage-law-to-combat-online-crime
1•Cider9986•25m ago•0 comments

Apple Mail MCP

https://github.com/s-morgan-jeffries/apple-mail-mcp
3•buibuibui•25m ago•0 comments

SuperMCP: Reddit, Twitter, Trends for AI Tools. Zero API Keys, Just Chrome

https://webmatrices.com/supermcp
1•bishwasbh•26m ago•0 comments

We Gave Claude Opus 4.7 and Kimi K2.6 the Same Workflow Orchestration Spec

https://blog.kilo.ai/p/we-gave-claude-opus-47-and-kimi-k26
2•heymax054•26m ago•0 comments

AI Gives Better Answers Than Google

https://thefinancebuff.com/ai-better-answers-than-google.html
1•kamaraju•27m 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•12mo ago
Yes. It’s an engineering failure to have multiple copies of the same logic. That isn’t specific to JavaScript.
tough•12mo 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•12mo ago
.xyz isn’t exotic for blockchains.