frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Intuitive Understanding of PCA

https://ai.ragv.in/posts/intuitive-understanding-of-pca/
1•kn81198•2m ago•0 comments

Why on-chain options are still thin (and a liquidity model that fixes it)

https://rohanrathod.ai/writing/on-chain-options-liquidity
1•ro_lend•4m ago•0 comments

Late pregnancy is pretty bizarre

https://viverricious.substack.com/p/late-pregnancy-is-pretty-bizarre
1•eatitraw•4m ago•0 comments

Predicting the Future (2001) [pdf]

https://library.rumsfeld.com/doclib/sp/2382/2001-04-12%20To%20George%20W%20Bush%20et%20al%20re%20...
1•pollorollo•5m ago•0 comments

Admin Console Inaccessible – Tailscale Status

https://status.tailscale.com/incidents/01KQ8HC1B4KG94AMB39DD9F0FJ
1•corvad•6m ago•0 comments

How My RLM Tool Works

https://isaacflath.com/writing/rlm
1•simonpure•6m ago•0 comments

Taming the Unpredictable: Reliability in Chaos (Srecon 26)

https://www.usenix.org/conference/srecon26americas/presentation/brush
1•captainkrtek•6m ago•0 comments

Why stablecoins are making many banks nervous

https://www.marketplace.org/story/2026/04/27/why-stablecoins-are-making-many-banks-nervous
1•petethomas•9m ago•0 comments

A common weed killer left an epigenetic footprint in early-onset colon cancer

https://medicalxpress.com/news/2026-04-common-weed-killer-left-hidden.html
1•SilverElfin•9m ago•1 comments

We tested 7,039 sites for MCP support; 5.8% passed a live handshake

https://8bitconcepts.com/research/q2-2026-mcp-ecosystem-health.html
1•8bitconcepts•11m ago•0 comments

Extended interview: Ben Sasse on lessons for America [video]

https://www.youtube.com/watch?v=WcT9O5Sjmd0
1•duck•15m ago•0 comments

Solar exports 2x during Oil Crisis

https://e360.yale.edu/digest/china-solar-exports-iran-war
1•dreadsword•24m ago•0 comments

AI is confronting a supply-chain crunch

https://www.economist.com/business/2026/04/27/ai-is-confronting-a-supply-chain-crunch
1•edward•25m ago•0 comments

Nirvanic AI

https://www.nirvanic.ai
1•a_poo_on_a_shoe•26m ago•0 comments

Elephants, Goldfish and the New Golden Age of Software Engineering

https://drensin.medium.com/elephants-goldfish-and-the-new-golden-age-of-software-engineering-c336...
1•krish98sai•26m ago•0 comments

WallasAPI: Multi-provider AI router with automatic fallback (12 providers)

https://github.com/wubjak/wallasapi
1•wubjak•37m ago•0 comments

Open Museum – an MCP server for license-verified search across museums

https://github.com/cfpramod/open-museum-mcp
1•pramodprasanth•37m ago•1 comments

Pip 26.1 Released

https://lwn.net/Articles/1070010/
2•kazu11max17•39m ago•0 comments

AI researchers want AI to fake "thinking"

https://www.machinesociety.ai/p/ai-researchers-want-ai-to-fake-thinking-247
2•mikelgan•42m ago•1 comments

Initial tests find lead in children's fast-fashion clothing

https://www.acs.org/pressroom/presspacs/2026/march/initial-tests-find-lead-in-childrens-fast-fash...
1•_DeadFred_•43m ago•0 comments

I build my LLM a Brain

1•Kevintbt•43m ago•1 comments

I ran retrieval-auditor against LangChain's RAG quickstart, 5/6 flagged

https://github.com/kevin-luddy39/contrarianAI/tree/main/tools/retrieval-auditor/examples/langchai...
1•kevinluddy39•43m ago•0 comments

A Disappearing JSX Framework

https://twitter.com/dashersw/status/2048719900013732232
1•arbayi•43m ago•0 comments

Show HN: Need Human Lawyer – when AI for legal work isn't enough

1•fcpguru•46m ago•0 comments

Claude Pro: Opus model will only be available if extra usage is enabled

https://support.claude.com/en/articles/11940350-claude-code-model-configuration
6•yrds96•48m ago•3 comments

Show HN: Memory Guardian – open-source memory governance for AI agents

https://github.com/rishipratap10/memory-guardian
1•rishipratap10•49m ago•1 comments

Notes on structured concurrency, or: Go statement considered harmful (2018)

https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/
1•shadow28•51m ago•0 comments

muted.io

https://muted.io/
4•bookofjoe•52m ago•1 comments

Fashion for a Hot Planet

https://faculty.engineering.asu.edu/konrad/research/cool-future-fashion-for-a-hot-planet/
1•dreadsword•54m ago•0 comments

Thunderbird Pro April 2026 Update

https://blog.thunderbird.net/2026/04/thunderbird-pro-april-2026-update/
1•raybb•55m ago•0 comments
Open in hackernews

NPM Website Is Down

https://status.npmjs.org
96•18nleung•1h ago

Comments

normie3000•1h ago
Well it is owned by github.
cute_boi•1h ago
which is owned by microslop
rvz•49m ago
...and proudly maintained by Microsoft's AI agents: Tay.ai, Zo, and Copilot.

They seem to be doing a pretty good job at wrecking both GitHub and npm at the same time.

saadn92•1h ago
ha, github is down too
xmprt•1h ago
With all the github instability, I wonder if Cloudflare or some other provider is going to look into providing a similar service.
sofixa•43m ago
GitLab is right there. And overall provides a better product than GitHub, if nothing else on these two points:

* You can actually have an organisational structure (folders/namespaces), and projects can be moved around with automatic redirects. Also, inheritance of access controls, variables between the namespaces

* GitLabCI is organised in a way that makes supply chain attacks less of a risk. GitHub Actions takes the NPM/JS approach, where every step is an action, one you usually need to get off someone, with shoddy versioning, tons of transient dependencies, etc. In GitLabCI you can have templates, but you don't have to use an external template for every bit. It's shell scripting on top of containers, so you can have custom container images with your stuff, or custom scripts, or templates that bundle it all.

fontain•34m ago
All of those features are supported by GitHub in some form, e.g: Organizations can now belong to Enterprises.
justinclift•12m ago
GitLab also limits the size of PRs/MRs, which makes it Unfit for Purpose. :( :( :(

Its a problem they know about, but have no plan to fix before 2027.

irishcoffee•5m ago
I mean, the PR limit is like a million characters. I would also reject a PR of a million characters. That’s bananas.
corvad•1h ago
I wonder if this is an underlying infra issue with Azure being that Github was also having issues.
2ndorderthought•1h ago
I bet 10 dollars it's DNS.
corvad•59m ago
Just wait and it will be something like "Github's internal DNS was down and caused widespread service communication issues."
Scipio_Afri•57m ago
Easy there buddy, not everything needs to be a polymarket bet :-)
Imustaskforhelp•54m ago
I am waiting for jeff geerling's "its always dns" t-shirt reference/video about it if that's the case.
thanatos_dem•54m ago
Nah, can't be, Azure DNS has a 100% SLA after all: https://learn.microsoft.com/en-us/azure/dns/dns-faq#what-is-...
yomismoaqui•46m ago

  It's not DNS
  There's no way it's DNS
  It was DNS
- SSBroski
xaxfixho•40m ago
it might just be *AZURE*
munk-a•53m ago
It's likely someone just ran npm ls -all
nulltrace•43m ago
We added a preflight curl against registry.npmjs.org before the install step in CI. Not surprising they went down together.
cozzyd•1h ago
That's one way to fix supply chain vulnerabilities.
tantalor•51m ago
Can't have any vulnerabilities if you don't have a supply chain
nine_k•34m ago
More seriously, keeping a local cache of external npm packages, and a local artifact storage for internal npm packages looks like a wise thing to have done long ago. Might be cheaper in the long run.

Ironically, both Nandu and Verdaccio are implemented in Tyepscript and install via npm.

(Same logic obviously applies to Python packages, Docker images, etc.)

XorNot•19m ago
Caching NPM was easier when you could pull the Couchbase replicate API. Afaik that's gone and now you just have to send a bazillion http requests instead.
miohtama•17m ago
Only if we had a turn key distributed cache, like IPFS
cluckindan•15m ago
Waiting for the BitTorrent package manager
ibejoeb•5m ago
Does IPFS support content eviction now? If not, that could go wrong really fast. You get a compromised package out there and then, I think, literally every node needs to unpin it or it remains.
airstrike•1h ago
https://www.ebay.com/ is also down
Raed667•39m ago
lots of amazon pages & search seem to be degraded as well
cute_boi•1h ago
microslop slops are down.
12345hn6789•57m ago
Azure is completely dead across multiple resources. Confirming....
DaiPlusPlus•48m ago
https://azure.status.microsoft/en-US/status says "There are currently no active events." - and everything's fine with my day-job's Azure sub right now.
simjnd•55m ago
https://npmx.dev is not
naikrovek•46m ago
Oh no. At least nothing of value is affected.

:)

idoxer•33m ago
Works for me, could be region related
corvad•27m ago
Fixed as of 22:30 UTC. Hope there's a postmortem.
squarefoot•16m ago
Ebay is also down. https://www.isitdownrightnow.com/ebay.com.html
dabinat•15m ago
Tailscale too: https://status.tailscale.com/
hexasquid•13m ago
Hold the jokes until we're sure this isn't an `.unwrap()`