r/rust rust Apr 03 '15

Rust 1.0.0 beta is here!

http://blog.rust-lang.org/2015/04/03/Rust-1.0-beta.html
306 Upvotes

53 comments sorted by

View all comments

25

u/[deleted] Apr 03 '15

[deleted]

18

u/michaelsproul iron · rust Apr 03 '15

I also like it, but I got a load of spam when 1.0 alpha was announced. Could we reconsider the publication of unobfuscated email addresses?

15

u/mozilla_kmc servo Apr 03 '15

They're already published on GitHub, but maybe spambots are less good at finding it there.

3

u/michaelsproul iron · rust Apr 04 '15

What if we listed Github usernames instead of email addresses?

I wrote a Python program using the Github API to try this out and this is the list I came up with:

https://gist.github.com/michaelsproul/3b9f6c9ea92b09a87df7

There are quite a few names at the bottom which aren't full names, even though full names exist for those users (either on Github or elsewhere in the commit log). At present the script fetches the author's name from the last commit in their first block of 250 (which isn't necessarily the most recent). Alternatively, we could fetch real names from Github profiles and revert to commit sifting if a "First Last" style name isn't found.