Live data from Hacker News

Show HN: Who's Hiring? (postings mined from Twitter)

jobstractor.com

11–20 of 67 posts

Re: Show HN: Who's Hiring? (postings mined from Twitter)

#11
Nice idea, and works well. The first tweet is a RT from a fellow student at RISD who I didn't even know had a Twitter. Some feedback:

The second tweet that comes up for me (Providence, RI) is one labeled "North America and Europe." I think local listings should be prioritized over broad ones.

Filters based on language/expertise. I see a lot of these tweets go into specifics already so this could probably be implemented easily.

As someone else mentioned, a link to the tweet would be good, and preservation of the hyperlinks in them so I can click directly on someone's job listing etc.

Perhaps you could also normalize the format of the locations, and group them under one heading. For example, most of the listings for Providence are Boston, and it's a list that looks like, "Boston", "Boston, MA", "Boston", "Boston", "Boston, MA", etc. A consistent format would be good for readability and having a new for each tweet is redundant.

Basically, you have a good crawler (I assume you're using one) and now you need to alter the design of your page to make it easy to explore.

Re: Show HN: Who's Hiring? (postings mined from Twitter)

#12
Very nice. Have you considered grouping the related locations instead of listing all the locations? For example, group "Greater NYC Area", "NYC", "New York, NY" under one section with a consistent name. Over time you could locally map the most commonly used location names under one heading. Also, I would prefer to see the actual tweet text a bit larger with a smaller font size for the location headings.

Re: Show HN: Who's Hiring? (postings mined from Twitter)

#13
Cool idea! I'll be sure to bookmark it...

Here's my $0.02:

- Typo in the about page : "As weel..."

- I'd change the 1st 2 paragraphs in the about section to "Jobs Tractor looks for people trying to hire developers on Twitter, but filters out tweets that are from recruitment agencies or jobs boards."

- Love the map view

- Does the search field allow you to filter by location, keyword, or both?

- Group by location maybe?

- I'd take the word "jobs" out of the logo - to me it looks cluttered

- Do you save the posts or is it just what the Twitter search API pulls up? Jobs might not get tweeted about more than once, so a posting could still be legitimate after a week or so

Re: Show HN: Who's Hiring? (postings mined from Twitter)

#14
post #7

Hi HN. I'd really like to get anyones feedback on this. It's still a little rough around the edges but my main question would be Is this useful? Or could it be with a tweak or two? Thanks, Robin

Nice. You need to linkify the tweets so users don't need to copy and paste the URLs to the actual job posts.

Agreed. Luckily Twitter makes it really easy: https://github.com/twitter/twitter-text-js

Re: Show HN: Who's Hiring? (postings mined from Twitter)

#15
This is crazy good!

A common complaint is that it's hard to find out about new openings because they're often pushed through your social networks.

Directly mining the social networks is a great man-I-should've-thought-about-that idea. I'm infinitely likelier to tweet about a job opening than to post it somewhere.

Re: Show HN: Who's Hiring? (postings mined from Twitter)

#16

Nice idea, and works well. The first tweet is a RT from a fellow student at RISD who I didn't even know had a Twitter. Some feedback: The second tweet that comes up for me (Providence, RI) is one labeled "North America and Europe." I think local listings should be prioritized over broad ones. Filters based on language/expertise. I see a lot of these tweets go into specifics already so this could probably be implement…

Thanks, yep a lot of what is required is a better way of presenting and filterring the tweets. Working out the locations for the tweets could definately be improved, especially when it's quite vague.

thanks again.

Re: Show HN: Who's Hiring? (postings mined from Twitter)

#17

Cool idea! I'll be sure to bookmark it... Here's my $0.02: - Typo in the about page : "As weel..." - I'd change the 1st 2 paragraphs in the about section to "Jobs Tractor looks for people trying to hire developers on Twitter, but filters out tweets that are from recruitment agencies or jobs boards." - Love the map view - Does the search field allow you to filter by location, keyword, or both? - Group by location mayb…

Do you save the posts or is it just what the Twitter search API pulls up?

I think he stores them; the About page mentions the site uses MongoDB.

Re: Show HN: Who's Hiring? (postings mined from Twitter)

#18

Nice idea, and works well. The first tweet is a RT from a fellow student at RISD who I didn't even know had a Twitter. Some feedback: The second tweet that comes up for me (Providence, RI) is one labeled "North America and Europe." I think local listings should be prioritized over broad ones. Filters based on language/expertise. I see a lot of these tweets go into specifics already so this could probably be implement…

Thanks, yep a lot of what is required is a better way of presenting and filterring the tweets. Working out the locations for the tweets could definately be improved, especially when it's quite vague. thanks again.

No problem. Mind if I ask what you're using to track my location so discreetly? Chrome never asked me for permission. :P I'm also building a location-based webapp and would like to check it out.

Re: Show HN: Who's Hiring? (postings mined from Twitter)

#19

Cool idea! I'll be sure to bookmark it... Here's my $0.02: - Typo in the about page : "As weel..." - I'd change the 1st 2 paragraphs in the about section to "Jobs Tractor looks for people trying to hire developers on Twitter, but filters out tweets that are from recruitment agencies or jobs boards." - Love the map view - Does the search field allow you to filter by location, keyword, or both? - Group by location mayb…

DOH! proof reading fail. Thanks.

re the search field. It's just to change locaiton at the moment.

re saving the posts, I'm saving them but only for 6 days at the moment to keep the data pretty fresh.

Thanks for the feedback.

Re: Show HN: Who's Hiring? (postings mined from Twitter)

#20

Hi HN. I'd really like to get anyones feedback on this. It's still a little rough around the edges but my main question would be Is this useful? Or could it be with a tweak or two? Thanks, Robin

Also, per the twitter developer guidelines, you need to parse the tweets and make all links, hash tags, and usernames hyperlinks back to twitter for those individual items.

I recently had to do a similar thing for a site I threw together to get my sporting news in one location (http://sportszealots.com). It's very hacky code written very quickly (in ruby), but if you'd like it send me an email and I'll send you back what I have.

EDIT: Well damn, I didn't know about the handy utility mentioned below...that's definitely better solution!

Post reply on HN