I am fun, loving, and geeky.
My Self-Summary
I am a
video
game nerd with a passion for video game
programming. I consider myself a
romantic and a non-conformist (not one who pursues to avoid
conformity but one who has wound up disliking what everyone else
likes to do.) My religious beliefs would best be labeled as
Apathetic Agnostic, which means I don't care if there is or isn't a
god but I'll live my life to a personal moral code. My moral code
basically involves helping others and avoiding harming anyone. I
took an ethics course this semester and found out I basically
practice Utilitarianism.
I like theorizing, which is probably the reason I'm agnostic. I
like to think that we're all programed by some creator and that the
way our artificial intelligence is developing, we'll soon be able
to do the same. Anything can be predicted and coded with enough
effort and intricacy. Weather is just a system of air pressure and
heat; if you could predict which ways air currents would bend and
turn based off of what it hits in its path, you could effectively
make an artificial weather system.
What I’m doing with my life
Currently, I am attending
UNCC for
Computer Science. I hope to
join the game development scene and eventually own my own company.
It's a dream I want to achieve but I'm not sure my personality is
fit for running a business. My company will be centered around
innovation instead of remaking the same game with a slightly
different game play or story. I have ideas for new genres of games
and new fusion genres.
I’m really good at
Programming, video game development,
poetry,
writing (but not grammar and spelling,
just content),
computers in general, video games, and
music (I played the
baritone).
The first things people usually notice about me
My beard? I don't know why but everyone tells me what a glorious
beard I have. It's kind of strange. But underneath the scary beard
is in fact a cuddly teddy bear... or so says the girl friend.
My favorite books, movies, music, and food
My favorite books are the entire
fantasy genre... seriously see my
bookshelf sometime.
Music:
Foo
fighters,
Weezer,
Cake,
Breaking Benjamin, and a lot
others.
Food: I make the greatest
Chicken Parmesan in the world.
No one can deny it. I myself find it my favorite food to eat... not
Chicken Parmesan in general but MY Chicken Parmesan... if that
makes me conceited then so be it :P
The six things I could never do without
My girlfriend, my computer, water, food, video games (I know it's a
cop-out not to pick and choose), and anime.
I spend a lot of time thinking about
You!...
ok... video games
On a typical Friday night I am
Going down to Hickory to visit the family or planing some awesome
anime/video game
endeavor with my girlfriend.
The most private thing I’m willing to admit here
Um I'm a little emotional? Not overbearingly emotional but if I'm
sad I'll cry. I'm just very open with my emotions and tend to get
sad more often than I get angry. I think it's because I'm an only
child raised by a single parent (my mother).
You should message me if
You are a female interested in having a relationship with both my
girlfriend
gypsydiver and I together as a couple. We
are looking for someone to go slow with but can fall in love with
together.
We are also just plain looking for friends so feel free to message
me.
Oh and if you want to give me money or a job, message me :D
#include iostream;
using namespace std;
void message_me(void);
int main(void)
{
string you;
string a = "what ";
string b = "know ";
string c = "is";
string d = "this ";
if(you == (b + a + d + c))
message_me();
}
void message_me(void)
{
//Send me a message :P
}