Discussion | Articles | Blogs | Books | Contact Us | Chat | Shop | Search
  WrongPlanet.net
User Stats
   Members: 22,917
   Online Now: 403



People Online:
Visitors: 275
Members: 128
New Today: 7
New Yesterday: 14
Latest: emorah_slaytron

Search
Google
Web WP.net



  Aspie Affection
Support Wrong Planet Awareness!
Learning To Program

 
Post new topic   Reply to topic    Wrong Planet Forums Forum Index -> Computers, Math, Science, and Technology
View previous topic :: View next topic  
Author Message
MindOfOrderedChaos
Phoenix
Phoenix


Joined: Sep 27, 2005
Posts: 732
Location: New Zealand

PostPosted: Fri Dec 02, 2005 7:01 am    Post subject: Learning To Program Reply with quote

Learning to program. I quite often attempt to teach my self to program. But I never seem to get that far i seem to lose interest and not really think of any thing that I want to make with what I learn and I also never seem to be able to figure out how I can use what I learn to make a program.

My brother says its because I don't have any goal of what I want to be able to program before I start. I have no idea. Wondering how other people found learning to program.
_________________
Unfortunately being human is a genetic disorder, and ultimately fatal.
Back to top
View user's profile Send private message
eyeenteepee
Velociraptor
Velociraptor


Joined: Aug 25, 2005
Posts: 488
Location: UK

PostPosted: Fri Dec 02, 2005 9:22 am    Post subject: Reply with quote

I had the same problem when I started. Indeed, I still do when I try to learn something new.

It's true, you need something to focus your mind on. Perhaps you could identify a program you use often, look for the flaws in it and re-write to your own standards? You'd learn loads by doing that.

Many years ago, I wrote a complete Spreadsheet application (ala Excel) and I learnt just about everything useful I ever learnt about programming doing that. I never released it or sold it, but it was still a great learning exercise.
You might want to start with slightly smaller targets, as I spent about four months solid doing that, all day, every day! Wink
_________________
-~ God-damn the day that I was born ~
The night that forced me from the womb ~-
Back to top
View user's profile Send private message
DrizzleMan
Phoenix
Phoenix


Joined: Aug 31, 2005
Posts: 814

PostPosted: Fri Dec 02, 2005 2:38 pm    Post subject: Reply with quote

eyeenteepee wrote:
You might want to start with slightly smaller targets, as I spent about four months solid doing that, all day, every day! Wink


Well, I know you can teach yourself basic string manipulation by writing pseudo-conversation programs.

What's your name?
>> Bob Smith
Hello Bob! What's your favourite food?
>> Ice cream.
I like Ice cream too!

I remember doing a few of those as a kid Razz (although maybe you have to feel the need for social interaction to write something like that...)
Back to top
View user's profile Send private message
Jonny
Velociraptor
Velociraptor


Joined: Feb 10, 2005
Posts: 464
Location: London, UK

PostPosted: Sat Dec 03, 2005 7:36 pm    Post subject: Reply with quote

Man im exactly the same !

Ive even graduated with a degree in Computer Science and i still cant program !

Makes it tough finding an IT job cos im absolutely useless. But now im no longer studying i got lots of time so im learning programming all over again, i got a few ideas now so should be ok.
Back to top
View user's profile Send private message
Sarcastic_Name
Don't look.


Joined: Mar 27, 2005
Age: 20
Posts: 3582

PostPosted: Sun Dec 04, 2005 12:24 am    Post subject: Reply with quote

I just find words on a screen to be really boring,but I know they can be useful. Tried teaching myself Phython, got bored reallly fast. I've never been much good at teaching myself things.
_________________
(Currently undergoing personality reboot)
Back to top
View user's profile Send private message AIM Address
Torak
Blue Jay
Blue Jay


Joined: May 18, 2005
Posts: 99
Location: UK

PostPosted: Sun Dec 04, 2005 9:14 pm    Post subject: Reply with quote

Set yourself a target to acheive.

I started by writing a relational database management system.

This was done in C++ (linux) but with the intention that the code be portable between 32 & 64 bit processors and also between little-endian and big-endian processors (I have 2 pc's, a Sun Ultra 30 and an HP C3600 at home).

It became rather tedious when I began coding the indexing system into the block file handling classes and I have neglected it for 4 months now but you can learn so much just from atempting these projects.

It is certainly a better way to spend your free time than drinking and fighting in the bar with the NT's.
Back to top
View user's profile Send private message AIM Address
MindOfOrderedChaos
Phoenix
Phoenix


Joined: Sep 27, 2005
Posts: 732
Location: New Zealand

PostPosted: Mon Dec 05, 2005 12:12 am    Post subject: Reply with quote

I have kinda got of task. I started learning some C++ but now i've started learning Linux. Im starting to learn how to use the command line and just learning things about using linux. I just delete windows on my 2 computers and installed 2 differen't linux distros. I have installed Red hat 9 on one and Ubuntu 5.04 on the other.

Just found out that ubuntu doesn't use root accounts like other distros. So im just now trying to figure out what it does use and weither it mite just be better to use a differen't distro that uses root accounts so I don't have to learn some thing unique and useless just for ubuntu.
_________________
Unfortunately being human is a genetic disorder, and ultimately fatal.
Back to top
View user's profile Send private message
alex
Developer
Developer


Joined: Jun 14, 2004
Age: 22
Posts: 6321
Location: DC Metro Area (No. VA)

PostPosted: Mon Dec 05, 2005 12:16 am    Post subject: Reply with quote

MindOfOrderedChaos wrote:


Just found out that ubuntu doesn't use root accounts like other distros. So im just now trying to figure out what it does use and weither it mite just be better to use a differen't distro that uses root accounts so I don't have to learn some thing unique and useless just for ubuntu.


You can be root in ubuntu.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
MindOfOrderedChaos
Phoenix
Phoenix


Joined: Sep 27, 2005
Posts: 732
Location: New Zealand

PostPosted: Mon Dec 05, 2005 12:40 am    Post subject: Reply with quote

I figure there has to be away. There was just some metion of using sudo instead of root on ubuntu. I just have to figure out how to enable the root account and set the password I think. Ubuntu installer doesn't ask for the password for root. Im going to have a go at getting Ubuntu to work tomorrow most likely.

I havn't tryed any of the stuff mentioned on this site yet.
http://ubuntuforums.org/archive/index.php/t-77211.html
_________________
Unfortunately being human is a genetic disorder, and ultimately fatal.
Back to top
View user's profile Send private message
HenryKrinkle
Hummingbird
Hummingbird


Joined: Nov 20, 2005
Posts: 23

PostPosted: Mon Dec 05, 2005 2:06 pm    Post subject: Reply with quote

The lack of a root password is there for a reason. You can get a root shell using
Code:
sudo -s

If you insist on setting a root password then just do
Code:
sudo passwd root

_________________
Being a social outcast helps you stay concentrated on the really important things, like thinking and hacking. -- Eric S. Raymond
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Wrong Planet Forums Forum Index -> Computers, Math, Science, and Technology All times are GMT - 5 Hours
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Wrong PlanetTM Copyright 2004-2008, Alex Plank and Yellow Sneaker Media, LLC
Alex Plank  Aspie Affection 

Terms of Service - You must read this as a user of Wrong Planet

RSS Feed Add to Google Add to My Yahoo!

Subscribe: Wrong Planet News  Wrong Planet Forums

Privacy Policy

Asperger's is not a disease

fine art