frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

GCC 16.1 Released

https://gcc.gnu.org/pipermail/gcc/2026-April/248065.html
1•edelsohn•33s ago•0 comments

I tricked 3M people into believing in an evil fake polycule

https://rawandferal.substack.com/p/norman-polycule
1•jjmarr•2m ago•0 comments

Jesus' Time Management Secret [video]

https://www.youtube.com/watch?v=U-89DOwuZXM
1•Brysonbw•3m ago•0 comments

I aggregated 28 US Government auction sites into one search

https://bidprowl.com
3•scarsam•10m ago•0 comments

Repatriated Scammers Are a Security Risk, Says Kenyan Government

https://commsrisk.com/repatriated-scammers-are-a-security-risk-says-kenyan-government/
2•campuscodi•10m ago•0 comments

Agenda‑Intelligence.md: a protocol that turns AI news summarizers into analysts

https://github.com/vassiliylakhonin/agenda-intelligence-md
1•vassilbek•14m ago•0 comments

A.I. Bots Told Scientists How to Make Biological Weapons

https://www.nytimes.com/2026/04/29/us/ai-chatbots-biological-weapons.html
1•Anon84•14m ago•0 comments

Company says nuclear fusion could power the grid – and soon

https://www.cnn.com/2026/04/30/climate/nuclear-fusion-real-world-electricity-grid
2•mpweiher•16m ago•0 comments

Using asteroid early orbital data for rapid Mars missions

https://www.sciencedirect.com/science/article/pii/S0094576526002456
1•compounding_it•16m ago•0 comments

Belgium stops decommissioning nuclear power plants

https://dpa-international.com/general-news/urn:newsml:dpa.com:20090101:260430-930-14717/
3•mpweiher•17m ago•0 comments

Indonesia urges social media platforms to disclose number of U16 accounts closed

https://apnews.com/article/indonesia-social-media-children-under-16-39630c776f947652cde619ad4ae56627
1•1vuio0pswjnm7•21m ago•0 comments

Samsung Electronics Earnings Presentation Q12026 [pdf]

https://images.samsung.com/is/content/samsung/assets/global/ir/docs/2026_1Q_conference_eng.pdf
1•TechTechTech•22m ago•0 comments

NSA networking tool poses threat to national security

https://www.sdxcentral.com/news/nsa-networking-tool-poses-threat-to-national-security/
1•giuliomagnifico•22m ago•0 comments

The 2026 AI Index Report

https://hai.stanford.edu/ai-index/2026-ai-index-report
1•mooreds•23m ago•0 comments

Lens Agents: Governing AI Agents Across Desktop, Cloud, and On-Prem

https://lenshq.io/blog/introducing-lens-agents
3•flaviuscdinu•23m ago•0 comments

Merchantoria.com – Payment and Merchant providers comparison aggregator

https://merchantoria.com
1•jangozo•25m ago•1 comments

Is tech's AI spending working?

https://www.latimes.com/business/story/2026-04-29/trillion-dollar-question-is-techs-massive-ai-sp...
1•1vuio0pswjnm7•29m ago•0 comments

Fido Alliance to Develop Standards for Trusted AI Agent Interactions

https://fidoalliance.org/fido-alliance-to-develop-standards-for-trusted-ai-agent-interactions/
1•bpierre•30m ago•0 comments

Show HN: NVIM config that I use with my agents

https://github.com/NishantJoshi00/nvim-config
3•cat-whisperer•30m ago•0 comments

Tar files made in macOS generate "xattr" errors when expanded in Linux

https://aruljohn.com/blog/macos-created-tar-files-linux-errors/
2•heresie-dabord•31m ago•1 comments

The quiet layoffs China's tech giants

https://restofworld.org/2026/china-tech-layoffs-alibaba-baidu-ai-pivot/
1•giuliomagnifico•31m ago•0 comments

Show HN: Run Claude Code sessions on Linear issues via two MCP servers

https://lanes.sh/blog/linear-to-lanes
2•s-xyz•31m ago•0 comments

Americans lost $2.1B to social media scams in 2025, 8x more than in 2020

https://fortune.com/2026/04/28/ftc-social-media-scams-americans-lose-billions-meta-facebook-whats...
2•1vuio0pswjnm7•33m ago•0 comments

Tap Jewels is a classic match-3 gem game for the Amiga computer

https://www.amiga-shop.net/en/Amiga-Software/Amiga-Games/Tap-Jewels-classic-Amiga-download-versio...
1•doener•35m ago•0 comments

Do the geniuses in the datacenter get lunch breaks?

https://blog.dnmfarrell.com/post/do-the-geniuses-in-the-datacenter-get-lunch-breaks/
2•davidfarrell•35m ago•1 comments

Thales – TypeScript compiler and JavaScript engine in Lean

https://github.com/jessealama/thales
2•michaelkrem•36m ago•0 comments

Content Engineering with Claude Code

https://ahrefs.com/blog/how-i-do-content-engineering-with-claude-code/
1•eigenBasis•38m ago•0 comments

Get Your Website/API Ready for Agentic Commerce in 1 Minute

https://www.startuphub.ai/agent-readiness
2•compulsivebuild•41m ago•1 comments

Bitmap and tilemap generation from a single example

https://github.com/mxgmn/WaveFunctionCollapse
1•futurecat•44m ago•0 comments

Redshift – Rehearsing for humanity's future on Mars

https://harpers.org/archive/2026/05/redshift-elena-saavedra-buckley-mars/
1•pseudolus•46m 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.