Something I did up and colored using photoshop. I will see about getting premium here again soon, then I will post up the full version.
January 15, 2011
-
Philosophication Complete
I have finished my Philosophy course today. I am now offically philosophized. Not only that, but I passed the class with a feckin A!
My final assignment was a philosophical comparison of Plato's Cave Allegory and The Matrix...the Wachowski brothers basically ripped off Plato full on.
I begin college algebra (MATH 1001-4) tomorrow. Since I aced the algebra course last quarter I am confident in my abilities for this class.I read all 1840 pages of Questionable Content...if you have not read this web comic, you basically fail. Seriously, this is an awesome piece of work by Jeph Jacques. The premise is a bunch of Indie kids hanging out talking about music and their crazy lives. Now that I have caught up to the current issues, I am considering taking back up my dream of writing my own web comic. I was in the process of starting one back in 2004 before I found out I was being sent to Iraq...maybe the time has come to pick my art back up and continue where I left off.
Archaeology in WoW is a PoS...nuff said.
January 6, 2011
-
Where Desktops Will Be in Five Years
This will be out this year, however, it will be ubiquitous by five years, guaranteed
I can tell you, this is exactly what the corporate world is looking for, and where the corporate world goes, the consumer republic follows.
January 5, 2011
-
age.js
/*This script checks the date you were born against the current date.*/
/*It then outputs your age via document.write. */
/*Feel free to use this script, but please give credit to myself */
/* ~~~Vangrat~~~ *//*****INPUT THE BIRTHDATE DETAILS BELOW****/
/*------------------------------------------------------------------------------------------*/
var bday= 2; //day of month born
var bmo= 1; //month of year born
var byr= 1984; //year born
/*------------------------------------------------------------------------------------------*/
/****END INPUT****//****START SCRIPT****/
/*-------------------------------------------------------------------------------------------*/
var age; //current age
var now = new Date(); //call for date from your computer
tday=now.getDate(); //today's day of the month
tmo=(now.getMonth())+1; //today's month of the year
tyr=(now.getFullYear()); //today's yearif(tyr>=byr){ //If this year is greater then or
//equal to the year you were born.if(tmo>=bmo){ //If this month is greater then or
//equal to the month you were born.if(tday>=bday){ //If this day is greater then or
//equal to the day you were born.age=tyr-byr; //Your age is equal to this year
//subtracted from your birth year.}else //otherwise
if(tday<bday){ //If this is the right month and year
//but today is less then your birthday
age=tyr-byr-1; //your age is equal to this year minus
//your birthyear, minus one.
}
}else //On the other hand, if this is the
if(tmo<bmo){ //right year but wrong month, your
age=tyr-byr-1; //age is equal to this year minus your
//birth year, minus one.
}
}else{ //If all the above is not true, then
age="Not born yet."; //you have not been born yet.
}if(age<=0){ //If the person has just been born
if((age+1)==1){ //(this is a logic check to ensure the
//integer returned is a positive number)age="New born."; //assign "New Born." to age.
}else{ //otherwise,
age="Not born yet."; //a person cannot be negative years old!
}
}document.write(age); //output age
/*-----------------------------------------------------------------------------------------------*/
/****END SCRIPT****/
December 31, 2010
-
HAPPY 2011
May this be the most fantabulous, spectastic, spectabulous, fantacular, 2011 you have ever had!
December 30, 2010
-
Red
As taken from NASA. (2007). What Wavelength Goes With a Color? Retrieved December 31, 2010, from Atmospheric Science Data Center: http://eosweb.larc.nasa.gov/EDDOCS/Wavelengths_for_Colors.html#red
"The visible red light has a wavelength of about 650 nm. At sunrise and sunset, red or orange colors are present because the wavelengths associated with these colors are less efficiently scattered by the atmosphere than the shorter wavelength colors (e.g., blue and purple). A large amount of blue and violet light has been removed as a result of scattering and the longwave colors, such as red and orange, are more readily seen."
Red is what we consider when we see an apple. Red is what we consider when we look at a cherry. Red is the color of blood. Red is the color of a rose. Red.
However, red is simply an electromagnetic wavelength carried by photons. The human mind perceives this via the eye as a color. In the English language we have named this color "Red." However, is this color "Red" the same for all people? Do I perceive the same red as the next person, or is it that the wavelength I have named "Red" is named "Red" by another, but perceived as what I consider to be "Blue?"
My mind has formatted the world around me so that I can better comprehend and make sense of what it is I am experiencing. However, if even the simple matter of the perception of colors can be brought into question then how is it that the human race can share experiences with one another at all? My sense of touch may come across as what another perceives to be sound, and vice versa.
We correlate our experiences to one another, this is how we communicate and relate to one another. We each say, "hey, this wavelength that my eye perceives will be considered red, do we all agree? Yes, good." Not another thought is said about this. We may argue over the peculiarities, is this crimson, or ruby; is this green a pine green or a snot green? In any case it is green.
If we each have to agree with one another on our very senses then what is it to say that something is "true." Is truth only a matter of agreement on what is not true for any given aspect, and then our absolute belief that this "truth" is true whether we are alone or in a group of people? I look down at my desk and see a book, this is a book because I have accepted the categorical statement that all people agree it is a book, whether I am alone or in a crowd of people, we all agree this is a book. But if I chose to disagree, to say, "NO this is not a book, it is a xylanthiparticulomus!" Would that in turn change the nature of the book? No, the book would still exist as it has since it became a book, it would simply have a new categorical name.
So while my mind is made up of the accepted agreed upon categories that I have been brought up to believe are true, my disbelief in these categories does not in turn change the material aspect of the categories themselves. However, my disbelief may change their aspects.
When I moved to Australia I was forced to accept a new monetary system as a basis for placing value to an object. This required my subsequent denouncement of the American Dollar as a value system for monetary gain. This change has relegated the American dollar to nothing more then a piece of paper and some round metal shiny bits. Yes I still recognize these items as having value in the USA. Nevertheless, they have no value here in Australia, and therefore, are of no monetary consideration to myself.
So I can now name the US Dollar "flaptubels" and know that flaptubels are long pieces of paper with deceased American presidents pictured upon them. These flaptubels are only of value in the United States, where they magically become "Dollars" I might add, and are the cause of both joy and strife. However, for me, flaptubels make nice kindling and can wipe up spills, although poorly.
Red.
December 28, 2010
-
Of Philosophy and Wii
I did an eight hour run of philosophy yesterday...eight hours...oh god...
But I am caught up with my school work, and my notes are probably the best they have been for this class. I am learning so much through this course that I constantly stop and think to myself "how did I not know that?!" I wish that a philosophy class were required study for American high-school students...who am I kidding, I wouldn't have had the patients nor understanding to pass a philosophy course back in high-school ><;;;
WE GOT A Wii! Been playing the heck out of Super Mario Galaxy 2, Super Mario Wii, Mario Kart, Super Mario All Stars...noticing a trend here? Also got guitar hero, FINALLY! Love it, all those hours sitting in Dan's apartment playing guitar hero are paying off now
Anywho, hope everyone is enjoying themselves, and did not get too *insert choice of intoxicant/food/substance here*
On to New Years! go go go.
December 24, 2010
-
HAPPY CHRISTMAS!
AND A MERRY HOLIDAYS!
-Vangrat
December 17, 2010
-
The Categorical Imperative of the Middle Path
while(living){
userGetInput=input;
value=input;
CategoricalImperative(value(universal)){
If(universal==true){
MiddlePath(value(moral)){
If(moral==true){
do;
}else{
return;
}//end ifelse moral
}//end MiddlePath
}else{
return;
}//end ifelse universal
}//end CategoricalImperative
}//dead
December 6, 2010
-
R 18+: Critical Thinking
In Australia, there is debate over whether to install an R 18+ classification to video games. My point of view is this is required in order to protect children and to encourage free speech. R 18+ does not mean that the government should allow for more extreme violent games and behaviors based upon these games to commence. In fact it means the opposite. Currently games like Grand Theft Auto are given M ratings (15+) which allow for undeveloped minds to take advantage of these forms of adult entertainment. If an R 18+ rating were implemented, these games would be reclassified to such and shop owners would be forced to deny purchase of these games to minors. R 18+ would also open up the doors to games from outside the country that are marked as R 18+ elsewhere. This allows for free speech to have a larger hold upon the entertainment industry. These games would be out of reach for minors, but available for those who have the mental capacity to truly understand what it is they are seeing.
An example of this is Dead or Alive. It was recently refused classification in Australia due to its graphic nature. This nature as horrid as it seems, is something that requires the choice of the purchaser to make, not the governing body of the country to make for them. Without an R 18+ rating, this game could not and should not be allowed in Australia. But, with an R 18+ it would be restricted to adult entertainment, and out of reach of impressionable young minds.
I must admit that I myself am a gamer, which is both part of my bias and the origin of my point of view. I have played games since I was a young child. I have played violent bloody games, and peaceful enlightening games. When I was younger I admit that I truly did not understand what it was I was playing. Mortal Kombat for instance requires the utter obliteration of your opponent in a bloody carnage. As a younger child I saw this as mere entertainment, not comprehending the catastrophe of actually killing someone. My parents did not bother explaining this to me either, and as such, some of my artistic impressions from that time are gruesome and grotesque. It was not until years later did I begin to understand what it was that was happening, and the reasons for right and wrong. The United States has since that time implemented an R 18+ rating that would have blocked me from purchasing this game as a minor. This same protection needs to be afforded to the children of Australia as well. As an adult, I do not mind playing these games as I understand them to be just that, games. But I would not, and could not, allow children of my own to play them until they fully understood the meaning behind chopping someone’s head off.
Other people claim that by having no R 18+ rating we block altogether violent video games from entering into Australia, this is in fact a fallacy, Grand Theft Auto, Dead or Alive, Call of Duty, and any other assortment of first person shooters are brought here for any minor to purchase. An M +15 rating does not block a store owner from selling a game to a minor; it merely states that a minor should have adult supervision if not over the age of 15. Whereas, a R 18+ rating blocks the purchase outright to anyone not over the age of 18. The only thing that an M rating does is force the entertainment industry to remove blood from a screen, and overly excessive violence (e.g. instead of a head being blown off, it falls off…still graphic non-the-less).
In the end, if R 18+ is granted, these games will be reclassified, and purchase will be blocked. Unknowing parents will be given a hand when their child asks, “mom/dad, can I have Bloody Carnage of Death and Destruction 2 for Christmas?” Yes it is obvious that the game is bad, but a child may instead say, “mom/dad can I have this really cool game that all my friends are playing and say is cool too, it’s called BCDD 2? Just ask the store for it they will know which one it is.” This does happen, as another one of my biases is that I myself used to work in a game store, and this did happen, ALL THE TIME. I was nice enough to inform parents, however, the true title of such games, and the impact they would have on a child’s mind if they so chose to play without parental supervision.
The consequences of such a rating are more games would be allowed into the country, but their purchase would be restricted to adult entertainment. Increasing free trade, but at the same time protecting impressionable minds. Games currently under-classified would be reclassified and purchase blocked to underage children. Free speech would be given another step. The gaming industry would be considered a true adult entertainment business, rather than relegated to something your child would do.
Archives
- April 2011 (2)
- March 2011 (5)
- February 2011 (5)
- January 2011 (12)
- December 2010 (8)
- November 2010 (1)
- October 2010 (1)
- August 2010 (1)
- June 2010 (1)
- May 2010 (2)
Recent Comments