Live data from Hacker News

Job Locations for July Who's Hiring Thread

wbills.posterous.com

1–10 of 16 posts

Re: Job Locations for July Who's Hiring Thread

#6
post #4

It would be awesome to see something like this that tracked the frequency of languages / frameworks desired over time.

Maybe we as should design a little machine readable snippet that can optionally be added to the end of posts. I'd suggest json as it's easy to read/write and is popular. e.g

...post... {type: ["intern"], languages: ["ruby", "scala"], frameworks: ["rails", "lift"], location: {city: "vancouver", region: "bc", country: "canada"}}

Simple schema, all optional keys: { type: ["intern"|"remote"|"h1b"|"fulltime"|"partime"], languages: [..self explanatory..], frameworks: [..self explanatory..], location: }

location could be an object as I have it above, or a simple [long, lat] pair, or a url to google maps such as (http://maps.google.ca/maps?q=Vancouver,+British+Columbia&#38...). [long, lat] is probably the simplest and most precise but it's difficult to author/discover your own location.

Re: Job Locations for July Who's Hiring Thread

#8

It would be useful to aggregate some of this based on a, say, 25 mile radius. I think separating Cambridge from Boston, for example, obscures some of the data here.

Not to mention for example "boston ma" vs. "boston ma." or "new york new york" vs. "new york ny".

On the other hand, the size of area to aggregate probably depends on how close you live to that area.

Post reply on HN