TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I built color search for iTunes

51 pointsby mbarrettalmost 12 years ago

10 comments

dhotsonalmost 12 years ago
Very cool! :-)<p>I built a similar search by color tool at 99designs and wrote a bit about how it works here: <a href="http://99designs.com/tech-blog/blog/2012/08/02/color-explorer/" rel="nofollow">http:&#x2F;&#x2F;99designs.com&#x2F;tech-blog&#x2F;blog&#x2F;2012&#x2F;08&#x2F;02&#x2F;color-explore...</a><p>TL;DR I&#x27;m using R-trees to do fast perceptual nearest neighbour color search.<p>OP, how are you doing it in this?
评论 #6090984 未加载
评论 #6092429 未加载
jmdukealmost 12 years ago
This thing is just <i>begging</i> for a rainbow where you hover over various points of the rainbow and it pops up with a relevant album.<p>If you want to take this one step further, I&#x27;d love to see a Chrome plugin version of this: detect the primary colors of a given page and suggest a similarly-colored album.
评论 #6091091 未加载
评论 #6091271 未加载
tehaaronalmost 12 years ago
It makes me happy when this sort of fun, simple app gets voted up to the front page of HN. It reminds me that my apps don&#x27;t need to do a million different things but that only a couple fun&#x2F;awesome functions can be elegant and useful.
duggieawesomealmost 12 years ago
Fantastic job. The darkest of albums.<p><a href="http://colorhits.com/album/407270/This+Is+Spinal+Tap" rel="nofollow">http:&#x2F;&#x2F;colorhits.com&#x2F;album&#x2F;407270&#x2F;This+Is+Spinal+Tap</a>
mbarrettalmost 12 years ago
OP here, Thanks for the comments. It was a very interesting project to build. To add a little background, ColorHits is using the iTunes EPF data with about 3.6 million albums available to search.
评论 #6092600 未加载
rsgongalmost 12 years ago
Great work. I&#x27;m working on palette determination on a project, so I&#x27;m curious- which algorithm&#x2F;library did you use to parse the album covers?
评论 #6090912 未加载
lalosalmost 12 years ago
Very cool tool! reminds me of this flickr color search <a href="http://labs.tineye.com/multicolr/#colors=e73843,6abbd3,e84b6e;weights=33,34,33;" rel="nofollow">http:&#x2F;&#x2F;labs.tineye.com&#x2F;multicolr&#x2F;#colors=e73843,6abbd3,e84b6...</a>
c54almost 12 years ago
Very cool toy&#x2F;tool, good implementation too
carpe171almost 12 years ago
very cool<p>could you up the amount of albums that show up per page?<p>or have an endless page option?
评论 #6091005 未加载
jfbalmost 12 years ago
This is great.