In 1966 the first 3 computers were linked together, this new form of communicating was distributed to buyers and the computers were learning and being programmed to communicate to eachother. But a few years later, in 1969 was when computers started to really take shape and their capabilities and complexities were improving rapidly. Frome 1969 We move to 1970 which was when arpanet was around. (It is important not to mix the internet with the world wide web, they are 2 different things. The world wide web is just part of the internet, like one of the "internets" capabilities). Arpanet was originally long text commands, these text commands would be typed into the computer which would tell the computer to do something, like if we were to use the mouse now. Here is a quick visual example of sending a file by code in visual basic which is a text command programming language.
Public Sub SendFile(SocketObject As Variant, ByVal FilePath As String, ByVal PacketSize As Long)
Dim lonFF As Long, bytData() As Byte
Dim lonCurByte As Long, lonSize As Long
Dim lonPrevSize As Long
On Error GoTo ErrorHandler
lonSize = FileLen(FilePath)
Open FilePath For Binary Access Read As #lonFF
ReDim bytData(1 To PacketSize) As Byte
Do Until (lonSize - lonCurByte) < PacketSize
Get #lonFF, lonCurByte + 1, bytData()
lonCurByte = lonCurByte + PacketSize
SocketObject.senddata bytData()
DoEvents
Loop
( retrieved from http://www.vbforums.com/showthread.php?t=331990 BY digiRev ).
Than after just plain coding to use the computer, computers moved onto using mouses and simpler ways of interacting with intereacting and performing functions, especially home computers. In 1979 MUD's were developed, these are text based games where gameplay was by typing and reading rather than stunning visuals with seizure inducing lights. Also in 1979, usenet had email and message discussion systems where people could post topics and reply to topics about anything! Now commonly known as forums. 1982 showed the first emoticon which really started to show personality and individuality on computers :-) <-- Like that little fellow there. The last era to quickly note about was 1988 - the irc chat system! These are chat rooms where people can discuss topics about anything, in live time!
Computers are fascinating pieces of technology. It is interesting to learn where they came from and how we as a tech savvy generation, can play our part in either, using the internet for personal use, helping us understand it's culture and how it impacts our lives, or being really geeky and pushing the boundaries of the internet or computer technology.
Here is a picture of a text game. image retrieved from GOOGLE Images.


PART 1 of tute on DAY 2
Here is a video of the history of the internet that you may find of interest!
Part 2 of tute on DAY 2
Here are some questions I am going to answer;
How long have you been using these communication technologies?
I have been using new communication technologies now for about 10 years now. My first computer was with windows 3.1 and a dirty homer simpson mouse pad. I thought I was king, all that pixelated goodness in my cheese and tomato sauce filled room. Heres a thought, it's interesting to see how we have become so visually biased especially when it comes to video games. Is Space Invaders honestly not fun anymore?? I think they are...
Move = Left and Right arrow Key. Shoot = SpaceBar // Press I understand to play
No comments:
Post a Comment