frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

GPT Image 1.5 – Free AI Image Generator – OpenAI's Fastest Model

https://gptimage15.pro/
1•chengai1106•26s ago•1 comments

Orbit-Core – AI-generated connectors for observability tools

https://orbit-core.org/
1•rmenchio•27s ago•0 comments

Is RAG Dead?: Building a smarter chatbot

https://plaid.com/blog/smarter-chatbot/
1•phoenixy1•3m ago•0 comments

European Infrastructure Index

https://voie.eu/
1•Anomata•4m ago•2 comments

Tiny Fingers – let your toddler bash the keyboard and mouse

https://tinyfingers.net
1•AlexMuir•4m ago•0 comments

Show HN: My 200-line baby agent has one goal: beat Claude Code by evolving

https://github.com/yologdev/yoyo-evolve
1•liyuanhao•6m ago•0 comments

Show HN: StockPortfolio.pro – portfolio tracker for long-term investors

https://www.stockportfolio.pro/
1•avisre•9m ago•0 comments

Record Number of Objects Launched into Space Last Year

https://e360.yale.edu/digest/2025-satellite-launches
1•speckx•9m ago•0 comments

Amazon Lightsail now offers OpenClaw, a private self-hosted AI assistant

https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-lightsail-openclaw/
2•rectalogic•9m ago•0 comments

Appeal San Francisco property taxes Python script

https://pypi.org/project/sf-appeal/
1•vkdelta•10m ago•0 comments

The disappearing Form D (2018)

https://techcrunch.com/2018/11/07/the-disappearing-form-d/
1•eatonphil•11m ago•0 comments

Windows 12: force copilot, a new computer and a OS subscription on you

https://www.pcworld.com/article/3068331/windows-12-rumors-features-pricing-everything-we-know-so-...
4•felineflock•11m ago•1 comments

Russia blames Ukrainian naval drones as tanker sinks in Mediterranean

https://www.bbc.com/news/articles/cr5ll27z52do
3•tartoran•11m ago•1 comments

Decathlon blames Brexit for higher UK e-bike prices,launches rental service

https://road.cc/ebiketips/content/news/decathlon-blames-brexit-for-higher-uk-e-bike-prices-and-la...
1•whynotmaybe•11m ago•0 comments

Restricted Navigation Reader for Exercise

https://github.com/someben/rowing-reader
1•someben•12m ago•1 comments

Humanity's oldest geometries, engraved on ostrich eggs

https://magazine.unibo.it/en/articles/humanitys-oldest-geometries-engraved-on-ostrich-eggs
1•geox•13m ago•0 comments

Interruption-Driven Development

https://idiallo.com/blog/interruption-driven-development
1•speckx•14m ago•0 comments

What should terrify Republicans is RBOB futures price on wholesale gas

https://bsky.app/profile/pkrugman.bsky.social/post/3mgaitcnf4k2c
3•u1hcw9nx•15m ago•0 comments

Show HN: A daily word game where you make two-sentence stories

https://twosentencedaily.com/today
2•xandwr•16m ago•0 comments

A project to reject AI agents via AGENTS.md

https://codeberg.org/rossabaker/no-agents.md
1•todsacerdoti•17m ago•0 comments

The ping-verse: a deep dive into 14 ping-type utilities across OSI layers

https://netbeez.net/blog/a-guide-to-every-ping-utility/
2•panosv•18m ago•1 comments

Stop Looking at Economic Averages

https://troytassier.substack.com/p/stop-looking-at-economic-averages
1•NomNew•19m ago•0 comments

Approved. Unread. Shipped

https://xlii.space/blog/approved_unread_shipped/
2•xlii•21m ago•0 comments

Show HN: Cassachange – A migration tool for Cassandra, AstraDB and ScyllaDB

https://github.com/sketchmyview/cassachange
1•cassachange•21m ago•0 comments

Sober in Cyber – Nonprofit for Sober Professionals in Cybersecurity

https://www.soberincyber.org
1•TheWiggles•21m ago•0 comments

Show HN: Gobble – Yet Another OSS Alternative to Google Analytics/PostHog, etc.

https://github.com/inventhq/Gobble
1•vishinvents•22m ago•1 comments

BMW Group to deploy humanoid robots in production in Germany for the first time

https://www.press.bmwgroup.com/global/article/detail/T0455864EN/bmw-group-to-deploy-humanoid-robo...
2•JeanKage•22m ago•0 comments

Claude conceived and built Confluence, a unique Solitaire game

https://patspark.com/Solitaire/unified-solitaire.html#confluence
1•Pat44113•23m ago•0 comments

The Scraping Problem Is Worse Than I Thought

https://stephvee.ca/blog/updates/the-scraping-problem-is-worse-than-i-thought/
3•speckx•23m ago•1 comments

Using Val Town to Get Me to the Movies

https://www.raymondcamden.com/2026/03/01/using-val-town-to-get-me-to-the-movies
2•rmason•23m 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•10mo ago

Comments

MichealCodes•10mo ago
Cryptocurrency packages used at scale should have wallet decoys setup for early detection of vulnerabilities like this.
nailer•10mo 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•10mo ago
I see the model of "download any old shit off the internet and run it in production" is working out so well.
nailer•10mo ago
I don’t have much opinion of XRP but this is their official package, not a community package.
tobyhinloopen•10mo 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_•10mo ago
That is a very fun fact.
nailer•10mo ago
Yes that is how dependencies work.
poincaredisk•10mo 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•10mo 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•10mo 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•10mo ago
Yes. It’s an engineering failure to have multiple copies of the same logic. That isn’t specific to JavaScript.
tough•10mo 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•10mo 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•10mo 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•10mo ago
Official and thorough support for SBOM* within major package repositories can not come sooner.

* https://en.wikipedia.org/wiki/Software_supply_chain

abhisek•10mo 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•10mo ago
.xyz isn’t exotic for blockchains.