this reading was semi interesting.. i would have prefered it if i wasbrought up by learning through the ways Papert suggested, but I am still glad i wasnt, because then i would probably be different than i am now. technology should be integrated more heavily into a childs development in this day and age, but i prefer that the bond of teacher to student wouldnt disappear because sometimes there is some things about life that can only be learned within the same species to another of the same species.
|
this essay was essentially about how video games have become an everyday part of our lives. now i play games often, both computer and console, so alot of this article was kinda known to me i personally liked the sectio named “To Joust and Beyond” jsut because it showed the history of the games starting with Space Wars then to Pong then to Space Invaders. and then suddenly from the space invaders it went to games with “game characters to have more realistic gestures and facial expressions. So basically this to this. im sure something happened in the middle of those two though.. haha. a downside to all the positives said in this paper, is that people start thinking that game worlds are real, and the real world is fake. It is like a sentence i saw in SecondLife somewhere. A persons second life should not be more interactive and more entertaining that his/her real life. And to go to an extreme of this happening, just watch the movie gamer.
28
09
2010
Dream machines.. AND MORE PICTURES!! YAY! and Comptuer Lib.Posted by: arpitdesai in UncategorizedWow. That is all i can say. in this reading it talked about little kids who could sit down for hours and be completely entertained throughout that entire time with a computer… where do these people get these kind of ideas??? this “idea” is here! We, as in our generation, were these kids when we were younger. The computers of the old days, the good Macs, the DOS, the gaming systems with their “cheats”… we were those kids envisioned here! This is so easy that a caveman can do it. Way to go you talking gecko. It actually sticks! a few quotes i liked.. “computers are not everything, they are just an aspect of everything” “…computers will be embraced in every presentational medium and thoughtful medium very soon.” ”Schooling systematically ruins things for us, wiping out these interests; the last thing to be ruined determines your profession.” All i can do is stand up and clap for Nelson and his brain. now comes the RCFAHI.. come on.. baylor is obsesses with acronyms.. cant you guys figure that out? (the link is a very funny blog about baylor that you might want to pay attention to when youre procrastinating) … For those who can’t figure out… RCFAHI is Research Center for Augmenting Human Intellect by Englebart (again) and English.. ZOMG!! A whopping 96 MB storage disk!! haha, well we had to start somewhere didnt we? now where are we? 1.5 TB? ish…I’m just waiting patiently for the first YottaByte.. and look this computer was on a HIGH-RES monitor. Oh yea! that was awesome! Personal thoguhts on this reading were that it was very interesting to learn the limits of one of the first comptuers… with the X-Y transpodence mouse.. I think i quoted that phrase correctly.. Did you guys know this full system would cost you well over 5000 dollars? … /me wonders what kind of computer i can build with that much money now-a-days… Allinall.. this is just WAY interesting.. i love reading about stuff like this. now this guy starts off talking about how humans try to find simpler and faster ways to solve complex problems. I say that is not happening in school. Teachers absolutely hate when students take shortcuts to get to the same answer that the rest of the class gets going the long way. why is that? is it not the responsibility of the new generation to surpass and go beyond the limits the previous generation had? That is evolution. overall, the reading after the introduction was pretty boring :/ until the introduction of the….(drumroll)… MEMEX! Woot! now what is that? it is also in the name of the course.. from memex to youtube.. what is this memex? its the same thing Bush was talking about… sidethought..now everything is coming together… but after that little section with the memex, it got pretty boring :/
27
09
2010
I know I have not been posting as I should have… but here and the following posts will catch me up. Licklider. What an interesting name..Posted by: arpitdesai in UncategorizedI have done all the readings, but never had time in my schedule for this class work and another classes.. now I have my schedule fixed up and will have daily posts rather than A BUNCH at the end of the month.. have fun! Now this essay is much more technical than all the other ones we have read and kind of more interesting imho. this essay focused on what they wished for computers to have, basically what we have in our computers today and what is still to come in the future.. Licklider envisioned a world where computers do everything for us and take off the human species as the dominant species on our globe, only to be replaced by the very own computers we created, kind of like Wall-E.. see the circle thing that looks like a steering wheel on a pirate ship, i dont know what that is called… yea, that thing is the dominating computer in much of the movie… scary.. AI already exists in this day and age. but it is not a TRUE AI.. the AI right now is just a computer that bases its decisions on algorithms placed in its computer by us. it cannot learn on its own. that raises the question as to is it possible to create a machine/computer that can think for it self without any additional human involvement? I dont know the answer to the question, but I am sure in the near future, someone will be able to mimic the human mind and transform it into a circuit board to be placed into a robot and become a true AI. I am thinking about Bush, a guy way ahead of his time, a guy who helped create the most destructive force the world had ever seen in his age, the most interesting man on earth? not him, definately not him, but him.. In As We May Think, Bush decribes a world of many innovative things. Cameras so tiny that they can sit on our heads and take/stored hundreds of pictures. Machines that can do math ranging from simple addition and subtraction to complex calculus that Einstein couldnt do. Compression of information so compressed to fit an entire set of encyclopedias upon the size of a page, and be able to recall anything from them at any time instantaneously. And perhaps, his most inportant idea… The Memex… But people, hold your horses and allow peace to settle again, is this amazing world that Bush described in such detail already among us? Think about, a tiny camera that holds hundreds of pictures and takes them instantly. Everyone has atleast one. These tiny machines of photography can be found everywhere from mobile phones, to your own personal camera… The machines that can do every kind of math known and unknown to man? Even though Bush might have grown up using this, he thought of something like this back then.. Have you thought about the compression? Every computer uses it, every program you run has files stored on your computer and it pulls them out only when needed. Entire sets of encyclopedias, same concept of compression. And finally… The Memex. aka The Computer. Youre reading this on one, and i typed this out on one. What more needs to be said? Bush, a guy that lived in such an era, thought of living in such a futuristic era, not knowing this it was just around the corner in comparison to the age of the universe. Warning: The following fun fact has nothing to do with the reading, and some may find it harmful to read. Read on if you dare. Just be careful to not have THIS happen to you… MUAHAHAHAHAHA. (evil laugh) Read the rest of this entry » Can anyone read this? preferably in the F10 class? humm… how do i get this onto the new motherblog… i wonder…. The following code, links together with this post. #include<iostream> //this is the library that gives the program the ability to have input and output. using namespace std; //this gives the code more readability. void intro(); // this is a function bool theEND(int &theEnd); //function int main() // this is the main function, and the most important. void menuDisplay() //this is the function that is called and displays the options in the menu. void intro() //this is the function that is called and prints the introduction. } void createdDisplay() int menuInterface(int &theEnd, int &option) // this is the function that is called and allows the interface to be interactive. enum STORY{PARTONE = 1, PARTTWO, PARTTHREE, PARTFIVE, PARTSIX, THEEND}; //this is an enumeration that makes each variable cout<<”\n1. Go out with your friends for alcoholic fun!\n”<<endl; cout<<endl; //this makes a linebreak for readability. switch(option) //a switch is the menu encoded. enum ASTORY{APARTONE = 1, APARTTWO, APARTTHREE, ATHEEND}; cout<<endl; switch(option) enum ASTORY{APARTONE = 1, APARTTWO, APARTTHREE, ATHEEND}; switch(option) enum ASTORY{APARTONE = 1, APARTTWO, APARTTHREE, ATHEEND}; switch(option) enum ASTORY{APARTONE = 1, APARTTWO, APARTTHREE, ATHEEND}; switch(option) enum ASTORY{APARTONE = 1, APARTTWO, APARTTHREE, ATHEEND}; switch(option) enum ASTORY{APARTONE = 1, APARTTWO, APARTTHREE, ATHEEND}; switch(option) int AchoiceFunction() enum ASTORY{APARTONE = 1, APARTTWO, APARTTHREE, ATHEEND}; switch(option) enum ASTORY{APARTONE = 1, APARTTWO, APARTTHREE, ATHEEND}; switch(option) enum ASTORY{APARTONE = 1, APARTTWO, APARTTHREE, ATHEEND}; switch(option) enum ASTORY{APARTONE = 1, APARTTWO, APARTTHREE, ATHEEND}; switch(option) enum ASTORY{APARTONE = 1, APARTTWO, APARTTHREE, ATHEEND}; switch(option) enum ASTORY{APARTONE = 1, APARTTWO, APARTTHREE, ATHEEND}; switch(option) sorry for this super late post..i have had laptop problems since the day of my presentation. i was planning to write this the evening of the presentation day. 12/3, but that evening after i had restarted my computer, i had gotten some weird error and windows wouldnt boot.. after sonys customer service and a whole thing of procedures..they couldnt figure out what was wrong so next week they are sending me a new harddrive, while they do that i went to the tech store down the road from here and managed to take couple of files that werent messed up off of the harddrive directly. and luckily one of them was the completed file of my code. i will post the complete code as one seperate post after this post. Okay, my project had started as sort of wanting to be a comic strip on an infinite canvas, where the reader can choose his/her own way around and lead to many different endings. if the reader wanted to, they could keep going in circles forever. but that could not happen. for to use C++ to program that, would have been a super long code, and very complicated.. an example of that could be found in the New Media Studies book on page 723. what really happened to the code after i realized my original idea would have taken a VERY long time to complete. i had changed it into a time line where it has one start, and multiple ends. the best way to describe it is seen in this picture using Microsoft Word. this new version of my idea doesnt have the twists and turns as seen in the previous, but im pretty sure with some more work and understanding of C++, it is possible for it to occur. This picture is slightly off from what the program really reads as. the actual code reads using terminolgy from the picture, there is three different fourth events branching off of each individual third event. then the results from each individual fourth event. so instead of having 9 different results, the code that will be on the next post has 30 different results. So enough about all that, lets go to the history of C++ and what it is. C++ is a computer programming language. it’s simple. the history behind C++ is a bit more extensive though. in 1979 and early 1980s, a guy named Bjarne Stroustrup started devolping what was then called C with Classes. It was complete in 1983. Also in 1983, the name was changed to what we know it as, C++. in 1985 the first book was released about C++ for public use. now since the creation of C++ it has continously evolved, and now in the near future of one to three years, a new version of C++ is supposed to come out. the original year of release was 2009, and the rumored name of this new version was: C++09. now since the year 2009 is almost over, most people think it will be another year or two before the language is completed, and at most three years before the language is released for public use. the new rumored name is: C++0x. here are two links that give more indepth information about C++ and C++0x/C++09. at first i wasnt sure how i could incorporate the readings into this final project, but then it hit me that i could use this as an educational tool when this code is thought of as a game. there already has been proof of games having an impact in saving a life. such as this one story i remembered. this guy in the story saw an accident occur while he was driving, and saved a guys life by performing emergency firstaid on the injured person that he learned by playing a game. the army and air force also use games to train the newest soldiers in using equipment and the airforce uses it to train pilots in flying UAV-unmanned aerial vehicles. after remembering about this, i came to the conclusion that if video games can help save people like that, then couldnt simple text based games be used to change people? i came to this conclusion based on what i had saw at my high school, which as much as i hate to say anything bad about it, my high school is not the best high school. while i was there, my school was filled with drugs, alcohol, sex, and pregnant teenage girls. the story i used in the code for the presentation was about someones first semester of college. and it can be easily changed. this got me thinking, if i could expand the code past just three individual events, and make it into 12 events, or even more, then the story line could be used to show what can happen to most people if they, for example, decide to get pregnant at the age of 15 or 16, if they decide to get addicted to drugs, if they decide to fail and drop out.. if the right story was given with more detail than what i had used, i could take this back to my school to have it implemented in the course loads of the students showing them the right path and hopefully get them to go to college with a decent job with a steady income of money to sustain life. this code can also be used as a teaching tool in many classes too. in geometry it can be used to teach students how to do proofs. in history, it can be used to show the correct timeline of anybody or anythings history. again with the right story line used with code, it can be made into anything. Illich even said in Deschooling Society that we want to learn more all the time, but what is limiting us is our current educational system. we can change it and it is very possible that this code can be used. and that is exactly what i plan to do with this code. i already talked it over with my friend Jonathan Reyes, who helped greatly in writing the code. and he said that he would most likely help me finish this and take it back to my high school and present it to whoever we need to, to try to get it implemented. that is one possible outcome of what i can do for the code. after i thought of this, i realized it could be implemented with the story almost anywhere in society. just this one relatively simple, but long and confusing code, can potentially aid in helping lots of students, children and adults learn of what they have been doing wrong their entire lives and maybe get on the right path. that is it. after this post and the next post, i will come back and edit it to add the link to the post of the code, and on the post of the code, i will add the link to this post, linking the two together. *Edit* as promised, the code that links to this post can be found here. |



Entries (RSS)