frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

When I'm Sick of Doomscrolling, I Turn to This Poem

https://www.nytimes.com/interactive/2025/11/06/books/robert-hayden-poem-monets-waterlilies.html
1•whack•8m ago•0 comments

KDE finally lets you limit virtual desktops to the primary screen

https://www.neowin.net/news/good-news-for-linux-users-this-long-requested-feature-is-finally-comi...
1•bundie•11m ago•0 comments

Driver livestreams on TikTok as she apparently hits and kills man in Chicago

https://www.theguardian.com/us-news/2025/nov/08/tiktok-live-stream-fatal-crash-chicago
2•c420•16m ago•0 comments

Rare red lightning captured in New Zealand skies

https://www.theguardian.com/global/2025/oct/22/red-lightning-new-zealand-red-sprites
2•colinprince•18m ago•0 comments

A.I. Sweeps Through Newsrooms, but Is It a Journalist or a Tool?

https://www.nytimes.com/2025/11/07/business/media/ai-news-media.html
2•bookofjoe•24m ago•1 comments

Number Garden – A generative pattern system based on simple principles

https://ng-menu.netlify.app/
1•cpuXguy•25m ago•0 comments

'Mist opportunity' reveals how onions make cooks cry

https://news.cornell.edu/stories/2025/10/mist-opportunity-reveals-how-onions-make-cooks-cry
1•gnabgib•36m ago•1 comments

My non-ML 250-line solver hits 88% on the 1,889-city TSP in <20s

1•mesidd•39m ago•1 comments

Show HN: Livestream of a coding agent controlled by public chat

https://www.vibecodedbyx.com/
2•fela•41m ago•0 comments

MSay: A newsletter from a post-undergraduate campus journalist

https://micheleschultz.substack.com/
2•micheleschultz•42m ago•0 comments

Operational Data Sharing API Server Documentation

https://obs.vla.nrao.edu/ods/index.html/
1•privong•42m ago•0 comments

'Windows sucks,' former Microsoft engineer says, explains how to fix it

https://www.theregister.com/2025/11/07/does_windows_really_suck_that/
3•Bender•43m ago•2 comments

Lite and Text Only News and Other Websites

https://bmk.neocities.org/
1•Bender•44m ago•0 comments

English Wikipedia enables Temporary Accounts for logged-out editors

https://en.wikipedia.org/wiki/Wikipedia:Temporary_accounts
1•quuxplusone•47m ago•1 comments

Russian cryptocurrency fraudster and wife killed in UAE

https://www.mirror.co.uk/news/world-news/russian-cryptocurrency-fraudster-wife-kidnapped-36207258
1•lxm•48m ago•1 comments

Cloudflare Makes Open-Source the Rust Code to Tokio-Quiche

https://www.phoronix.com/news/Cloudflare-OSS-Tokio-Quiche
2•Bender•49m ago•0 comments

CodeAid: AI-powered programming assistant designed to facilitate learning

https://github.com/MajeedKazemi/code-aid
1•azhenley•49m ago•0 comments

Just know stuff (or, how to achieve success in a machine learning PhD) (2023)

https://kidger.site/thoughts/just-know-stuff/
3•goldemerald•54m ago•0 comments

The Indie Investor: A Manifesto for a New Kind of Capital

https://seeyanater.substack.com/p/the-indie-investor-a-manifesto-for
1•IndieInvestor•56m ago•0 comments

What I vibe coded in a week (laid off MLE at Meta)

https://hermitian3.substack.com/p/what-i-vibe-coded-in-a-week-laid
1•johntiger1•57m ago•1 comments

I Curate an Anthology

https://compellingsciencefiction.com/posts/how-i-curate-an-anthology.html
3•mojoe•1h ago•1 comments

Show HN: Easily reduce GitHub Actions costs with Ubuntu-slim migration

https://github.com/fchimpan/gh-slimify
1•r4mimu•1h ago•0 comments

Chip ind. pushes back on USPTO considering annual fee based on assessed value

https://www.tomshardware.com/tech-industry/semiconductors/chipmaking-industry-pushes-back-on-u-s-...
2•SanjayMehta•1h ago•0 comments

Even before the Big Bang, space wasn't truly empty

https://bigthink.com/starts-with-a-bang/universe-wasnt-empty-before-big-bang/
1•hhs•1h ago•1 comments

Does Wayland fractional scaling work with games in 2025?

https://shuhaowu.com/blog/2025/01-fractional-scaling.html
2•pwnna•1h ago•1 comments

Let LLMs control your UI

https://tambo.co/blog/posts/llm-web-apps
3•milst•1h ago•0 comments

Opencloud – an alternative to Nextcloud written in Go

https://github.com/opencloud-eu/opencloud
5•todsacerdoti•1h ago•0 comments

Free poker chip tracker with P2P multiplayer sync

https://livepokerchips.com/
3•quinns_tech•1h ago•1 comments

StarCraft: Remastered – Emulating a buffer overflow for fun and profit [pdf]

https://0xeb.net/wp-content/uploads/2018/02/StarCraft_EUD_Emulator.pdf
2•TheAceOfHearts•1h ago•0 comments

'DEI for owls': Nearly half a million birds to be killed across the West

https://www.sfgate.com/national-parks/article/pacific-northwest-barred-owl-plan-dei-owls-21146047...
3•c420•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•6mo ago

Comments

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

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

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