frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Zerodep: Performant single-file, zero-dep Python modules (protobuf, YAML, etc.)

https://github.com/Oaklight/zerodep
1•Oaklight•1m ago•0 comments

Self-Hosted AI Red Team Tools

https://aetherverseintel.gumroad.com/l/vpzqnk
1•valuria•6m ago•1 comments

Agentic AI Chip Design Built a Full RISC-V Core

https://spectrum.ieee.org/ai-chip-design
1•rbanffy•6m ago•0 comments

Microsoft Reportedly Looking at Rebasing Azure Linux on Fedora

https://www.phoronix.com/news/MS-Azure-Linux-Fedora-Based
1•rbanffy•7m ago•0 comments

With TPU 8, Google Makes GenAI Systems Better, Not Just Bigger

https://www.nextplatform.com/compute/2026/04/24/with-tpu-8-google-makes-genai-systems-much-better...
2•rbanffy•8m ago•0 comments

Revocation of X.509 Certificates

https://blog.apnic.net/2026/04/24/revocation-of-x-509-certificates/
1•jandeboevrie•9m ago•0 comments

Show HN: Auto lock your Mac via phone proximity (No Apple Watch)

1•dabbygabby•10m ago•0 comments

America's Geothermal Breakthrough Could Unlock a 150-Gigawatt Energy Revolution

https://oilprice.com/Alternative-Energy/Geothermal-Energy/Americas-Geothermal-Breakthrough-Could-...
1•sleepyguy•10m ago•0 comments

The Nintendo Switch Switch (2019)

https://blog.cynthia.re/post/nintendo-switch-ethernet-switch
1•birdculture•11m ago•0 comments

Show HN: A faster, drop-in replacement for Tailscale's DERP relay

https://hyper-derp.dev/blog/hyper-derp-announcement/
2•KRuskowski•12m ago•0 comments

Show HN: Phinite – The OS layer (eval, observe, govern, A2A native)

https://www.phinite.ai/
1•PhiniteAI•14m ago•0 comments

Show HN: Perfect Fit – A minimalist B&W timing puzzle

https://play.google.com/store/apps/details?id=com.FathaGames.PerfectFit&hl=en_US
1•mrfatha•15m ago•0 comments

#009: The Flavor of the AI Interface

https://metedata.substack.com/p/009-the-flavor-of-the-ai-interface
1•young_mete•17m ago•0 comments

Congrats on failing to launch; weirdfriends log 1

https://c0n0.com/posts/weirdfriends-log-1/
1•jealousgelatin•20m ago•0 comments

HDR output arrives in Godot 4.7

https://godotengine.org/article/hdr-output-arrives-in-godot-4-7/
1•__natty__•27m ago•0 comments

Firestarter malware survives Cisco firewall updates, security patches

https://www.bleepingcomputer.com/news/security/firestarter-malware-survives-cisco-firewall-update...
2•Brajeshwar•30m ago•0 comments

The Papers of Friedrich August von Hayek Now Accessible Online

https://www.hoover.org/news/papers-friedrich-august-von-hayek-now-accessible-online
2•paulpauper•33m ago•0 comments

Prediction Market Accuracy: Crowd Wisdom or Informed Minority?

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6617059
2•Anon84•33m ago•0 comments

Hedging the Singularity

https://twitter.com/achenfinance/status/2046612004870164671
1•paulpauper•34m ago•0 comments

Viewpoint Diversity

https://casssunstein.substack.com/p/viewpoint-diversity
2•paulpauper•35m ago•0 comments

GPT-5.5-Pro did worse in BullshitBench

https://twitter.com/petergostev/status/2047773402090426548
2•amrrs•36m ago•0 comments

Agent regression testing: cutting detection from days to minutes

https://www.polarity.so/blogs/agent-regression-testing-days-to-minutes
1•mihaipo•37m ago•0 comments

Show HN: Video Messaging for Work

https://flowylabs.ai/llink
2•talksik•45m ago•0 comments

Everyone in the world has to take a private vote by pressing red or blue

https://twitter.com/waitbutwhy/status/2047710215265730755
2•theharrychen•46m ago•0 comments

Show HN: Kloak, A secret manager that keeps K8s workload away from secrets

https://getkloak.io/
4•neo2006•46m ago•1 comments

Hermes.md in Git commit messages causes requests to route to extra usage billing

https://github.com/anthropics/claude-code/issues/53262
2•adunk•57m ago•0 comments

Show HN: Bulk URL Checker – check 75k URLs from any LLM via MCP

https://bulkurlchecker.com
1•carlosofscience•58m ago•1 comments

The Lunar Gateway's primary modules are corroded

https://arstechnica.com/space/2026/04/well-this-is-embarrassing-the-lunar-gateways-primary-module...
2•simonebrunozzi•58m ago•0 comments

Greenfield and Iterative deployment – By superpowers creator

https://primeradiant.com/blog/2026/greenfield-and-iterative-development.html
1•sorcercode•1h ago•0 comments

Show HN: I benchmarked how good LLMs are at proofreading English

https://github.com/reviseio/errata-bench
2•artursapek•1h ago•1 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.