If life had a way to conquer our mind, what would that look like? I’m not sure I quite understand what’s going on with it all, just that we have to be able to figure out what it’s doing at any given moment. I wish I could understand and grasp what it’s doing to us, but if we can’t explain that…what are we even doing here? I simply do not know. I wish I had the ability to understand and grasp what this life has in store for me, but then again I don’t think I can do that. It’s life after all, I mean come on now. What more do you want from it? Exactly.
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.