With all the github instability, I wonder if Cloudflare or some other provider is going to look into providing a similar service.
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 th…
NPM website was down
41–50 of 65 posts
Re: NPM website was down
#42With all the github instability, I wonder if Cloudflare or some other provider is going to look into providing a similar service.
Re: NPM website was down
#43That's one way to fix supply chain vulnerabilities.
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.)
I took that for granted back then and just assumed it was standard enterprise policy
Re: NPM website was down
#44Re: NPM website was down
#45Earlier quoted context omitted.
I bet 10 dollars it's DNS.
Nah, can't be, Azure DNS has a 100% SLA after all: https://learn.microsoft.com/en-us/azure/dns/dns-faq#what-is-...
[0] https://arstechnica.com/information-technology/2026/01/odd-a...
Re: NPM website was down
#46Earlier quoted context omitted.
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.
I mean, the PR limit is like a million characters. I would also reject a PR of a million characters. That’s bananas.
Thus, we're moving off GitLab.
Re: NPM website was down
#47Earlier quoted context omitted.
I bet 10 dollars it's DNS.
Nah, can't be, Azure DNS has a 100% SLA after all: https://learn.microsoft.com/en-us/azure/dns/dns-faq#what-is-...
Re: NPM website was down
#48First GitHub, now NPM? Oh no... That is happening, guys. Rise of the machines. I hope Jira is next and Slack follows.
Re: NPM website was down
#49Re: NPM website was down
#50Earlier quoted context omitted.
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 th…
All of those features are supported by GitHub in some form, e.g: Organizations can now belong to Enterprises.
so, while you’re technically right, these features are apparently paywalled heavily on github.
ime you get more features on gitlab for the same price (or less). i switched fully two years ago and im not going back.