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
and pretty much anything else that happens to strike my fancy. Lucky you. What you will NOT find:
  • 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.

Trackbacks

Trackback URL for this entry is: http://blog.case.edu/jjw11/mt-tb.cgi/5984

Comments

#!/usr/bin/env ruby
require 'blog'

puts 'Welcome!'

Blog.open('Aquarum Vita').posts.each do |post|
post.respond :response_type => INANE_BABBLE
end

Posted by Andrew Witte on February 20, 2006 01:43 AM
#!/usr/bin/env python
import blog

print 'Another welcome'

for post in blog.open('Aquarum Vita'):
post.respond(INSIGHTFUL_BABBLE)

Posted by Brian Beck on February 20, 2006 02:08 AM

Post a comment