Restore MySQL Database from ibdata and .frm Files

Last week I was presented with a problem that involved restoring a MySQL database for a client using only the /data folder from an original MySQL installation. The solution turned out to be rather simple, but that didn’t stop me from racking my brain for a few hours. Thus, I thought I’d share my experience [...]

Configure Archive Utility in Mac OS X

Having recently purchased a new MacBook Pro and electing to skip the option of running Migration Assistant to transfer my data and settings, I noticed that a few applications were behaving differently. Over the years I’ve configured quite a few things on my Mac, and eventually I became accustomed to said customizations. One of the [...]

Check if your Mac is 64 bit

Here’s an easy way to determine whether or not your Mac is 64 bit capable. Open Terminal.app, which is located in /Applications/Utilities and type in sysctl hw |grep 64bit. If your machine is 64 bit capable, the result will be hw.cpu64bit_capable: 1 If your machine is not 64 bit capable, the result will be hw.cpu64bit_capable: [...]

Snow Stack 3D CSS

A gentleman by the name of Charles Ying of Satine.org has developed a new 3D CSS visual effects demonstration called Snow Stack, which runs entirely on JavaScript, native WebKit CSS extensions, and XHTML/HTML. If you’re familiar with Cover Flow/Core Animation on the Mac you’ll immediately recognize Snow Stack. In order to run the demo you’ll [...]

I shed a tear for Quicksilver today

Today I uninstalled Quicksilver, in favor of using the LaunchBar 5 beta. It was late 2007 when developer Nicholas Jitkoff released the source to Google Code, and I’ve been hanging on tightly ever since. I understand that the project will continue to be updated, but I’ve come to my wits end, and am done struggling [...]

Windows 7 beta + VMware Fusion 2

So I decided to take advantage of the opportunity to download Windows 7 while I still could, (the beta closes on February 10th), and I’ve been quite impressed thus far. The installation process was a breeze, and I was up and running in less than a half hour. The performance is rather snappy considering I’m [...]