Browsing the names of contributors, I was surprised at the lack of gender diversity. Four or five female contributors at the very most. Rates of female participation below 5% - wow. Why is Rust lang so anti-female?
10% of the contributers are only known by username. It's not unreasonable to assume that those are disproportionally woman. The real gender ratio could be the same as the gender ratio of the industry overall. In any case, with just 150 contributers it's hard to make any statistically significant statement.
Rust 1.5
51–60 of 159 posts
Re: Rust 1.5
#52Re: Rust 1.5
#53I'm open to other ideas too, but that seemed like the simplest way to get the error handling out of the way.
Ordinarily I try hard not to complain about syntax, but this seems to cause people to use .unwrap() where it's not safe (like a library).
Re: Rust 1.5
#54Earlier quoted context omitted.
Any plans to offer official Rust Docker images? Or is this it? https://hub.docker.com/r/jimmycuadra/rust/
What benefit would Docker images have over the existing upstream distribution or distro packaging? The Rust compiler doesn't have any particularly complicated dependencies, either installing the binaries directly from rust-lang.org or installing packages from your distro (if your distro has packages yet) should work fine. Container images are great for daemons with possibly complicated dependency sets that might have…
Re: Rust 1.5
#55Browsing the names of contributors, I was surprised at the lack of gender diversity. Four or five female contributors at the very most. Rates of female participation below 5% - wow. Why is Rust lang so anti-female?
- Require all contributors to specify their gender; - Do not allow new contributions if they exceed gender quota for release.
Good luck.
Re: Rust 1.5
#56I know this seems like a trivial issue, but I've been bothered by the try!() macro for a while. I keep hoping then will adopt the "?" postfix operator to mean the same thing, because it seems to increase readability a lot. I'm open to other ideas too, but that seemed like the simplest way to get the error handling out of the way. Ordinarily I try hard not to complain about syntax, but this seems to cause people to us…
Re: Rust 1.5
#57Is this coincident with Go 1.5 release?
Re: Rust 1.5
#58Browsing the names of contributors, I was surprised at the lack of gender diversity. Four or five female contributors at the very most. Rates of female participation below 5% - wow. Why is Rust lang so anti-female?
I hope you are trolling. Would more women in tech be good? Of course! However there is some crazy SJW stuff going on at the moment in a lot of projects. People pushing for things like Master/Slave to be renamed to Leader/Follower. Wanting things like man (as in the man command on Linux) renamed to something non-gender-based. I mean fucking come on. I am all for a more inclusive environment but some things are just st…
(I agree that changing man is a little silly as it's obviously short for manual)
Re: Rust 1.5
#59Earlier quoted context omitted.
Don't you have anything better to do than gender-troll? Like write some code, maybe? For god's sake, Rust goes out of its way to be modern and gender-inclusive. They have a god damn code of conduct, explicitly encourage participation from everyone, and actively seek contributors of all types. What the else should they fucking do? Posts like yours just demonstrate that you can never win by giving into SJW demands. No…
"Rust goes out of its way to be modern and gender-inclusive." And yet - epic fail. What is the reason?
Or maybe the Rust community is doing its best and sometimes you don't see success even if you do.
Re: Rust 1.5
#60I know this seems like a trivial issue, but I've been bothered by the try!() macro for a while. I keep hoping then will adopt the "?" postfix operator to mean the same thing, because it seems to increase readability a lot. I'm open to other ideas too, but that seemed like the simplest way to get the error handling out of the way. Ordinarily I try hard not to complain about syntax, but this seems to cause people to us…
There was major movement on the ? syntax last night, actually.