Earlier quoted context omitted.
The premise of "have you stopped beating your wife" is that you made up the idea that I might have done it; simply asking the question is a form of slander. But that's not at all the case with Andre Arko and RubyGems. From everything we know: he really did (1) lose his personal access, (2) log in with a stale AWS root credential, and (3) change the password on the root account. We also know that (4) he attempted to q…
> We also know that (4) he attempted to quietly monetize the server logs from RubyGems. What sort of monetisation? Asking because there's a huge potential range of options there, from pretty innocuous stuff through to downright evil. :(
Ruby core team takes ownership of RubyGems and Bundler
391–400 of 407 posts
Re: Ruby core team takes ownership of RubyGems and Bundler
#392Earlier quoted context omitted.
Let me ask you a different question: Would they be where they are today if there weren't been built at that moment with Ruby? Both these questions are hard to answer without connecting the dots, looking backward. Github was started in 2007, Shopify in 2006, Gitlab in 2011, Whop in 2021 It takes a long time approximately for a company to get out of the medium zone and go really big. So the only answer for this is we d…
I don't know. Do programming languages really make that big of a difference, other than with developer unhappiness and talent scarcity when hiring? I think how many quality devs you can hire with that language is really the only question that matters 90% of the time (ballparking), so long as the language is designed for that use case, like don't use assembly to write a production webapp. I don't know many devs that c…
There's a reason that the DevOps world abandoned Ruby wholesale in the late 2010s (mostly replacing it with Go).
In a world where container orchestration allowed servers to be more fully utilised, it became increasingly obvious that the ancillary tooling (think log shipping or metrics collection) often had a larger memory and CPU footprint than the core service itself.
Formerly popular tools in this class like Sensu or fluentd have either been rewritten or replaced with Go equivalents, and Ruby seems to be more or less dead for new projects outside of the Rails niche.
Re: Ruby core team takes ownership of RubyGems and Bundler
#393Earlier quoted context omitted.
>He complains about non-white people that are born in England. No he doesn't. He specifically states "native Brits." The only "Brits" native to Great Britain are White Brits. In addition, "around 41% of [London's] population were born outside the UK" [0]. Nearly half of the city is foreign. [0] https://en.wikipedia.org/wiki/Ethnic_groups_in_London
So, anyone non-white in the UK isn't native? If they're third generation british? What about the royal family, Prince Philip was Danish/Greek, so the royal family aren't native are they? Shall we stop pretending this about anything other than race?
Re: Ruby core team takes ownership of RubyGems and Bundler
#394Earlier quoted context omitted.
>He complains about non-white people that are born in England. No he doesn't. He specifically states "native Brits." The only "Brits" native to Great Britain are White Brits. In addition, "around 41% of [London's] population were born outside the UK" [0]. Nearly half of the city is foreign. [0] https://en.wikipedia.org/wiki/Ethnic_groups_in_London
So, anyone non-white in the UK isn't native? If they're third generation british? What about the royal family, Prince Philip was Danish/Greek, so the royal family aren't native are they? Shall we stop pretending this about anything other than race?
Anyone not White British. Austrians are White and are similarly not native to London.
>What about the royal family, Prince Philip was Danish/Greek, so the royal family aren't native are they?
Who made the claim that Prince Philip was White British or native to London?
>Shall we stop pretending this about anything other than race?
Just because you've been duped by propaganda doesn't mean anyone is pretending.
Re: Ruby core team takes ownership of RubyGems and Bundler
#395Earlier quoted context omitted.
He changed the AWS root password for the account.
Yes, and he already explained why he did it. Yes, he should have communicated it clearly. That's on him. At the same time, why didn't RC call him to ask? Was it easier to write about a security INCIDENT throwing shade at Arko? With that said, let's keep focused on the real issue: RC did a hostile takeover of the projects. That's not been properly disputed so far. Matz is, therefore, accepting to steward stolen projec…
Re: Ruby core team takes ownership of RubyGems and Bundler
#396Earlier quoted context omitted.
> It doesn't matter why you break into your former employer's server. Arko already stated that he didn't know he had been fired. Geez. > You know Arko didn't even start working on Rubygems until it was nearly 10 years old, right? The project was stolen from a set of maintainers, not just Arko. Let's stick to the facts: someone with admin rights over the repos revoked the access of other admins without their consent.…
> have a lot of respect for Rich, but he wasn't a maintainer. LMAO No. He's one of the few people on the planet that could lay claim to it's copyright. He also gave the insight that Rubygems has literally ALWAYS been a part of RubyCentral.
Re: Ruby core team takes ownership of RubyGems and Bundler
#397Earlier quoted context omitted.
Read his account of it ( https://andre.arko.net/2025/10/09/the-rubygems-security-inci... ) and you might change your mind (again).
I agree with busterarm's take. Andre Arko's story omits specific concerns like ssh'ing into Rubygems in Japan 9 days after the debacle. Further, his narrative excludes his termination email and instead focuses on generic platitudes his boss sent the group, to somehow prove Andre didn't know he was fired. All in all, I don't see sound judgement from Andre Arko or from RubyCentral. That seems the common takeaway from n…
Re: Ruby core team takes ownership of RubyGems and Bundler
#398Earlier quoted context omitted.
Yes, and he already explained why he did it. Yes, he should have communicated it clearly. That's on him. At the same time, why didn't RC call him to ask? Was it easier to write about a security INCIDENT throwing shade at Arko? With that said, let's keep focused on the real issue: RC did a hostile takeover of the projects. That's not been properly disputed so far. Matz is, therefore, accepting to steward stolen projec…
João, you're going to have to work a lot harder than this to cancel Matz.
Re: Ruby core team takes ownership of RubyGems and Bundler
#399Earlier quoted context omitted.
> We also know that (4) he attempted to quietly monetize the server logs from RubyGems. What sort of monetisation? Asking because there's a huge potential range of options there, from pretty innocuous stuff through to downright evil. :(
What kind of monetization would have been OK?
To me that seems like a good idea, not like a betrayal of trust as some people have been making out.
Re: Ruby core team takes ownership of RubyGems and Bundler
#400Earlier quoted context omitted.
> If you want to build a small, modest complexity web app with like 1 or 2 developers and under maybe 6 months of active development, modest traffic needs, etc, it's a good way to get everything up and running fast with best-practices for everything. Of course lets silently ignore Github, Gitlab, Shopify and others: all small, modest complexity web apps built with Ruby on Rails. Look at Shopify last year black friday…
But would they still build with Ruby if they had to rewrite it today? It seems other commenters are saying they wouldn't. I wanted to see if it offered anything more than my python and Go preference.
I think it works well for SaaS type offerings where you have a low number of high-value clients. We don't do high-traffic public sites. Perhaps my opinion would be different then.