Show HN: Curated Who's Hiring
curatedhnhiring.com
Show HN: Curated Who's Hiring
1–10 of 21 posts
Re: Show HN: Curated Who's Hiring
#2I wrote it in about a day, so there's a lot of jenky code. Just wanted to get it out there and see if it's worth spending more time on.
Re: Show HN: Curated Who's Hiring
#3Everything's full-screen and stretched so it seems like a ton of information thrown at you. Each posting has a top line, so you might be able to put that in a header bar of some sort, like an orange div that stretches across with an side and down arrow indicating nested or not - and maybe start out with all of them nested, that way users can really pick the ones they want easily instead of scrolling all the way through. A little more padding between jobs would be nice as well.
I like it though! Keep up the good work.
Re: Show HN: Curated Who's Hiring
#4Re: Show HN: Curated Who's Hiring
#5I really love hnhiring.com if you could add regex support. and better support for filtering by location (detect variations of SF, san francisco, bay area, are one thing) that'd be awesome.
Re: Show HN: Curated Who's Hiring
#6Definitely spend more time on it - cause it's a great idea. It's really just some design nitpicks I have. Everything's full-screen and stretched so it seems like a ton of information thrown at you. Each posting has a top line, so you might be able to put that in a header bar of some sort, like an orange div that stretches across with an side and down arrow indicating nested or not - and maybe start out with all of th…
Bumped the padding a little.
Re: Show HN: Curated Who's Hiring
#7As an example, do a search for "Python" and you'll see a desc with this sentence in it: "We use Python/Django, JavaScript (jQuery, AngularJS), ActionScript, MySQL (and some MongoDB), but you’d be free to choose your own tools and libraries."
Re: Show HN: Curated Who's Hiring
#8Re: Show HN: Curated Who's Hiring
#9Re: Show HN: Curated Who's Hiring
#10Incidentally, HN is up at the top of painful websites to scrape. All comments are at the same level of hierarchy, and the appearance of threading is accomplished by a spacer with a width set according to the nesting depth. There are also no absolute times, and the times that are there slowly lose resolution. In order to get a comment time that's accurate to the minute, you have to load the page twice an hour and store the post id to time mapping.