frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Right Has Forgotten What Beauty Is For

https://www.nationalreview.com/2026/08/the-right-has-forgotten-what-beauty-is-for/
1•petethomas•45s ago•0 comments

> 150 Polymarket wallets may have traded on military secrets, research finds

https://www.reuters.com/business/finance/more-than-150-polymarket-wallets-may-have-traded-militar...
2•petethomas•6m ago•0 comments

Hotdog Bench

https://zmuda.dev/blog/2026-08-20-hotdog-bench.html
1•zoogies•10m ago•0 comments

WebHarvest

https://webharvest.co
1•archemistz•12m ago•0 comments

DeepSeek harness: what doors does config over code open?

https://github.com/deepseek-ai/deepseek-harness
2•5mv2•13m ago•1 comments

How Much of the Internet Is Written with AI?

https://www.pewresearch.org/data-labs/2026/08/20/how-much-of-the-internet-is-written-with-ai/
1•DeepLogin•16m ago•0 comments

ChatGPT's Computer History tracks your clicks and keystrokes

https://www.theverge.com/ai-artificial-intelligence/980742/chatgpts-computer-history-tracks-your-...
1•NordStreamYacht•18m ago•0 comments

RadioSide Internet Radio Receiver

https://radioside.com/v1/#xl_xr_page_index
1•evo_9•18m ago•0 comments

Darth Vader speaks out on Flock cameras at City Council meeting [video]

https://www.youtube.com/watch?v=c5d5knDpb5s
2•consumer451•23m ago•0 comments

Top Anika Nilles "Working Man" Gags [video]

https://www.youtube.com/watch?v=O_ALmZlaAZ8
1•BiraIgnacio•26m ago•0 comments

New Modern Glossary of Computer Science

http://unfuck.i.ng/art/science/new_modern_glossary_of_computer_science/
2•singingfish•27m ago•0 comments

Show HN: Chat Threads

1•wclaster•31m ago•0 comments

China puts robocops on traffic duty, minus the arrest powers

https://www.reuters.com/technology/china-puts-robocops-traffic-duty-minus-arrest-powers-2026-08-20/
2•qwikhost•37m ago•0 comments

Oseltamivir Flops in the Critically Ill

https://voices.nejm.org/doi/full/10.1056/VOICESpost2600044
2•ggm•37m ago•1 comments

AI and Consciousness – A Skeptical Overview

https://www.cambridge.org/core/elements/ai-and-consciousness/E77C92088DA3C9F89E7FE7C75CBB1896
2•moondowner•37m ago•0 comments

Astronomers discover a new type of astrophysical object: A black hole star

https://news.mit.edu/2026/astronomers-discover-brand-new-type-astrophysical-object-black-hole-sta...
1•gmays•39m ago•0 comments

Cameroon's Lake Nyos Gas Burst: 30 Years Later

https://eos.org/science-updates/cameroons-lake-nyos-gas-burst-30-years-later
1•croes•41m ago•0 comments

The Unanchored Central Banker [video]

https://www.youtube.com/watch?v=k1ISaLwzm4c
2•toomuchtodo•43m ago•0 comments

It is a sign of the times that Amazon gets to call this fair use

http://observationalepidemiology.blogspot.com/2026/08/it-is-sign-of-times-that-amazon-gets-to.html
4•sonicrocketman•45m ago•2 comments

Damn Vulnerable Nginx Proxy (DVNP)

https://vwad.owasp.org/app/damn-vulnerable-nginx-proxy-dvnp/
1•thunderbong•47m ago•0 comments

There's no such thing as a small software team anymore

https://jacob.gold/posts/theres-no-such-thing-as-a-small-software-team/
8•mooreslaw•50m ago•8 comments

How A Texas student blew the whistle on a rogue AI hacking attempt

https://www.reuters.com/world/how-texas-student-blew-whistle-rogue-ai-hacking-attempt-2026-08-20/
2•petethomas•51m ago•1 comments

GitHub Outages Show the Limits of Reactive Scaling

https://rahmipruitt.me/content/github-outage-reactive-scaling/
1•rjpruitt16•51m ago•0 comments

Worse Is Better

https://en.wikipedia.org/wiki/Worse_is_better
3•chistev•54m ago•0 comments

The University as We Know It Is Finished

https://www.persuasion.community/p/the-multiversity-is-finished
7•seregine•54m ago•2 comments

Show HN: TakoVM – Serverless file systems for agents

https://tako-research.github.io/TakoVM/
3•sakuraiben•56m ago•0 comments

BetterClaude

https://github.com/ara-mkr/BetterClaude
2•AkhilRaja16•1h ago•0 comments

Hawkeye: Hardware-Aware GPU Kernel Optimization with Minimal Supervision

https://www.alphaxiv.org/abs/2608.hawkeye-hardware-aware-gpu-kernel-optimization
1•matt_d•1h ago•0 comments

ChatGPT Can Now Control iMessage, Potentially Raising Apple Privacy Concerns

https://finance.yahoo.com/technology/ai/articles/chatgpt-now-control-imessage-potentially-2056336...
5•sharms•1h ago•1 comments

Copyright does not protect AI-generated content in EU

https://mathstodon.xyz/@maxpool/117128107757895678
47•u1hcw9nx•1h ago•48 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