Friday, February 23, 2007

Binary to Decimal and Reverse

To convert 110010101 to decimal, one must remember the formula that Professor Rocha gave us. So 2^8 would equal the 1 on the far left. The number beside that would be 2^7. This would continue to 2^0 which would be on the far right. For every 1, you would calculate the number for it. So for this number, you would add 2^8+2^7+2^4+2^2+2^0. This equals 405. To convert 529 to binary, you must first divide 529 by 2. Since that leaves a remainder of 1, you write a 1 down on the far right. For everytime you get a remainder, you must write a one down. If there are no remainders then write a zero down. 529 is equal to 1000010001 in binary. Positional number systems is a numeral system in which each position is related to the next by a constant multiplier, or a common ratio. This means that each position was presented with a unique symbol or by a limited set of symbols. A non-positional system means that each position does not need to be positional itself. An example of this would be the Hellenistic astronomers used one or two alphabetic Greek numerals for each position (one chosen from 5 letters representing 10–50 and/or one chosen from 9 letters representing 1–9, or a zero symbol), whereas Babylonian numerals used groups of two kinds of wedges representing ones and tens (a narrow vertical wedge ( | ) and an open left pointing wedge (<)) — up to 14 symbols per position (5 tens (<<<<<) and 9 ones ( ||||||||| ) grouped into one or two near squares containing up to three tiers of symbols, or a place holder (\\) for the lack of a position).

Friday, February 16, 2007

Chapter by Andy Clark

In Chapter 6, Clark begins with example of the trails left behind by slugs and ants. As he explains how these trails have multiple functions such as making the production of the mucus trail to help other slugs not have to produce as much mucus, he relates how these paths can be related to humans. An example he used was Amazon.com. In this example he explained how Amazon used a pedestrian trick in that when he bought a certain CD by Nick Cave, it also recommended other CDs that other customers bought who also bought the Nick Cave CD. This method is an effective way to help customers open up to other CDs and other types of music. This technique of relating one person's interests to others is called collaborative filtering. Another way of thinking was created by our own Luis Rocha. This method was called "swarm intelligence." According to Rocha, "relatively dumb individual agents, such as ants and bees, create beautiful, complex, and life-enhancing structures by following a few simple rules and by automatically pooling their knowledge courtesy of chemical traces and structural alterations laid by their own activity" (Clark 48). With collaborative filtering, Norman Johnson believes that this filtering reveals similar characteristics such as to those pheromone-based groups.
Not only are stores now able to recommend what other types of music to listen to, but companies are now creating self-organizing webs. These self-webs is able to create, enchance, and disable links between pages as an automatic result of use (Clark 50). An example of this would be if several users moved from Amazon.com to Ebay.com and then to WorldofWarcraft.com, the web will create a direct line from Amazon to WorldofWarcraft. The web will also configure a prefered way you would want to it be displayed. This is a technique that search-engines such as Google have used to search for what the user desires.
Technology in my opinion has surpassed everyone's expectations. With these tools of relating one person's interests to another, companies have now been able to profit much more and consumers have been able to benefit much more as well. One thing I do contemplate is if such wonderful things will one day more harm than good at the rate technology is growing.

Unix Commands

In this lab, we started the introduction in UNIX. The four commands I used were whoami, finger, clear, and exit.

Whoami-this command brings up what user is on that steel account. I am not sure but i believe if one types in /user it brings up who is on it.

Finger-this gives the information of the username entered. It provides if there is unread mailm, what his full name is, etc. No counterpart.

Exit-this command disconnects the user from the server. The counterpart of this would be CTRL+ALT+DEL or Esc on Windows.

Clear-this deletes all information that is present on the screen. The counterpart of this would be either the Delete button or highlighting the text and hitting backspace.

Friday, February 9, 2007

Modeling the World

In this lecture, Professor Rocha explained more in depth of how symbols originated. According to Rocha, symbols were first explored by Aristotle. Aristotle discovered that in physics for example, rules could describe an object's weight, density and rate of fall. After Aristotle came Galileo. Galileo further extended Aristotle's theories and believed that certain things such as fire had primary element and qualities. Years later, Newton extended the idea of abstraction. It was not until the 1800s when Heinrich Hertz was the first man to broadcast and receive radio waves. Although this was successful, Hertz's main goal was to reveal and eliminate the mysteries of Physics. Professor Rocha also explained about the Polya Method. There are 4 step to this method which include: 1) Understanding the problem, 2) Devising a plan, 3) Carrying out the plan, 4) Looking back at the solution. One thing that intrigued me was the idea of Fibonacci numbers and how they worked. From what I understood, as a number increases, the number of letter increases by adding the previous numbers (not sure if that makes sense). One other thing that intrigued me was the experiment was the black box. Though I don't understand how it works, from what I understood, the higher the cycles the more the box became black. This only worked to a certain point however. Once the cycles hit 20,000 cycles, the colors returned and continued. I enjoyed this lecture very much and I hope to hear more of this in furth lectures.