frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Jev and the Return of AI/ML Engineering

https://leehanchung.github.io/blogs/2026/09/20/jev-return-ai-ml-engineering/
1•mustaphah•5m ago•0 comments

Ask HN: What task manager do you use? What do you miss on them?

1•KlyX•9m ago•0 comments

Colyseus – Real-Time Multiplayer Framework for Node.js

https://colyseus.io/
1•eustoria•9m ago•0 comments

Show HN: I spent 10 months building a Markdown editor for Mac, iOS and web

https://www.markdown.beauty/
2•thiagoperes•10m ago•0 comments

Instinct and Intelligence (1929)

https://archive.org/details/trent_0116400203752
1•Eridanus2•10m ago•0 comments

Visitors – Privacy-friendly Google Analytics alternative

https://visitors.now
1•eustoria•10m ago•0 comments

Phish.net History in Screenshots

https://phish.net/page/phishnet-screenshots
1•eustoria•11m ago•0 comments

Facebook liable for over 43M violations of consumer protection law

https://fortune.com/2026/09/26/facebook-liable-violations-new-mexico-consumer-protection-lawand-m...
1•jthoward64•12m ago•0 comments

Show HN: AlphaPublish – turn short video into a stable web embed

https://alphapublish.com/
1•robot1996•19m ago•0 comments

The secretive cyberweapons company that won over Israel's intelligence elite

https://irpimedia.irpi.eu/en-inside-the-secretive-cyberweapons-company-that-won-over-israels-inte...
1•campuscodi•21m ago•0 comments

Ten Lines of Code That Changed My World

https://pixelambacht.nl/2026/ten-lines-of-code/
2•dimonomid•21m ago•0 comments

EasyActions – run GitHub Actions across an organization

https://github.com/Mask-AI-FR/EasyAction
1•maskaifr•22m ago•0 comments

Show HN: Privacy first local backup tool for Notion

https://notionmanager.com/
2•bingfeng•22m ago•0 comments

Replacing the old battery on rechargeable bike lights

https://jvns.ca/blog/2026/09/27/replacing-the-old-battery-on-rechargeable-bike-lights/
2•surprisetalk•24m ago•0 comments

Valve Introduces Pyrowave Video Codec in Beta for Low Latency Streaming

https://www.phoronix.com/news/Valve-Steam-Beta-Pyrowave
1•mococa•25m ago•1 comments

Investors Are Betting on Devices That Connect the Brain to Computers

https://www.nytimes.com/2026/09/24/business/dealbook/precision-neuroscience-brain-bill-ackman.html
1•bookofjoe•27m ago•1 comments

Optimistic UI is an architectural decision, not a minor UX tweak

https://rulr.dev/blog/optimistic-ui-is-an-architectural-decision/
1•raffi001•29m ago•0 comments

Your AI Agent Forgot Half of What You Told It

https://www.oreilly.com/radar/your-ai-agent-already-forgot-half-of-what-you-told-it/
1•Anon84•39m ago•0 comments

Show HN: Voxa – Bilingual voice dictation for Omarchy, bring your own API key

https://github.com/lifez/voxa
1•lifez•42m ago•0 comments

Germany needs 63k people to pay its pensions, 5x Japan, 4x Sweden per pensioner

https://professionlens.com/research/germany-needs-63000-people-to-pay-its-pensions-5x-japan-per-p...
2•jakobgreenfeld•45m ago•0 comments

How long does a database table live?

https://blog.mcdview.dev/en/how-long-does-a-database-table-live/
1•PatuDev•45m ago•0 comments

Job Titles Are Out. Now We're All 'Members of the Technical Staff.'

https://www.nytimes.com/2026/09/27/business/members-of-technical-staff-artificial-intelligence.html
3•sbulaev•47m ago•0 comments

L'implant cochléaire entre technique, éthique et politique

https://droit.cairn.info/article/GRIEF_161_0036/pdf?lang=fr
1•ouzb64ty•47m ago•0 comments

State of Pandemic Early Warning

https://www.jefftk.com/p/state-of-pandemic-early-warning
1•torutofu•49m ago•0 comments

Human-AI partnerships are for alignment, not capability

https://www.seangoedecke.com/human-ai-partnerships-are-for-alignment-not-capability/
1•sylvainkalache•50m ago•0 comments

MarkyDown: HTML to Markdown on the fly. Scrape, convert or negotiate by header

https://github.com/ulrischa/MarkyDown
1•ulrischa•51m ago•0 comments

Building a app for a hackathon for hackathon winners (Sweden 2026)

https://sidequest-snowy-seven.vercel.app/
1•Nikoroses•54m ago•0 comments

Pig: Pi in Go, a port that plans on keeping up

https://developer.hpe.com/blog/meet-pig-pi-in-go-a-port-that-plans-on-keeping-up/
3•tnspacetime•55m ago•0 comments

AI Doesn't Need to Invent a Supervirus to Be Dangerous

https://liorzi.substack.com/p/ai-doesnt-need-to-invent-a-supervirus
2•Protostome•57m ago•0 comments

PolyXOR128: A 128-bit universal hash function

https://github.com/orlp/polyxor
2•g0xA52A2A•59m 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