Anyone care to mention the best reasons to start using/learning Rust? There must be a lot with these guys joining the team.
I replied to this a bit on the other HN thread on this topic: https://news.ycombinator.com/item?id=8741987 TL;DR embedding small libraries with high-performance or low-memory requirements into programs written in high-level languages.
Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
21–30 of 135 posts
Re: Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
#22Re: Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
#23Earlier quoted context omitted.
Yeah, I wonder how he manages to juggle all of that. What's your secret wycats? (I'm not really expecting there to be a single secret).
For what it's worth, a big part of this is slowly winding down earlier commitments over time. I joined TAG a couple years ago, and decided not to run again this year because I had largely achieved my original goals of changing the composition and mission of the TAG, and others can carry the torch forward. I also retired from the Rails team this year after a somewhat-long period of inactivity (from day-to-day decision…
Re: Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
#24Earlier quoted context omitted.
Yeah, I wonder how he manages to juggle all of that. What's your secret wycats? (I'm not really expecting there to be a single secret).
For what it's worth, a big part of this is slowly winding down earlier commitments over time. I joined TAG a couple years ago, and decided not to run again this year because I had largely achieved my original goals of changing the composition and mission of the TAG, and others can carry the torch forward. I also retired from the Rails team this year after a somewhat-long period of inactivity (from day-to-day decision…
Whether this perception is right or wrong, there are a number of prominent individuals within the open source community who are widely seen as rapidly jumping between trendy or hyped projects as they arise, to benefit from the exposure that this involvement can bring.
I'm not passing any judgment, mind you. I personally don't care which projects you choose to get involved with. However, I do know that other people have noticed certain trends around how certain open source developers move among projects, and this does negatively affect the impressions these people have of these open source developers and the projects they get involved with.
Re: Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
#25Earlier quoted context omitted.
For what it's worth, a big part of this is slowly winding down earlier commitments over time. I joined TAG a couple years ago, and decided not to run again this year because I had largely achieved my original goals of changing the composition and mission of the TAG, and others can carry the torch forward. I also retired from the Rails team this year after a somewhat-long period of inactivity (from day-to-day decision…
How would you respond to those who see you merely as somebody who just hops on the bandwagon, so to speak, quite frequently? Whether this perception is right or wrong, there are a number of prominent individuals within the open source community who are widely seen as rapidly jumping between trendy or hyped projects as they arise, to benefit from the exposure that this involvement can bring. I'm not passing any judgme…
Likewise, it is illogical for faulting a developer for possessing that same drive when it comes to improving emerging technologies.
Squandering one's skills to appease some anti-progress group is silly.
Re: Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
#26Re: Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
#27Anyone care to mention the best reasons to start using/learning Rust? There must be a lot with these guys joining the team.
Re: Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
#28Earlier quoted context omitted.
For what it's worth, a big part of this is slowly winding down earlier commitments over time. I joined TAG a couple years ago, and decided not to run again this year because I had largely achieved my original goals of changing the composition and mission of the TAG, and others can carry the torch forward. I also retired from the Rails team this year after a somewhat-long period of inactivity (from day-to-day decision…
How would you respond to those who see you merely as somebody who just hops on the bandwagon, so to speak, quite frequently? Whether this perception is right or wrong, there are a number of prominent individuals within the open source community who are widely seen as rapidly jumping between trendy or hyped projects as they arise, to benefit from the exposure that this involvement can bring. I'm not passing any judgme…
Re: Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
#29Earlier quoted context omitted.
For what it's worth, a big part of this is slowly winding down earlier commitments over time. I joined TAG a couple years ago, and decided not to run again this year because I had largely achieved my original goals of changing the composition and mission of the TAG, and others can carry the torch forward. I also retired from the Rails team this year after a somewhat-long period of inactivity (from day-to-day decision…
How would you respond to those who see you merely as somebody who just hops on the bandwagon, so to speak, quite frequently? Whether this perception is right or wrong, there are a number of prominent individuals within the open source community who are widely seen as rapidly jumping between trendy or hyped projects as they arise, to benefit from the exposure that this involvement can bring. I'm not passing any judgme…
Furthermore, if you continue to bring something to the bandwagon, people will continue asking you to join them.
Re: Yehuda Katz and Steve Klabnik Are Joining the Rust Core Team
#30Earlier quoted context omitted.
I replied to this a bit on the other HN thread on this topic: https://news.ycombinator.com/item?id=8741987 TL;DR embedding small libraries with high-performance or low-memory requirements into programs written in high-level languages.
Since you know a lot about web frameworks : do you see rust becoming a good language for building a modern web framework anytime soon ?
For example, you might implement a few parts of your rails app with rust to make them faster.