jrv

Differences between revisions 14 and 18 (spanning 4 versions)
Revision 14 as of 2011-09-18 16:02:26
Size: 2365
Editor: 204
Comment:
Revision 18 as of 2011-10-07 20:55:22
Size: 2515
Editor: 204
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
My interest in personal computers began in 1983 with the purchase of a ZX-81. Soon after I upgraded to an Apple II, then a 286 PC clone. During this time I went back top school and got a two year community college computer science degree. Most of what I did at school was Cobol and RPG programming on IBM mainframes. Followed by a brief stint in the IT field where I found that it spoiled a good hobby. In the following decade I did a lot of programming, mostly assembly language. My interest in personal computers began in 1983 with the purchase of a ZX-81. Soon after I upgraded to an Apple II, then a 286 PC clone. During this time I went back to school and got a two year community college computer science degree. Most of what I did at school was Cobol and RPG programming on IBM mainframes. Followed by a brief stint in the IT field where I found that it spoiled a good hobby. In the following decade I did a lot of programming, mostly assembly language.
Line 9: Line 9:
After a bit of research I decided to try Puppy Linux, and Ubuntu 7.04. I was able to come up to speed fairly quickly, but I joined both forums to ask a few newbie questions. Soon after I took an interest in the Asus EeePC and became an active member of the [[http://forum.eeeuser.com | eeeuser.com]] forum. My user name there is [[http://forum.eeeuser.com/search.php?search_id=2050167170 | Jack]]. After a bit of research I decided to try Ubuntu 7.04, and Puppy Linux. I was able to come up to speed fairly quickly, but I joined both forums to ask a few newbie questions. Shortly thereafter I took an interest in the Asus EeePC and became an active member of the [[http://forum.eeeuser.com | eeeuser.com]] forum. My user name there is [[http://forum.eeeuser.com/search.php?search_id=2050167170 | Jack]].


[code]
#!/bin/sh

g=`zenity --title=" " --info --text="Right Click For Menu" --height=100 --width=250 --timeout=1`

exit 0
[/code]

My Bio.

My first experience with computers was in 1969. I did some work on the first computer numeric control (CNC) machine. An Excelon printed circuit board drill installed at Hartzell Electronics, in Edina Minnesota. When the question "Is it ethical to have a computer making parts for itself?" was asked, I answered yes. So if computers take over the world and Terminator becomes reality you can blame me for helping to take the first step. I have worked on many different types of CNC machines since then, and I am currently working on a 150 kilowatt CNC induction heat treating machine.

My interest in personal computers began in 1983 with the purchase of a ZX-81. Soon after I upgraded to an Apple II, then a 286 PC clone. During this time I went back to school and got a two year community college computer science degree. Most of what I did at school was Cobol and RPG programming on IBM mainframes. Followed by a brief stint in the IT field where I found that it spoiled a good hobby. In the following decade I did a lot of programming, mostly assembly language.

My first experience with Linux occurred sometime around 1995. Up until that point I was using DOS, the early releases of Windows did not Interest me. I was waiting for a 32 bit operating system. When Windows 95 was introduced it surprised me that Microsoft would create a 16 bit operating system 10 years after the introduction of the 386 processor. So I went looking elsewhere. I gave OS2, Linux, and Windows NT4 each a six month trial. Enough to become fairly comfortable with each. At that time I decided to go with Windows NT4. I don't remember what Linux distro I tried, but it came in second. I installed Linux every year or so to see how it was progressing, and it soon became obvious that Linux was getting better while Windows was just getting more bloated. When Microsoft introduced Vista I took one look and knew it was time to make the switch.

After a bit of research I decided to try Ubuntu 7.04, and Puppy Linux. I was able to come up to speed fairly quickly, but I joined both forums to ask a few newbie questions. Shortly thereafter I took an interest in the Asus EeePC and became an active member of the eeeuser.com forum. My user name there is Jack.

[code] #!/bin/sh

g=zenity --title="  " --info --text="Right Click For Menu" --height=100 --width=250 --timeout=1

exit 0 [/code]

jrv (last edited 2011-12-27 20:35:25 by 204)