frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Popular Fiction Is Using Present Tense More Than Ever

https://idlerambling.substack.com/p/popular-fiction-is-using-present
1•Sketchy_•52s ago•0 comments

The Bitter Lesson

http://www.incompleteideas.net/IncIdeas/BitterLesson.html
1•vishnukvmd•1m ago•0 comments

What RTO Means for AI

https://jasondoyle.ie/whitepapers/what-return-to-office-removes/
1•jamesblakes•2m ago•0 comments

Voice Calling Without Internet

https://play.google.com/store/apps/details?id=com.quicksnap.close2me&hl=en_US
1•brnmwas•4m ago•1 comments

Show HN: A social commentary on the attention economy

https://www.domybidding.lol/
1•cursorial•7m ago•0 comments

Backlinks

https://100backlinks.org/
1•Cindybaby•8m ago•0 comments

A Statement by Autistici/Inventati Collective About US Sanctions

https://cavallette.noblogs.org/2026/08/10076
2•ciclotrone•8m ago•0 comments

Xiaomi AI Cube Targets Local LLMs with 1.22 TB/S Near-Memory Bandwidth

https://www.hardware-corner.net/xiaomi-ai-cube-targets-local-llms/
1•mdp2021•9m ago•0 comments

AI Revenue Reporting: Slop

https://www.ft.com/content/a9145db8-18c1-4476-aac5-d1b4fcf70040
1•thm•9m ago•0 comments

Godot Is Too Friendly to Thieves

https://www.somethinglikegames.de/en/blog/2026/godot_is_too_friendly_to_thieves/
1•sainth_slg•10m ago•0 comments

An ongoing 3D-printer AGPL violation

https://lwn.net/SubscriberLink/1089390/1ec2c9fa0d909e45/
1•mkesper•11m ago•0 comments

I Tried Coding My Own Graphics Library

https://nebula.tv/videos/sebastianlague-i-tried-coding-my-own-graphics-library
1•andsoitis•15m ago•1 comments

Google confirms deploying goto URL redirects to search results links

https://searchengineland.com/google-confirms-deploying-goto-url-redirects-to-search-results-links...
1•thm•18m ago•0 comments

Front end Ruby Falcon, back end Ractor, a small but promising comparison

https://github.com/socketry/protocol-http-executor/tree/main/example/busy
1•ksec•18m ago•0 comments

Show HN: Clink, an embedded-first C++23 stream processing engine

https://github.com/orhaugh/clink
1•rosshaugh•21m ago•0 comments

Years Late, Billions over Budget: California High-Speed Rail Hasn't Laid a Track

https://www.wsj.com/us-news/years-late-billions-over-budget-californias-high-speed-rail-hasnt-lai...
2•petethomas•22m ago•0 comments

Haiku R1 Beta 6 Released After 2 Years; BeOS Inspired Project Turns 25 Next Week

https://www.phoronix.com/news/Haiku-R1-Beta-6
1•mdp2021•22m ago•0 comments

Show HN: Forgot the Command? Stay in the Terminal

https://humansh.com/
1•mdarabi•23m ago•0 comments

Show HN: Contextual – local codebase memory for AI coding agents

https://contextuallabs.dev
1•aarjunm04•26m ago•0 comments

Meta settles for 18B over teen addiction

https://www.theguardian.com/technology/2026/aug/26/meta-social-media-addiction-trial-settlement
1•skor•28m ago•0 comments

Soju – Battle.net and Diablo II on Apple Silicon with a Free Wine Stack

https://github.com/BCD1210/soju
1•mikey9220•28m ago•1 comments

Misogynistic views are biggest red flag for violent extremism, report finds

https://www.abc.net.au/news/2026-08-25/rising-misogyny-in-young-people/107053640
2•rendx•31m ago•0 comments

Show HN: Trace where a link goes before opening it

https://securl.online/check-link
1•ktbatterham•33m ago•0 comments

Your AI Generated Menu Triggered My Trypophobia

https://shubhamjain.co/2026/08/27/ai-food-photos-trypophobia/
3•shubhamjain•35m ago•0 comments

What a century of data tells us about today's corporate bond spreads

https://www.ft.com/content/0a50dff4-27f4-46f1-9bdd-9dc047842b2e
2•latentframe•37m ago•0 comments

Amsterdam| Full Time, hybrid – HFT C++ Engineer – Low-latency systems

https://www.42.com/careers/hft-core-engineer
2•mardariya•37m ago•0 comments

How a Ukrainian commander sped through the 'kill zone' to save wounded troops

https://www.reuters.com/world/how-ukrainian-commander-sped-through-kill-zone-save-wounded-troops-...
3•petethomas•37m ago•0 comments

What is the Sapir-Whorf hypothesis? (1984) [pdf]

https://linguistics.berkeley.edu/kay/Kay&Kempton.1984.pdf
5•the-mitr•40m ago•1 comments

Vue Streaming Tutorial: Build a Live Video Streaming App with WebRTC (WHEP)

https://www.red5.net/blog/how-to-create-webrtc-publisher-clients-with-adaptive-live-encoding/
3•mondainx•42m ago•0 comments

The UK Power Grid Has a Phantom Data Center Problem

https://www.wired.com/story/uk-data-centers-logjam-ofgem-regulations/
4•kuuuzya•43m ago•2 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