frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Coding and Its Discontents

https://calnewport.com/on-ai-coding-and-its-discontents/
1•polymorph1sm•2m ago•0 comments

Squeak/Smalltalk 6.1 Release Notes

https://squeak.org/release_notes/6.1/
1•fniephaus•4m ago•0 comments

Humanity renamed genes because of Excel

https://davidemornatta.it/excel-genes
2•kegenaar•4m ago•0 comments

MongoDB Shell JavaScript: Bulk Updates, Loops and Analysis

https://visualeaf.com/blog/mongodb-shell-scripting-bulk-updates-loops-analysis/
2•kyle_mongo•4m ago•0 comments

Octopus Energy: use less electricity during solar eclipse

https://www.theguardian.com/business/2026/aug/10/octopus-energy-electricity-solar-eclipse-washing...
1•DamonHD•10m ago•1 comments

Europe's extreme heat could wipe out EU growth in 2026, Triodos bank says

https://www.reuters.com/business/europes-extreme-heat-could-wipe-out-eu-growth-2026-triodos-bank-...
2•noiv•11m ago•0 comments

Flock Wants to Partner with Consumer Dashcam Co Takes 'Trillions Images' Month

https://www.404media.co/flock-wants-to-partner-with-consumer-dashcam-company-that-takes-trillions...
1•thehoff•11m ago•0 comments

Visual editor for React – Two-way is not the same as symmetric

https://blog.crossui.com/2026/08/two-way-is-not-the-same-as-symmetric
1•linb•12m ago•0 comments

The Last Ringbearer

https://en.wikipedia.org/wiki/The_Last_Ringbearer
1•EndXA•13m ago•0 comments

Show HN: ui.camera – Product photography for software

https://ui.camera
1•alexakten•13m ago•0 comments

Valve emailed about a cyberattack against their shipping partner in Europe

https://www.gamingonlinux.com/2026/08/valve-emailed-about-a-cyberattack-against-their-shipping-pa...
3•haunter•15m ago•1 comments

In-House LLM Serving at Netflix

https://netflixtechblog.com/in-house-llm-serving-at-netflix-a5a8e799ea2c
1•Anon84•16m ago•0 comments

Pioneer DJ Warns of Major Security Threat to Rekordbox and Every CDJ

https://5mag.net/news/pioneer-dj-rekordbox-cdj-exploit-security-vulnerability/
2•choult•17m ago•0 comments

Open-source prototype template for building and reviewing products

https://github.com/weidsfsdwgf/ai-prototype-demo
1•Nina_antalpha•21m ago•0 comments

AI coding got faster. Why didn't engineering?

https://thenewstack.io/ai-productivity-measurement-gap/
2•TrailMaker•21m ago•0 comments

I'm leaving OpenAI to build Jurassic Park

https://taylor.town/leaving-openai
3•surprisetalk•21m ago•0 comments

Claude Code now lets sessions talk to each other on macOS

https://9to5mac.com/2026/08/07/claude-code-now-lets-sessions-talk-to-each-other-on-macos/
3•jonbaer•24m ago•0 comments

Evolving Plans – Looking Back on the First Half of 2026

https://heltweg.org/posts/evolving-plans-looking-back-on-the-first-half-of-2026/
1•rhazn•24m ago•0 comments

Show HN: Taalas-style on-chip LLM weights on a $250 AMD FPGA (60k tok/s)

https://www.mikeayles.com/blog/on-chip-llm-kv260/
4•mikeayles•27m ago•0 comments

Show HN: Untagged – Find the cloud spend missing required allocation tags

https://untagged.pages.dev/
1•normanbrigg•30m ago•0 comments

Steam Machine and Steam Controller Customers in Europe Hit by Cyber Attack

https://www.digitalfoundry.net/news/2026/08/psa-steam-machine-and-steam-controller-customers-in-e...
1•blitzar•32m ago•0 comments

Beijing is forcing a mass breakup with AI lovers

https://restofworld.org/2026/china-ai-boyfriend-ban-bytedance-doubao/
2•cdrnsf•33m ago•0 comments

AI model captures how humans read, paving the way to personalised text

https://www.aalto.fi/en/news/ai-model-captures-how-humans-read-paving-the-way-to-personalised-tex...
1•geox•33m ago•0 comments

The $0 Personalized News Roundup That Lands in Your Podcast App Every Week

https://www.gadgetboy.org/the-0-personalized-news-roundup-that-lands-in-your-podcast-app-every-week/
1•gadgetboy•35m ago•1 comments

The Future Is for Everyone

https://about.fb.com/news/2026/08/the-future-is-for-everyone/
1•sebastian_z•36m ago•0 comments

Our Last, Best Chance to Cool the Earth – Bill McKibben – Ted [video]

https://www.youtube.com/watch?v=9LTGzEzDat0
2•thelastgallon•40m ago•0 comments

Australia has enough houses. So why can't anyone afford one? Economist explains [video]

https://www.youtube.com/watch?v=Ct0xIKWDqPA
1•thelastgallon•42m ago•0 comments

Endless Execution

https://world.hey.com/dhh/endless-execution-4157e065
1•tosh•43m ago•0 comments

Tail-call optimization in C is relatively recent

https://lwn.net/Articles/1034703/
16•prakashqwerty•45m ago•2 comments

London Beer Flood

https://en.wikipedia.org/wiki/London_Beer_Flood
2•jxub•45m 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