Live data from Hacker News

Show HN: Peekier – A new way to search the web

peekier.com

51–60 of 67 posts

Re: Show HN: Peekier – A new way to search the web

#51

Suggestion: Start loading more results when I'm scrolling already. No need to display some text saying I should scroll. It should just work.

Every time you scroll 20+ CPU cores have to hum away and generate previews of websites (assuming they aren't cached already). So it's mostly a server load optimization.

Re: Show HN: Peekier – A new way to search the web

#53

Earlier quoted context omitted.

A homegrown crawler is used but most search results are interspersed with existing search engine results.

Do you really do your own crawling for purposes other than image retrieval? Is it really any good? I highly doubt that your queries are primarily coming from your own engine. The results are too good. It has good ranking, spelling correction, super large indices, and is fast. For example searching "GTGACCTTGGGCAAGTTACTTAACCTCTCTGTGCCTCAGTTTCCTCATCTGTAAAATGGGGATAATA" works even though it only occurs on a few pages and…

Totally unrelated:

oh man. My absolute favorite assignment in undergrad computer science classes involved searching ~50GB of compressed text files containing protein sequences, to see how many times "ATG" or something occurred.

It was a ton of fun. Minimum requirements were to get the correct counts. Then it turned in to a competition to see who could make the fastest solution. You had like 8 machines at your disposal, each with the full dataset, to distribute whatever you wanted.

I think we did it in 3 languages or so (java, erlang, something else...).

Re: Show HN: Peekier – A new way to search the web

#56

Jesus Christ, though... I searched for "dog" and I'm getting "dog fucks teen porn video" with porn videos among the most relevant results... (nope, I don't have weird cookies in my browser and it was an incognito session anyway)

Wow, that sucks. Never had anything like that happen during testing. Sorry about that.

I have changed the default safe search setting to Strict.

Re: Show HN: Peekier – A new way to search the web

#57
The previews are nice, but they do tend to catch the eye and make it difficult to quickly filter out unwanted results. It's hard to skim the result titles. I do like the tiles, however.

The clickable suggestions at the top are an awesome idea. It's an improvement from having to start typing again to get suggestions.

Overall, this looks polished and well-designed. Competition in the search engine space is still sorely needed.

Re: Show HN: Peekier – A new way to search the web

#58

Jesus Christ, though... I searched for "dog" and I'm getting "dog fucks teen porn video" with porn videos among the most relevant results... (nope, I don't have weird cookies in my browser and it was an incognito session anyway)

Wow, that sucks. Never had anything like that happen during testing. Sorry about that. I have changed the default safe search setting to Strict.

I don't know, maybe it's wrong localization... I'm in Italy, I see that there are some articles in Italian.

The link is gone, now—good job, I think it's a safer choice.

Re: Show HN: Peekier – A new way to search the web

#59
post #25

Earlier quoted context omitted.

I'm afraid not. It's the major differentiator, otherwise it'd be the same as everything else out there.

Are you testing the value or user demand for that feature? I agree with the GP. Screenshots reduce information density, increase bandwidth (load time), and for me take even longer to visually parse than a text result. That is, they interfere with what I consider to be the most important things I need from a search engine. Having screenshots populate over time as they load moves my eyes around the page and acts as a d…

I think the 'random things popping all over' problem could be solved if the display of each screenshot was deferred until the previous one had appeared. That way you'd get a continuous flow of things popping up in order of importance, instead of stuff all over.

Re: Show HN: Peekier – A new way to search the web

#60
post #53

Earlier quoted context omitted.

Do you really do your own crawling for purposes other than image retrieval? Is it really any good? I highly doubt that your queries are primarily coming from your own engine. The results are too good. It has good ranking, spelling correction, super large indices, and is fast. For example searching "GTGACCTTGGGCAAGTTACTTAACCTCTCTGTGCCTCAGTTTCCTCATCTGTAAAATGGGGATAATA" works even though it only occurs on a few pages and…

Totally unrelated: oh man. My absolute favorite assignment in undergrad computer science classes involved searching ~50GB of compressed text files containing protein sequences, to see how many times "ATG" or something occurred. It was a ton of fun. Minimum requirements were to get the correct counts. Then it turned in to a competition to see who could make the fastest solution. You had like 8 machines at your disposa…

You got my interest, care to share a link with the write up?
Post reply on HN