How much do programers cost?

"Please leave a message at the beep, we will get back to you when your support contract expires."

Moderators: phlip, Larson, Moderators General, Prelates

How much do programers cost?

Postby Cubethulhu » Wed Apr 18, 2012 3:16 am UTC

I have an idea for a pretty simple program that could potential make a lot of money. So right now I'm at the planing stage and am currently trying to find out rough cost of the project. So I was wondering how much programers cost on average. Taking into account the project is rather simple and I probably will only need one.
User avatar
Cubethulhu
 
Posts: 28
Joined: Sun Mar 11, 2012 3:01 am UTC

Re: How much do programers cost?

Postby cphite » Wed Apr 18, 2012 7:01 pm UTC

Cubethulhu wrote:I have an idea for a pretty simple program that could potential make a lot of money. So right now I'm at the planing stage and am currently trying to find out rough cost of the project. So I was wondering how much programers cost on average. Taking into account the project is rather simple and I probably will only need one.


It's very difficult to even give you an estimate since you haven't given any indication of what kind of programming you actually need. Given that you describe the project as rather simple, I will offer this advice: Buy a book on programming and do it yourself. It's bound to be cheaper than hiring someone.
cphite
 
Posts: 316
Joined: Wed Mar 30, 2011 5:27 pm UTC

Re: How much do programers cost?

Postby Panonadin » Wed Apr 18, 2012 9:00 pm UTC

If it's very basic, the above is true, learning programming isn't too difficult for simple things.

However, more detail is needed to give you even a ball park.
addams wrote:This forum has some very well educated people typing away in loops with Sourmilk. He is a lucky Sourmilk.
User avatar
Panonadin
 
Posts: 460
Joined: Sun Jun 05, 2011 1:13 am UTC
Location: Frying Pan

Re: How much do programers cost?

Postby poochyena » Thu Apr 19, 2012 12:47 am UTC

me being an amateur programmer, if someone asked me to program something but didn't know what to pay me, i would just ask for like 10% or 20% of the profit they make from the program or something o.O
any amateur programmer would be cheap since there mainly gonna do it for the experience probably
Maybe one day if i try hard enough, i'll be as smart as the people of the xkcd forums.
User avatar
poochyena
 
Posts: 75
Joined: Fri May 20, 2011 2:02 pm UTC

Re: How much do programers cost?

Postby Shivahn » Thu Apr 19, 2012 10:22 pm UTC

Panonadin wrote:If it's very basic, the above is true, learning programming isn't too difficult for simple things.

However, more detail is needed to give you even a ball park.


"Simple" to someone who doesn't know how to program and "simple" to a programmer can mean very different things. Though, there is always the possibility that it is truly simple.

poochyena wrote:me being an amateur programmer, if someone asked me to program something but didn't know what to pay me, i would just ask for like 10% or 20% of the profit they make from the program or something o.O
any amateur programmer would be cheap since there mainly gonna do it for the experience probably


That's true, but you might want someone more experienced, for a commercial application. There's a pretty big problem though, in that it's hard to convince someone skilled that they should do all the work for something and then receive 20% of the profits.
User avatar
Shivahn
 
Posts: 2145
Joined: Tue Jan 06, 2009 6:17 am UTC

Re: How much do programers cost?

Postby HungryHobo » Mon Apr 23, 2012 2:54 pm UTC

How well do you want the work done? would it just be a basic website or a phone app which acts like a website?
Give a man a fish, he owes you one fish. Teach a man to fish, you give up your monopoly on fisheries.
HungryHobo
 
Posts: 1408
Joined: Wed Oct 20, 2010 9:01 am UTC

Re: How much do programers cost?

Postby Steax » Tue Apr 24, 2012 7:27 am UTC

Additionally, programmers have no set cost. The same project could be done for $100 and $10000 - you just get a different product (in terms of quality, expandability, speed, aesthetics, testing assurance, etc). Your best bet is toss them your budget, and let them tell you what they'll make for it.
In Minecraft, I use the username Rirez.
User avatar
Steax
SecondTalon's Goon Squad
 
Posts: 2770
Joined: Sat Jan 12, 2008 12:18 pm UTC

Re: How much do programers cost?

Postby cphite » Tue Apr 24, 2012 8:30 pm UTC

Do you have any friends or co-workers who program? If so, find one and tell them your idea, and ask them what they think it would take. If they think it's within their scope of abilities, ask them what they'd be willing to do it for. Decide if what they offer is acceptable to you. If it is, great - get something in writing. If it's not, thank them for their time and ask someone else.
cphite
 
Posts: 316
Joined: Wed Mar 30, 2011 5:27 pm UTC

Re: How much do programers cost?

Postby douglasm » Wed Apr 25, 2012 7:33 pm UTC

It depends very much on the caliber of programmer you want.

Do it yourself? Free, but you'll have to learn how and it probably won't turn out well.
Amateur from Craigslist? You might find one willing to do it for $100 or something like that, but the resulting program will likely be horrible quality with lots of bugs - if it even works at all.
Outsource to India? I'd guess somewhere around $10000/year (that's $5/hour). There's a good chance you'll get something that works, but it's still a big gamble and probably won't work well.
Professional programmer in the U.S.? I am one, and my first job right out of college paid $45000/year ($22.50/hour). My current job pays substantially better than that. This is your best chance of getting something that does what you want and does it right, but even so you'll still have to be careful about who you hire because there are a lot of idiots and incompetents in the job market - especially since the smart and competent ones tend to get hired and stay hired to a far greater degree.

In general, there's a large measure of "you get what you pay for" in this. Paying a lot is no guarantee of high quality work, but anyone willing to work for low pay probably isn't good at the job.

To add to this, you are almost certainly underestimating the complexity and difficulty of your program. Very few people who aren't programmers themselves really have a good grasp on just how complicated it can be. Imagine supervising the most moronic literalist worker ever - someone who, when told "put the peanut butter on the bread", picks up the jar of peanut butter and places it on top of the loaf of bread, and if told to put the laundry in the washing machine will neither put in the detergent nor turn the machine on without additional instructions. Computers are like that worker, and that's just the tip of the iceberg.

If you describe the program more, we could give you more specific advice. Heck, someone (or even me) might offer in this thread to make it for you.
douglasm
 
Posts: 493
Joined: Mon Apr 21, 2008 4:53 am UTC

Re: How much do programers cost?

Postby Steax » Thu Apr 26, 2012 12:31 am UTC

douglasm wrote:To add to this, you are almost certainly underestimating the complexity and difficulty of your program. Very few people who aren't programmers themselves really have a good grasp on just how complicated it can be.


Heck, even a lot of programmers fail to grasp how complicated things are, even when they've seen the finished product.
In Minecraft, I use the username Rirez.
User avatar
Steax
SecondTalon's Goon Squad
 
Posts: 2770
Joined: Sat Jan 12, 2008 12:18 pm UTC

Re: How much do programers cost?

Postby Meem1029 » Thu Apr 26, 2012 5:34 am UTC

douglasm wrote:If you describe the program more, we could give you more specific advice. Heck, someone (or even me) might offer in this thread to make it for you.


Very true. Honestly, there's a chance that someone (me for example) might just decide that it's a fun problem and do it because it's interesting. And I almost guarantee you that if it's an idea that is both simple and could make you a lot of money, someone has thought of it before.
cjmcjmcjmcjm wrote:If it can't be done in an 80x24 terminal, it's not worth doing
Meem1029
 
Posts: 377
Joined: Wed Jul 21, 2010 1:11 am UTC

Re: How much do programers cost?

Postby Steax » Thu Apr 26, 2012 6:21 am UTC

Meem1029 wrote:
douglasm wrote:If you describe the program more, we could give you more specific advice. Heck, someone (or even me) might offer in this thread to make it for you.


Very true. Honestly, there's a chance that someone (me for example) might just decide that it's a fun problem and do it because it's interesting. And I almost guarantee you that if it's an idea that is both simple and could make you a lot of money, someone has thought of it before.


Adding to the last bit: and don't worry about sharing your idea, even if it could make a lot of money. People in general don't just steal your idea and run - and in the world of programming, if your thing is that brilliant, copycats, open-source versions, forks and other derivates are going to pop up anyway.
In Minecraft, I use the username Rirez.
User avatar
Steax
SecondTalon's Goon Squad
 
Posts: 2770
Joined: Sat Jan 12, 2008 12:18 pm UTC

Re: How much do programers cost?

Postby Cubethulhu » Thu May 03, 2012 11:28 pm UTC

Sorry for the super late response. I just moved and it made it impossible to get back on this site for a while. The idea is a program that would scan your computer (With your permission of course.) then proceed to analyze what kind of build you have for your computer. The idea being it would tell you what you could upgrade with your current rig and what you would have to upgrade in order to get the most out of your current rig. A friend of mine tells me there's already a site that does this so I kind of just let this one slip away from me. You know my usual response.
User avatar
Cubethulhu
 
Posts: 28
Joined: Sun Mar 11, 2012 3:01 am UTC

Re: How much do programers cost?

Postby Carnildo » Fri May 04, 2012 5:26 am UTC

Cubethulhu wrote:The idea is a program that would scan your computer (With your permission of course.) then proceed to analyze what kind of build you have for your computer. The idea being it would tell you what you could upgrade with your current rig and what you would have to upgrade in order to get the most out of your current rig.

To the extent that it's doable, that's a research and data-entry problem rather than a coding problem. If you're willing to trust Windows to report hardware correctly, any competent programmer could put together the scanning and upgrade-check portions in a day or two, and give it a decent UI in a couple of weeks. Your two major problems are:

1) Not all hardware can be detected by software. The big one is the power supply: you can't tell if the user has a 1200-watt monster or a 200-watt OEM supply that can barely power the system as-is. Other important things you can't detect are the heatsink (some aftermarket heatsinks are too big to fit on all mainboards) and the case (if they've got a low-profile case, they can't use full-height expansion cards).

2) There's a lot of hardware out there. You'll need to record all of that in a database so that you can tell, for example, that although the user's mainboard socket supports a faster CPU, the BIOS doesn't, that despite having four PCIe x16 slots, the mainboard doesn't support SLI, and that there are no WinXP drivers for the gigabit network card you're about to suggest. You'll only need one programmer for a month or so, but you'll need dozens of data-entry clerks for months to build the database, more months (and probably millions of dollars in hardware) to properly QA the database, and a continuing effort to keep it up to date. A programmer is not the major expense here.
Carnildo
 
Posts: 1961
Joined: Fri Jul 18, 2008 8:43 am UTC

Re: How much do programers cost?

Postby Steax » Sat May 05, 2012 12:15 am UTC

Especially if it becomes a commercial product. If it misleads people to buy incompatible parts, you'll have a lot of angry users. This is also in many ways a "hack" project; many parts of it will involve writing complex or tricky code. For example, how would you determine if you have graphics issues? I'd say run a benchmark, and that's no trivial matter. Things like that. It's also a project with many gothchas, like you have to make sure your recommendations don't exceed OS limits or points of just-too-much-ness. It's a tricky issue that you'll probably best solve with consultants on board.
In Minecraft, I use the username Rirez.
User avatar
Steax
SecondTalon's Goon Squad
 
Posts: 2770
Joined: Sat Jan 12, 2008 12:18 pm UTC

Re: How much do programers cost?

Postby elasto » Tue May 29, 2012 3:18 am UTC

Also, don't forget that the Windows Experience Index exists, which largely suffices for the the 'low-detail' version of what you're proposing: ie people can see if their graphics card/memory/whatever is the biggest bottleneck in their system.

Personally I would be very suspicious of any product that gave me a more detailed recommendation than that. I mean, suppose I ran it and it recommended I buy some AwesomeSauce memory sticks and an UberWuber disk drive as the best upgrade path for me; How would I know that that's not simply because AwesomeSauce and UberWuber just quietly passed a few $$$s to you to get to the top of the 'recommended list'?
elasto
 
Posts: 800
Joined: Mon May 10, 2010 1:53 am UTC

Re: How much do programers cost?

Postby HungryHobo » Tue May 29, 2012 9:43 am UTC

What I'd love is something which listed games which are likely to run on my laptop.

Steam or similar could do it since they have the data: the specs of machines using steam along with how many hours games have been played on those machines.

if people with very similar machines have been playing a game a lot there's a good chance I could run it.
Give a man a fish, he owes you one fish. Teach a man to fish, you give up your monopoly on fisheries.
HungryHobo
 
Posts: 1408
Joined: Wed Oct 20, 2010 9:01 am UTC

Re: How much do programers cost?

Postby poochyena » Tue May 29, 2012 7:49 pm UTC

Maybe one day if i try hard enough, i'll be as smart as the people of the xkcd forums.
User avatar
poochyena
 
Posts: 75
Joined: Fri May 20, 2011 2:02 pm UTC


Return to The Help Desk

Who is online

Users browsing this forum: No registered users and 4 guests