Earlier quoted context omitted.
Do you also post "Take it away from $OWNER" every time your open source software breaks?
What antitrust issue does my open source software have?
GitHub is down again
411–420 of 425 posts
Re: GitHub is down again
#412Can we please demand that Github provide mirror APIs to competitors? We're just asking for an extinction-level event. "Oops, our AI deleted the world's open source." Any public source code hosting service should be able to subscribe to public repo changes. It belongs to the authors, not to Microsoft.
Re: GitHub is down again
#413Earlier quoted context omitted.
What does antitrust have to do with the GitHub services downtime?
It regularly breaks the workflow for thousands of FLOSS projects.
I get it that you want it to be 100% up, but let's be serious your FLOSS projects probably break more stuff than GitHub being down does.
Re: GitHub is down again
#414Re: GitHub is down again
#415Earlier quoted context omitted.
Being snapshot-based. Git has some issues being distributed in practice since the patch order matter which means you basically need to have some centralized authoritative server in most cases with more than 2 folks to resolve the order of patches for meaningful uses as the hash is used in so many contexts.
That's... literally what a merge collision is. The tooling for that predates git by decades. The solutions are all varying levels of non-trivial and involve tradeoffs, but none of them require 24/7 cloud service availability.
Re: GitHub is down again
#416Earlier quoted context omitted.
Upper management in Microsoft has been bragging about their high percentage of AI generated code lately - and in the meantime we've had several disastrous Windows 11 updates with the potential to brick your machine and a slew of outages at github. I'm sure it might be something else but it's clear part of their current technical approach is utterly broken.
Says everything... https://www.youtube.com/shorts/Dj_f2ANBfas
Re: GitHub is down again
#417Earlier quoted context omitted.
Upper management in Microsoft has been bragging about their high percentage of AI generated code lately - and in the meantime we've had several disastrous Windows 11 updates with the potential to brick your machine and a slew of outages at github. I'm sure it might be something else but it's clear part of their current technical approach is utterly broken.
Says everything... https://www.youtube.com/shorts/Dj_f2ANBfas
Re: GitHub is down again
#418Earlier quoted context omitted.
Upper management in Microsoft has been bragging about their high percentage of AI generated code lately - and in the meantime we've had several disastrous Windows 11 updates with the potential to brick your machine and a slew of outages at github. I'm sure it might be something else but it's clear part of their current technical approach is utterly broken.
Says everything... https://www.youtube.com/shorts/Dj_f2ANBfas
flowchart TD
A["Claim: Bridge opening is conditional"] --> B["Actor: Donald Trump"]
A --> C["Project: Gordie Howe International Bridge"]
A --> D["Condition: Canadian concessions required"]
B --> E["Public statement"]
C --> F["Status: not opening (per claim)"]
D --> G["Type: policy/trade concessions"]
E --> H["Outcome framing"]
F --> H
G --> H
H["Message: No opening unless concessions are granted"]
https://oj-hn.com
flowchart TD
A["Claim: Bridge opening is conditional"] --> B["Actor: Donald Trump"]
A --> C["Project: Gordie Howe International Bridge"]
A --> D["Condition: Canadian concessions required"]
B --> E["Public statement"]
C --> F["Status: not opening (per claim)"]
D --> G["Type: policy/trade concessions"]
E --> H["Outcome framing"]
F --> H
G --> H
H["Message: No opening unless concessions are granted"]
Re: GitHub is down again
#419Re: GitHub is down again
#420Earlier quoted context omitted.
It regularly breaks the workflow for thousands of FLOSS projects.
It does? Do you know git is a dvcs? And therefore you're able to continue working without an internet connection or a service provider being up? It delays the code review process but doesn't break it. I get it that you want it to be 100% up, but let's be serious your FLOSS projects probably break more stuff than GitHub being down does.