frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

If I download a 100GB file, does my computer get physically heavier?

https://old.reddit.com/r/NoStupidQuestions/comments/1voz7kz/if_i_download_a_massive_100gb_file_do...
4•nomilk•8m ago•1 comments

Show HN: Premiss – Coding agents for building trading strategies

https://www.premissai.com
2•MahtiasAhlgren•8m ago•0 comments

Ontfly – test your idea before building

https://ontfly.ai
1•kulaxyz•8m ago•0 comments

Firefox stunts on Edge as Microsoft gears up to neuter adblockers

https://www.pcgamer.com/software/browsers/firefox-stunts-on-edge-as-microsoft-gears-up-to-neuter-...
2•latein•8m ago•0 comments

JAMA journal won't retract oxycodone paper despite author request

https://retractionwatch.com/2026/08/13/jama-archives-internal-medicine-oxycodone-osteoarthritis-p...
2•leephillips•9m ago•0 comments

Awesome CAD – Curated List of Open-Source CAD Projects

https://github.com/mlightcad/awesome-cad
1•peter_d_sherman•10m ago•0 comments

Cars communicating badly is an already-solved problem

https://spectrum.ieee.org/v2x-technology-5g-open-ran
1•teleforce•10m ago•0 comments

Memory Bikes (2016)

https://foerstel.com/memory-bikes/
1•theanonymousone•11m ago•0 comments

Exploring Kendall's Tau

https://iwhalen.com/kendall-tau/
1•iwhalen•13m ago•0 comments

Site removes all the clutter from recipe videos and gives just the recipe

https://cutrecipe.com
2•susanvilleula1•17m ago•2 comments

Bedtime Procrastination

https://en.wikipedia.org/wiki/Bedtime_procrastination
3•sand33pn•21m ago•0 comments

Deep Learning Overview

https://github.com/andrewt3000/machinelearning
1•andrewtbham•21m ago•1 comments

Making Weapons-Grade Plutonium at home [video]

https://www.youtube.com/watch?v=P_ooEuOnNB8
1•residualentropy•22m ago•0 comments

Meditations on Moloch (2014)

https://www.slatestarcodexabridged.com/Meditations-On-Moloch
2•simonebrunozzi•23m ago•0 comments

First human trials of designer protein therapies stun US neuroscientists

https://cen.acs.org/biological-chemistry/biotechnology/human-trial-chemogenetic-brain-therapy/104...
2•gradus_ad•30m ago•0 comments

MTV Cribs: SF Startup (Parody) – Programmers are also human [video]

https://www.youtube.com/watch?v=x0Cr-UhKhZI
1•Gecko4072•32m ago•0 comments

Tess's Android Wayland Compositor

https://github.com/wmww/tawc
3•schmorptron•33m ago•0 comments

The flock uprising is just the beginning

https://www.msn.com/en-us/news/technology/the-flock-uprising-is-just-the-beginning/ar-AA2a5NbB
4•pilingual•33m ago•0 comments

The Output Style, It Does Nothing – Learning to Live with Claude

https://www.atomic14.com/2026/08/15/output-style-does-nothing
1•iamflimflam1•37m ago•1 comments

DHS demands AAMVA's national commercial driver database

https://papersplease.org/wp/2026/08/14/dhs-demands-aamvas-national-commercial-driver-database/
7•iamnothere•37m ago•1 comments

Show HN: sce (Simple Console Editor)

https://github.com/volution/simple-console-editor
1•ciprian_craciun•39m ago•0 comments

The Three AI Pills

https://thezvi.substack.com/p/the-three-ai-pills
3•stuartmemo•43m ago•0 comments

Planes With Same Call Sign at PHX – one departing, one arriving

https://www.nytimes.com/2026/08/15/us/american-airlines-call-signs-phoenix.html
1•jsrozner•44m ago•1 comments

The Mysterious Art of Conducting

https://www.theatlantic.com/magazine/2026/09/orchestra-conductor-profession/687962/
3•anarbadalov•45m ago•0 comments

Which monotheistic religions preceded Yahweh's religion?

https://ciron.medium.com/which-monotheistic-religions-preceded-that-of-yahweh-3218c780553f
2•raynchad•45m ago•2 comments

Tupoi: An attention-free LLM with strictly O(1) memory and 6 KB state

https://github.com/narelabs/TUPOI
1•IntellegenceIsP•46m ago•0 comments

Four Levels of In-Place Initialization (Rust)

https://blog.yoshuawuyts.com/four-levels-of-in-place-initialization/
1•dabinat•47m ago•0 comments

Alibaba AI Models Hit 3B Downloads, Passing Meta, Google

https://www.bloomberg.com/news/articles/2026-08-15/alibaba-ai-models-hit-3-billion-downloads-pass...
4•pluc•51m ago•1 comments

AI Isn't Outthinking Mathematicians. It's Out-Remembering Them

https://davidepiffer.com/p/ai-isnt-outthinking-mathematicians
99•rzk•54m ago•70 comments

React for Agents: Astro Creator Brings Hooks to Flue

https://www.latent.space/p/flue-2
1•flyaway123•55m 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