Total Pageviews

Monday, September 26, 2011

One Month in:

Well, as some of you close to me know I changed schools. It's not that I didn't like the school I was in before, it's just that it wasn't exactly the right "fit". That's all I was told, that it wasn't the right "fit", nothing about how my grades, nothing about my depression, just not the right "fit". On the first day I awkwardly made my way around and sat silently in my class, carefully observing. All the meticulous calculations and mental notes I was writing would serve me well in the coming days. Usually you can tell a lot about the way people sit in class. For example: often times there will be people who's leg will vibrate uncontrollably, this will tell you one of two things; First, that they are not a fan of the class that they are in, and two, that they are nervous about an upcoming class. I also noticed that the school is very "cliquey". It's not exactly the traditional high school cliques, but you do have your jocks and the geeks are also pretty easy to pick out; I'd say I fall in the category of the latter. This being said, I am athletic, but I believe overall my nerdyness wins out 90% of the time. Tumblr's big here, (sigh) but at least here I don't have my tumblobsessed girlfriend talking to me all the time about her newest reblog, or the latest trend.

Tuesday, June 21, 2011

Human

public class Human
    {
        public enum _Gender
        {
            Male,
            Female,
            Kid
        }
        _Gender Gender;
        bool Alive;

        DateTime WakeUpTime;
        DateTime SleepTime;

        public Human(_Gender gender)
        {
            Gender = gender;

            while (Alive)
            {
                switch (Gender)
                {
                    case _Gender.Female:
                        {
                            if (DateTime.Now == WakeUpTime)
                            {
                                WakeUp();
                                Think(5);
                                if (Kids != null)
                                {
                                    Drive(Kids, "School");
                                }
                                Think(5);
                                Drive("Home");
                                if (Spouse != null)
                                {
                                    Drive(Spouse, "Work");
                                }
                                Think(5);
                                Drive("Work");
                                Work();
                                Drive("Home");
                                if (Family != null)
                                {
                                    MakeFood(Family);
                                }
                                else
                                {
                                    MakeFood();
                                }
                            }
                            else if (DateTime.Now == SleepTime)
                            {
                                Sleep();
                            }
                            break;
                        }
                    case _Gender.Male:
                        {
                            if (DateTime.Now == WakeUpTime.AddMinutes(45))
                            {
                                WakeUp();
                                Drive("Work");
                                Work();
                                Drive("Home");
                                Eat();
                            }
                            else if (DateTime.Now == SleepTime)
                            {
                                Sleep();
                            }
                            break;
                        }
                    case _Gender.Kid:
                        {
                            if (DateTime.Now == WakeUpTime.AddMinutes(45))
                            {
                                WakeUp();
                                Work();
                                Eat();
                            }
                            else if (DateTime.Now == SleepTime)
                            {
                                Sleep();
                            }
                            break;
                        }
                }

            }
            Die();
        }
        void Die() { }
        void Think(int seconds) { Thread.Sleep(seconds * 1000); }
        void WakeUp()
        {
            switch (Gender)
            {
                case _Gender.Female:
                    {
                        if (Spouse != null)
                        {
                            WakeUp(Spouse);
                        }

                        if (Family != null)
                        {
                            MakeFood(Family);
                            foreach (Human member in Family)
                                member.Eat();
                        }
                        else
                        {
                            MakeFood();
                            Eat();
                        }

                        if (Kids != null)
                        {
                            WakeUp(Kids);
                        }
                        break;
                    }

                case _Gender.Kid:
                case _Gender.Male:
                    {
                        MakeFood();
                        Eat();
                        break;
                    }
            }
        }
        void WakeUp(Human husband)
        {
            husband.WakeUp();
        }
        void WakeUp(Human[] kids)
        {
            foreach (Human kid in kids)
            {
                kid.WakeUp();
            }
        }
        void MakeFood() { }
        void MakeFood(Human To) { }
        void MakeFood(Human[] To) { }
        void Eat() { }
        void Drive(Human[] Who, string Destination) { }
        void Drive(Human Who, string Destination) { }
        void Drive(string Destination) { }
        void Work() { }
        void Sleep() { }

        Human Spouse;
        Human[] Kids;
        Human[] Family;
    }

Monday, May 16, 2011

THE BEAVER REVIEW (RADIO EDIT)

Okay, Sexual innuendo’s aside, I can’t take this title seriously. This sounds like a children’s movie. Unfortunately however, this is not a light hearted romp, and instead is a dark look at the American family. The plot centers on a man that adopts a beaver puppet to help him through his recent depression. I must say that this sounds interesting, and casting Mel Gibson as a mentally deranged CEO had me giggling inside. Let’s be honest though, the movie has no logical direction it wants to go. Subplots are shot off left and right, and I had no clue what the hell was really going on. Hipster kid I don’t care about, stupid bitch who's brother OD'd, and random information are thrown out that influence the story at all. This is a terribly forgettable movie, and I left feeling like my $8 could have gone to better use. I can see they tried, but the movie tries to take itself much too seriously. I mean, it’s called “The Beaver”, how can you take that shit seriously. Final Verdict: 6/10

Monday, May 2, 2011

Dystopia - An Essay I wrote for fun

Dystopia; Webster’s dictionary defines it as an often futuristic society that has degraded into a repressive and controlled state, often under the guise of being utopian. Brave New World and 1984 are prime examples of literature that cast predictions of the world to come, and make readers question how far conformity can spread before individuality is dead.
            1984 and Brave New World tackle a similar topic, but have very different approaches to delivering the message. In the universe of 1984, people are restricted information, and penalized for trying to get information. On the other hand, in Brave New World, the people are given so much information, that they must pick out the necessary from the unnecessary.
In both cases, however, you have a sense of loss of individuality, whether it be in 1984 where everyone was made to be the same, or in Brave New World, where everyone WAS the same. Both logic and reasoning are thrown out the window. In 1984’s case, it is the lack of purpose. In Brave New World it is over-consumption. Looking at this from a 21st Century standpoint it almost seems ridiculous that people would want to consume so much, because these days we are hell bent on doing the exact opposite. To me, Brave New World still seems to be the more likely of the two that our modern society resembles.
I say this mainly because of one single event: the invention of the internet superhighway. After this magnificent invention, we as a society became accustomed to it, so much so that we could abuse its original intention to spread data around the world and post whatever we felt on it. Much like in Brave New World, we must weed out the necessary information from all the unnecessary. This has caused much confusion over the last few years as blogs and live streams have taken over the time once spent watching the nightly news with the family.
Personally, dystopian books are my favorite, maybe it’s because the chilling atmosphere is always fun to analyze, or that the protagonist, though a single cell in a greater body of conformity, seems to push the envelope just enough to attract the attention of authority. Needless to say, it’s always a pleasure reading the genre because I come out of reading always feeling like I can change the world. 

My Life (RANT) - Relationships

Relationships are tricky. Usually when people talk about relationships they are talking about sexual relationships; the bonding of two individuals, and their hormonal love for one another. There are also platonic relationships you have and encounter in your daily life. You have relationships with your parents, your friends, your teachers... i think you get the point.
This conversation will be on the former, and not the latter. I, unlike many of my peers did not naturally gravitate towards the traditional relationship, and thus, did not mature like many of my peers. Like many late bloomers, however, I was eager to make up for lost time (I stole that line from Hitch :P) I did not have a girlfriend until I was in 7th grade. She was... alright. Pleasant to be around, and aesthetically pleasing if you catch my drift. We dated for about 2 months, and she then decided to break up with me. If I can be entirely frank. It wasn't me, it was her. I tried, good god, believe me I tried to be a good boyfriend, but whenever I'd extend my arm and ask her to hold my hand, she'd look at me as if I had 3 heads. Needless to say, I still felt badly about the whole breakup thing, especially the fact that she asked one of my friends to tell me. >:( Shit sucked, and I became depressed for a couple of days. I remember the day she broke up with me, my Grandmother and I went out to Barns and Noble and bought Eternal Sunshine of the Spotless mind, and I've loved the movie ever since, it really helped ease the pain. Time passed, and I didn't really try to get a girlfriend, but I did gain some friends that were girls. I'll keep their names anonymous for now, because I haven't asked them for permission, and most likely wouldn't receive it. They were nice, and generally interested in what I did.  I, unfortunately, have a tenancy to fall in love with anyone that shows me the least bit of attention, and thusly, became infatuated with one of them. I've never told her, mainly because I'm in a relationship now, but I can't help but think that we'd be great together... but I digress.
So, 9th Grade flew by, and so did the summer. Coming back to school and seeing everyone's smiling face cheered me up. I was doing well in school, up until a nasty spell of sickness rendered me out of school for several days. Work was piling up, and I couldn't stand the pressure. I dropped out of many of my classes in order to ease the workload, but to this day, it hasn't helped much. Going back to the main point, I recently found out that one of my female friends was attracted to me, and she had kept it a secret for some time. Now, mind you, I'm not the type of person who is mean spirited, but I had been a royal bastard to her. She didn't deserve it, and we gradually became a couple. Brief side note: I fucking hate the term couple, it signifies the unity of two, and I'm not exactly jumping on the whole couple's bandwagon. She asked me once if I felt she was too clingy, and I responded "of course not!" I don't know how someone can be too clingy, but my only complaint is that maybe she could tone it down just a bit. Also, I'm always worried that she'll leave me for another person, because we don't spend much time with each other. Yet again, I've tried to have us get together, but she's always busy -_-
Wow, I have no clue why I just wasted my time writing that, I just had to vent...
thx for reading ^_^

Osama v. Obama

Well, I assume most of my followers live in the good ol' US of A. If so, (unless you've been living in a media cave) you heard that Osama Bin Laden was killed last night. Now, while most redneck inbreds are shooting off their guns and having victory sex with their first cousin, I for one have been thinking, "What difference does it make?". Now, before a flame war erupts on this blog let me explain. Osama is old news people. I'm sure if this happened sooner I would care more, but now-a-days I'm not so concerned with attacks from a guy hiding in the desert with kidney failure. Another reason I'm not jumping for joy quite yet is the fact that this leaves us, in a moment of our guard being down, open for retaliation. Not to cause pandemonium, but I do remember some Al-Quaida members saying that if their fuhrer was ever slain, that the "Stinking US pigdogs" Would pay in blood.
My final point. CNN posted this article today with the headline OBAMA TELLS FAMILIES OF 9/11 VICTEMS THAT 'JUSTICE IS SERVED' http://www.cnn.com/2011/POLITICS/05/02/bin.laden.white.house/index.html?eref=mrss_igoogle_cnn
The president used the term "justice" to justify what he's done, but we must think, has justice really been served? I think the mentality of US citizens is "eye for an eye, tooth for a tooth" But they fail to realize that this perpetual cycle of bloodshed and mass killing leads us nowhere, and in fact is killing us at an exponential rate.
That's all I have to say.
Thx for reading ^_^

Wednesday, March 23, 2011

What Im up to now, and why i've been on hiatus

As many of my youtube subscribers know, i've "quit" playing rock band. In actuality this statement is false, i've been trying to do better in school, due to the fact that i'm failing Geometry and English. (it went from a 95% to a 55% in 2 weeks... FML) anyhow, once my grades improve, i'll be more than happy to return to plastic drum godliness. I did enjoy PAX while I was there and met moomoo, hellashes, ganonmetroid, and brockbfball. I love them all and we kicked ass on the stage.
^_^ thx for reading

What Im up to now, and why i've been on hiatus

As many of my youtube subscribers know, i've "quit" playing rock band. In actuality this statement is false, i've been trying to do better in school, due to the fact that i'm failing Geometry and English. (it went from a 95% to a 55% in 2 weeks... FML) anyhow, once my grades improve, i'll be more than happy to return to plastic drum godliness. I did enjoy PAX while I was there and met moomoo, hellashes, ganonmetroid, and brockbfball. I love them all and we kicked ass on the stage.
^_^ thx for reading

Thursday, March 3, 2011

It's been a while :3 (Im gonna be on G4?????)

Hey, wow... sorry y'all I have so much to say.
Ok, so, as some of you know, I could be appearing on G4TV next weekend.
Why? you may ask. Well kind sir or madam, I am pretty... 1337 at rockband,
and have been invited to face off against the best of the best at PAX east. If I'm
lucky, Saturday, March 12th, I could be broadcast across the country as a kick ass drumma
let's hope the pressure won't make me crack
Secondly, I found this Hirrarious "Unreleased" NES game that's been blowin up the interwebs
It's name you may ask? Why "Doki Doki Toshokan - Gatsby no Monogatari"; The Great Gatsby for NES
if you haven't seen it link here
http://greatgatsbygame.com/
or, check out the rockin' chiptune tracks from the game
http://goo.gl/fPq4V
Thx, I hope to be blogging soon. :3

Tuesday, February 8, 2011

The battle hymn of the STFU

just a quick rant here:
I cannot stand the tiger mother craze that swepped the nation a week back. It seemed like everything from school, to the Colbert Report was covering this shit.
I think what gets me most agitated is the instant memedom this woman has obtained for simply being strict.
I was raised in a strict household. Was I ever beaten? no, my mother enjoyed emotional abuse rather than physical. I can honestly say i would have rather been beaten. The emotional scars these children will be left with will haunt them for the rest of their lives. And I'm sure, these tactics could have worked in China, but here in A-Murika, where even the fattest of workers can be happy, they are just going to wind up dissapointed. All-in-all fuck the media, and fuck the establishment
I'm out

Wednesday, February 2, 2011

How To Survive a Python Attack

Recently, there has been more and more reports of pythons attacking hikers in the south east United States. Here are three steps you can take to ensure your survival.
You will need to be quick, because it can be all over in a matter of 30 seconds.
Step 1: Cover the python's mouth with clothing. I would recommend using a shirt. You want to cut off one of the animals senses.

Step 2: Take a deep breath and hold;  The python is trying to squeeze the air out of you, so keep holding the breath in until you are free. The worst thing you can do is try to pry the snake off of you.

Step 3: Bite the snake's tail; this is a battle for dominance, and the snake will know then who has won. Clamp your choppers into the tail of the snake, and it should go slithering back to it's mommy.

I hope I have helped you out. Stay tuned, because more tips will be on their way.

Tuesday, February 1, 2011

Alright, sorry about today

Sorry about my mood today, it was rather uneventful, and I was feeling anxty, anywhoozle, starting tomorrow, I will be giving out tips on how to be the best you can be. How to get the girl, how to excel at a skill, and how to love life in general. I hope you are all ready for a nice change of pace. Thank you

What's the deal With Airplane food?!? Amirite?

one thing that pisses me of are unfunny people who think they're funny. Sleezeballs with greased up hair, a plastic smile, and a crappy desk job. Maybe it's their only vent to express the stresses of day-to-day life, but honestly it's pathetic.

Women

women are magical creatures; they can tantalize you all they want with promises of sexual satisfaction, and then in the last second, take the cake away as it's dancing in your face, and then call you a pervert for even considering the possibility of sex. Though this pisses off many, i find this a wonderful touch to "the chase" all guys must partake in. Personally, I find it horrible to see a man in a "nudie bar", because I hate shallow people. They give us good guys a bad name. Eh, It's hard living in a world where the douche-bag gets the girl.