Blindly accepting authoritative words

Humans seem to have this amazing habit of blindly believing anything given to them via even a vaguely authoritative source. Such is an issue of the human mind. It is by this mechanism that propaganda works its magic. Although these sources may peddle facts that sound outrageous, people perceive them to be true, just as they came from what they believe to be an authoritative source. Such is the source of such phrases that, mockingly, portray this. "It's on the Internet, it has to be true!" These people may not realize, but they have believed this phrase many times.

One excellent example of this is the infamous "Milgram Experiment". This experiment was designed to test the statement Nazi officers made once they became imprisoned. "I was just following orders." Do people willfully follow orders, even when they know they are hurting, or painfully killing people. As this experiment scarily proved, yes. Cracked.com explains the set up to this procedure:

"...he ran an experiment where the subject was told he was a "teacher" and that his job was to give a memory test to another subject, located in another room. The whole thing was fake and the other subject was an actor.
The subject was told that whenever the other guy gave an incorrect answer, he was to press a button that would give him an electric shock. A guy in a lab coat was there to make sure he did it (again no real shock was being delivered, but the subject of course did not know this).

The subject was told that the shocks started at 45 volts and would increase with every wrong answer. Each time they pushed the button, the actor on the other end would scream and beg for the subject to stop."
You would expect that the subject would stop after the first dozen or so zaps. Or perhaps after the man would be screaming for help. Or even after the man wont unconscious? Or how about dead? 65% never stopped. The authoritative figure told them to press the button, and even when the man was withering on the floor, crying, screaming for the experiment to stop and be released, the subject pressed it. Even when they man stopped moving at all they pressed it. They had no contract, it was just a quick gig. They could leave at any time. However they continued they subject a man to extreme pain just because someone that seemed to have authority over them told them too.
Another example of the public listening to authoritative figures is the War of the worlds broadcast. A radio station did a dramatization of the book War of the worlds. They pretended to be a news station stationed in this book, reeling off the coverage as aliens land and take over the world. As irrational as this seems, thousands rioted, believing it was the end of the world. These people listened the authoritative figure, in this case the radio broadcaster, and assumed it to be true.
Lasting, a great, and slightly controversial, example is Fox News. After the Obama administration took over the white house fox news has steadily increased its adverse coverage of the Obama administration. In fact, it has taken to lies that not only sound illogical, Such as that he is both a Muslim and an atheist, two contradictory terms, but also ones that sound like conspiracy theories. Recently I was told by a fellow student that swine flu is a genetically engineered weapon perpetrated by the Obama administration to rally support of his health-care bill. Thus this is yet another great example of how people listen to authoritative figures blindly.


All this madness seems like a horrible thing, one that we should have stopped listening to thousands of years ago. However, even twenty years ago this behavior was fine. Only people who understood things could spread information easily to others. It was basically only via books, which required a publisher to accept them. However, in this age of the Internet and the television, where anyone at all can send out information to all the masses, with absolutely no fact checking,we still retain this aging view of "If we read it, it must be true" Thus as a society we need to quickly learn to change this feeling as to ensure we are not mislead by some lunatic on the Internet with his own blog.


Photo courtesy of cracked.com

GRADE: On the subject of coding

When one says a computer language, they do not mean languages such as English, Spanish, French, or German. What the mean is the language in which you code a computer. Theres not one language, there are hundreds. Theyre basically what tells the computer what to do. Each one is as unique as human languages. However, for me to explain, I Need to explain what they do and what they are. Languages ore listed as high level, low level, anywhere in between. They also called compiled or written. Now the lower the language, the harder it is. However, you can also do a lot more. For example, there's assembly, which is arguably the hardest language there is. This is one of the lowest languages. Whats done in 30 lines in this could be done in 1 in other languages, however you have more choices. The difference between compiled and written languages are simple, written is written, and compiled are written, then run through a compiler, which basically does all the work, and makes it run. It also turns it into assembly. Some examples of these are C, C++, C#, B, and Fortan. Written are run with a program that acts figures what what you want via the script. Some examples are Java, Python, Perl, and many others. Now, on this giant chart, C++ is a fairly low leveled compilled language. I decided to learn a language. However, as C++ (The dominate language, think of it as English) is difficult, I started with python. Python is a mid level written language.I spent several nights teaching myself this language, however I didnt get very far. I put this project of mine on the back burner for a year.

The next year I joined the robotics team, which dealed heavily in programming. However, I was unable to learn how to program via them. Never the less, I sogned up for a summer robotics course. I quickly discovered that this class will basically teach my C, which is C++ minus a bit. (C++ Litterly means C + objects + other things) This course taught me quite a bit about programming, to the point where I could achally program. After finishing the course, I went home and kept teaching myself I taught myself C++, and just kept learning. Now I consider myself an OK programmer. In fact, now Im starting on python again, and I plan to finish it this time. Programming has allowed me to move into other exciting relms, such as microcontrollers (Tiny computers). Learning to program changes your life, suddenly you look at the computer differenly,becouse you know how it warks.