I'm a knife collector, so this site seems cool. One thing that can be improved is how the knives are displayed. The white aliased border around the thumbnails looks really really bad, and really turns me off from staying on the site. One major reason why people like knives is that they look beautiful. The image thumbnail does the complete opposite. Please use 24bit PNG with proper alpha, on a lighter background, so b…
+1 The hover effect, too. Nice experiment to learn something, now it's time to burn it with fire.
Show HN: KnifeGeek – Online Database of Pocket Knives
41–50 of 89 posts
Re: Show HN: KnifeGeek – Online Database of Pocket Knives
#42How did you build the database? Were you able to piggy back off of existing efforts or did you go vendor to vendor, scraping your way? Journey of a thousand miles and all that, but building the inventory feels like the most vital, yet boring part of the entire endeavor.
There are some general sellers (bladeHQ, knifecenter, mountain) where you can scrape thousands of brands at once which is helpful too.
Re: Show HN: KnifeGeek – Online Database of Pocket Knives
#43A small friction point is that middle click, ctrl-click, and right-click / open in new tab are all unavailable to access details for a knife. If I wanted to compare a few results, I'd prefer to open details in new tabs. Sometimes that's a nice way to put a pin in one thing and compare it to another thing that comes up in a different search. A select-to-compare option that opens a table (optionally in a new tab!) can…
just fixed it as soon as i got home. Should be good to go!
--- Select-to-compare functionality does sound super interesting though and could be useful, added it to my backlog :D
Re: Show HN: KnifeGeek – Online Database of Pocket Knives
#44Re: Show HN: KnifeGeek – Online Database of Pocket Knives
#45A small friction point is that middle click, ctrl-click, and right-click / open in new tab are all unavailable to access details for a knife. If I wanted to compare a few results, I'd prefer to open details in new tabs. Sometimes that's a nice way to put a pin in one thing and compare it to another thing that comes up in a different search. A select-to-compare option that opens a table (optionally in a new tab!) can…
Oh, yeah. Sites which disable the much-loved "command-click" are a PIA. Let people browse as they will; forcing them along your expected paths is inconsiderate and off-putting.
Re: Show HN: KnifeGeek – Online Database of Pocket Knives
#46> Back then i noticed something, it was quite tedious to easily sift and search through knives based on length, steel, brand, and what not to find the knife for me A lot of hobbies have this same problem. Dunno why there isn't a self-host solution. Something like https://pcpartpicker.com/ but flexible to any type of product/community
Re: Show HN: KnifeGeek – Online Database of Pocket Knives
#47Re: Show HN: KnifeGeek – Online Database of Pocket Knives
#48I’m not much of a knife guy but have a couple and know what I’m looking for feature wise, less so on specific steel types. But, proper drop downs would help a lot, I can’t always remember all the terms. And, once I’ve found a knife, showing one’s with similar features would be really cool.
Just shipped an update to list all values! That's a good point.
> And, once I’ve found a knife, showing one’s with similar features would be really cool.
Comparisons sounds totally useful, added it to my backlog. Thank you!
Re: Show HN: KnifeGeek – Online Database of Pocket Knives
#49How did you approach the data population? The images of the knives are all consistently positioned, which is impressive, and there seems to be a decent amount of structured data for the number of entries you have
images get positioned according to simple logic (find top, find bottom, rotate, etc...)
data is cleaned and units are stripped accordingly (5 inches can be 5in 5 in 5inch 5inches etc...)
so far it's really trivial code so alot of measurements are getting dropped, need to go back in and fix it up and re-scrape/populate the data soon.
Re: Show HN: KnifeGeek – Online Database of Pocket Knives
#50How did you approach the data population? The images of the knives are all consistently positioned, which is impressive, and there seems to be a decent amount of structured data for the number of entries you have
Scraped 15 websites, got a good pipeline that ingests and cleans the data once the scraping is done. images get positioned according to simple logic (find top, find bottom, rotate, etc...) data is cleaned and units are stripped accordingly (5 inches can be 5in 5 in 5inch 5inches etc...) so far it's really trivial code so alot of measurements are getting dropped, need to go back in and fix it up and re-scrape/populate…