So, Doomsday showed up in Smallville. They were hinting at it. Jor-El told Clark in the fortress that Doomsday was coming. I was like, wait a second, doesn’t Superman meet up with Doomsday? Not some before Superman kid? Yeah…that was unexpected to say the least. I’m not sure if I want Clark to deal with Doomsday at this juncture. I mean, yes we’re talking about a show that’s been off the air for like twenty something years, but I’m a first time watcher so it’s exciting and nerve wracking at the same time. I guess I’ll just have to wait and see what happens! I did read a few spoilers, I need to stop doing that! So I have an idea of what to expect about a certain character. (I think the whole thing is kinda dumb if you ask me, but it’s…whatever. When I get to that point I’ll rant about it.)
Been working on a small program for note taking. I call it CommandLine. Yeah I'm sure that's nothing new and exciting. It's meant to be 100% keyboard interactive, you shouldn't have to use your mouse. So far the project is working out rather nice. We'll see how well it ends up... by which I mean how often I use it. The commands are pretty simple. To list your files you simply type 'ls'. To save a file you're working on, you type 'save'. To end the program you either type 'quit' or 'exit'. If you just type the word today, it will create a file for today using year.dayofyear notation. Like I said, it's nothing really exciting. Just a little program I cooked up for kicks. I plan to implementing some kind of backup/archive feature plus having the ability to delete text files etc. all without having to touch the mouse. We'll see how well this goes.