microslop slops are down.
Azure is completely dead across multiple resources. Confirming....
NPM website was down
21–30 of 65 posts
Re: NPM website was down
#22:)
Re: NPM website was down
#23Re: NPM website was down
#24I wonder if this is an underlying infra issue with Azure being that Github was also having issues.
Re: NPM website was down
#25With all the github instability, I wonder if Cloudflare or some other provider is going to look into providing a similar service.
* 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.
Re: NPM website was down
#26Re: NPM website was down
#27https://www.ebay.com/ is also down
Re: NPM website was down
#28That's one way to fix supply chain vulnerabilities.
Ironically, both Nandu and Verdaccio are implemented in Tyepscript and install via npm.
(Same logic obviously applies to Python packages, Docker images, etc.)
Re: NPM website was down
#29With 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…