frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Court unanimously sides with oil and gas companies in suit over damage to coast

https://www.scotusblog.com/2026/04/court-unanimously-sides-with-oil-and-gas-companies-in-suit-ove...
1•Jimmc414•5m ago•0 comments

Xtrace-skill: xtrace – Command-line CPU Profiling for macOS as a skill

https://github.com/Kr1sso/xtrace-skill
1•mpweiher•7m ago•0 comments

Paper, Love and Software

https://github.com/mistachkin/docs/blob/trunk/paper_love_and_software.md
1•BaconDaddyX•8m ago•0 comments

You paid for it, you should be comfortable in it

https://idiallo.com/blog/you-paid-for-it-you-should-be-comfortable-in-it
1•speckx•10m ago•0 comments

Philz Coffee retreats from controversial plan

https://www.sfchronicle.com/food/restaurants/article/philz-reverses-pride-flag-ban-22212158.php
1•_doctor_love•11m ago•1 comments

A Close Look at a Spinlock

https://blog.regehr.org/archives/2173
2•jruohonen•14m ago•0 comments

Ask HN: In the AI world what does "great" look like?

1•armcat•15m ago•0 comments

How Netflix Built the Operations Layer Behind Live at Scale

https://netflixtechblog.com/the-human-infrastructure-how-netflix-built-the-operations-layer-behin...
2•tcp_handshaker•15m ago•0 comments

China surfaces details of spacecraft for Moon landing by 2030

https://jatan.space/moon-monday-issue-267/
1•tcp_handshaker•16m ago•0 comments

Doubling the voltage: What 800 V architecture changes in EVs

https://arstechnica.com/cars/2026/03/doubling-the-voltage-what-800-v-architecture-really-changes-...
1•PaulHoule•16m ago•0 comments

Exts to Odrzywołek's EML Uni Operator: Hybrid Best Routing, Phantom Attractors

https://www.monogate.dev/
1•zonked45•16m ago•0 comments

Why AI Is Not Getting You Out of a Job

https://yeikoff.xyz/blog/17-04-2026-not-out-of-a-job/
1•iglesiastj•18m ago•0 comments

OpenAI to spend more than $20B on Cerebras chips, receive stake

https://www.reuters.com/technology/openai-spend-more-than-20-billion-cerebras-chips-receive-equit...
2•gaurangt•18m ago•2 comments

Local Model Router: Ollama/OpenAI-compat bridges for local LLMs via llama.cpp

1•g023•19m ago•0 comments

The King James Bible (2016)

https://www.thehindubusinessline.com/blink/talk/tongue-in-check/article8476057.ece
1•bookofjoe•19m ago•0 comments

Claude Code is unable to respond to this request

2•sminchev•19m ago•0 comments

Show HN: Seamless – Content-addressed computation caching for Python and bash

https://github.com/sjdv1982/seamless
1•sjdv1982•20m ago•0 comments

Snowflake vs. Databricks Showdown

https://select.dev/posts/snowflake-vs-databricks-showdown
1•dangoldin•20m ago•0 comments

Show HN: Userscript that shows HN submission count for any page

https://gist.github.com/overflowy/75b2df8a5349e51c5f83b5a2719d80d1
1•overflowy•22m ago•1 comments

Show HN: Navox Agents – 8 AI Agents for Claude Code with HITL Checkpoints

https://github.com/navox-labs/agents
1•nahrin•22m ago•1 comments

Quantum 'Jamming' Explores the Fundamental Principles of Nature

https://www.quantamagazine.org/quantum-jamming-explores-the-truly-fundamental-principles-of-natur...
1•lschueller•23m ago•0 comments

Books I Like: SICP

https://users.cms.caltech.edu/~mvanier/blog/sicp/
2•tehnub•23m ago•0 comments

The Computers of WarGames – What Was Real? What Was Fake? [video]

https://www.youtube.com/watch?v=y7thb-SC09g
1•LatencyKills•23m ago•0 comments

The Road to Responsive IntelliJ-Based IDEs

https://blog.jetbrains.com/platform/2026/04/road-to-responsive-ides/
2•saikatsg•26m ago•0 comments

Show HN: RepoGauge – save token costs and compare agents on your own repos

https://repogauge.org
1•siliconc0w•27m ago•0 comments

For founders who feel like nobody's watching

https://autheona.com/tools/audience-visualizer/
1•lasgawe•29m ago•1 comments

Show HN: Smith – AI Agent Orchestrator

https://getsmith.dev/
1•netnameus•30m ago•1 comments

Shift-Left Code Quality: Inside DebtDrone CLI 2.0.0 and a Dual-Mode Architecture

https://www.endrilickollari.com/blog/debtdrone-cli-2-release
1•endrilickollari•30m ago•0 comments

Discover More of the Fediverse with Tags.pub

https://activitypub.blog/2026/04/02/discover-more-of-the-fediverse-with-tags-pub/
1•ZacnyLos•32m ago•0 comments

Iceland Just Got Its First Mosquitoes

https://gizmodo.com/iceland-just-got-its-first-mosquitoes-scientists-arent-ready-for-what-comes-n...
2•speckx•33m 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•12mo ago

Comments

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

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

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