Live data from Hacker News

Idea Guy Looking for Developer

bubblefoundry.com

11–20 of 109 posts

Re: Idea Guy Looking for Developer

#11
Here's the funny thing about learning to program vs. hiring a developer. I politely decline offers to work on ideas that my non-programmer friends come up with. However, if one of those friends came to me and asked to learn PHP, I'd happily spending a few evenings helping them out. It's a difference that very few "idea guys" seem to understand.

Re: Idea Guy Looking for Developer

#12
post #8

"They both think that less skill is required (so the programmer doesn’t deserve much compensation) and that less time is required (effectively creating a very low hourly rate for the programmer, given the flat rates that are often proposed)." I find it ironic how he points out that idea guys tend to undervalue the hard work of the programmer and then at the end he suggests that the idea guy should implement it himsel…

It's not simply that programming itself is difficult, it's that ideas conceived without knowledge or consideration of the technical implications are frequently more difficult to implement than a non-technical person realizes.

"Frequency" is not the correct nomenclature; "Always", please.

Re: Idea Guy Looking for Developer

#14
post #6

I'm always amused at the "why don't you try building it yourself" response developers give when they're asked this kind of question. The amount of knowledge you need to execute an idea is staggering. Deep down they know there's a 99.9% chance the guy will fail. It's as if a person went up to an architect and asked him to build him a hotel with promises of sharing the future revenue stream. Architect responds "I can't…

that's exactly what I did, I decided that nobody was going to build my product but me, so I taught myself Rails, went to developer meetups, and 3 years later I have a nearly finished product and am working full time as a Rails developer ... True it's taken me a long time to learn the skills necessary to build, but it's been a worthwhile journey!

Re: Idea Guy Looking for Developer

#15
post #6

I'm always amused at the "why don't you try building it yourself" response developers give when they're asked this kind of question. The amount of knowledge you need to execute an idea is staggering. Deep down they know there's a 99.9% chance the guy will fail. It's as if a person went up to an architect and asked him to build him a hotel with promises of sharing the future revenue stream. Architect responds "I can't…

I've seen people learn to code in order to build their ideas. It's even occasionally turned out OK. I've also seen people learn to build in order to build their own gazebo, deck, and even a log cabin. It's not a hotel, but it is a useful piece of construction that a person with no architecture eduction can build with only a moderate amount of knowledge and experience. Some development projects are the equivalent of a…

Just creating and publishing a simple app or proof of concept can make a huge difference in generating interest from possible partners.

Most biz guys make the following offer: "I have an idea; I need you to implement it." Imagine if he could say this: "I have a prototype that I've been working on, but it's pretty amateurish; I need you to make it professional." I know which one I would take seriously.

Re: Idea Guy Looking for Developer

#17

Earlier quoted context omitted.

I've seen people learn to code in order to build their ideas. It's even occasionally turned out OK. I've also seen people learn to build in order to build their own gazebo, deck, and even a log cabin. It's not a hotel, but it is a useful piece of construction that a person with no architecture eduction can build with only a moderate amount of knowledge and experience. Some development projects are the equivalent of a…

Just creating and publishing a simple app or proof of concept can make a huge difference in generating interest from possible partners. Most biz guys make the following offer: "I have an idea; I need you to implement it." Imagine if he could say this: "I have a prototype that I've been working on, but it's pretty amateurish; I need you to make it professional." I know which one I would take seriously.

Or even "I paid someone to do some mockups and/or a small prototype, but I need someone to make it really work properly". That would indicate they'd gone beyond the 'idea' stage in to concrete action, and aren't afraid to put up a bit of cash to get started.

Re: Idea Guy Looking for Developer

#18

"They both think that less skill is required (so the programmer doesn’t deserve much compensation) and that less time is required (effectively creating a very low hourly rate for the programmer, given the flat rates that are often proposed)." I find it ironic how he points out that idea guys tend to undervalue the hard work of the programmer and then at the end he suggests that the idea guy should implement it himsel…

For many things, getting at least a prototype isn't rocket science. It doesn't have to scale, be well written, have every feature out there or really even work all that well. Most developers just don't want to enter into a situation where the idea guy is just only contributing ideas (and generally not paying them for their work).

I used to just be an idea guy. Then I realized I should learn to program. I'm not the best developer out there, but in an afternoon I can crank out something in Ruby to see if my general concept/logic works. My code will be sloppy, best practices might not be followed, but I can iterate quickly and see if it actually was a practical idea.

Examples of 'idea guys' not understanding is their lack of familiarity with APIs. They think they can just do everything perhaps imaginable, but really there are limitations. Want to crawl the entire social graph of Twitter? Yea, good luck with that. Even with 20,000 API requests/hr, you'll never catch up. You can't just snapshot it also and see changes every day. But an "idea guy" might think that this would be a great idea. It isn't that the programmers turning them down aren't good enough, but just that some things aren't possible with given APIs and unless you're coming to them with $10M+, Twitter isn't going to change their API for you.

Re: Idea Guy Looking for Developer

#19
The thing that always gets me is that "idea guys" seem to assume that "developers" can't get ideas, like it's a skill that only a select few can possess. Guess what? Everyone has ideas, and being a developer is great because we can actually build our ideas.

Re: Idea Guy Looking for Developer

#20
post #3

"They both think that less skill is required (so the programmer doesn’t deserve much compensation) and that less time is required (effectively creating a very low hourly rate for the programmer, given the flat rates that are often proposed)." I find it ironic how he points out that idea guys tend to undervalue the hard work of the programmer and then at the end he suggests that the idea guy should implement it himsel…

> So which is it? Is programming a hard-earned skill that should be paid well, or is it just so easy that a (presumably non-technical) idea guy can just pick it up and run with it? Programming can be a hard-earned skill that an intelligent idea guy can acquire. No false dilemma required.

That is certainly so. However at the intersection of two sets {draws two circles}: 1) Idea guys with money, 2) idea guys who think programming is easy ... there probably isn't much interest in paying engineers.

The intersection is getting larger thanks in part to engineers self-deprecating like this, which is potentially good for innovation and potentially bad for my wallet.

Post reply on HN