I've done some hacky shit in CI scripts, but none made me more mad than that one.
Incident with Actions and Pages
241–250 of 407 posts
Re: Incident with Actions and Pages
#242My action failed with "Unexpected error fetching GitHub release for tag refs/heads/master: HttpError: Sorry. Your account was suspended" Which certainly made me shit myself, briefly.
A brownout redefined.
Re: Incident with Actions and Pages
#243Re: Incident with Actions and Pages
#244Insane, we have to come up with contingency plans now for long-duration GitHub outages because we can't safely do deployments. For a service we're paying thousands of $ per year for even though we host runners ourselves...
Re: Incident with Actions and Pages
#245Earlier quoted context omitted.
Ah, yes. A lot more repos, commits, and most importantly huge PRs. That makes sense. Thank you!
No, it doesn’t. Their competition is not similarly unstable, despite existing in the same world of LLMs. Think critically.
Think critically.
Re: Incident with Actions and Pages
#246What problem is github solving that has led it to become critical infrastructure for so many? Is it that everyone is remote and VPNs are too much of a hassle to give everyone access to a build server? Is the serving as the authoritative auth for development services? Does it provide better compliance reporting? It just isn't apparent to me what github offers that you can't get elsewhere with at the same cost and effo…
Re: Incident with Actions and Pages
#247Is it about funds? Why Github is not catching up with the traffic? I know there's a mass rush on Github recently specially due to Claude Code leading users to use Github. sometimes even persuasive.
Re: Incident with Actions and Pages
#248Re: Incident with Actions and Pages
#249The last two projects I built I did the CI/CD manually with a small win32 service that polls git and builds+deploys the main service locally. It's barely 200 lines of code. Not much to go wrong. "dotnet publish" is not difficult to wrap. The latest language models have enabled this sort of thing for me. I can integrate a mini Jenkins into every project within a 5-10 minute prompting session. This sort of code isn't h…
Re: Incident with Actions and Pages
#250What problem is github solving that has led it to become critical infrastructure for so many? Is it that everyone is remote and VPNs are too much of a hassle to give everyone access to a build server? Is the serving as the authoritative auth for development services? Does it provide better compliance reporting? It just isn't apparent to me what github offers that you can't get elsewhere with at the same cost and effo…
GitHub solved the original "code collaboration" problem, and now it's a default easy way to outsource repo management. It also has the most integrations. A lot of companies grew up using GitHub. GitHub was, once upon a time, quite stable. Things have changed: more features, more usage, and automated agents.