frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

MidWestWhips

http://www.midwestwhips.com/index.html
1•sickophancy•1m ago•0 comments

3D FPS Gaming on the Commodore PET [video]

https://www.youtube.com/watch?v=aTkArf0htMw
1•amichail•4m ago•0 comments

Pfizer, Valneva Lyme vaccine starts review in Europe

https://pharmaphorum.com/news/pfizer-valneva-lyme-vaccine-starts-review-europe
1•cubefox•5m ago•0 comments

Feel the burn: 90% of people heal faster by focusing on their pain – study

https://www.timesofisrael.com/feel-the-burn-90-of-people-heal-faster-by-focusing-on-their-pain-is...
2•calf•7m ago•1 comments

DOJ Official Flags Stanford for Scrutiny over Foreign Donations

https://www.bloomberg.com/news/articles/2026-08-17/doj-official-flags-stanford-for-scrutiny-over-...
1•petethomas•7m ago•0 comments

The bitter lesson is the observation in artificial intelligence

https://en.wikipedia.org/wiki/Bitter_lesson
1•doener•9m ago•0 comments

Multi-stage distributed query execution in ClickHouse Cloud

https://clickhouse.com/blog/multi-stage-distributed-query-execution-clickhouse-cloud
1•samaysharma•9m ago•0 comments

Bluesky draws its logo on screenshots

https://timmarinin.net/2026/bluesky-screenshots/
11•gavide•11m ago•1 comments

scScript for Linux

https://scapplications.com/
3•OptionOfT•13m ago•1 comments

Sailors on the USS Abraham Lincoln reportedly dealing with poor conditions

https://taskandpurpose.com/news/uss-abraham-lincoln-conditions-sailors/
3•bushwart•14m ago•0 comments

The Carrion-Eaters: What We Did to Jason Arday

https://samkriss.substack.com/p/the-carrion-eaters
1•jiblish•14m ago•0 comments

Nation's Largest Reservoirs Are Drying Up, Threatening Life in the Southwest

https://www.nytimes.com/2026/08/17/climate/lake-powell-record-low-colorado.html
9•johntfella•16m ago•3 comments

DEF Con 33 – Kill List: Hacking an Assassination Site on the Dark Web [video]

https://www.youtube.com/watch?v=cYZmRp90hss
1•Bender•19m ago•0 comments

Graphlib, a new way to create directional graphs

https://github.com/RANDOMFNP/Graphlib
1•RandomFNP•20m ago•1 comments

Twitch tested pausing ads until you return to the Twitch tab

https://www.reddit.com/r/Piracy/comments/1vr5dqt/twitch_tested_pausing_the_ad_when_you_switch_tabs/
4•Cider9986•20m ago•0 comments

Dirty Pictures – Full Documentary – Alexander Shulgin – Ann Shulgin [video]

https://www.youtube.com/watch?v=aZLkAMDO5dI
1•binyu•21m ago•0 comments

Agentic AI in a Smolbox

https://remyhax.xyz/posts/smolbox/
3•jerrythegerbil•24m ago•1 comments

Quake Shareware, a CD-ROM just a little too full

https://fabiensanglard.net/quake_shareware_cd/index.html
3•shdon•25m ago•0 comments

Try any open source model for free

https://www.tryingopen.com/
1•HussamAli•26m ago•6 comments

Virgin Galactic wants your help naming its new Delta class spaceship

https://arstechnica.com/space/2026/08/virgin-galactic-wants-your-help-naming-its-new-delta-class-...
1•ohjeez•27m ago•2 comments

Samuel – mimic your speech using Pink Trombone with a model

https://samuel.vvolhejn.com/
1•smusamashah•29m ago•1 comments

Theodore John Conrad

https://en.wikipedia.org/wiki/Theodore_John_Conrad
2•chistev•29m ago•0 comments

Fairphone 6 and PostmarketOS working main camera

https://catcrafts.net/posts/fairphone-6-postmarketos-working-main-camera
15•pizzaiolo•30m ago•0 comments

'Buy Now, Pay Later' Lenders Pitch Loans for Needs Like Electricity and Rent

https://www.nytimes.com/2026/08/17/business/buy-now-pay-later.html
6•apparent•32m ago•4 comments

What's behind the rise of teens spying for Russia?

https://mssv.net/2026/08/13/whats-behind-the-rise-of-teens-spying-for-russia/
1•programLyrique•33m ago•0 comments

Penny Pritzker Warns China's Rise in Research Rankings Is 'Not Good' for U.S.

https://www.thecrimson.com/article/2026/8/10/pritzker-china-research-rankings/
2•Alien1Being•36m ago•0 comments

Gitweb – Git web interface (web front end to Git repositories)

https://git-scm.com/docs/gitweb
1•nodar86•39m ago•0 comments

Tracking the BitTorrent Tracker Infrastructure

https://tracker.evilbit.de/
1•pawal•41m ago•1 comments

Control Charts Make AI Agents Cheaper, Less Necessary, and More Useful

https://newoldweb.com/control-charts-make-ai-agents-less-necessary-and-more-useful
1•netaustin•43m ago•0 comments

My friends all hate AI; I just joined an AI startup

https://www.fast.ai/posts/2026-08-18-returning-to-AI/
3•eamag•44m 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