Sunday, November 11, 2007

Mysql 5.0.45 and Leopard

I'm not sure if anyone else has tried to install or use Mysql after upgrading or installing Leopard. Russ Johnson of Angry-Fly.com posted a wonderful short bit of information as to why and how to resolve the problem. It does work, but the Preferences Pane mysql start and stop feature will still not work. Without getting too technical you'll need to start and stop mysql from the command line. Here are the necessary steps to resolve the problem. (Original Post):

Simply type these commands in order to fix it.
1. sudo /usr/local/mysql/bin/safe_mysqld
2. (in a new terminal window) sudo mkdir /var/mysql/
3. sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock

If followed correctly you should now be able to type sudo 'mysql path'/mysql and start the command line executable. I'm not sure if it will help applications like Navicat, etc.

Good luck

Monday, November 5, 2007

Mac OS X 10.5 Leopard

Well I recently received my ADC copy of Leopard and had absolutely no trouble installing the OS. Of course I did not upgrade from Tiger I installed a fresh copy on my MacBook Pro. The only problems I did have were in porting my mail accounts from Tiger mail to Leopard mail. I was able to import my mailboxes themselves but when I tried to actually import that backed up account file it told me there was an error. Essentially I had to setup the accounts again, but its no big deal.

I still don't know how I feel about the menubar and dock. It will probably grow on me... But eh, who can say which is better or worse. I do like some changes such as the screensaver abilities. The mosaic option is definitely impressive. It basically performs color matching on images from your iPhoto library onto a random image and makes a mosaic that zooms out from another image. Very neat. There are a lot of other things I enjoy about it do. Standardized layout between applications for one. That's a nice plus.

A look into Quantum Computing

I don't know how many people have ever listened to the Arapahoe (spelling) High School futurist projection of the graduating class of 2020. But their is direct mention of the invention of a quantum computer capable of running by simply extracting water vapor from the atmosphere and using it as some type of condensed hydraulic power. This might seem pretty far fetched, but is it really? What actually goes into quantum computing? Even recently a group of scientists won the Nobel prize for their creation of a type of quantum memory. I don't know too much more about it than that.

In a normal computer bits are stored inside of registers that make up different functional units of the computer. These bits are processed through various methods of logic and routing that can either perform calculations or manipulate the bits further. We usually think of a bit as a 1 or a 0, cycle between high or low, or even 0 or not zero. Generally the bits are representations of patterns of electrons. In quantum computing it might be possibly for the electron itself to store bit information. Which is an incredibly complicated and abstract few of bit processing if a single sub atomic particle can contain all of the bit information for a single instruction. Bits in quantum mechanics are referred to as qubits (quantum bits) [WIkipedia: quantum computing].

As you could imagine the hardware that might need to handle the qubits would quickly become complicated since electrons have so many varying properties. I've always thought the the computer age should really be the age of the electron. We've basically conquered fire and the rest of our Earthly environment so why not go a step further to say that with modern computing we've actually conquered the electron? I honestly wish I knew more about quantum computing to really give a good post about it, but I don't. This is really just meant as food for thought in the next step in computing. After all, 2020 really isn't that far away.