|
|
|
Ask HN: How do you find out if your idea is new?
|
|
7 points
by yjm
4083 days ago
|
|
I sometimes have some very specific optimizations in mind and I find it difficult to google for them. One example is the idea of an image gallery that will only keep thumbnails (or the smallest size possible of the image in order for it to look just as good on your phone screen ) for you to be able to show your friends your travels but not eat up huge amounts of disk space. I usually learn by example and I'm sure other people do too so given this idea how would you go about searching the world wide web for a product which features it? |
|
To answer your question in terms of code projects, I tend to turn to GitHub. More often than not, if I'm trying to build something and I've hit a problem a few selective searches through the code section will bring up something similar. It might be in a different language, but it's helpful nonetheless.