I was determined to see if I could get my eMac to a semi-stable point tonight. It would freeze on everything, I tried to copy my files off of it, for safe keeping, but it would freeze on that. It would freeze on updates, it would freeze on anything that involved anything on it. Well[…]
I site down to do a simple 3 minute task on my mac, and here it is 30 minutes in and still can not get it done because of all the rebooting I have to do. Right now I am just keeping the mac around for the iPods, but I am finding (I thought I[…]
I have my calender where I keep every thing I need in a calender, it is on my Palm. But at work we have a group-ware calender that we need to use, that works though outlook. Well I have been keeping only my work related stuff in the outlook calender and every thing (including work[…]
Well it has been well over a month since Google made their Calender system live. I have put off look at it for a bit, in the hopes that when I looked at it I would be able to get a system that would allow me to sync it with my palm pilot. Well it[…]
On my make I am trying to do something on my mac that should take only 2 minutes, but since the latest update from apple I can not expect my mac to work at all, I have had to reboot it 20 times in the last 30 minutes to do anything, there is something wrong[…]
Back when I was in Pitt, I was co-dependent on my Palm Pilot, After collage, I was able to stop being co-dependent on it, but now with my new job, I am again becoming co-dependent on it.I have a much better Palm Pilot then I did when I was at Pitt, and I can do[…]
Our church is now podcasting the sermons from Sunday morning if you want to know the RSS feed for it you can get it here, just plug this into your iTunes, or what ever podcatcher you use This is now possible, because one of the computers I built up for the church yesterday. I have[…]
I love Linux, don’t get me wrong, but it does have one problem. This problem is this, if you want to install a program, you may find that you have to install more libs then you care to. Take today, I am working on getting a computer up and running for my church so we[…]
OK, as I promised here is a post that has some real content in it, and for me this is also some big news, probably the biggest news I have shared on my blog since I started it up in July of 2004. Back then I had been work here in CASOS group of ISRI[…]
I would have to say that DVR’s are great things to have. I wanted to watch the hockey games of the Olympic, but since they are on during the time that most people are at work, how can one watch them. Well I have setup the DVR to grab them for me (except for the[…]
For those of you that are WPLUG members, or mailling list members, or regulars at the meetings, etc. I have setup a blog roll, that I am going to list WPLUG people in. I have added any one that is already on Planet WPLUG I have already added you, if you don’t want to be[…]
What is Linux? How do you use Linux? What programs are avalable for Linux? What does Linux look like? Have you ever asked any of these questions? Are you wondering what I am talking about? Do you just want to hang with other Geeks? Come on down the Demo Days at WPLUG The next one[…]
Ug, the hard drive on my Linux box seems to be having some major problems, Bad sectors and all. So what I am trying to do, is since it only is happening on the /home partion, and that partion is 100Gb large and I only have 30Gb of data on it, and the problem seems[…]
In my last post, I talked about using Virtual Class Inheritance, and was thinking about how to cast it. well I have come up with from books and talking with others to try this: [code] // See http://blog.mikeoconnor.net/?postid=874 // for the class defs grandchild* Base2grandchild(Base *ptr) { grandchild *toBeReturned; try { toBeReturned = dynamic_cast(ptr); return[…]
I am going to post some evil now, I will cover more on it later. But a program I am working on has gotten to a point to where I ended up needing to do something like [code] class Base { public: int value }; class child1 : public Base { }; class child2 :[…]