frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Solipsist Approach to Extraterrestrial Intelligence

https://ui.adsabs.harvard.edu/scan/manifest/1983QJRAS..24..113S
1•johnbarron•1m ago•0 comments

GNU IFUNC is the real culprit behind CVE-2024-3094

https://github.com/robertdfrench/ifuncd-up
1•foltik•2m ago•0 comments

The IT Productivity Paradox

https://cs.stanford.edu/people/eroberts/cs181/projects/productivity-paradox/index.html
1•simonpure•2m ago•0 comments

How Long Do We Wait for New Inventions?

https://www.construction-physics.com/p/how-long-do-we-wait-for-new-inventions
1•sien•4m ago•0 comments

WAF and framework adapter mitigations for React and Next.js vulnerabilities

https://developers.cloudflare.com/changelog/post/2026-05-06-react-nextjs-vulnerabilities/
1•tjek•6m ago•0 comments

Texas Tech cautions broadcasting research restrictions to prospective students

https://www.texastribune.org/2026/05/06/texas-tech-university-graduate-research-limit-warnings/
1•hn_acker•7m ago•0 comments

If December Was Too Late to Fix Unconstitutional Gerrymandering Why Is May Okay?

https://www.techdirt.com/2026/05/05/someone-ask-alito-if-december-was-too-late-to-fix-unconstitut...
3•hn_acker•11m ago•1 comments

The people preserving the scientific practice of bird banding

https://thenarwhal.ca/bird-banding-ontario/
2•bookofjoe•15m ago•0 comments

Android Bench – Model Evals

https://developer.android.com/bench
1•vthallam•18m ago•0 comments

Spent $130K+ AI token "cloned" Screen Studio: AGI for software feel so close

https://realmikechong.substack.com/p/spent-130k-cloned-screen-studio-and
2•imWildCat•18m ago•0 comments

Apple Could Be Working on 'Spatial iPhone' with Holographic Display

https://www.macrumors.com/2026/05/07/apple-working-on-spatial-iphone/
3•mgh2•20m ago•0 comments

The unlikely story of an email time machine

https://www.scientificamerican.com/article/forbes-email-time-capsule-communicating-future/
2•baud147258•21m ago•0 comments

Ramp in talks to hit $40B+ valuation, 6 months after reaching $32B

https://techcrunch.com/2026/05/07/ramp-in-talks-to-hit-40b-valuation-6-months-after-reaching-32b/
1•SilverElfin•22m ago•0 comments

Retrotechnology Media

http://www.typewritten.org/Media/
1•davikr•23m ago•0 comments

AI Agents are sending flowers to people

https://twitter.com/postalform/status/2052517791899570318
1•zavtra•24m ago•1 comments

The effect of personalized values screens on portfolio returns

https://stevenmackey.substack.com/p/how-much-return-are-you-giving-up-478
1•chibg10•35m ago•0 comments

Designing Analog Chips [pdf]

http://www.designinganalogchips.com/_count/designinganalogchips.pdf
3•whatisabcdefgh•38m ago•0 comments

Find out why Elon gave over his keys to Anthropic He is right can't win this

https://deepseekresearch.com/models.html
2•oroboroslabs•42m ago•1 comments

A new experiment deepens the mystery over gravitational constant, Big G

https://www.cnn.com/2026/05/07/science/gravitational-constant-measure-gravity-big-g
2•rramadass•47m ago•1 comments

Gambling ads on social media reach more than twice as many men as women: study

https://www.cam.ac.uk/research/news/gambling-ads-on-social-media-reach-more-than-twice-as-many-me...
2•hhs•48m ago•0 comments

Where the Curves Cross

https://whattotelltherobot.com/p/where-the-curves-cross
2•stefie10•48m ago•0 comments

AI Bots Auditioning for Wall Street Are Mostly Losing

https://www.fa-mag.com/news/ai-bots-auditioning-for-wall-street-trading-are-mostly-losing-86902.html
1•izyda•53m ago•1 comments

Researchers discover advanced language processing in the unconscious human brain

https://www.bcm.edu/news/researchers-discover-advanced-language-processing-in-the-unconscious-hum...
6•hhs•58m ago•0 comments

Show HN: Blamo A vibecoded app for vibecoding vibe games

https://www.blamo.ai/
1•semateos•59m ago•1 comments

Show HN: Notion-to-site – sync any Notion database to local Markdown/MDX/JSON

https://github.com/rashidazarang/notion-to-site
2•rashidae•1h ago•0 comments

ICE Plans to Develop Own Smart Glasses

https://www.404media.co/ice-plans-to-develop-own-smart-glasses-to-supplement-its-facial-recogniti...
7•cdrnsf•1h ago•1 comments

Maybe you shouldn't install new software for a bit

https://xeiaso.net/blog/2026/abstain-from-install/
34•psxuaw•1h ago•5 comments

The Mounting Toll of Multi-Year Funding on American Biomedical Research [pdf]

https://actfornih.org/wp-content/uploads/2026/05/A4N_Updated-MYF-One-Pager_May-2026_FINAL.pdf
2•petethomas•1h ago•0 comments

[dupe] Cloudflare is laying off 1,100 employees

https://www.businessinsider.com/cloudflare-announces-1100-layoffs-amid-ai-focus-shift-2026-5
14•cdrnsf•1h ago•3 comments

Show HN: Kill-The-Backlog, self-hosted background agents

https://github.com/jvaill/Kill-The-Backlog
3•jvaill•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.