frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Mod runs DLSS 5 neural rendering on a second GPU via ReShade, boosts FPS 127%

https://www.tomshardware.com/pc-components/gpus/astonishing-mod-runs-nvidia-dlss-5-on-a-second-gp...
1•sbulaev•42s ago•0 comments

Company does not have processes. It has habits

https://ai.levelbrook.com/playbook/you-do-not-have-processes/
1•entaroadun123•1m ago•0 comments

Show HN: Benzi – Code Intelligence Infrastructure for Frontier AI Models

https://github.com/oooscoos/Benzi
1•tweedler290•1m ago•0 comments

An unofficial Muse Code extension for VS Code

https://marketplace.visualstudio.com/items?itemName=corona10.muse-code-unofficial
1•dongheena•4m ago•0 comments

How well do agents use test/verification techniques?

https://danluu.com/agentic-testing/
1•tosh•4m ago•0 comments

Reverse Engineering an ASIC

https://kjartanvandriel.github.io/asic/
2•burekqueen•5m ago•0 comments

Oura-bun: Oura client for Bun with automatic OAuth token rotation

https://github.com/jcpsimmons/oura-bun
1•joshcsimmons•6m ago•0 comments

Riding Technology Waves

https://staysaasy.com/strategy/2026/06/22/riding-technology-waves.html
1•fagnerbrack•6m ago•0 comments

UN rights chief calls for international red lines on AI

https://thenextweb.com/news/un-rights-chief-ai-red-lines-existential-risk
1•geox•10m ago•0 comments

Heterodox C++

https://meridional.xyz/blog/heterodox-manifesto
1•rfgplk•11m ago•0 comments

Nördlinger Ries Impact Crater

https://en.wikipedia.org/wiki/Nördlinger_Ries
2•cromulent•11m ago•0 comments

OpenAI and the Wiki Incident

https://thezvi.substack.com/p/openai-and-the-wiki-incident
1•paulpauper•16m ago•0 comments

How to Make More Prodigies

https://unpublishablepapers.substack.com/p/how-to-make-more-prodigies
1•paulpauper•17m ago•0 comments

Bing Wallpaper showing Ad for Harry Potter and Fantastic beasts box set

https://www.thurrott.com/forums/microsoft/windows/thread/bing-wallpaper-showing-ad-for-harry-pott...
7•neogodless•17m ago•2 comments

The Last Thing Teenagers Will Let You Teach Them

https://www.theatlantic.com/family/2026/09/teen-driving-lessons/688534/
1•paulpauper•17m ago•0 comments

How to find out if a website looks vibe coded

https://wasitvibed.com/
2•brambleworks•18m ago•0 comments

DPP-Flash – Automated Digital Product Passports (DPP) for EU Compliance

https://dppflash.de/
1•bergstreiser•19m ago•0 comments

The postmodern build system (updated 2025)

https://jade.fyi/blog/the-postmodern-build-system/
1•e-topy•20m ago•0 comments

The Machine (1968) [video]

https://www.youtube.com/watch?v=iwVu2BWLZqA
2•ai_critic•21m ago•0 comments

Agencies Without Agency: How Dispersed Power Derails Transportation Infra

https://americanaffairsjournal.org/2026/08/agencies-without-agency-how-dispersed-power-derails-tr...
1•godisdad•22m ago•1 comments

Show HN: I have created a browser FPS game with kamikaze drones

https://sectorlock.com/
2•canerg•27m ago•1 comments

C Is Not a Low-Level Language (2018)

https://queue.acm.org/doi/10.1145/3212477.3212479
3•tosh•28m ago•0 comments

Billionaire tries untested longevity therapy to restore daughter's vision

https://science.slashdot.org/story/26/09/07/0036234/she-lost-her-sight-her-billionaire-father-bet...
3•gumby•31m ago•1 comments

Show HN: Send flowers from your AI agent and make your mum happy

4•fabian_shipamax•33m ago•1 comments

Linux Lost the Human Desktop. Can It Win the Agent Desktop?

https://alexander.holbreich.org/posts/2026/linux-agent-desktop/
2•aholbreich•35m ago•0 comments

Show HN: Titles – Can you write a better Hacker News title?

https://www.orangecrumbs.com/hn-titles
2•oyster143•38m ago•0 comments

Bill Gates tries to install MovieMaker

https://www.techemails.com/p/bill-gates-tries-to-install-movie-maker
5•highfrequency•40m ago•3 comments

Animals fear human voices more than lions (2023)

https://www.bbc.com/news/world-africa-67023033
2•maxloh•40m ago•0 comments

Burrows–Wheeler Transform

https://en.wikipedia.org/wiki/Burrows%E2%80%93Wheeler_transform
2•theanonymousone•42m ago•0 comments

Aging U.S. demographics jolt labor market data

https://www.axios.com/2026/08/13/labor-market-demographics-boomers
2•toomuchtodo•43m 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