frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

New Tools for Taking on the Great Outdoors Properly

https://www.wired.com/story/14-new-tools-for-taking-on-the-great-outdoors-properly/
1•joozio•1m ago•0 comments

AI Stock Is the Ultimate Set-It-and-Forget-It Buy for Long-Term Investors

https://www.fool.com/investing/2026/05/19/this-ai-stock-is-the-ultimate-set-it-and-forget-it/
1•01-_-•2m ago•0 comments

Build Revit and Tekla plugins without Visual Studio – one PowerShell script

https://github.com/anis-ammar/bim-plugin-builder
1•anisarchi•4m ago•0 comments

Résumé vs. Portfolio: Both Are Rigged Against Most Candidates

https://comuniq.xyz/post?t=1141
1•01-_-•5m ago•0 comments

South Korea's deputy PM says AI wealth must benefit the public

https://www.cnbc.com/2026/05/23/ai-wealth-must-benefit-the-public-south-koreas-deputy-pm-says.html
1•geox•5m ago•0 comments

'Lede' vs. 'Lead' (2011)

https://howardowens.com/lede-vs-lead/
1•downbad_•5m ago•0 comments

Body wasn't built to last: a lesson from human mortality rates (2009)

https://gravityandlevity.wordpress.com/2009/07/08/your-body-wasnt-built-to-last-a-lesson-from-hum...
1•downbad_•5m ago•0 comments

The Pkg.go.dev API

https://go.dev/blog/pkgsite-api
1•birdculture•6m ago•0 comments

Open Book Publishers

https://www.openbookpublishers.com/
1•jruohonen•9m ago•0 comments

Quiet in the Zoo

https://danverbraganza.com/writings/quiet-in-the-zoo
1•nvader•10m ago•0 comments

Why Defining Teams Is So Hard – By John Cutler

https://cutlefish.substack.com/p/tbm-423-why-defining-teams-is-so
1•kiyanwang•12m ago•0 comments

The Worlds Left to Conquer

https://ludic.mataroa.blog/blog/the-worlds-left-to-conquer/
3•pards•17m ago•1 comments

Signing Is for the Bad Days

https://nesbitt.io/2026/05/24/signing-is-for-the-bad-days.html
1•jruohonen•17m ago•0 comments

No captain, my captain – a crewless warship

https://www.theregister.com/offbeat/2026/05/24/no-captain-my-captain-navantia-floats-crewless-war...
2•asdefghyk•23m ago•1 comments

Physicists create hybrid light-matter particles to replace electrons in AI cmpt

https://www.sciencedaily.com/releases/2026/05/260518041341.htm
1•Ember_Wipe•24m ago•0 comments

The Cruelty Is the Point: President Trump and His Supporters

https://www.theatlantic.com/ideas/archive/2018/10/the-cruelty-is-the-point/572104/
1•KnuthIsGod•24m ago•0 comments

As a Doctor, I Can Understand the Allure of ChatGPT

https://www.nytimes.com/2026/05/24/opinion/doctor-ai-chatgpt.html
1•sirnicolaz•26m ago•0 comments

Nature Solved Robotics

https://www.youtube.com/watch?v=S67z2aekBrI
1•de6u99er•30m ago•0 comments

What it takes to transpose a matrix

https://gudok.xyz/transpose/
1•tosh•35m ago•0 comments

Inference Cost Reduction

https://reducio.xyz/
1•syn_pamylkovaj•44m ago•1 comments

CanLover – Can Bus Analyzer for Vector/Peak/Kvaser on Windows and Linux

https://canlover.ddns.net/
1•denisswfc•44m ago•0 comments

Secure Boot and Microsoft CA Rollover – a heads-up for distributions

https://blog.einval.com/2026/05/22#secure_boot_ca_rollover
1•edward•45m ago•0 comments

What I've Learned (So Far) Building Online Mini Games with Elixir and Swift

https://calvinflegal.com/2026/05/24/what-ive-learned-so-far-building-online-mini-games-with-elixi...
2•calflegal•48m ago•1 comments

Beware the "Natural" Quaternion

https://possiblywrong.wordpress.com/2021/05/10/beware-the-natural-quaternion/
1•possiblywrong•54m ago•0 comments

First event in the last 12 years Pascal took away the shields

2•Fem-raka-raka•54m ago•0 comments

Show HN: My first app, artisanally vibe-coded in 4 months

https://mijn-travelly.nl/en/
2•jeroen_stulen•58m ago•3 comments

K Fragments

https://beyondloom.com/blog/fragments.html
3•tosh•1h ago•0 comments

Python Streaming JSON Formatter That Works with Existing Serializers

https://medium.com/@yair.lenga/a-streaming-json-formatter-that-works-with-existing-serializers-ec...
1•yairlenga•1h ago•1 comments

Data Orientation

https://en.wikipedia.org/wiki/Data_orientation
1•tosh•1h ago•0 comments

Game of Thrones' Hannah Murray found a wellness cult – and lost her mind

https://www.theguardian.com/film/2026/may/23/hannah-murray-interview-wellness-cult-sectioned
2•Michelangelo11•1h 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...

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

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.