frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Beast: Inference Economy Inversion in Agentic Coding Systems

https://github.com/Byron2306/EdgeK-BEAST
1•Byron230686•1m ago•0 comments

A 3D voxel game engine written in APL

https://github.com/namgyaaal/avoxelgame
2•sph•6m ago•0 comments

Kuksa – Crafting the traditional wooden cup

https://finlandnaturally.com/finnish-culture-food-heritage/kuksa-crafting-the-traditional-wooden-...
1•stevekemp•7m ago•0 comments

Luigi Cadorna Was the Worst (2021)

https://acoup.blog/2021/10/08/collections-luigi-cadorna-was-the-worst/
1•Tomte•10m ago•0 comments

Governing AI-agent actions via a network intent layer (NILScript)

https://zenodo.org/records/20774491
1•bashierkh•12m ago•0 comments

V131 Silicon Photonic Chip: Topological Manifold Processor, BER=0, 80ch DWDM

https://milkyway.center/
1•yuanjimaster•15m ago•0 comments

Query with Curl

https://daniel.haxx.se/blog/2026/06/21/query-with-curl/
1•enz•15m ago•0 comments

How Do Solar Panels Work?

https://perthirtysix.com/how-the-heck-do-solar-panels-work
1•vinhnx•15m ago•0 comments

Tab Groups Actually Increase Tab Hoarding

https://gopeek-lovat.vercel.app/blog-tab-groups-sweeping-dirt.html
2•sheelagay•17m ago•0 comments

Indian Households Now Hold Four Times More Gold Than U.S. Official Reserves

https://en.baaghitv.com/indian-households-now-hold-four-times-more-gold-than-u-s-official-reserves
2•thunderbong•18m ago•0 comments

Show HN: MapDex – A Social Map for Travelers

1•ChunchyMoney•22m ago•0 comments

The Scoundrel Who Steals Fruit and Apologizes Insincerely Is Having a Bad Day

https://medium.com/luminasticity/the-scoundrel-who-steals-fruit-and-apologizes-insincerely-is-hav...
1•bryanrasmussen•22m ago•0 comments

Agent-trace: A standard format for tracing AI-generated code

https://github.com/cursor/agent-trace
1•Garbage•23m ago•0 comments

Ask HN: Favorite Aspects of Cocoa/NeXTSTEP?

1•elcritch•25m ago•0 comments

I made an Time-Based AI coding agent

1•david3289•27m ago•1 comments

Ask HN: What are your favourite Hacker News comments?

1•Imustaskforhelp•28m ago•0 comments

Do MCP's use more tokens than CLI's?

https://nmm.ee/token-usage-mcp-vs-cli
1•askonomm•40m ago•0 comments

Transdisciplinarity, neuro-techno-philosophy, and the future of philosophy

https://onlinelibrary.wiley.com/doi/full/10.1111/meta.12595
1•andsoitis•47m ago•0 comments

Show HN: RedHN: A Reddit-style extension for Hacker News

https://github.com/fanjin-z/RedHN
1•fanjinz•50m ago•0 comments

AI didn't kill our bootstrapped software company, it doubled our revenue

https://www.nocobase.com/en/blog/future-of-software-programmers-revenue-doubled
1•mountainview•54m ago•0 comments

CL-BBS: the schemeBBS-like textboard rewritten in Common Lisp

https://github.com/ryukinix/cl-bbs
2•lerax•56m ago•1 comments

Pake: Turn any webpage into a desktop app with one command

https://github.com/tw93/Pake
4•vantareed•57m ago•1 comments

LBE – open-source execution control layer for AI agents

https://github.com/Letterblack0306/LetterBlack-Sentinel
2•letterblack0306•1h ago•0 comments

OpenMontage: Turn your AI coding assistant into a full video production studio

https://github.com/calesthio/OpenMontage
4•vantareed•1h ago•0 comments

Why WebRTC beats WebSockets for realtime voice AI

https://livekit.com/blog/why-webrtc-beats-websockets-for-voice-ai-agents
2•karimf•1h ago•0 comments

Geoengineering still faces major practical challenges

https://www.technologyreview.com/2026/06/18/1139227/geoengineering-engineering-challenges/
3•joozio•1h ago•0 comments

W.H. Auden's typist: James Schuyler in life and literature

https://hedgehogreview.com/web-features/thr/posts/companions-on-parnassus
2•simplegeek•1h ago•0 comments

Show HN: MP3 to Mp4 Converter

https://www.neuralframes.com/tools/mp3-to-mp4
2•nicollegah•1h ago•1 comments

Psychological warfare was once an afterthought, its now the primary battleground

https://iai.tv/articles/psychological-warfare-was-once-an-afterthought-its-now-the-primary-battle...
5•XzetaU8•1h ago•1 comments

Bab: A hash function for content-addressable storage

https://bab-hash.org/spec
4•g0xA52A2A•1h 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...

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.
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