Incident with Github.com [resolved]
451–460 of 1001 posts
Re: Incident with Github.com [resolved]
#452I had a lot of goodwill for GitHub but I think today is the tipping point. Looking at a unicorn page, I feel this lingering hope that it's transient (like it usually was in the old days) but my mind reassures me it's probably going to be a long full outage again. The hope is dead.
I’m willing to give them a break as I’m assuming they have a lot of scaling problems due to the influx of LLM assisted coding. But maybe I’m wrong?
Re: Incident with Github.com [resolved]
#453Re: Incident with Github.com [resolved]
#454Earlier quoted context omitted.
Boomer opinion but trusting third parties to be critical infrastructure, especially with no SLA in sight, will always end in tears. "The cloud" is very convenient, but its providers will never care about your infrastructure or your customers as much as you will.
Boomer who has never had a business? Depending on third party suppliers is business as usual.
Re: Incident with Github.com [resolved]
#455https://www.freethink.com/robots-ai/github-copilot
Slop code is written and pushed ...
Aug 11, 2025: Dohmke leaves the sinking ship:
https://www.entrepreneur.com/business-news/github-ceo-thomas...
This is a true AI victory.
Re: Incident with Github.com [resolved]
#456Our runners are faster, our CI is smoother than ever. Transitioning was a matter of a few hours, which we took as a fun hackaton.
Re: Incident with Github.com [resolved]
#457GitHub, Charles Schwab, Microsoft Teams, Copilot, New York State, AWS, Progressive, Azure, Microsoft Store, Cloudflare, ADP, Google Sheets, E-Trade, Fidelity... Did Mythos break out of it's container? https://downdetector.com/
Maybe it's this one: https://downdetector.com/status/windows-azure/
Re: Incident with Github.com [resolved]
#458I wonder if you could replace the whole github issues feature with just a directory within each git repo named "Issues/". Within that, have another couple directories, "open/", and "closed/". Within "open", have a directory per issue, e.g. "such-and-such-does-not-work/". Within each issue directory, have "issue.txt", or "issue.md", which takes the place of the page for each issue on github. You could store other thin…