Monday, July 28, 2008

I hate Oracle DB

I HATE ORACLE. I REALLY REALLY HATE ORACLE. It's difficult to connect to, difficult to pull data from, difficult to see the schema. And Microsoft's SSMA doesn't make it any easier to actually migrate - the documentation is a complete lauch, there's no steps, no directions, just information on how people migrate not using the tool. Oracle requires me to download a FIVE HUNDERED MEG download just to use the ODBC driver, and the OLE driver is a complete farce. I just want to grab 1.5 GB of data from an Oracle server and pull it into SQL Server where I can actually get work done. We're having to export as CSV files (!!) and pull it back again in SQL because even Microsoft's tool can't see to actually migrate any schema or data reliably, and the memory leak is really getting annoying. I'm gonna blow my stack with this.

Saturday, July 26, 2008

Video of Isaac and me

Friday, July 11, 2008

Application to date my daughter

This application is hilarious. I gotta remember it when my kids are old enough to think about dating. I should seriously print them out for the kids and have them 'fill it out'. Hehe

Sunday, July 06, 2008

Cartoons and dogs

Why is it that in most cartoons the animals (and sometimes insects) can speak, but with few exceptions (like Goofy) dogs don't talk? This isn't just one or two cartoons - they all seem to make dogs only bark/make dog sounds, but mice, cats, ducks, sheep, fish, horses and more get to talk.

Tuesday, July 01, 2008

Good view of the GPL

Taken from here: > No matter how good you think the intentions you have are. If *insert corporation > here* wants your code they can take it and use it to create restrictions for the user. Well, duh! The point is that I don't care. If they take my code and put restrictions on it, I still don't care: no matter what happens, I still have my code. Anyone who wants to get my code can still get my code. What they can't get is the *insert corporation here*'s code that they added to my code, and the one very important point the GPL camp misses is that only a communist would lay claim to that code. The corporation wrote it, it's theirs. They can keep it, or sell it, or give it away. But it is immoral for me to force them to give it away. I can do what I want with my free software; I have no right to dictate others what to do with the code they write, even if it is using my code that they legally obtained from me. When I release free software, it's free software. Period. No friggin' GPL strings attached. -- Quoted from Chemisor on slashdot. I really agree with this viewpoint - just because some company took the code I gave away (which both BSD and GPL licenses allow) and didn't release it back to the community (which the GPL does NOT allow) doesn't mean MY code isn't still available. Which is why I don't write software under the GPl anymore, at most I'll use the LGPL, and usually I prefer the BSD as it's truly free for all - developers, companies and end users. The GPL is only free for developers and end users.