Earlier quoted context omitted.
Thanks, yes, for now. Canada will be added in couple of weeks, followed by countries in western Europe.
err, so a rich kids club?
Show HN: BigOofN – job board from the perspective of software engineers
41–50 of 54 posts
Re: Show HN: BigOofN – job board from the perspective of software engineers
#42Earlier quoted context omitted.
Thanks, yes, for now. Canada will be added in couple of weeks, followed by countries in western Europe.
A checkbox for "VISA" or "INTERN" (like the who is hiring threads) could be really valuable. I like the UI, but what's the source for the 'total funding'?
Re: Show HN: BigOofN – job board from the perspective of software engineers
#43For those that got confused like me, it's "Big O of N", not "Big Oof N"
Re: Show HN: BigOofN – job board from the perspective of software engineers
#44Re: Show HN: BigOofN – job board from the perspective of software engineers
#45"FANG" "Unicorn" "Incubators" "Corporate" Ah yes, the four company types. And that's all the company types there are. --- I think that "Famous" "Late" "Mid" "Early" "Seed" would be better categories. You could use Crunchbase or something similar to categorize by what round they are in. That still excludes bootstrapped companies but are much more sane categories in my opinion.
Re: Show HN: BigOofN – job board from the perspective of software engineers
#46On mobile the homepages animated "an individual contributor role." text overflows with the button placement. Also when typing in a filter for the location name, the site stutters. This is probably because the JS is trying to filter the whole list on each keypress. You could implement a slight delay before starting a search. I've previously implemented something similar by restarting a timer (clearTimeout + setTimeout…
Re: Show HN: BigOofN – job board from the perspective of software engineers
#47The location search bar is particularly frustrating on my phone. Perhaps exacerbated since the site's under load? But it's appears to be kicking off an ajax request per keydown and not updating the input text until that request is completed. Very frustrating as I suck at typing on this danged phone and the feedback delay aggravates that.
Re: Show HN: BigOofN – job board from the perspective of software engineers
#48On mobile the homepages animated "an individual contributor role." text overflows with the button placement. Also when typing in a filter for the location name, the site stutters. This is probably because the JS is trying to filter the whole list on each keypress. You could implement a slight delay before starting a search. I've previously implemented something similar by restarting a timer (clearTimeout + setTimeout…
We tried your suggestion, worked great. Its live now, thanks again!
Re: Show HN: BigOofN – job board from the perspective of software engineers
#49Re: Show HN: BigOofN – job board from the perspective of software engineers
#50For those that got confused like me, it's "Big O of N", not "Big Oof N"