Doing School all over again?

How would I do School all over again? What would I do? I might study formal arguments or study database design and web architecture. I might even do some pre-med classes (or maybe wilderness medicine with NOLS). But I really wish someone had told me about a degree in outdoor sports and a degree in some other part of the world. Like a minor in Spanish, study in Argentina and then also do a NOLS semester in Patagonia, or a semester with GVI.

For the last 2 years I have been enrolled in the linguistics M.A. Program at UND. It has been a blast. I love linguistics. I love learning. But through this time I have been talking with people who have come to know me and my passion for doing things right organizationally and for seeing things from the "big picture" perspective. These conversations have resulted in people recommending me to look at degrees like an M.B.A. or International Management degree.

As I drive around in the Dallas area I have heard a lot of advertisements from the community college. So investigated it. They have some really cool classes for $41 a credit hour... nice.
I looked up what type of Associates degrees they offer and there are some nice options:

What do I want to do? I want to be able to build the tools I need in linguistics. Some of this involves GIS data, some language data, some linguistics.

And then I would also think about finishing my Aviation Studies to at least have my privat pilots license.

Running and using MySQL On OSX

Installing
The best tutorial for running MySQL on OS X is actually found on the MySQL website.

However, there is a really cool System Preference pane that turns on or off the MySQL server/service. This either only works in OSX 10.5 or in 32-bit mode on OSX 10.6.

I downloaded mysql-5.1.42-osx10.5-x86_64.dmg from MySQL.com and the included preference pane works on OSX 10.6.2. (Even though it says it is for OSX 10.5.)

I just installed it without uninstalling a previous version of MySQL. I was brought over to a New MBP from an older MBP running OSX 10.5 (via Apple Genius at the Apple store), which was running MySQL. So I don’t know if the older version is still there somewhere or if the /local/ folder was not brought over in the transfer.

It seems that I have avoided the issues mentioned here:

Using
As far as editing the MySQL databases there used to be an app called CocoaMySQL. But as the link says the project has been abandoned. I heard it rumored on O’Reilley that it was because the app didn’t keep up with changes mad in MySQL past MySQL version 4.0. So CocoaMySQL can still be used on OSX 10.6 with a MySQL version 4 Database, but not with MySQL version 5.

However, there is an new app called Sequel Pro. It is available on Google Code and boast to work on OSX 10.5 with MySQL version 3-5. (I am about to test it on OS X 10.6, though the application was last updated in Dec. ’09, so it should work on 10.6.)

Of course there is always PhpMyAdmin.

Making a recipe blog

My wife, Becky likes to cook. I like her to cook. She recently started to blog. So I talked her through the MySQL database set up and the installation of her own copy of WordPress on our Dreamhost account. (I must admit that it was a happy day.) One of the things she is doing is writing about what she cooks, with pictures of how it turns out.
“Cool”, says I. But how does one keep track of all the recipes? So I asked her why she was blogging. And she said that one of the reasons was that if she had a fixin’ to use a certain ingredient she would have a place to search to see if she had cooked with that ingredient before and how it turned out.

So I am on the hunt for a recipe plugin or recipe management CMS for her.

So far I have come across OpenEats.
And for Using WordPress itself there is hRecipe.