Live data from Hacker News

Rate HN: Our site - Looklookbuy

news.ycombinator.com

41–45 of 45 posts

Re: Rate HN: Our site - Looklookbuy

#41
post #35
post #16

Earlier quoted context omitted.

Yeah, this is one of the problems that we've been dealing with for a while, and we're still not sure how to really go about eliminating product accessories when the user is simply looking for that product. Unfortunately, this comes up whenever you search websites like Craigslist or eBay, so without getting really creative, there's not a whole lot we can do to completely get rid of this problem. I'm glad we were able…

My camera test search query ended up getting good results after modifying it to "powershot -battery -cable -case -protector -charger -adapter" Would it work to attach a "accessory word blacklist" to the end of every search query that does not explicitly have one of the accessory words in it?

I think we're going to have a list of common words found in the results that you can uncheck to remove the irrelevant results.

Re: Rate HN: Our site - Looklookbuy

#43
post #13

A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue. Script: http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js:... --- Why are the results loaded through javascript? can't they just be rendered server side? I like the name.

It looks like the results are being loaded with independent ajax requests to each product database. If this was just all done server side, you'd have to wait until all of these requests finished loading instead of having them appear on the page incrementally. Most people don't want to wait 10 seconds for a page to load.

I see. But there must be something more to it, because an asynchronous request shouldn't lock up the browser. Maybe you could use the server as a proxy between the browser and the search-site. It would still load asynchronous, but it would be much swifter. That would also allow you to cache the results for common queries.

Re: Rate HN: Our site - Looklookbuy

#45
what product would you search for on both craigslist & amazon, or craigslist & amazon & ebay?

the sites are very separate for me, craigslist is for apartment hunting or free junk i don't want, amazon for books, and ebay for some really niche thing.

Post reply on HN