I feel like Drew has been in a pissing match with the Go team for a while so this outcome doesnt surprise me. I love Go but not Google's stewardship of it. The tracking proxy, Russ' takeover / squash of the package management work, the weird silence / stonewalling on other community issues... Drew has a valid complaint. I hate to hear he was banned from the issue tracker but that sounds about right. As a sibling said…
Sourcehut will blacklist the Go module mirror
21–30 of 365 posts
Re: Sourcehut will blacklist the Go module mirror
#22This: > I was banned from the Go issue tracker without explanation, and was unable to continue discussing the problem with Google. is completely asinine. But it's also par for the course when it comes to interacting with Google. When is anyone going to hold them to account for their terrible customer service and community interaction?
It's one side of the story. I don't think he was banned for no reasons.
Re: Sourcehut will blacklist the Go module mirror
#23I feel like Drew has been in a pissing match with the Go team for a while so this outcome doesnt surprise me. I love Go but not Google's stewardship of it. The tracking proxy, Russ' takeover / squash of the package management work, the weird silence / stonewalling on other community issues... Drew has a valid complaint. I hate to hear he was banned from the issue tracker but that sounds about right. As a sibling said…
What’s the deal on package mangement? They did quite a few iterations here so I don’t follow. Don’t know about the Russ takeover either
Go package management was quite poor for many real use cases outside Google, so the community railed around many competing proposals, and when it appeared there was a clear winner, the Go team came out with their own solution instead.
This after kind of supporting the ongoing community efforts.
Re: Sourcehut will blacklist the Go module mirror
#24This: > I was banned from the Go issue tracker without explanation, and was unable to continue discussing the problem with Google. is completely asinine. But it's also par for the course when it comes to interacting with Google. When is anyone going to hold them to account for their terrible customer service and community interaction?
It's one side of the story. I don't think he was banned for no reasons.
Regardless, I don't really want to re-litigate it here. The main issue is that Google has been DoS'ing SourceHut's servers for two years, and I think we can all agree that there is no conduct violation for which DoS'ing your servers is a valid recourse.
Re: Sourcehut will blacklist the Go module mirror
#25Earlier quoted context omitted.
What’s the deal on package mangement? They did quite a few iterations here so I don’t follow. Don’t know about the Russ takeover either
TL;DR version. Go package management was quite poor for many real use cases outside Google, so the community railed around many competing proposals, and when it appeared there was a clear winner, the Go team came out with their own solution instead. This after kind of supporting the ongoing community efforts.
Re: Sourcehut will blacklist the Go module mirror
#26Earlier quoted context omitted.
What’s the deal on package mangement? They did quite a few iterations here so I don’t follow. Don’t know about the Russ takeover either
TL;DR version. Go package management was quite poor for many real use cases outside Google, so the community railed around many competing proposals, and when it appeared there was a clear winner, the Go team came out with their own solution instead. This after kind of supporting the ongoing community efforts.
Package managment should not be created and maintained outside of the core team, maybe the process in which they decided the solution was not the best but the end result speaks for itself, go mod is very good.
Re: Sourcehut will blacklist the Go module mirror
#27For some reason he did not do this and instead chose an option that causes breakage.
[1] https://github.com/golang/go/issues/44577#issuecomment-11378...
Re: Sourcehut will blacklist the Go module mirror
#28Earlier quoted context omitted.
What’s the deal on package mangement? They did quite a few iterations here so I don’t follow. Don’t know about the Russ takeover either
TL;DR version. Go package management was quite poor for many real use cases outside Google, so the community railed around many competing proposals, and when it appeared there was a clear winner, the Go team came out with their own solution instead. This after kind of supporting the ongoing community efforts.
Re: Sourcehut will blacklist the Go module mirror
#29According to some comments in the linked GitHub issue, including [1] from last May, Drew could have simply asked to be excluded from automatic refresh traffic from the mirror. If I understand correctly, that would still leave traffic from the mirror when it’s acting as a direct proxy for someone’s request, but that is traffic that would be going to sr.ht regardless. For some reason he did not do this and instead chos…