Giter Site home page Giter Site logo

rustaceans.org's Introduction

rustaceans.org

Rustaceans.org is no longer; sorry. This repo will continue to exist in case you really need to find some backing data. Feel free to send PRs to remove or update your entry.

rustaceans.org is a website for finding information about members of the Rust community. This repository contains details of Rustaceans and provides the data for rustaceans.org. To see the source itself for rustaceans.org, see https://github.com/rust-unofficial/rustaceans-src.

To add or edit your data, you must fork this repo and send a pull request. Your PR should only add/modify a single file named <your github username>.json in the data directory. If your PR touches only your file, it will be automatically merged and the database for rustaceans.org is automatically updated.

To remove yourself from rustaceans.org, send a PR removing your JSON file. Note that your data will remain in the public history of this repository and cannot be removed.

data/template.json is a template JSON file you can fill in with your details. Make sure you don't delete the original file or your PR will be rejected. All fields are optional (but your GitHub username will always be shown on rustaceans.org). You can add any fields you like; they will be ignored, but if that field is added to rustaceans.org in the future it will get picked up. Feel free to obfuscate any fields you like (such as email).

The fields

  • name - Your name.
  • email - Your email address. Will appear in a mailto link.
  • website - Your homepage URL.
  • blog - URL for your blog.
  • irc - Your IRC nickname. (Does not support different nicknames for different servers; use the nickname you use on Rust IRC channels.)
  • irc_channels - A JSON array of channel names on irc.mozilla.org, without the # (e.g. ["rust", "rust-gamedev"]).
  • discourse - Your username on Discourse.
  • reddit - Your username on Reddit.
  • twitter - Your username on Twitter, including the @.
  • mastodon - Your username on the Fediverse/Mastodon, in the format @u@i, where u is the username and i the instance. This can be found in your profile page.
  • show_avatar - true or false, if it is true, your GitHub avatar will be displayed on rustaceans.org.
  • notes - Any notes you like about yourself. Markdown format; make sure you escape newlines and double quotes.

License and copyright

Each file in this repository is copyright (2014) that file's author. By submitting a file to this repository, you give permission for the contained data to be stored and displayed on rustaceans.org. This permission may be withdrawn at any time by sending a pull request removing the file and the data will be removed from rustaceans.org within a reasonable time. No files in this repository may be copied, modified, or distributed for commercial use.

rustaceans.org's People

Contributors

abhiaecs avatar abonander avatar brson avatar c0repwn3r avatar cirqueira-labs avatar d0nutptr avatar deikatsuo avatar edef1c avatar emberian avatar ethnh avatar geekyshiva avatar joshtriplett avatar k3yavi avatar ketsuban avatar leoniephiline avatar moxinilian avatar mzztanmay avatar notriddle avatar nrc avatar rravindt avatar rust-highfive avatar shaykstage avatar shreevari avatar solson avatar sriram23 avatar toasterson avatar tomjakubowski avatar ubsan avatar valve avatar yunlingz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rustaceans.org's Issues

Rustacean.org not working on Firefox nightly

Errors in console:

DEBUG: -------------------------------ember.js:3285:9
DEBUG: Ember      : 1.3.0ember.js:3285:9
DEBUG: Ember Data : 1.0.0-beta.5ember.js:3285:9
DEBUG: Handlebars : 1.0.0ember.js:3285:9
DEBUG: jQuery     : 1.10.2ember.js:3285:9
DEBUG: -------------------------------ember.js:3285:9
NS_ERROR_FAILURE: 
Ember.HistoryLocation<.replaceState()
ember.js:37591
Ember.HistoryLocation<.initState()
ember.js:37484
Ember.Router<._setupLocation()
ember.js:33740
Ember.Router<.init()
ember.js:33561
superWrapper()
ember.js:1230
makeCtor/Class()
ember.js:12325
ClassMixin<.create()

Firefox details:
Firefox Developer Edition 48.0a2 (2016-04-29)

Working OK on Chrome

Recommended active accounts to follow

Hi.

Do you consider adding 'Recommended active accounts to follow' like this.

It's nice to have this 'recommended'/'editor choice' list for new comers that don't even know anyone in rust community. But the downside is : what is the parameters for account to be considered 'recommended'.

Thanks in advance :)

Split "email" field in the JSON files

Currently the email addresses can be easily harvested from the JSON files on the GitHub page.
Instead of

"email": "[email protected]",

you could split the addresses like

"email_user": "foo",
"email_domain": "bar.com",

which would require more effort from the harvester.

Rust foundation

This such a cool idea, but shouldn't it be hosted under the rust foundation?

test

test issue, ignore me

I don't exist?

despite Aaronepower.json existing in the repo, I do not show up in rustaceans, either through search or by direct URL

I wasn’t appearing on rustaceans.org

Five minutes ago, http://rustaceans.org/chris-morgan wasn’t functioning and my name didn’t come up in any searches.

Then I submitted #143, trivial tweaks to my own entry. Now I exist again on rustaceans.org.

I file this bug because something caused me to disappear from the site and there may be other people’s entries not appearing; I have not searched to find out.

Update start page

Mailing list should be removed user forum should be added, I think.

Image is loaded insecurely

Firefox warns that the connection to the site is insecure because of images. I believe this is caused by the Rust logo image, which is being loaded from http://www.rust-lang.org/logos/rust-logo-256x256-blk.png (note the protocol). This might be fixed by changing http to https in the image src.

It's not a big deal, but it would be nice if it were shown as secure :)

Thank you for all your great work in the Rust community!

search could/should be loosened

Based on observations/reverse engineering, it looks like the search field on rustaceans.org attempts find records with a (case-folded) text match for every word in the search.

It also does not seem to attempt to include the Notes record fields in its search.

For example, searching for Felix Klock currently yields zero results. However, searching for either Felix or Klock yields my record. (And if you look at my record, you can see I have put "Felix Klock" into its Notes field to try to work around this.)

While it would be good to prioritize the results returned by the current search algorithm, it would be good to also include the results of a looser search, especially when the current search algorithm yields zero results. As an example of a looser search algorithm, we could look for records with any of the requested words, and take the union of the resulting sets of record.

Everybody, Somebody, Anybody and Nobody.

This is a story about four people named Everybody, Somebody, Anybody and Nobody.

There was an important job to be done and Everybody was sure that Somebody would do it. Anybody could have done it, but Nobody did it. Somebody got angry about that, because it was Everybody’s job. Everybody thought Anybody could do it, but Nobody realized that Everybody wouldn’t do it. It ended up that Everybody blamed Somebody when Nobody did what Anybody could have.

That old story is now a new issue.

Time will tell how long this issue remains open.
Meanwhile it tells how rustaceans.org trives.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.