Hacker News new | ask | show | jobs
by carols10cents 5432 days ago
Should it (programming, creating an app, executing an idea) be this hard? Or would that only lead to more fart apps and more disappointment later in the process when the app doesn't hit it big?
6 comments

Programming is hard, because it requires a mode of thinking and a level of mental discipline that most people just simply don't possess. Humans think in abstracts; computers deal in specifics.

As long as this is true, programming will be "hard", because until I can program a computer like the Holodeck by speaking to it and having it infer my intent, I will have to be specific about what I want to do, and this is not something that people are used to doing. It takes training to learn to think like a computer, and that will be fully necessary until computers learn to think like us.

I doubt it ever will become easy; the goalposts will keep moving.

For example, if, 20 or even 10 years ago, years ago, you built a webpage with nothing but a textarea and a 'save' button that allows people to save a single text per URL, you have a CMS that could have made you real money. Nowadays, wikis must be more advanced than that.

Having said that, it is possible to lower the barriers. I think it would be extremely cool and useful to have something HyperCard-like on iPad. I do not think everyone's five minutes of work should be on the app store, though.

Also think of spreadsheets. They allow normal people to write simple programs.
Sure, everything should be easy. The problem is, software development is difficult by nature. It's not the kind of thing you can pick up in a week or two and make an app with, and it probably never will be.

There are things like App Inventor that try to make it dead simple, but they all fail in that you can't make something reasonably complex with it.

It would be great if this was easy, but hundreds of people have tried and failed to make it dead simple and I think there's a reason for that.

I think a lot of people who have ideas for Apps never move beyond the "vague elevator pitch" idea of what it should actually do. It takes more work than people realize just to specify an App's behavior, completely independently of writing any code.
You could ask the same thing about neurosurgery ... I mean, it should be easy and cheap to excise a brain tumor right?
I think the author went about it the totally wrong way for a startup. (Although, maybe typical).

Instead of picking up a mockup tool, or using HTML/CSS to create a simple mobile web version (or a native app using PhoneGap), he goes asking other people to do it for him. (Probably for "sweat equity" ;) )

The article started out with promise: yes, kids can write iPhone apps. But those kids wrote those iPhone apps not by talking with consultants who charge $$$ for app development. You know how those kids developed their apps? By sitting down, learning about how to program for the iOS, and writing f#$$@ code. Not by talking to developers to do it for them. That's how.

I was half expecting an article talking about the state of the art of entry level development: PhoneGap, or other drag and drop methods. MacRuby for getting on the Mac App store... whatever. Something maybe easier to laypeople than "here's this weird objective-C thing with []s everywhere".

Having said that, I do make my living as a freelance developer (Rails, iOS)...

TL;DR: This is the story of a lot of startups: "I have this great idea! Oh, it's going to cost $N,000 to develop a minimum viable product? This is hard". On the other hand, it may serve as a reality check for people with a new idea that think we (as developers) can program DOOM in a weekend, for free err 'exposure'."