83 comments

[ 2.2 ms ] story [ 117 ms ] thread
Looks like they are in 503 land right now...
Good. As interesting an idea as this is, it'll just be exploited by worthless, lazy recruiters.
503 as well over here...
Nothing but 503 for every city I try
So how is this different from Klout's "high tech super-secret ranking algorithm" that everyone knows is worthless?
GitRank, is based on the pagerank algorithm. Check out the best see if they don't match who you think should be there. http://www.githire.com/best
So it's based on inbound links (aka popularity)?
If it is, it becomes an SEO game, which defeats the purpose of such a ranking system. I'd rather hire someone who is passionate about something, designs well, and writes good code. Their page ranking doesn't help me with that.

All I really see here is a "who's who" of the popular kids.

hmmm, seems I'm entirely irrelevant, with a GitRank of: N/A. Better not tell my employer.

I'm not sure whether this is due to my profile not being indexed or that its rank is so low so as to be negligible.

Would be nice if they explained their ranking system better. (On the site itself)

It looks like they are still crawling the GitHub pages.
I actually love this based on easy of finding cool programmers in my area using languages I can play with. Yea, this sounds silly if you're in SF, but in Columbus, Ohio, finding cool programmers that dig FoSS and interpreted languages is tricky. Too many people doing Java, .NET and Oracle stuff at Nationwide and similar. Too few people doing fun things.

THANK YOU to whoever made this.

I always thought Columbus had a pretty good tech scene going on? EdgeCase, Leandog, etc always represent at conferences and such.
Problem is in a single sentence you've got almost all of it covered :)

So much here (too much for my tastes) is around manufacturing and the insurance industry.

Looks like Columbus already has a Python and a Ruby usergroup. What more could you ask for?

Here in Memphis we had neither until last night, and cool people came out of the woodwork to see MemphisPython's first meeting. They weren't even all Python fans, really. I'm hoping it'll be a flashpoint for us.

(comment deleted)
NB: It seems you have your DNS/subdomains set up incorrectly. githire.com returns nothing while www.githire.com works. Be sure to set one of them to the canonical url for seo purposes.
honestly DNS still confuses me a bit. I have a CNAME record pointing www to the ec2 public url. What do I do for the naked domain?
Set up an A record and point it directly at the IP address.

Edit: on EC2, much better to set up an elastic IP as described below.

Careful not to put an ec2 host IP address directly in your DNS provider. Given the caching in DNS, if/when you change EC2 instances you'll be given a new IP, and your site will be down (or looking at the old server) while DNS updates.

Better to use amazon's Elastic IP. Simply 1) create one, 2) assign it to the EC2 instance of your choice, 3) add the Elastic IP as your A record as the parent post suggests.

I'm sure you're working to fix a couple of issues with your app, so I'm not trying to pile on here. Love the idea, and I just wanted to report two bugs:

1. githire.com/user/acompa returns my account, while www.githire.com/user/acompa returns someone else.

2. Clicking "Add Info" on my profile

githire.com/user/acompa

takes me to the profile of user "edit" via

githire.com/user/edit

You might need to construct your URLs more consistently, it seems?

Cool idea! - though the projects that show up next to users don't correspond with those users, as I would assume they're supposed to?
I'm mildly confused. What repository is listed alongside a user? My user (http://www.githire.com/user/Shadowfiend ) shows a repository that, to my knowledge, I've never created, forked, or contributed to...
I have the same problem with my own page on this site.
On my page it finds a different person.
Ditto (username telemachus which points to the user derekprior instead?!?)

Actually, now my profile has been updated, and it now points to Linus Torvalds. Snapshot for posterity: http://cl.ly/C23P

Edit: Don't believe the pretender i386 below me. I am the true Linus Torvalds! :)

The idea is great, but the implementation is totally broken presently. I tried two times with "Montreal, QC" as a query, the first time it returned only result from London (UK) and the second time only Philadelphia (PA).
Nice idea :) I have been working on a blog post and example app for how to do this with Gremlin and Neo4j -- should be up soon.
Good use of twitter bootstrap!
Search takes ~30 seconds and returns no results or "503 Service Unavailable"

Does not look viable.

As far as I can tell, this equates 'best programmers' with people who run repositories for popular projects.

I suppose if you think Justin Bieber and various top of the charts pop stars are the best musicians it makes sense.

I think that good programmers can be involved in popular projects but being involved in a popular project on github shouldn't be the defining characteristic of a 'good programmer'.

I think that it depends on what you're hiring for. This is analogous to Gladwell's, "there is no perfect pepsi, only perfect pepsis"

Ideally, githire should let one select from a few different hiring algorithms, which rank people differently.

Malcolm Gladwell is not a management consultant.
All I know is that if I put in Austin, Tx, I see a few people that I know in the top 10 to be really good software developers.

However, these are the types of people who generally start their own projects, and attract other good developers to a project. Their salaries are also going to be quite a bit higher than the average developer as well.

So, it seems to me that project popularity is at least some indicator that a person is competent as a software developer, but I can think of a lot of jobs that wouldn't require someone to be in the top 10.

I think that it would be great to be able to be able to search by code quality, test coverage, etc., but I don't think that we have the AI metrics to do that yet, and unfortunately, a real human has to look at someone's code to decide if it's any good.

However, this reminds me of software that tries to detect what "reading level" a person is writing at. For example, google lets you search by "reading level". It would be an interesting project for someone to apply the same principles to software.

It's a threshold filter. If you can create and maintain a project that's actually useful to people, you are definitely not a bozo. (NB: if you haven't done so, it doesn't mean you're a bozo; the implication only goes one way).

It's a better filter than "attended a super-elite university".

Aside from the constructive criticism, it might help usability is you made your algorithm more transparent so users could see why they are essentially irrelevant (if they expected otherwise) and why some others are getting what appears to be arbitrarily high rankings. But, I do like this idea, and it would certainly benefit me if you found a way to make it universally indicative of a coder's skill. But that's hard. 1. It's still hard to tell without sitting a hacker down and testing them, 2. popularity does affect page rank. Some highly useful repositories are lost in a sea of absolutely useless, but popular programming playthings.
So lets pretend project popularity is a good measure for programmers. But what if somebody is contributing to other popular projects or is part of an organization that has popular projects?
1) Searched for "San Francisco, CA" and it was returning people from India.... ?

2) Its 2011, githire.com should work the same as www.githire.com. This is my biggest pet peeve with any site.

3) The "add info" button on a user page goes to http://www.githire.com/user/edit which simply loads the user info for a username of edit on github.

Overall an interesting idea, but maybe unveiled a bit prematurely.

Its 2011, githire.com should work the same as www.githire.com. This is my biggest pet peeve with any site.

Agreed. At the very least, either CNAME one to the other. If you really want/need one canonical domain, it's not hard to define a 301 redirect to the appropriate domain.

Also, page 2 and on show people for different locations (eg. I searched for "Melbourne, Australia" and got some people from there, but the next page is Tokyo, and the next one is... Oregon? Refresh the page... get Texas. Location coordinates haven't changed though.
Looks like is not showing the commits on other projects or the organizations you belong to. It's an interesting idea though.
Just got my first Github spam message today. Coincidence? Is this being used as a spam tool?

Anyone else got something like this in all caps? <<GREETING TO YOU AND YOUR FAMILY, IN MY SEARCH FOR A... >>

For Palo Alto it gives me only non-hireable people. And Facebook.