How much computer illiterate were you when...
-
d@nish wrote:
For instance, knowing what left and right click is.
There was no left and right click. There was no mouse.
Some men are born mediocre, some men achieve mediocrity, and some men have mediocrity thrust upon them.
There wasn't even a damn keyboard, half the time! :laugh:
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
-
Very, very, very. I didn't even see a computer until about six months after I started coding - we used punch cards in those days - being able to use a terminal and even an editor (poor by modern standards as it was) was a brilliant revelation! "Turning the computer on" had to wait about another year and the 5th computer I used: a PDP8. And starting that box was a bit harder than today:
Turn key to POWER.
Set all switches to 0
Click on EXTD
Set switches to 0x0018
Click on ADDR
Set switches to 0x0DE3
Click on DEP
Set switches to 0x0A19
Click on DEP
Set switches to 0x0080
Click on ADDR
Click on CLR
Verify HALT and STEP are up
Click on CONT(I cheated and checked the exact values, but I remembered it pretty well: only one digit error!)
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
I am proud to say that i have seen an punch card, never saw the machine (we are not counting the pictures and internet). OT: I have whole 2 boxes full of doughnuts from Dunkin Donuts (we have no other choice here for good doughnuts) but still i am very happy :P Why i am sharing this ? Because when you are sending the lappie sleeve you need to add something extra in good packaging, choco is prefered ;)
Microsoft ... the only place where VARIANT_TRUE != true
-
...you wrote your first program? In my case, I had no idea what operating system is. I did not knew I was using windows. Hell, I could not even start a computer. It was really scary. However, if someone could open the "black screen" for me, I could write C++ programs for them. This was the state for a long time. I was proud of myself thinking I could do anything in C++ but had no clue how to reach that black screen. I say anything as I was easily able to understand concept of pointer and templates and was even able to do graphics code. I thought I was awesome back then in year 2000. How about you? Edit: The sole purpose of this post is to feel young. ;P
I didn't get interested in programming until I had already been using computers for several years. And I didn't even start programming on a PC, I started on a TI-84+. When I started programming on a PC, it was z80 asm, for TI-84+. By the time I finally started writing programs for PCs, I was pretty computer literate, in a Windows-centric way.
-
Well, I guess thats the benefit of starting coding way before WIndows rolled along. It was a Spectrum I first wrote programs on, just for my own use, and actually really enjoyed it. It wasnt till much later that I startrd a career in programming, and that was on DOS, which again is simple. Now I write WIndows drivers mostly, as well as LInux, and I am fully aware of the complexity of the OS, and how hard MSFT make it by producing junk code themselves ans almost useless documentation.
-
I am proud to say that i have seen an punch card, never saw the machine (we are not counting the pictures and internet). OT: I have whole 2 boxes full of doughnuts from Dunkin Donuts (we have no other choice here for good doughnuts) but still i am very happy :P Why i am sharing this ? Because when you are sending the lappie sleeve you need to add something extra in good packaging, choco is prefered ;)
Microsoft ... the only place where VARIANT_TRUE != true
Punched card had big advantages over "Modern" editors and HDDs. They taught you to write concise, efficient programs. Otherwise you needed wheels to move your code around! We didn't have "copy'n'paste", we had "drag'n'hernia"! That stuff got heavy quickly :laugh:
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
-
There wasn't even a damn keyboard, half the time! :laugh:
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
That was my point, the concept of computer literacy has changed over time as computers have evolved. I could do everything I needed to with my C64, so I was Computer Literate, but I wasn't for the modern definition that was in the mind of the OP. For those of you who started off shoveling coal into the things whilst someone else opened and closed the valves whilst a third operator carefully monitored the weasel levels the question makes even less sense.
Some men are born mediocre, some men achieve mediocrity, and some men have mediocrity thrust upon them.
-
I didn't get interested in programming until I had already been using computers for several years. And I didn't even start programming on a PC, I started on a TI-84+. When I started programming on a PC, it was z80 asm, for TI-84+. By the time I finally started writing programs for PCs, I was pretty computer literate, in a Windows-centric way.
.NOLIST
#define EQU .equ
#define equ .equ
#define END .end
#define end .end
#include "ti83plus.inc"
.LIST.org 9D93h .db $BB,$6D xor a ld (CURCOL),a ld (CURROW),a ld hl,text B\_CALL(\_PutS) ret
text:
.db "Hello, Harold!",0.end
endThose who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
-
...you wrote your first program? In my case, I had no idea what operating system is. I did not knew I was using windows. Hell, I could not even start a computer. It was really scary. However, if someone could open the "black screen" for me, I could write C++ programs for them. This was the state for a long time. I was proud of myself thinking I could do anything in C++ but had no clue how to reach that black screen. I say anything as I was easily able to understand concept of pointer and templates and was even able to do graphics code. I thought I was awesome back then in year 2000. How about you? Edit: The sole purpose of this post is to feel young. ;P
My first program was written when some company brought a box and some cards with holes in them into school and said they could have it if one of their kids could write a program for it. I hadn't even heard of the word computer back then. No idea even what language I wrote it in, the ultimate in cut and paste, if you can call it that with a hole punch!
-
Define Computer Literacy. When I wrote my first program I could plug the Commodore 64 into the TV, turn it on, get to the bit to type in the code and then run it. There wasn't a lot else to do, I could also put the tapes for the games into the tape player to load and then start the games.
Some men are born mediocre, some men achieve mediocrity, and some men have mediocrity thrust upon them.
Yes, those there the good ol' days :-D
"I've seen more information on a frickin' sticky note!" - Dave Kreskowiak
-
...you wrote your first program? In my case, I had no idea what operating system is. I did not knew I was using windows. Hell, I could not even start a computer. It was really scary. However, if someone could open the "black screen" for me, I could write C++ programs for them. This was the state for a long time. I was proud of myself thinking I could do anything in C++ but had no clue how to reach that black screen. I say anything as I was easily able to understand concept of pointer and templates and was even able to do graphics code. I thought I was awesome back then in year 2000. How about you? Edit: The sole purpose of this post is to feel young. ;P
I started off with a Timex Sinclair computer in 1980 or so with a black and white t.v. set as the display and a cassette drive as the "mass" storage ;P
"I've seen more information on a frickin' sticky note!" - Dave Kreskowiak
-
I had nearly forgotten: My Uni course was a "thin sandwich" - 6 months Uni, 6 months industry - and my first industrial training was this the Atlas Computer Division of the Rutherford Labs, a UK government research institution. At the end of the training a report on my work was sent to the college: "Was determined to find out 'all about computers' and showed great ingenuity in doing so" It wasn't a compliment. :-O
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
-
I knew nothing of computer when I got my C64 and started to do some basic and assembly (I got a book with)... I learned side-by-side about how to use and how to program.
I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)
I still have the book that came with my C64 around here somewhere, probably buried deep in the attic somewhere. Might be time to go treasure hunting :laugh:
"I've seen more information on a frickin' sticky note!" - Dave Kreskowiak
-
.NOLIST
#define EQU .equ
#define equ .equ
#define END .end
#define end .end
#include "ti83plus.inc"
.LIST.org 9D93h .db $BB,$6D xor a ld (CURCOL),a ld (CURROW),a ld hl,text B\_CALL(\_PutS) ret
text:
.db "Hello, Harold!",0.end
endThose who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
I found something very strikingly similar on wikibooks about TI83 Assembly :cool:
"I've seen more information on a frickin' sticky note!" - Dave Kreskowiak
-
.NOLIST
#define EQU .equ
#define equ .equ
#define END .end
#define end .end
#include "ti83plus.inc"
.LIST.org 9D93h .db $BB,$6D xor a ld (CURCOL),a ld (CURROW),a ld hl,text B\_CALL(\_PutS) ret
text:
.db "Hello, Harold!",0.end
endThose who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
-
No - I was there the summer of '78, working for Rob Witty on Dimensional Flowcharting.
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
-
I found something very strikingly similar on wikibooks about TI83 Assembly :cool:
"I've seen more information on a frickin' sticky note!" - Dave Kreskowiak
Thats probably where I stole it from - but I made it more efficient: the original used "ld a,0" which is one M state and 3 T states slower, and uses a whole extra byte in memory! :laugh:
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
-
...you wrote your first program? In my case, I had no idea what operating system is. I did not knew I was using windows. Hell, I could not even start a computer. It was really scary. However, if someone could open the "black screen" for me, I could write C++ programs for them. This was the state for a long time. I was proud of myself thinking I could do anything in C++ but had no clue how to reach that black screen. I say anything as I was easily able to understand concept of pointer and templates and was even able to do graphics code. I thought I was awesome back then in year 2000. How about you? Edit: The sole purpose of this post is to feel young. ;P
Not very. Wrote my first program in Pascal on a Multics time-sharing system using punch cards (1980) before graduating to a VAX in 1981. /ravi
My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com
-
So, you're a TASM user? That's getting quite rare, Brass and SPASM are so much better that almost everyone switched.
No - I haven't touched Z80 in years - and most of mine was IAR Z80 cross assembler/C compiler (Gawd damn it's rotten, black heart, may it rot in silicon Hades) I stole that because I needed a Z80 environment you would be familiar with: my code was all home brewed on custom hardware and probably wouldn't have made a whole lot of sense to most people:
disp equ 4000h
#ORG 8000h
text: defs "Hello Harold!"
defb 0
textl equ $-text
#ORG 0000h
INI:
ld de,disp
ld b, 30
LOOP:
push de
push bc
ld hl,text
ld bc,textl
ldir
pop bc
pop hl
ld de, 80
add hl, de
ex hl, de
djnz LOOPThose who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
-
No - I haven't touched Z80 in years - and most of mine was IAR Z80 cross assembler/C compiler (Gawd damn it's rotten, black heart, may it rot in silicon Hades) I stole that because I needed a Z80 environment you would be familiar with: my code was all home brewed on custom hardware and probably wouldn't have made a whole lot of sense to most people:
disp equ 4000h
#ORG 8000h
text: defs "Hello Harold!"
defb 0
textl equ $-text
#ORG 0000h
INI:
ld de,disp
ld b, 30
LOOP:
push de
push bc
ld hl,text
ld bc,textl
ldir
pop bc
pop hl
ld de, 80
add hl, de
ex hl, de
djnz LOOPThose who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
-
...you wrote your first program? In my case, I had no idea what operating system is. I did not knew I was using windows. Hell, I could not even start a computer. It was really scary. However, if someone could open the "black screen" for me, I could write C++ programs for them. This was the state for a long time. I was proud of myself thinking I could do anything in C++ but had no clue how to reach that black screen. I say anything as I was easily able to understand concept of pointer and templates and was even able to do graphics code. I thought I was awesome back then in year 2000. How about you? Edit: The sole purpose of this post is to feel young. ;P
d@nish wrote:
I could not even start a computer
I still don't know how to start a PDP-11 (running RSTS/E), but I quickly learned how to crash one. :cool: (1983) Then on my first few jobs I was a System Manager for some VAX and Alpha (and Stratus) systems, so I became proficient at that. Today I work with a bunch of virtual Windows Servers on VMware and I wouldn't be able to start them myself.
You'll never get very far if all you do is follow instructions.