Author Topic: Starting programming?  (Read 3191 times)

0 Members and 1 Guest are viewing this topic.

Offline PUnit

  • /dev/null
  • *
  • Posts: 6
  • Cookies: -5
    • View Profile
Starting programming?
« on: May 16, 2015, 03:53:13 pm »
well i've started programming in C# a while back and learned the basic stuff and coded some project. but for months now I didn't program anything, since I have no ideas and my laziness doesn't let me do it. what am i doing wrong, what should i do instead.


and to be honest i like to learn programming because i like to have that knowledge but also because i could make some money.


thank you.

Offline jitterbud

  • /dev/null
  • *
  • Posts: 8
  • Cookies: 0
    • View Profile
Re: Starting programming?
« Reply #1 on: May 16, 2015, 04:55:29 pm »
Keep reading code. Its the minimum you gotta do to progress. All your doing is better understanding code but not embedding it in your head(Helps a lot if you enjoy reading so it doesn't burn your eyes or strain your head). If its been a while since you’ve done any sort of programming, go back and do some snippets of code that you remember(a refresher). Then do the fundamentals that you don't seem to grasp. Laziness doesn't go well with discipline which is what you need if you want to speed up the process of success.

W4t3rb34r

  • Guest
Re: Starting programming?
« Reply #2 on: May 23, 2015, 12:14:00 am »
Keeping to read code is a good way to maintain your level, but you can not actually get to higher levels through this. You could have a look at the theoretical side of computer science, but it has less to do with coding. I'm teaching classes at the university for people who starts studying computer science but didn't even look at a programming language until this point. Just reading the code is good and you get fit in your head understanding programs, but it doesn't help you program better. If you really want this to happen you have to write programs on your own. But maybe have a look around, there are some groups that are working on projects in their free time and need support. Maybe you could join one of them, so you don't have to think of something to program on your own.

Offline chris

  • EZ's GOD
  • VIP
  • Knight
  • *
  • Posts: 197
  • Cookies: 37
  • What should I put here :(
    • View Profile
Re: Starting programming?
« Reply #3 on: May 26, 2015, 03:53:09 am »
well i've started programming in C# a while back and learned the basic stuff and coded some project. but for months now I didn't program anything, since I have no ideas and my laziness doesn't let me do it. what am i doing wrong, what should i do instead.


and to be honest i like to learn programming because i like to have that knowledge but also because i could make some money.


thank you.


What?.....

What am I doing wrong?: Not making anything
What should I do instead?: Make stuff

Learning how to program is not always easy. As with everything else in life it takes commitment. You can't just say you want to do it, learn a few things, and make a hello world program then stop. You have to constantly be working on it. There is always more to learn. Unless I am just misunderstanding your question, there not really any advice any one can give you. You just have to have more will to continue with your educational goals.
<chris1> give me a idea of a img to use for a avatar
<HTH> A cock

Offline shadow125

  • /dev/null
  • *
  • Posts: 14
  • Cookies: -4
    • View Profile
Re: Starting programming?
« Reply #4 on: May 26, 2015, 04:22:20 am »
search on the internet for programming exercises, so you can practice and sharpen your skills. I also highly recommend joining a programming forum, like dreamincode.net.

Offline 31Rays

  • NULL
  • Posts: 2
  • Cookies: -2
    • View Profile
Re: Starting programming?
« Reply #5 on: May 26, 2015, 07:53:11 am »
To be truthful. This damm laziness is the root cause of everything ...
Dump this lazy nature somewhere in backyard,  then head towards some serious tuts.

Don't forget patriotic slogan

A B C
Energy = Musica + Computer^2

Offline Zangetsu

  • NULL
  • Posts: 4
  • Cookies: 1
    • View Profile
Re: Starting programming?
« Reply #6 on: May 27, 2015, 12:52:20 pm »
i have to agree with most of the previous posts, my advice is try to dedicate some time of the day to programming, maybe 1 - 2 hours, or if your lazy, like 45 minutes. But During this time, try to throw the lazy attitutde away and practice, it can even be 30 mins tbh. Just keep practicing and reading code and soon you will make it a habit.
Good luck though, and i hope i helped.

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: Starting programming?
« Reply #7 on: May 27, 2015, 01:00:54 pm »
If you want to be lazy AND learn, then hop on youtube and watch computer science or software lectures. MIT and Stanford have complete semesters uploaded as open courseware.
>>>import this
-----------------------------

Offline x0nic

  • Peasant
  • *
  • Posts: 51
  • Cookies: 5
    • View Profile
Re: Starting programming?
« Reply #8 on: May 28, 2015, 02:54:05 pm »
This is the most ridiculous thread I've ever seen. Like, what do you expect us to do now? Teach you autodidactism? lmao.

Imho, your 'question' already implies the answer: Do something else. Nothing wrong with that.
There ain't no such thing as "laziness", only a lack of passion.
« Last Edit: May 28, 2015, 02:55:23 pm by x0nic »

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: Starting programming?
« Reply #9 on: May 28, 2015, 03:15:55 pm »
You should go get some pussy. Pussy fixes everything
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Offline chris

  • EZ's GOD
  • VIP
  • Knight
  • *
  • Posts: 197
  • Cookies: 37
  • What should I put here :(
    • View Profile
Re: Starting programming?
« Reply #10 on: May 30, 2015, 03:45:45 am »
You should go get some pussy. Pussy fixes everything

This has in fact been confirmed by top scientists around the world.... Can't argue with the facts...
<chris1> give me a idea of a img to use for a avatar
<HTH> A cock

Offline ColonelPanic

  • Serf
  • *
  • Posts: 27
  • Cookies: 7
    • View Profile
Re: Starting programming?
« Reply #11 on: May 30, 2015, 05:23:35 am »
1) Stop being lazy.
2) Write code.
3) Write more code.
4) Go back and look at the awful code you wrote in step 2. Unfuck it. Make it faster. Make it use less memory. Make it more secure. If it's a script, make it OOP. If it's OOP, try to make it procedural.
5) Repeat.


If you're stuck on the bullshit tutorials, pick something you're interested in and write a program that involves that subject. Make a system to catalog your music/movie/porn collection. Write a browser plugin that downloads YouTube videos, whatever. If you find yourself doing the same repetitive task, figure out how to automate it. It doesn't really matter what you write, just write code.


As a corollary to that last statement, try googling "best way to <do something> in <language>". Look at the options, and don't settle for the first half-assed answer you see. While that's fine for prototyping or getting your feet wet, there are often lots of problems with the basic examples. Find a faster, better, more secure way of doing it. Then, test that shit and find what breaks, and fix it. Supply invalid input. Break things, fix them, then learn how to prevent them from breaking again.


The answers are out there - you may have to search for specific answers, but you can pretty much write any program in any language by searching StackOverflow and the likes. Just google it.


"how to save to a file in <language>"
"how to parse HTML in <language>"
etc.




Learning a computer language is just like learning any other language. You can sit in class, read about it, and wish you were fluent all day long, but until you get out there and start using it, you'll never know shit.


Offline x0nic

  • Peasant
  • *
  • Posts: 51
  • Cookies: 5
    • View Profile
Re: Starting programming?
« Reply #12 on: June 06, 2015, 04:50:59 pm »
1) Stop being lazy.
2) Write code.
3) Write more code.
4) Go back and look at the awful code you wrote in step 2. Unfuck it. Make it faster. Make it use less memory. Make it more secure. If it's a script, make it OOP. If it's OOP, try to make it procedural.
5) Repeat.


If you're stuck on the bullshit tutorials, pick something you're interested in and write a program that involves that subject. Make a system to catalog your music/movie/porn collection. Write a browser plugin that downloads YouTube videos, whatever. If you find yourself doing the same repetitive task, figure out how to automate it. It doesn't really matter what you write, just write code.


As a corollary to that last statement, try googling "best way to <do something> in <language>". Look at the options, and don't settle for the first half-assed answer you see. While that's fine for prototyping or getting your feet wet, there are often lots of problems with the basic examples. Find a faster, better, more secure way of doing it. Then, test that shit and find what breaks, and fix it. Supply invalid input. Break things, fix them, then learn how to prevent them from breaking again.


The answers are out there - you may have to search for specific answers, but you can pretty much write any program in any language by searching StackOverflow and the likes. Just google it.


"how to save to a file in <language>"
"how to parse HTML in <language>"
etc.




Learning a computer language is just like learning any other language. You can sit in class, read about it, and wish you were fluent all day long, but until you get out there and start using it, you'll never know shit.
Decent as fuck. Beware, I'll pitch that cookie hard

Offline palermojude856

  • NULL
  • Posts: 1
  • Cookies: 0
    • View Profile
Re: Starting programming?
« Reply #13 on: June 09, 2015, 02:27:04 pm »
What language are you interested in learning......

Sent from my SAMSUNG-SM-G920A using Tapatalk


Offline xor

  • Peasant
  • *
  • Posts: 59
  • Cookies: 32
    • View Profile
Re: Starting programming?
« Reply #14 on: June 10, 2015, 03:05:04 am »
Everyone is telling you to stop being lazy. I say FUCK THAT!


Every single programmer I know worth a grain of salt, is LAZY as all hell. That's part of what makes us programmers. The second part that makes us programmers is that we enjoy solving problems.


The best phrase I've ever heard for anyone wanting to learn a programming language is this: Don't learn programming, learn to solve problems.


If you don't have a problem that you're interested in solving, you're not going to enjoy the programming you're doing. If you're interested in a problem, you'll spend days learning how to solve it without even noticing the time, because you'll enjoy the process.