Hello Blog World
February 20, 2006 01:07 AM
#include <stdio.h> #include "blog.h"int main ()
{
printf("Hello Blog World\n");
while(1)
printInaneBabble();
}
That was a test. If you found that funny, even remotely, you and I would probably get along in person. If you are confused, turn back- there's nothing for you here. However, if you thought that it was really stupid, cliche, or nerdy to the point of being obnoxious, then you are just the type of cynical bastard that I want reading what I have to say.
So why am I finally breaking down and keeping a blog, you may ask. I'm not a particularly interesting person by any means. The answer to that question is: I'm actually doing things this semester that may be considered remotely interesting to people besides myself. I feel that I should share said things with the world at large. I also fancy myself a fairly good goth poet, and this is the perfect place to publish it. That of course, was a lie. I'll do that sometimes, but I'll make sure to denote it in one way or another.
Anywho, you, the reader, can look forward to my opinions on:
- Radio Frequency Identification (RFID)
- computers in general
- comedy (especially the British variety)
- caffeine
- beer
- dirty Latin poetry
- Personality Tests
- Drunken photos of myself - that's what my Photo Gallery is for.
- Midgets - that is probably a lie.
- My Current Mood - it's normally irate or hyper. I like to leave the guessing up to you
- Current Song(s) - 9 times out of 10 it's Hungry Like the Wolf by Duran Duran. The other time it's just whatever sounds are emanating from the mechanical closet across the hall from me.
And that's all I have to say about that.
Comments
#!/usr/bin/env ruby
require 'blog'
puts 'Welcome!'
Blog.open('Aquarum Vita').posts.each do |post|
post.respond :response_type => INANE_BABBLE
end