|
|||||||
| Register | Forum Rules | Members List | Today's Posts | Search | Bookmark & Share ![]() |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Quote:
![]() Programming, Graphics, Web designing, Video & music editing ... are for boring Pros.
__________________
Your life is unique, cherish it. Do something with your life. |
|
#2
|
||||
|
||||
|
I rember a lot of bozos running around like chicken little screaming Y2K and the end of the world was coming when every computer crashes and massive blackouts and nuclear missles going off. Then midnight on 1/1/00 not a damn thing happend
Jerseygirl Jen
|
|
#3
|
||||
|
||||
|
I remember that. I was heavily involved in emergency planning for a cellular telephone company at that time. It was very thought provoking, to say the least, trying to come up with all possible scenarios. And then the big night and like you said Jen, nothing happened.
|
|
#4
|
||||
|
||||
|
A guy who lived a block away in july of 99 actualy bulit a bomb sheltor and for the rest of 99 was stocking it full of canned food guns and ammno, Bet he went DOH when nothing happend
Jerseygirl Jen
|
|
#5
|
||||
|
||||
|
I remember my first PC with windows95 long time ago and literally I was scared to switch it on because I thought I would screw it up.....
|
|
#6
|
||||
|
||||
|
Quote:
I know people that tore out gas fireplaces and put in woodburning fireplaces because they thought that they wouldn't be able to heat their house otherwise. |
|
#7
|
||||
|
||||
|
Quote:
Jerseygirl Jen |
|
#8
|
||||
|
||||
|
Hi there.
I started with an atari 2600 game console then i got a commodore 64, 286, and xt almost at the same time... Learned basic on a Dec PDP11 - 45 RSTS/E, later tought myself to program my 64 in assembler basic was way too slow, learned pascal, didn't like it, too easy to make errors with all those begins and ends DON'T BUG ME ABOUT THAT, you like Pascal fine, lets agree to disagree ok. liked dos i would combine small ASM programs in batch files and make my old pc's do what i wanted, the only thing that i find stupid is microsoft, an operating system should take as little system resources as possible, within reason, and that excludes every programming language but ASSEMBLER, windows would be much smaller, faster, and more stable were it programmed in ASM instead of C. C and all it variants should be used for custom programming to keep developement times and costs down, everything else SHOULD be programmed in ASM, but i know i'm preaching to a deaf audience on that one, because everything today is qiock, quick, quick, and assembler is only quick, quick, quick, when running, not while in developpeng, and you need discipline and resolve to program in ASM effectively, most companies are too "something" to even try something like that, they'd have to invest time, energy and money creating and mantaining (DEBUGED) code libraries, even though it would make their products much better in so many way. Got carried away there. JohnDowe. |
|
#9
|
||||
|
||||
|
Quote:
There are a lot of people that really believe that the end of the world will happen then!![]() Myself, I think I will just enjoy the movie with the same name(2012). Life is too short to worry about something that no one has any control over anyhow.
|
|
#10
|
|||
|
|||
|
My first computer was a Commodore "VIC-20." It used a "cassette" recorder for data storage and hooked up to a TV. I would have been like 9 or 10. Wish I still had it just for fun!
![]() The first "real" PC I had was an IBM "AT." This was based on the Intel "286" CPU and ran DOS 3.3. I later added a "287" math co-processor, an Intel "Above Board" memory card, and an "EGA" (not VGA) video adapter. Anyone remember any of this stuff? This is the computer I used through high school. It now sits in pieces on a shelf in my office. Somewhere, in Junior High or early High School, I built a Radio Shack "kit" that could be programmed in Assembly language. In college (Purdue), the first language I learned was Fortran. I already knew Basic and Pascal from messing around on my own. I also used "punched cards" for a simulation we did in a Probability and Decision Theory class. I picked up "C" on my own and by working with one of my professors. I used to have a copy of Kernigan & Ritchie somewhere. The first programming class I taught was C++. Most of the classes I teach now involve "applications." For example, my Operations class uses Excel heavily. Mostly for things like inventory management and statistical quality control. I also teach Data Analysis which uses Oracle and Project Management which uses a variety of software packages. Anyway, this post is probably getting boring, I should stop... ![]() Andrew |
|
#11
|
|||
|
|||
|
Thought I'd share this ad for the "Vic." It features none other than Captain Kirk!
Last edited by aw9725; 03-07-2013 at 11:44 PM. |
|
#12
|
||||
|
||||
|
I remember when we WON wars!
__________________
"Man's capacity for justice makes democracy possible; but man's inclination to injustice makes democracy necessary." R.N. |
|
#13
|
||||
|
||||
|
Quote:
I remember, and i STILL have my C64, somewhere... And i still hsve a 386, 486, P2, & Celeron CPU's of course i built most of them myself as a CPU tech, also had an XT and a 286 but they were left behind when i moved out of my ex wifes (our) apt. JohnDowe. Last edited by johndowe; 10-30-2009 at 02:19 PM. |
|
#14
|
||||
|
||||
|
Quote:
__________________
"Man's capacity for justice makes democracy possible; but man's inclination to injustice makes democracy necessary." R.N. |
|
#15
|
||||
|
||||
|
Quote:
Nope, you forgot eBaying. Almost everyone I know with a computer uses it to shop and/or sell on eBay. And quite a few use if for other shopping as well. But that may just be because we all live out here in the boondocks of Wyoming.
__________________
Ask Jenae anything, just click on this link: http://forum.transladyboy.com/showthread.php?t=6056 |
|
#16
|
||||
|
||||
|
Hi there.
Sesame, there is nothing that canot be done with ASM that can be done with other languages, but some things,fvery few things are better the way they are programmed now, like web pages with HTML, XML, Perl, Java, JavaScript, and laymen do not program operating systems, games, or any applications, programmers do, and they are geeks, personally i am a cpu tech and we too are geeks, and object programing is the problem with programming today, everybody is too lazy to put in the effort so they take the easy path of object programing, which is required to symplify web page design, but not to program games or any application that runs directly from the o.s. (like games, text editors, ETC.). Assembler which is assembled (similar to compiled) to machine language which is the native tongue of the processor, no interpretors or code libraries are required to run it, almost, it does need the o.s. and all the drivers etc. and it is so much more versatile than any other language the only limits of ASM are the limits of the computer it is designed to run on, contrarily to other "evolved" languages, that supports ALMOST everything programmers need, or more precicely what the programers of the language tought the users of their language would need, but what if you want to include something that the designers of the language you are using didn't program any support for? What do you do? You wait for the next version of the language? You could, but in "C" you can program in ASM to make your missing routines, ASM who knew? ASM is the ultimate programming language, but it is not for the faint of heart, the lazy or second rate programmers, it is for true programers that are willing to put in the effort, who know their computers, who understand how their computer works and how to make it sing instead of making it stutter like microsoft, and most softwre company today, LAZY, LAZY, LAZY. Got carried away again. JohnDowe. |
|
#17
|
||||
|
||||
|
Quote:
![]() But then, only a handful of geeks will have the privilege to work with computers, if they used only ASM. And even lesser will be the number of programmers willing to deal with ASM as the only language. Consider the hazzard of bug fixing in ASM. And what Operating sys are you talking about? Obviously its not Windows or Linux? You must be thinking of DOS! And whats wrong with OOPs (object oriented prog)? Its such a versatile and dynamic concept created to deal with so many situations! Why dont you like it? You are paying too much attention to structure and stability.
__________________
Your life is unique, cherish it. Do something with your life. |
|
#18
|
||||
|
||||
|
Hi there.
Have you ever programmed in assembler? There is no more hazzard in debuging in ASM than any other language, if anything it is easyer because of the 1:1 relationship from the source code to the program file, and there are ML (machine language) Monitors that are used to debug the code, and even program in ASM, a good example is "DEBUG" which is a ML Monitor, which IS still avaliable in my version of win xp sp2 upgraded to sp3+ unfortunately there are no assemblers for win xp & P4's+. I do not hate object programing, as i said it is great in web page design, but in more involved programing it does make things easyer but it makes the gap between the programer and the processor that much grater which is not a good thing. When i was in colege a long time ago in a galaxy far far away, or so it seems, i took a course in the basic language on a DEC PDP11 with DECWriter (printing) terminals, i programmed a little game i called "x-wing.bas", it was based on the final battle in Star Wars where Luke and the others go to destroy the Death Star, first there you had to destroy 20 tie fighters and then the Death Star, i programmed it not for everybody to see the listing and immidiately see how the program worked, i programmed it for the computer to "underatand" the program, most would call it spaghetti code, but it worked well and it did fit in the 8k of memory we had avaliable at the time, if i would have programmed like my teacher tought me, i never would have been able to fot it in the memory that i had, my point is i understood how the computer worked and i used it to my advantage and i did something that i shouldn't have been able to do with what i had, i used my brain and i did not rely on the language to do the work for me, i did the work and it paid off, so much so that i gave copies to some of my freinds, and later i saw it and two modifications, one was with Human against the Cylons and the other was about cops and robers, but the listing confirmed that it was my logics they only changed the text, they even left the 1 bug that i hadn't corrected when i gave them the copy of the game, i felt flattered that programing students would find my work worth keeping and worth the effort of modifying the text, while keeping MY logic intact. If you know how to program in assembler, you can program in any other language all you need to know is the instructions and the syntax of the language and you're good to go, but it is a one way thing, if you can program in basic or pascal, you'll have to learn how to program in assembler, your knoledge of the other languages will help a but but no where near as much as assembler will help for other languages. It is a sad thing that they have stopped teaching assembler to new programming students it would give them a much better understanding of the computers they are programming, and make them better programmers. Structure and stability: Stability is VERY important, do you like it when your computer crashes? While you were working on your report that was due in only a few hours? I don't think so. In assembler there is no pre-established structure, you program it as you want, if you program well, you will reward yourself with easy to debug code, if you don't well good luck with the debugging, and mantaining of the code for future updates. Also, if you made a sub routine in asm which you use frequently in that program and then later in the program you would only need the end part of that sub routine, in asm you just jump to that part of the subroutine and that's it, you don't have to make major modifications to the program or the subroutine, it is that simple. If you want a code example ask me & i will specify 8086 or 6502 code. JohnDowe. Last edited by johndowe; 08-16-2009 at 10:10 PM. Reason: incomplete ansewer |
|
#19
|
||||
|
||||
|
Johndowe,
That was a nice speech on the goodness of ASM. I did some programming in my childhood... during my Diploma. That was quite some time ago. I started reading this ebook on extensive programming in ASM... then lost interest and gave up. Thats because nobody cared about an ASM programmer anymore. I did some sool stuff with Basic in those ancient times though.:D Then I Jumped to C and VB... Javascript, Actionscript... so on.Reading your thoughts, I think I will give it another try; since you say that ASM is so fundamental for programming. The book is called: The Art of Assembly. I still remember small fragments of programming... PUSH CS MOV DX,80H INT 10H ![]() JZ GETHDB JB BOOTUP and such like :D
__________________
Your life is unique, cherish it. Do something with your life. |
|
#20
|
||||
|
||||
|
Hi there.
It is easyer to understand more complex concepts if you know the fundamentals. And good luck with it. You also can use DEBUG to do some thinkering in asm. If you should find an assembler for pentium 4+ that works with XP+ let me know. JohnDowe. Last edited by johndowe; 08-17-2009 at 01:39 AM. Reason: Incomplete ansewer |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| remember this is only an opinion | guest | General Discussion | 22 | 03-06-2010 01:44 AM |
| Does anyone remember 'Closet Queens' magazine? | DCurious | Freebies | 1 | 07-08-2009 03:46 AM |
| Remember White Shadows and Cabana 2000? | Liquidasset | Chat About Shemales | 0 | 07-30-2008 10:38 AM |