Life has to be something better than what we can see around us. It must be a kind of utopia that’s just beyond that hill, or just a little bit after the horizon. Whatever the case, it has to be there. I don’t see any other way on how this would work. I think it’s up to us to make life better than it is. Does that make sense? I sure hope it does to someone who’s reading this. If it does then I’ve done something right. If it doesn’t? Well that’s another story for another time.
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.