frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: How are you leveraging AI/LLMs as software dev TEAM

1•locusofself•2m ago•0 comments

The Model Factory

https://www.latent.space/p/poolside
1•gmays•6m ago•0 comments

SSH Monitor for Linux: A script that notifies you for SSH activity

https://codeberg.org/r2innovation/ssh_notify
1•mou7664•7m ago•0 comments

Show HN: Anti-Slop UI – A deterministic state-machine to stop AI hallucinations

https://local-over.github.io/Anti-Slop-UI/
1•hassan-elkady•7m ago•0 comments

Show HN: Pomi – standalone voice agent running on the Rabbit R1

https://github.com/sidmohan0/pomi
1•smohan88•8m ago•0 comments

What's Working for Adoption and Distribution of AI/SaaS Products in 2026?

1•Expedition•11m ago•0 comments

Working from home? That will be extra. Renters rage over new fee

https://www.usatoday.com/story/money/2026/07/30/remote-work-rental-fee-sparks-outrage/91101669007/
1•healsdata•12m ago•0 comments

Abundant Intelligence, Scarce Autonomy

https://twitter.com/elitepax/status/2082948701958422783
1•majestic5762•13m ago•1 comments

Can you survive the Kobayashi Maru?

https://moai.studio/blog/posts/kobayashi-maru.html
1•ionwake•14m ago•1 comments

Pusu AdBlocker – 35K DNR rules, Manifest V3, zero tracking, anti-popup nuclear

https://github.com/pusucip25/pusu-adblocker
1•pucucip•15m ago•1 comments

Where Does the Foundation Come From? (Training New SWEs)

https://queue.acm.org/detail.cfm?id=3831359
1•molsongolden•16m ago•0 comments

Ask HN: What do you think of this prompt as a benchmark for LLMs?

1•plombe•19m ago•0 comments

Xenia, Greek hospitality in case you're a god in disguise

https://en.wikipedia.org/wiki/Xenia_(Greek)
1•shay_ker•20m ago•0 comments

Montana's plan to become an experimental medical hub just pushed forward

https://www.technologyreview.com/2026/07/30/1140942/montana-experimental-medical-hub-pushed-forwa...
1•bilsbie•20m ago•0 comments

Power 2026 – Electricity Pricing in the Age of AI

https://power2026.ai/
1•nsomani•21m ago•0 comments

Gov't Subreddit for US Secret Service Applicants Bans Discussion of Polygraphs

https://antipolygraph.org/blog/2026/07/30/government-controlled-reddit-community-for-u-s-secret-s...
2•Teever•21m ago•0 comments

Dell VEP4600 Review the System I Have Lusted After for Years – ServeTheHome

https://www.servethehome.com/dell-vep4600-review-the-system-i-have-lusted-after-for-years/
1•rbanffy•22m ago•0 comments

I flagged two research papers for fake authors and both were accepted as orals

https://geospatialml.com/posts/reviewing-ai-slop/
5•volumes94•24m ago•0 comments

Convenient and hassle-free. A better YouTube experience

https://chromewebstore.google.com/detail/on-the-sofa-for-youtube/lmngfodipgjkioibfidngohekngkikdf
1•ogidevelopment•26m ago•1 comments

The Fan Zone

https://www.nplusonemag.com/online-only/gooooaaal/the-fan-zone/
1•herbertl•29m ago•0 comments

Trump floats pulling Blanche nomination for AG to avoid conceding to GOP demands

https://apnews.com/article/congress-blanche-attorney-general-nomination-trump-2b7240c1844c1efd298...
2•petethomas•30m ago•0 comments

Accelerating scientific discovery with ChatGPT for Academic Researchers

https://openai.com/index/chatgpt-for-academic-researchers/
1•roflmaostc•31m ago•1 comments

CoreWeave bows to investor pushback on debt linked to Anthropic contracts

https://www.ft.com/content/9d2117af-b3ec-4ca4-b00f-6813ab5075ec
2•petethomas•32m ago•1 comments

Four Color Theorem

https://en.wikipedia.org/wiki/Four_color_theorem
1•vectronic•32m ago•0 comments

Izzy: 'Google abuses "SafeSearch" to flag our fdroid-mirror as "malicious"'

https://floss.social/@IzzyOnDroid/117008759278954800
6•hn_acker•33m ago•0 comments

Billionaire Shopify CEO thinks poor Canadians shouldn't be able to vote

https://mobilesyrup.com/2026/07/28/billionaire-shopify-ceo-thinks-poor-canadians-shouldnt-be-able...
7•jethronethro•33m ago•1 comments

Developing a windowed OS for a homebrew Am29000 computer

https://nanochess.org/the_am29000_computer.html
4•marvinborner•34m ago•0 comments

Empathy: A skill that helps AI agents talk to humans

https://github.com/danielroe/empathy
1•wertyk•38m ago•0 comments

The Train to Crazy Town

https://www.goodthoughts.blog/p/the-train-to-crazy-town
1•gmays•39m ago•0 comments

Pomegranate – Sci-Fi Short Film [video]

https://www.youtube.com/watch?v=fyZhC2TXgcs
1•stared•41m 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