Live data from Hacker News

Ask HN: How do I come up with an idea?

news.ycombinator.com

31–36 of 36 posts

Re: Ask HN: How do I come up with an idea?

#31
I think idea generation/ creativity is a competitve advantgage because it is a skill that a lot of people don't have and it is essentially the ability to create "possible" new value.

But as people mentioned they worthless if you do not execute.

I come up with good ideas all the time becasue I am naturally curious on how things work and love to solve problems. It is psychologically rewarding to me to solve complex problems and coming up with ideas and being correct. So if you are natually curious and can critically think you should be coming up with a lot of ideas.

Re: Ask HN: How do I come up with an idea?

#32
Killer ideas generally come from personal experience within a field and look obvious to the person in question. You cannot create fire by banging rocks together unless you know what you're doing. What I'm getting at is you can't create a new never seen idea without having some background in that field but you can apply what you know to create something better.

Re: Ask HN: How do I come up with an idea?

#33
post #27

Don't look for ideas. Look for problems.

Have a look for something that interests you. After you've looked at several sites, you should find somethings that you would like to do but can't or are difficult to do well. Having identified a problem you have the idea for an improvement.

Just look at all the add-ons that Facebook, Yahoo, etc have attracted. Each of them addresses a specific short-coming.

Re: Ask HN: How do I come up with an idea?

#34
I've got the opposite problem, tons of ideas and not the coding skills to make them happen. I also have a knack for taking half-baked ideas and turning them into something viable.

That aside, my ideas come from observing things I and others do frequently (or want to do) that can be improved. Read rags, ask your peers what they do online,

Some examples from my list, I hope they spawn some ideas for you

My current attempt is for online book/paper editing spawned by my writing of a Security Handbook I want online and in deadtree format. Simple really: importing of documents (Word, ODF, RTF), browsable/readable display by chapter/section, WYSIWY{G,M} editor with revision/track changes, layout templates, exporting of content to to PS, ePUB, PDF. For monetization being tied in with publishers.

buying a house? tired of collecting addresses, realtor names and those MLS numbers? Geolocation + "bookmarking" and tie in to MLS database

"What is that song?" Recording song sample, identify unique artifacts (fingerprinting) and compare to database of known songs. Crowd sourcing would help here.

HTML5 Darknet. Websocket P2P network for a website, connect visitors and (selectively) allow chatting, sharing of bookmarks, play list, calendars

One more based on your question: a place for sharing of ideas that connects experienced developers to people with challenging ideas. :)

AS you can see, these come from common issues that people run into. Best of luck!

Re: Ask HN: How do I come up with an idea?

#35
I get the sense that I'm old school compared to a lot of hacker news folks. As such, the way I've done it may not help but what the heck, can't hurt.

I listen to people, especially customers and potential customers, and pattern match. Been doing it for years. I try and get them to tell what problem they want solved but they rarely do that, they tell me what they want to buy. It's up to me to work backwards to what problem it is they want solved. Key point: listen to them, but not to what they want, find the problem they want solved.

Once you work out the problem, just shove it in a mental hash indexed by problem name and yielding a counter. Each time you see a problem, bump the counter.

When you are looking for a problem to solve, look through the hash at the ones that have high counters. Pick the one that you think you might be able to solve, looks interesting, looks like people will pay for it.

Believe it or not, that has worked for me for years, extremely well. It's perhaps hard to see that if you are in school or new in the industry. I remember what that felt like, it felt like I didn't know what to do. I remember thinking I couldn't come up with a good idea for a PhD thesis. I went to Sun and within a year or three had literally dozens of ideas, any one of which would have made (IMO) a fantastic thesis.

I'm not sure how to apply this to today's world. It worked for me because I went to work for a large company that had lots of potential customers. Marketing figured out that I liked to talk to customers and customers liked to talk to me (I was in the kernel group at Sun). I learned to keep a clean shirt hanging on the back of my door because I'd get random calls saying "Hey, lm, ATT is at PAL-1, can we swing by and get a brain dump on the clustering stuff?" which would lead to wide ranging discussions of what they wanted us to build. Access to those customers was huge, they were the source of the problems that needed to be fixed.

TL;DR summary - listen to customers, work backwards to the problem they need solved, build up a list of those, work on the one with the most hits.

Post reply on HN