Learning to program - slowly

Moderators: GSH, VSMIT, Commando

Post Reply
User avatar
GSH
Patch Creator
Posts: 2486
Joined: Fri Feb 18, 2011 4:55 pm
Location: USA
Contact:

Learning to program - slowly

Post by GSH »

Good read: http://norvig.com/21-days.html .

-- GSH
User avatar
Red Devil
Recycler
Posts: 4398
Joined: Fri Feb 18, 2011 5:10 pm
Location: High in the Rocky Mountains

Re: Learning to program - slowly

Post by Red Devil »

been programming for years and i'm still learning
User avatar
MrTwosheds
Recycler
Posts: 3059
Joined: Sat Feb 19, 2011 8:37 am
Location: Outer Space
Contact:

Re: Learning to program - slowly

Post by MrTwosheds »

My first (and only) experiment in programming was in basic, while performing some particularly dull software tests, I read the help file, and slowly made a small program that was much like that old windows 1.3 screen saver, the one that bounces white lines around the screen, except my one was in colour and unlike the windows one it did not repeat itself. My software writer colleague was dead impressed with it! and said I should learn to program properly. Emboldened by this I got a book on c++ and found it was very uncomfortable to sleep on :) It seems that reading about programming is not nearly as much fun as actually doing it is. The books changed my mind about wanting to learn programming, and were written by people who seemed to speak a different English language to me. I guess I just lacked the vocabulary required to learn it that way.
Maybe someone could make a fortune with the "Learn To Program in 24 hours by Pictures book" :)
Josiah
Sabre
Posts: 213
Joined: Mon Feb 21, 2011 6:45 am
Contact:

Re: Learning to program - slowly

Post by Josiah »

strange, read that article a good while back, and still am horrible at the stuff... :/
Steeveeo
Scrap
Posts: 8
Joined: Sun Feb 20, 2011 9:00 am

Re: Learning to program - slowly

Post by Steeveeo »

Image
From: Abstruse Goose
User avatar
Red Spot
Attila
Posts: 1629
Joined: Mon Feb 21, 2011 6:14 pm
Location: The Netherlands

Re: Learning to program - slowly

Post by Red Spot »

Red Devil wrote:been programming for years and i'm still learning
I have that with living :)
AcneVulgaris
Thunderbolt
Posts: 174
Joined: Fri Mar 18, 2011 9:01 pm

Re: Learning to program - slowly

Post by AcneVulgaris »

I don't know if I'm learning, but any code I wrote more than a year ago looks like the random keyboard smashings of a deranged lemur.
User avatar
Red Devil
Recycler
Posts: 4398
Joined: Fri Feb 18, 2011 5:10 pm
Location: High in the Rocky Mountains

Re: Learning to program - slowly

Post by Red Devil »

heh, mine still do. :D

i think that the single most important thing i have ever learned about programming (or anything, really) is that the more i learn, the more i need to learn more.

or, in other words, the more i learn, the less i know.
User avatar
Red Spot
Attila
Posts: 1629
Joined: Mon Feb 21, 2011 6:14 pm
Location: The Netherlands

Re: Learning to program - slowly

Post by Red Spot »

It is one of the reasons I wont go back to code I done too long ago. I am more busy recoding old code than I would be doing it all over again :D
Not saying I am much of programmer but I tend to aim for perfection, which I never seem to achieve 8-)
User avatar
Zenophas
Bull Dog
Posts: 971
Joined: Fri Aug 19, 2011 2:42 pm
Location: The Dark Hole In The Corner Of Your Dreams.

Re: Learning to program - slowly

Post by Zenophas »

Steeveeo wrote:

Code: Select all

[img]http://abstrusegoose.com/strips/ars_longa_vita_brevis.PNG[/img]
From: Abstruse Goose
Seems like a serious waste of time.

I'd obviously rather go to an orgy.
User avatar
Iron_Maiden
Bull Dog
Posts: 648
Joined: Fri Jul 22, 2011 2:01 am
Location: Revealing the Truth

Re: Learning to program - slowly

Post by Iron_Maiden »

Just to change the subject of the previous post, I like potatoes.
AcneVulgaris
Thunderbolt
Posts: 174
Joined: Fri Mar 18, 2011 9:01 pm

Re: Learning to program - slowly

Post by AcneVulgaris »

Red Spot wrote:It is one of the reasons I wont go back to code I done too long ago. I am more busy recoding old code than I would be doing it all over again :D
Not saying I am much of programmer but I tend to aim for perfection, which I never seem to achieve 8-)
Perfection is at least mathematically possible in programming, which is more than you can say for a lot of disciplines.

Someday I will write a program that writes perfect programs.
User avatar
MrTwosheds
Recycler
Posts: 3059
Joined: Sat Feb 19, 2011 8:37 am
Location: Outer Space
Contact:

Re: Learning to program - slowly

Post by MrTwosheds »

How about just a little one that sits in addon, pretending to be mire22_4.wav, but when that file is called it selects another tune from a playlist... :)
User avatar
Nielk1
Flying Mauler
Posts: 2991
Joined: Fri Feb 18, 2011 10:35 pm
Contact:

Re: Learning to program - slowly

Post by Nielk1 »

AcneVulgaris wrote:Someday I will write a program that writes perfect programs.
At which point the singularity will occur and the future will happen so rapidly, we have no way to truly predict it. Possibilities though not absolute include death by Grey goo, dieing of radiation, our benevolent robot overlords killing us all, or protecting us from ourselves till we die off after years of negative net progress.
Steeveeo wrote:http://abstrusegoose.com/strips/ars_lon ... brevis.PNG
From: Abstruse Goose
I am somewhere between Day 698 and 3648. Can't wait till I get to quantum gravity and can make a portable offset point gravity generation device to battle evil in a manner normally reserved for the telekinetic.
User avatar
GSH
Patch Creator
Posts: 2486
Joined: Fri Feb 18, 2011 4:55 pm
Location: USA
Contact:

Re: Learning to program - slowly

Post by GSH »

A good 'review' of Microsoft's new game. And the achievements.

-- GSH
Post Reply