How a 19-Year-Old Raised $5 Million to Revolutionize Search
11–20 of 73 posts
Re: How a 19-Year-Old Raised $5 Million to Revolutionize Search
#12Re: How a 19-Year-Old Raised $5 Million to Revolutionize Search
#13"But regardless of how successful Greplin is, say, even if we go public someday, my parents won't be satisfied unless I get a degree. They won't speak to me."
That's pretty sad, actually :(
Re: How a 19-Year-Old Raised $5 Million to Revolutionize Search
#14easy to click Greplin Programming Challenge: http://challenge.greplin.com/ Anyone managed to pass level 1? I am stuck at level 1. Please share the logic.
Color me unimpressed.
Re: How a 19-Year-Old Raised $5 Million to Revolutionize Search
#15Daniel, if you're on HN, I'd love to know how the visa/immigration situation worked out for you in this case (if you can publicly talk about it, I know that this is not always the case).
Re: How a 19-Year-Old Raised $5 Million to Revolutionize Search
#16easy to click Greplin Programming Challenge: http://challenge.greplin.com/ Anyone managed to pass level 1? I am stuck at level 1. Please share the logic.
https://www.greplin.com/jobs Here is the source of the challenge link which gives you a heads up it's for a job contest.
Re: How a 19-Year-Old Raised $5 Million to Revolutionize Search
#17Re: How a 19-Year-Old Raised $5 Million to Revolutionize Search
#18Traditional media and established blogs have sympathy for small startups that take on giants like Google, etc. especially if they are founded by someone under 20. btw, where is cuil now?
Re: How a 19-Year-Old Raised $5 Million to Revolutionize Search
#19easy to click Greplin Programming Challenge: http://challenge.greplin.com/ Anyone managed to pass level 1? I am stuck at level 1. Please share the logic.
here is a naive but working way to do it in ruby : https://gist.github.com/849625
max((s[start:end] for start in xrange(len(s)) for end in xrange(start, len(s)) if s[start:end]==s[start:end][::-1]), key=len)
Re: How a 19-Year-Old Raised $5 Million to Revolutionize Search
#20The service would lose a lot of relevance if suddenly one of the main players like Facebook decided that they don't want to be indexed by Greplin anymore. Without long-term partnerships or contracts with all the stakeholders, I wouldn't bet on that horse.