Skip to main content

Language as the Ultimate Weapon

During this blog entry, I was asked to reflect on one question: Why is the Nineteen Eighty-Four novel by George Orwell relevant to a student taking the Programming Language course? In case I haven't told you before, in my programming languages course we were reading 1984 by George Orwell.

The book is about a man that is trapped in a totalitarian system. He is just, let's say, another gear in a super huge mechanism. This man, Winston Smith was a little bit different from everybody else. He saw what others didn't want to see about their way of living. He saw the little mistakes that the system made and how they deprived them of their humanity. It seemed like everybody else just wouldn't notice that they were being lied to.

In the book, the party had three slogans that were supposed to guide the way people living: War is Peace, Freedom is Slavery, and Ignorance is Strength.

Let's take a look at the first slogan first: War is Peace. By making the people believe that they were constantly winning wars and fighting the enemy, whether it was with East Asia or with Eurasia. Enemies where being constantly captured and tortured in public. Sides where always changing, people didn't really know if the fight had always been with Eurasia or if it had always been with East Asia, they changed this at their will, and people swallowed it.

The second slogan was Freedom is Slavery. The thing here is that everyone was just a gear in a super huge system that was brainwashing an entire population.  Everyone was supposed to act the way they are supposed to. Nobody could ask questions, Winston eventually found out what happened when you face this people. He was sent to the Truth Ministry (The one regarding torturing of captured enemies) and he was absolutely ripped of everything that the had. Every memory, every essence of what he was, they killed it. So to be free, is to be a slave.

The third slogan, Ignorance is Strength, made me answer the question I was asked to answer. In the novel there was this new language that everyone had to learn, newspeak. The thing with that language is that it was a language that was constantly being shortened. It lacked abstractions, it lacked self representation in any context... They were basically murdering the ability to think for one self and commit a so-called thoughtcrime.

I think it was relevant for me to read this novel during this course because we are in a point in society where communication between man and machine is getting more and more real every day. We communicate with systems like Siri, or Cortana. Chatbots that have a natural language developed by IBM. Even when we develop things we want to do it in a way that is "more idiomatic". We want to speak the same language, people and machines. We know that it's a reality that androids and humans will be inhabiting the same space in a close future, so we better understand each other well and not fall in the Babel's side of the story!

Thanks for reading!

Diego Canizales

Comments

Popular posts from this blog

Beating the Averages

This is a review of the reading Beating the Averages by Paul Graham,  which you can read here .   Our resistance as humans to learn new things is expressed in a function named the learning curve. The learning curve represents in a mathematical form of how we learn through time. It accomplishes this by taking into the equation experience with a particular subject or topic and placing it vs learning. In particular, I like this funciton because it represents one of the author's main points: why we tend to prefer what we already know. What this function represents is that we tend to have some resistance to new knowledge. We may apply this resistance through contradicting knowledge that we might already have, namely, experience in a certain field, maybe because it a new paradigm to see things, very different from what we are used to. As we grow older, it becomes harder and harder to change the way we see things. The Paul Graham, the author, expresses this himself, he say...

Revenge of the nerds, by Paul Graham.

So, once again we go to Paul Graham and his absolute amazing opinions on lisp. He understands the difficulty in changing the industry, but faces this with a good sense of humor and courage. You can check out his blog entry here . Taking it to the next level So the story goes like this. Michael Phelps went out there to change the world of an olympic sport. And did. Only he and his coaches know what he is doing differently but definitely, he is. Michael Phelps is such a good example because before Phelps, it was very rare to think of a swimmer that could do all the strokes in a competition, from crawl from breast stroke to his olympic record breaking butterfly stroke. In a sense, Phelps is like lisp. Phelps came to the 2004 Athens olympic games as a kid, he was only 19 years old, but everyone knew he had the chance to break the olympic record for 7 gold medals in the same event. He went on it and won 8 of them. So... what is he doing differently than any other swimmer? How long does...

Dick Gabriel on Lisp

So this post is going to be about the high and downs of LISP. You can check out the amazing talk that Dick Gabriel gave on LISP history, it's capabilities and what he calls " The winter of LISP" . Go ahead and check it out here . I thinks it's a little bit sad to think about how great LISP is and all the capabilities that it has, and just see it as "God". We can not bring God down to earth so easily. Some of us, may go ahead and try and check it out, and then just think... wow... how the hell didn't I thought about this that way before? It really hasn't been that long since I started learning what LISP is about. Today is about the third week I believe (maybe fourth, I don't know) since I started. And I already feel that this language should be the language of the future. After listening to this guru of LISP research, one of the biggest name in the community, it just made me feel a little dull. Knowing that everything is so cool on LISP, how ...