frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Design Thinking Is B.S. (2018)

https://www.fastcompany.com/90166804/design-thinking-is-b-s
1•walterbell•9m ago•0 comments

DeepMind Disbands AlphaFold Team, Pivots to Gemini

https://unusualwhales.com/news/deepmind-disbands-alphafold-team-gemini-pivot
2•gmays•11m ago•1 comments

Building agents that survive their own execution

https://conol.ai/blog/building-agents-that-survive-their-own-execution
1•greatony•17m ago•0 comments

When random.bytes() runs but doesn't work

https://insider.btcpp.dev/p/when-randombytes-runs-but-doesnt
1•Funes-•18m ago•0 comments

Show HN: I'm a 15 Year Old Wannabe Engineer, This Is a Cycloidal Gearbox I Built

https://github.com/tom-ilan/cycloidal_gearbox
4•tomilan•19m ago•0 comments

What 'Pluribus' Gets Right About the Hive Mind (2025)

https://www.psychologytoday.com/us/blog/priceless/202512/what-pluribus-gets-right-about-the-hive-...
1•walterbell•21m ago•0 comments

Portal: Current Events

https://en.wikipedia.org/wiki/Portal:Current_events
2•adm4•22m ago•0 comments

Fuck the Algorithm. Own Your Data

https://github.com/adnqcr7-code/privacy-yt-downloader
2•kairos_agent•23m ago•0 comments

Living in the Math World Means Threading the Needle

https://www.quantamagazine.org/hong-wang-wins-2026-fields-medal-the-third-woman-ever-20260723/
1•gmays•23m ago•0 comments

Show HN: CostPerPrompt – Live AI API pricing and real-workload cost calculators

https://costperprompt.com/
1•ahmed_hassan7•30m ago•0 comments

Inverseminar

https://phys.org/news/2026-07-inverting-seminar-recover-scientific-papers.html
1•sundarurfriend•30m ago•0 comments

'Death by organ donation' floated for patients approved for euthanasia

https://nationalpost.com/news/death-by-organ-donation-for-maid-patients
1•walterbell•31m ago•0 comments

Hiring FDE's (full stack software eng) // 100K+ & equity // AI for Manufacturing

https://www.tryharmony.ai/
1•georgeharmony•33m ago•0 comments

I made a free directory to submit your games

https://www.twelve.games
1•mattmerrick•36m ago•0 comments

Token diplomacy: How China is shaping the AI future

https://www.semafor.com/article/07/28/2026/token-diplomacy-how-china-is-shaping-the-worlds-ai-future
1•qwikhost•38m ago•1 comments

Bessent and the Fed help Japan reverse months of yen losses

https://www.japantimes.co.jp/business/2026/08/01/economy/us-treasury-yen-support/
4•mikhael•41m ago•0 comments

The Linux distro and desktop brawler

https://distrofighter.com/
5•ashitlerferad•47m ago•0 comments

AUR Packages Adoption And Pushes Disabled

https://lists.archlinux.org/archives/list/aur-general@lists.archlinux.org/message/YPJ3FQYJTJXXY3R...
2•Alien1Being•47m ago•0 comments

Go 1.27 Interactive Tour

https://victoriametrics.com/blog/go-1-27/index.html
28•Hixon10•51m ago•2 comments

ASRock BC-250: Building the Budget Steam Machine

https://plug-world.com/posts/2026/asrock-bc250-the-budget-steam-machine/
8•plug_world•51m ago•0 comments

Ask HN: ChatGPT free tier just stopped working, is this just me?

3•jacquesm•54m ago•0 comments

People Who Called for Averting Nuclear War Are Calling for AI Slowdown

https://allevato.me/2026/08/01/rome-declaration
2•kukanani•54m ago•1 comments

How to Model the True Cost per Token Across GPU Architectures

https://www.softwareseni.com/inference-economics-how-to-model-the-true-cost-per-token-across-gpu-...
2•thunderbong•55m ago•0 comments

Fast access to Trump's 'Truth Social' posts goes on sale for $100k per month

https://www.france24.com/en/americas/20260801-fast-access-trump-truth-social-posts-sale-for-100-0...
6•donbox•57m ago•3 comments

The Prospects for 128 Bit Processors ( John Mashey SGI 1995)

https://yarchive.net/comp/128bit.html
4•Alien1Being•1h ago•0 comments

Firstdrop

https://nuoy.app/firstdrop
2•bookofjoe•1h ago•0 comments

Crap: Conditional Resource Access Protocol

https://ajaxdavis.dev/crap/
2•thomasfromcdnjs•1h ago•0 comments

Smevals: A small eval suite for evaluating models, prompts, and harnesses

https://simonwillison.net/2026/Jul/31/smevals/
3•seahorseemoji•1h ago•1 comments

Persistent State Machines: LLM Attention with INT4 In-Memory Cells

https://zenodo.org/records/21753002
3•yusuke_esaka•1h ago•0 comments

The AI Bubble Survives on $1.65T in Hidden Debt

https://www.youtube.com/watch?v=HXlcMbxzz0U
3•cable2600•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...

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