Shooting Star

July 28th, 2008

I saw a shooting star last night. I’ve seen meteor showers before but this was many times brighter, brighter than any star I’d seen, and it stayed visible a relatively long time, about 2 seconds. I was taking the trash out at the time, it stopped me in my tracks.

OrtzIRC Progress

July 24th, 2008

I was working pretty hard on OrtzIRC (compared to other projects). I discovered the awesomeness of the class diagram system and I was getting a lot of the classes laid out. Then some guys in IRC were talking about IRC fameworks and someone mentioned Thresher.

After looking at Thresher’s code I realized I was completely reinventing the wheel and that my own backend would probably end up looking a lot like it. So I decided to use Thresher for my IRC connecting and stuff, although I will probably make a lot of changes to make it do the things I want it to. Right now it doesn’t do things like keep track of channel info, it looks like it’s mostly event-based, like for bots. It just passes around channel names as strings. Needs moar OO.

So now I can concentrate a little more on scripting, which is where I believe OrtzIRC’s power will lie.

Dream

July 4th, 2008

Last night I dreamed a bunch of undead skeletons were throwing onions at me.

In other news, new theme by Andreas Viklund. I’m not sure I’ll keep it though, since it looks like it doesn’t display properly in Live Writer. Horribly, in fact.

Maybe it’s just me. I really don’t get Twitter. I’ll just assume you know what it is since everyone seems to use it. I don’t have an account and I don’t think I ever will. This is mainly due to the fact that “Twitter” and “addicted” are so often used in the same sentence. Which gives the impression that nobody knows why anyone uses it. It’s like a freak of nature.

In other news, I’ve started another programming project. I’m making an IRC client in .NET/C#. I’m going to model it after the popular mIRC/NNS combo. Basically I’m going to take the best parts of mIRC/NNS, remove the fluff that nobody uses (or that I don’t, at least), and hopefully. It will basically be a client for people who keep IRC open 24/7. For “power users” if you want to put it that way.

This will be my first proper non-web app, and my first time doing sockets (if you don’t count that IRC bot I made in PHP). One thing I’m trying to change with this project is the fact that I never finish anything. Hopefully announcing it like this will help with that. I really wanted to use WPF but I want to opt for “finishing” rather that getting it exactly the way I want it, since I don’t know that much about WPF. Another way I want to accomplish that is by planning out exactly what the first version will look like so I have something to shoot for. Although, I have never done that before. If you have any links or suggestions I’m all ears! (PS, I turned CAPTCHA off) Hopefully I can do proper versioning too. I’m not too big on planning. D:

I’m still working on the new version of the site (in CodeIgniter) but don’t expect it any time soon.