Hmmm. That 20% of Rust users identify as part of an 'underrepresented group' does not seem like poor number. I would naively guess that it is a larger percentage than exists in the overall technical population. If that's correct, then bravo Rust! (If anyone knows about numbers along those lines, I'd love to hear about it.)
This part of survey is really weird and full of American racist bigotry. What does "Person of color" mean considering people all around the globe? In Africa or India whites are super-minorities so should they vote as "persons of color"?
Results of Rust Survey 2016 – early draft for internal usage
51–60 of 113 posts
Re: Results of Rust Survey 2016 – early draft for internal usage
#52Earlier quoted context omitted.
This part of survey is really weird and full of American racist bigotry. What does "Person of color" mean considering people all around the globe? In Africa or India whites are super-minorities so should they vote as "persons of color"?
What terms would you recommend that they use instead?
Re: Results of Rust Survey 2016 – early draft for internal usage
#53The first diagram shows that 35.5% of respondents don't use, or stopped using , rust. Its a shame they don't break this down between those who have never used it vs those who have stopped using it. At the end of the results there's talk about why those who don't use rust don't use it, but again it doesn't separate out why people have never used it vs why people have stopped using it. I imagine it would be a very inte…
I'd also like to see that. I'm in the "temporarily stopped using" camp. I love it, I got to the level where I don't fight the language anymore, but facing reality - I don't have a reason to use it. Everything I do at the moment, I can finish faster in Python and I know it's enough. (sysadmin / deployment / security tools) The moment I need good performance and safety (new protocol server?), I'll reach for Rust. But I…
Re: Results of Rust Survey 2016 – early draft for internal usage
#54Author here. Hi all - thanks for the interest in the survey! The Rust community team is still working the blog post (this link was to an early draft), and we're looking forward to posting it when it's done.
I think this survey was very poorly publicized. As somebody who only dabbles in Rust, this is the first I have heard of this survey. I am sure that others are in the same boat as I am. We would have participated, but we learned about it weeks after it closed! Only now do I see the blog article, and a submission here [ https://news.ycombinator.com/item?id=11661056 ] that got no traction. I don't remember seeing any so…
I'm not sure how this is "poorly publicized".
Re: Results of Rust Survey 2016 – early draft for internal usage
#55Earlier quoted context omitted.
Hostile may be jumping to conclusions. It's a small number, and it's a self-selected sample. Small change in any of the numbers will result in big ratio change. Unless someone actually claims hostile behaviour, why expect it? Either way, the trans population is very much overrepresented in the survey. You took one of the sources from the link which claims 0.3%. The next source which I would trust (DSM-5 stats) claims…
The reason I said hostile is that in most discussions on Hacker News and Reddit a lot of people argue that the only reason women are so under-represented in tech is that all the guys are very hostile to women. This survey goes against that. For some reason they refuse to believe that some things are more interesting to women than men and vice versa.
It could be that this is just as wrong as the "only hostility is the problem". Not everybody sees the same barriers. Not everyone faces the same challenges. We don't even know if/what's more interesting, because we're bombarded with ideas of what should be more interesting since very young age. Software engineers I know successfully raise girl geeks for example.
Re: Results of Rust Survey 2016 – early draft for internal usage
#56Earlier quoted context omitted.
How do you define a "bad thing"? The semver spec is quite clear about "even the tiniest backwards incompatible changes" ( http://semver.org/#if-even-the-tiniest-backwards-incompatibl... ) requiring a major version bump.
Cargo does not (yet) ensure that the library maintainer did follow the semver's doctrine.
Re: Results of Rust Survey 2016 – early draft for internal usage
#57Earlier quoted context omitted.
Thank you! I'd love to hear more about your experience, though perhaps once you have worked a bit more on the project :) Eh, early adoption is overrated -- you have to fight through lack of docs, lack of libraries, and general ecosystem issues, all while the language keeps changing underneath you :P (Note that not everyone who works on Rust; or even who worked on this survey, is a guy)
> I'd love to hear more about your experience I had good experience integrating glade (GTK GUI generator) to Rust, but bad experience with getting auto-complete working in Eclipse, in fact it's still not working ;) It's a pain when I using new technologies (both Rust and GTK are new to me). I want to change its state from `checked` to `unchecked`, and I don't know what's name of the method that does it, it can be set…
I use YouCompleteMe with vim, which works for many editors as well as many languages. Though I recently switched to a mac and the sublime plugin is broken :/
> Any thoughts how hard can it be? I need OS-integration, ffmpeg to catch screen, integration with decoding video stream without bloating systems...
Shouldn't be too hard. Rust certainly won't stand in your way, but I'm not aware of how hard some of these things may end up being :)
Re: Results of Rust Survey 2016 – early draft for internal usage
#58> By large margin, users are often grabbing vim to do their Rust work in I would rather assume the reverse theory. Vim users are more likely to use new languages since they don't expect complex IDE support. Or maybe just: Early adopter and vim user correlates.
Re: Results of Rust Survey 2016 – early draft for internal usage
#59> By large margin, users are often grabbing vim to do their Rust work in I would rather assume the reverse theory. Vim users are more likely to use new languages since they don't expect complex IDE support. Or maybe just: Early adopter and vim user correlates.
To be fair. With YouCompleteMe and rust-racer support the tooling for Rust in vim is solid.
(I'm a vimmer myself, but that is what I hear other people complain about)
Re: Results of Rust Survey 2016 – early draft for internal usage
#6048.8% of Rust users use nightly, 23 percentage points among them use both stable and nightly, which means 25.8% of Rust users use only nightly. Is it just me or does that seem exceedingly high? I'm guessing that a good deal of them are Rust language/core lib developers?