Guess what! You can add comments now too…​ muahahaha. Erm. Yeah. I’m going to make a pretty page from where I can submit journal entries. Well, quick and dirty first. Then the pretty version will come later.

Finally…​ something functional on this website. It’s been about three months, but I finally have something here. I’m able to pull the journal entries fine from the database, but I have to send it through a parser to parse out the custom tags that I have…​ that’s the next step. But this is a good start. I’ll provide the terrible details of what actually happened over these past three months later…​

Now to test out some custom tags…​ I’ll be deleting this entry later…​

Long years ago, we made a tryst with destiny…​ And so on and so forth. This is a quote. Just some crap, really.

I should say more. A lot more. BLAH DE BLAH BLAH.

Lalalalaa!! This is a test.

Now for some code snippets:

#include <stdio.h>

int main()
{
    int c = c;
    printf("%i", c);
    return 0;
}

Yes, that actually works. And another one:

#!/usr/bin/perl

  print "perl is TEH rox0rz";

And now, just a line of code:

find something | xargs grep stuff

And a dialogue:

Me: w00t
You: rox0rz!11ONE11!!
Me: j00 4r3 teh d00m3d!!!1ONE11!!ELEVEN!!!11ELEVENTYBILLION!!11
You: OH NOES!1!!!!

That should be good enough.