Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
blog.rust-lang.org
Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
1–10 of 135 posts
Re: Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
#2The rust community is lucky to have these two. I recently went through the rust guide and it's terrific! And as a happy rubygems user, I'm glad to see crates following a similar path.
Re: Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
#3Congrats! I actually didn't know they weren't already part of the core team. What exactly does this change entail, then? The rust community is lucky to have these two. I recently went through the rust guide and it's terrific! And as a happy rubygems user, I'm glad to see crates following a similar path.
> What exactly does this change entail, then?
The core team is listed at https://github.com/rust-lang/rust/wiki/Note-core-team . Basically, like most projects, it just adds weight to our opinions in decisions that are made, and that we're sure to be involved in making those decisions. In general, we try to get rough consensus for major decisions from the team + community.
Re: Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
#4Re: Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
#5Thus continues Yehuda's quest to join every cool core team on the Internet. :) See also: Rails, Bundler, Ember.js, jQuery, W3C TAG, TC39.
Re: Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
#6We've been using Rust in production for awhile now, specifically because of its combo of native speed and memory safety[1]. This bending of traditional tradeoffs has let us implement features that would have been otherwise impossible.
Interfacing with Ruby via its C APIs, we are able to do some pretty crazy stuff, like sample memory allocations in production with imperceptible overhead[2]. Most importantly, we can do it without fear of segfaulting our customers' servers.
It's really great to see people other than low-level bitbangers being added to the core team. In this case, having a production user and someone focused on new users demonstrates the Rust team's commitment to building a functionally diverse community.
Lastly, I think opening up the core team to a wide coalition of companies is the right way to build a robust, long-lived open source project. Yehuda talked a little bit about this in his Indie OSS talk[2]. There are several "pathogens" that can affect open source projects, and the more diverse the distribution of power, the more likely you are to be immune to these pathogens.
1: http://blog.skylight.io/bending-the-curve-writing-safe-fast-...
Re: Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
#7Congrats! I actually didn't know they weren't already part of the core team. What exactly does this change entail, then? The rust community is lucky to have these two. I recently went through the rust guide and it's terrific! And as a happy rubygems user, I'm glad to see crates following a similar path.
Thanks! (especially re: the guide, which is my baby) > What exactly does this change entail, then? The core team is listed at https://github.com/rust-lang/rust/wiki/Note-core-team . Basically, like most projects, it just adds weight to our opinions in decisions that are made, and that we're sure to be involved in making those decisions. In general, we try to get rough consensus for major decisions from the team + com…
Re: Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
#8Earlier quoted context omitted.
Thanks! (especially re: the guide, which is my baby) > What exactly does this change entail, then? The core team is listed at https://github.com/rust-lang/rust/wiki/Note-core-team . Basically, like most projects, it just adds weight to our opinions in decisions that are made, and that we're sure to be involved in making those decisions. In general, we try to get rough consensus for major decisions from the team + com…
steve, does that mean there's a chance you'll get a contract extension to keep working on rust, assuming you'd like to?
Re: Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
#9Thus continues Yehuda's quest to join every cool core team on the Internet. :) See also: Rails, Bundler, Ember.js, jQuery, W3C TAG, TC39.