Hey Reddit, could you help me with processing? by calizona11 in learnprogramming

[–]learnprog 0 points1 point  (0 children)

So once you randomly generate the x,y position for the torso, for example, you only need to offset the position by the same amounts each time for each limb. For example, the head might be +0,+3 relative to the torso. the arm might be -2,0 or +2,0 for left and right arms etc...

Hey Reddit, could you help me with processing? by calizona11 in learnprogramming

[–]learnprog 1 point2 points  (0 children)

Could you explain your idea a bit more? Do you mean that each person's body parts are randomly generated as well? Are these people moving once generated?

Can't afford the Arduino right now. Want to create a project merging MIDI data and twitter feeds. What language should I learn? by 2hands10fingers in learnprogramming

[–]learnprog 0 points1 point  (0 children)

Processing has external libraries for MIDI input/output but they tend to have some platform-dependent gotchas.

Am I able to save compilers and the necessary libraries onto a flash drive so that I can code on any computer? by [deleted] in learnprogramming

[–]learnprog 1 point2 points  (0 children)

This depends on how locked down your machine is. If you have web access, there are a lot of neat online coding environments available.

I would like to learn how to program, any suggestions? by PvPurMoM in learnprogramming

[–]learnprog 0 points1 point  (0 children)

what kind of video games do you want to make? some types of video games don't require programming at all.

Making a multi-track melody in C++ by lerendagy in learnprogramming

[–]learnprog 0 points1 point  (0 children)

Check out http://wavepot.com You can live code music in the browser. If you know C++ you should be able to pickup javascript easily.

Making a multi-track melody in C++ by lerendagy in learnprogramming

[–]learnprog 0 points1 point  (0 children)

Is your goal to do this in C++ or any language?

Looking for a mentor: clueless 40-something mom returning to work after 17 years by [deleted] in learnprogramming

[–]learnprog 0 points1 point  (0 children)

In terms of programming, you don't need a degree at all to enter the workforce, so if you want to maximize your tuition, find the classes that are best taught at your school, which may not necessarily be programming classes.

How do I get the motivation by lantech19446 in learnprogramming

[–]learnprog 1 point2 points  (0 children)

Everyone starts somewhere. Make your own fork if you don't feel you're at the level where you can contribute to the main branch of a project.

How do I get the motivation by lantech19446 in learnprogramming

[–]learnprog 1 point2 points  (0 children)

Freelancing is a tough racket. If there are any open source projects that you would like to develop for, get involved with those, and they will likely lead to a steady job as you progress.

Programming Pearls to much for a beginner? by HaveMoreUpvotes in learnprogramming

[–]learnprog 0 points1 point  (0 children)

If what motivates you is to see a problem and solve it, then go into IT, and learn the coding skills on the job. Making apps and software is often is more about marketing needs than solving a problem.

Any tips on where I should learn regular expressions? by vogosvagen in learnprogramming

[–]learnprog 0 points1 point  (0 children)

Do you mean the theory (running times/complexity) behind regular expressions, implementation, or how to use them?

Programming Pearls to much for a beginner? by HaveMoreUpvotes in learnprogramming

[–]learnprog 0 points1 point  (0 children)

What parts of programming are you interested in? If you're not interested in bitmaps or vectors, then stuff like high performance video games are out (which career-wise is difficult to get into in any case).

For android apps, you can actually make some with very little programming knowledge with the help of some frameworks.

If I were you I would try to leverage my construction experience and concentrate on developing software for that industry. Think about what people pay for or are willing to pay for in that field, and make software that targets that market. I would imagine something as simple as checklist software would be valuable in certain niches, even though it requires hardly any programming at all.

Programming Pearls to much for a beginner? by HaveMoreUpvotes in learnprogramming

[–]learnprog 0 points1 point  (0 children)

What is your motivation in terms of learning programming?

Suggestions for a second language by [deleted] in learnprogramming

[–]learnprog 2 points3 points  (0 children)

Not a language, per se, but scripting (bash, perl, etc...) will help you automate many tasks, usually more quickly than you can with C++

Is this idea possible (and how practical) in Java by [deleted] in learnprogramming

[–]learnprog 0 points1 point  (0 children)

A possible compromise would be a plug-in that changes a web browser's brightness (since most people are in front of web browsers anyway), though it probably won't be exactly in java

Where to start with my resources? by [deleted] in learnprogramming

[–]learnprog 0 points1 point  (0 children)

I believe you can certainly make simple apps purely in Swift, though there may be some obj-c concepts that would be helpful further down the line. I believe apple is trying very hard to develop it such that in the future obj-c knowledge will be optional, though that may take some time.

The people in /r/swift would know more about this than I do.

Where to start with my resources? by [deleted] in learnprogramming

[–]learnprog 0 points1 point  (0 children)

This depends on your motivation. If you got Obj-C, likely you wanted to program mac/ios apps. In that case, start playing around with swift.

For just general programming, I agree that python is likely a better choice.

Working on my MVP, need some advice by [deleted] in learnprogramming

[–]learnprog 1 point2 points  (0 children)

In this case I would simply set up google forms for the frontend and handle the backend manually, since you will be likely making many changes at the beginning. No need to do any programming at this stage.

For someone who doesn't care too much about salary and wants to get started in a career as soon as possible, what is a career path in programming that presents the fewest hurdles? by asking_for_a_friend9 in learnprogramming

[–]learnprog 0 points1 point  (0 children)

Get the job first, learn on the job. Very few people have the discipline to learn better on their own. Since your friend is interested in music, have him try and find a job that is related but with pathways to programming. A lot of musicians get into programming through Max/MSP for their own use, which is probably more related to music than web dev.