Is this without the consent of Ruby Central? Sounds like some kind of hostile takeover! Edit: Seems like maybe a hostile take-back actually.
Ruby core team takes ownership of RubyGems and Bundler
61–70 of 407 posts
Re: Ruby core team takes ownership of RubyGems and Bundler
#62Earlier quoted context omitted.
What languages do you use that have adopted this well? I'm not counting something like C++ where there's effectively no "packages" to speak of.
Go has decentralized package hosting and it works reasonably well. Deno does also but I'm less clear on well how that is working out for them.
All go package imports are proxied via Google.
https://drewdevault.com/2022/05/25/Google-has-been-DDoSing-s...
Re: Ruby core team takes ownership of RubyGems and Bundler
#63Re: Ruby core team takes ownership of RubyGems and Bundler
#64Earlier quoted context omitted.
What languages do you use that have adopted this well? I'm not counting something like C++ where there's effectively no "packages" to speak of.
Go has decentralized package hosting and it works reasonably well. Deno does also but I'm less clear on well how that is working out for them.
I'm not familiar with the technical details, but at first glance it appears pretty centralised.
Re: Ruby core team takes ownership of RubyGems and Bundler
#65I'm unaware of one ever happening, and I'm wondering whether it's because of mere fortune or because there's something about the APT / dpkg model that precludes this kind of messiness.
Perhaps the Ruby community is suffering the curse of having lived with reliable Internet for so long they never had to solve the problem of building up automatic package mirrors? This just feels like a lot of words and energy burned on a problem that ought to be as simple as "Here's the package, here's its checksum, go to town."
Re: Ruby core team takes ownership of RubyGems and Bundler
#66Re: Ruby core team takes ownership of RubyGems and Bundler
#67This is a fascinating and seemingly unusual development that will look obvious in history. I find “BDFLs” and open source communities so incredibly interesting. Especially in the context of geopolitics and state entities. Linux! This stuff is PHD material for sociology and polisci post-grads and I’m so interested in following the progression of history with these types of things.
I think there's going to be an interesting and complicated churn as several major projects under the BDFL model have their Ds succeed at passing the torch, struggle to pass the torch, struggle to realize the torch needs to be passed, or take the torch and do their best to burn the whole project down so it can't outlive them.
Re: Ruby core team takes ownership of RubyGems and Bundler
#68Earlier quoted context omitted.
The software is open source, not the project. The name is not for the taking. You can download the code, modify and release it, but you can't just claim ownership over a product.
Andre Arko was not the original author, so how did he get the name? Did he take it from someone?
Re: Ruby core team takes ownership of RubyGems and Bundler
#69Decentralized package hosting is the only way.