frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

'Once in 300 years' rain hits Thai city as floods ravage South East Asia

https://www.bbc.com/news/articles/ckg97wx144jo
1•Brajeshwar•3m ago•0 comments

Show HN: InterviewFlowAI – AI phone and Meet interviews for fast screening

https://interviewflowai.com/
1•mukulmunjal•4m ago•0 comments

Unihertz Titan 2

https://www.unihertz.com/products/titan-2
1•harryday•9m ago•0 comments

Show HN: Aithings.dev – a directory for AI tools, resources, and communities

https://www.aithings.dev/
1•rutagandasalim•15m ago•0 comments

New wearable device lets you touch fabric online, read Braille, and more

https://www.popsci.com/technology/touch-websites-wearable-device/
1•velvet_thunderr•16m ago•0 comments

I bought a tiny Chrome extension 3 months ago and it's now my best acquisition

1•mddanishyusuf•16m ago•0 comments

Stride Game Engine 4.3 with .NET 10 Support

https://www.stride3d.net/blog/announcing-stride-4-3-in-dotnet-10/
1•bj-rn•16m ago•0 comments

Scientists capture real-time images of DNA damage and repair

https://www.sciencedaily.com/releases/2025/11/251123085554.htm
2•ashishgupta2209•28m ago•0 comments

Issue Tracker for Claude Code

https://issue-queue.readthedocs.io/en/latest/llm_agents.html#example-claude-code-integration
1•rodmena•32m ago•0 comments

ICE Arrests the Press

https://petapixel.com/2025/11/24/photojournalist-arrested-covering-ice-protest-as-authorities-imp...
6•cypherpunk666•32m ago•1 comments

The lifespan of the Öresund Bridge can be doubled

https://www.lunduniversity.lu.se/article/new-research-lifespan-oresund-bridge-can-be-doubled
1•gnabgib•33m ago•0 comments

Create your own AI version and scale yourself

https://www.myclone.is/blog/ai-digital-personas-revolutionizing-services/
1•rishikksh20•43m ago•0 comments

Rock Paper Scissors Is a Game of Skill

https://collisteru.substack.com/p/rock-paper-scissors-is-a-game-of
1•Collisteru•46m ago•0 comments

Comparing xeus-Haskell and ihaskell kernels

https://www.datahaskell.org/blog/2025/11/25/a-tale-of-two-kernels.html
1•mchav•47m ago•1 comments

The Protocol Labs Vision for Neurotech and Neuro AI [video]

https://www.youtube.com/watch?v=LKYSzA9scns
1•surprisetalk•47m ago•0 comments

Steel composites integrating diamonds and carbon nanotubes

https://akshatjiwannotes.blogspot.com/2025/10/steel-composites-integrating-diamonds.html
1•akshatjiwan•47m ago•0 comments

Wispcraft

https://kaverennedy.substack.com/p/wispcraft
1•surprisetalk•47m ago•0 comments

So Long Firefox, Hello Vivaldi

https://hackaday.com/2025/11/25/so-long-firefox-part-two/
2•thunderbong•53m ago•0 comments

E-cigs during pregnancy impairs uterine artery blood flow and placental function

https://academic.oup.com/toxsci/advance-article-abstract/doi/10.1093/toxsci/kfaf161/8325239?redir...
2•XzetaU8•55m ago•0 comments

Cartesia TTS Partner with Tencent RTC – Demo

https://sc-rp.tencentcloud.com:8106/t/pA
1•shuoxin-wang•55m ago•0 comments

Show HN: Cloakly – Hide notes and apps during coding interview screen-share

https://www.getcloakly.com
1•jaygood•56m ago•1 comments

Oxycodone Uses, Dosage, Side Effects, and Safety Warnings

https://sites.google.com/view/medixway-pharmacy/medixway-trusted-source-for-every-prescription/
1•fffssdsd•57m ago•1 comments

Show HN: An Open-Source, Local-First Agent Framework in Rust

http://github.com/liquidos-ai/autoagents
1•saivishwak•1h ago•0 comments

A Tiny TypeScript Rant

https://mayberay.bearblog.dev/a-tiny-typescript-rant/
1•mugamuga•1h ago•0 comments

CVE-2025-66021: in OWASP Java HTML Sanitizer

https://nvd.nist.gov/vuln/detail/CVE-2025-66021
1•malviyamukul•1h ago•1 comments

Event-Driven Architecture Is Not Event Sourcing: A Necessary Distinction

https://buster.github.io/stuff/eventsourcing.html#
2•buster•1h ago•0 comments

Searching for "abstract" on duck changes the logo into an abstract version of it

https://duckduckgo.com/?q=abstract
1•shujito•1h ago•0 comments

Could a Brain Parasite Explain the MAGA Movement? (Satire)

https://usop.substack.com/p/usop-day-11
2•richardatlarge•1h ago•1 comments

How a US home insurance fix is becoming a problem

https://www.reuters.com/graphics/USA-ECONOMY/FAIR-INSURANCE/lgpdqnqamvo/
3•botacode•1h ago•1 comments

ThunderAI: ChatGPT, Gemini, Ollama in Thunderbird

https://addons.thunderbird.net/en-CA/thunderbird/addon/thunderai/
1•NourEddineX•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•7mo ago

Comments

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

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

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