<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PlanetMysql.ru - информация о СУБД MySQL &#187; osx</title>
	<atom:link href="http://planetmysql.ru/category/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetmysql.ru</link>
	<description>Блог о самой популярной СУБД MySQL</description>
	<lastBuildDate>Fri, 10 Sep 2010 11:16:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>dbbenchmark.com – MySQL (basic) connection pool support added</title>
		<link>http://www.dbbenchmark.com/wordpress/2010/09/07/dbbenchmark-com-mysql-basic-connection-pool-support-added/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=dbbenchmark-com-%25e2%2580%2593-mysql-basic-connection-pool-support-added</link>
		<comments>http://www.dbbenchmark.com/wordpress/2010/09/07/dbbenchmark-com-mysql-basic-connection-pool-support-added/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 17:59:21 +0000</pubDate>
		<dc:creator>Matt Reid</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[connection pool]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql server]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[threading]]></category>

		<guid isPermaLink="false">http://www.dbbenchmark.com/wordpress/?p=144</guid>
		<description><![CDATA[In this latest release I&#8217;ve added a basic MySQL connection pool to the benchmarking script which improves the method in which connections to MySQL are handled and reused. In addition, there have been some optimizations made to the thread handler functions for better debug reporting. Download the latest release now and see how your MySQL server performs against the rest of the community! Download here: download page.]]></description>
			<content:encoded><![CDATA[<p>In this latest release I&#8217;ve added a basic MySQL connection pool to the benchmarking script which improves the method in which connections to MySQL are handled and reused. In addition, there have been some optimizations made to the thread handler functions for better debug reporting. Download the latest release now and see how your MySQL server performs against the rest of the community! Download here: <a href="http://www.dbbenchmark.com/wordpress/download/">download page</a>.</p><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=25793&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=25793&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://www.dbbenchmark.com/wordpress/2010/09/07/dbbenchmark-com-mysql-basic-connection-pool-support-added/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dbbenchmark.com – MySQL benchmarking now supports multiple threads!</title>
		<link>http://www.dbbenchmark.com/wordpress/2010/08/30/dbbenchmark-com-mysql-benchmarking-now-supports-multiple-threads/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=dbbenchmark-com-%25e2%2580%2593-mysql-benchmarking-now-supports-multiple-threads</link>
		<comments>http://www.dbbenchmark.com/wordpress/2010/08/30/dbbenchmark-com-mysql-benchmarking-now-supports-multiple-threads/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 20:52:42 +0000</pubDate>
		<dc:creator>Matt Reid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql server]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[threading]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.dbbenchmark.com/wordpress/?p=97</guid>
		<description><![CDATA[We had a very successful weekend of Planet.mysql users submitting their database statistics so I&#8217;ve pushed some code into a new release today so that everyone can benefit from some new features. The biggest change is to the threading logic. Previously the benchmarking script was serializing MySQL operations and only making use of a secondary thread (not the invoking thread) to query the database. Now you have the option of running with &#8220;&#8211;threads=x&#8221; to make use of your multi-core server. A good example of this improvement was on my Macbook Pro; before the threading change it was inserting ~700/sec, after the code change I tried &#8211;threads=4 and saw an improvement to ~900/sec. Rather significant.
Download the new script now and see how your server compares to the ones in the central database!]]></description>
			<content:encoded><![CDATA[<p>We had a very successful weekend of Planet.mysql users submitting their database statistics so I&#8217;ve pushed some code into a new release today so that everyone can benefit from some new features. The biggest change is to the threading logic. Previously the benchmarking script was serializing MySQL operations and only making use of a secondary thread (not the invoking thread) to query the database. Now you have the option of running with &#8220;&#8211;threads=x&#8221; to make use of your multi-core server. A good example of this improvement was on my Macbook Pro; before the threading change it was inserting ~700/sec, after the code change I tried &#8211;threads=4 and saw an improvement to ~900/sec. Rather significant.</p>
<p><a href="http://code.google.com/p/dbbenchmark/downloads/list">Download the new script now</a> and see how your server compares to <a href="http://www.dbbenchmark.com/wordpress/benchmarks/">the ones in the central database</a>!</p><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=25721&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=25721&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://www.dbbenchmark.com/wordpress/2010/08/30/dbbenchmark-com-mysql-benchmarking-now-supports-multiple-threads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is emacs not coloring your Python comments?</title>
		<link>http://feedproxy.google.com/~r/Themattreid/~3/ltcF5CdVAxo/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=is-emacs-not-coloring-your-python-comments</link>
		<comments>http://feedproxy.google.com/~r/Themattreid/~3/ltcF5CdVAxo/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 19:57:52 +0000</pubDate>
		<dc:creator>Matt Reid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://themattreid.com/wordpress/?p=282</guid>
		<description><![CDATA[This is a simple matter with a simple solution that might help someone save time and confusion. Emacs wasn&#8217;t coloring my comments correctly so I went ahead and had it change them to red-italic. If you are having similar issues you can drop the following into your home directory&#8217;s .emacs file. Enjoy. Keep in mind that if you are using emacs in a terminal session as opposed to the X-server gui then you will not see the italics. 

(global-font-lock-mode 1)
(custom-set-variables
 '(gud-gdb-command-name "gdb --annotate=1")
 '(large-file-warning-threshold nil))
(custom-set-faces
 '(font-lock-comment-face ((((class color) (background light)) (:foreground "red" :slant italic)))))

]]></description>
			<content:encoded><![CDATA[<p>This is a simple matter with a simple solution that might help someone save time and confusion. Emacs wasn&#8217;t coloring my comments correctly so I went ahead and had it change them to red-italic. If you are having similar issues you can drop the following into your home directory&#8217;s .emacs file. Enjoy. Keep in mind that if you are using emacs in a terminal session as opposed to the X-server gui then you will not see the italics. </p>
<p><code><br />
(global-font-lock-mode 1)<br />
(custom-set-variables<br />
 '(gud-gdb-command-name "gdb --annotate=1")<br />
 '(large-file-warning-threshold nil))<br />
(custom-set-faces<br />
 '(font-lock-comment-face ((((class color) (background light)) (:foreground "red" :slant italic)))))<br />
</code></p>
<img src="http://feeds.feedburner.com/~r/Themattreid/~4/ltcF5CdVAxo" height="1" width="1" /><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=23654&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=23654&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://feedproxy.google.com/~r/Themattreid/~3/ltcF5CdVAxo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is emacs not coloring your Python comments?</title>
		<link>http://feedproxy.google.com/~r/Themattreid/~3/ltcF5CdVAxo/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=is-emacs-not-coloring-your-python-comments</link>
		<comments>http://feedproxy.google.com/~r/Themattreid/~3/ltcF5CdVAxo/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 19:57:52 +0000</pubDate>
		<dc:creator>Matt Reid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://themattreid.com/wordpress/?p=282</guid>
		<description><![CDATA[This is a simple matter with a simple solution that might help someone save time and confusion. Emacs wasn&#8217;t coloring my comments correctly so I went ahead and had it change them to red-italic. If you are having similar issues you can drop the following into your home directory&#8217;s .emacs file. Enjoy. Keep in mind that if you are using emacs in a terminal session as opposed to the X-server gui then you will not see the italics. 

(global-font-lock-mode 1)
(custom-set-variables
 '(gud-gdb-command-name "gdb --annotate=1")
 '(large-file-warning-threshold nil))
(custom-set-faces
 '(font-lock-comment-face ((((class color) (background light)) (:foreground "red" :slant italic)))))

]]></description>
			<content:encoded><![CDATA[<p>This is a simple matter with a simple solution that might help someone save time and confusion. Emacs wasn&#8217;t coloring my comments correctly so I went ahead and had it change them to red-italic. If you are having similar issues you can drop the following into your home directory&#8217;s .emacs file. Enjoy. Keep in mind that if you are using emacs in a terminal session as opposed to the X-server gui then you will not see the italics. </p>
<p><code><br />
(global-font-lock-mode 1)<br />
(custom-set-variables<br />
 '(gud-gdb-command-name "gdb --annotate=1")<br />
 '(large-file-warning-threshold nil))<br />
(custom-set-faces<br />
 '(font-lock-comment-face ((((class color) (background light)) (:foreground "red" :slant italic)))))<br />
</code></p>
<img src="http://feeds.feedburner.com/~r/Themattreid/~4/ltcF5CdVAxo" height="1" width="1" /><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=23654&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=23654&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://feedproxy.google.com/~r/Themattreid/~3/ltcF5CdVAxo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some friendly advice for bootstrapping your OSS project</title>
		<link>http://www.lenzg.net/archives/284-Some-friendly-advice-for-bootstrapping-your-OSS-project.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=some-friendly-advice-for-bootstrapping-your-oss-project</link>
		<comments>http://www.lenzg.net/archives/284-Some-friendly-advice-for-bootstrapping-your-OSS-project.html#comments</comments>
		<pubDate>Thu, 29 Oct 2009 20:12:00 +0000</pubDate>
		<dc:creator>Lenz Grimmer</dc:creator>
				<category><![CDATA[Compiling]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[collaborating]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[contributing]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[groupware]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[mailinglist]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[packaging]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[writings]]></category>

		<guid isPermaLink="false">http://www.lenzg.net/archives/284-guid.html</guid>
		<description><![CDATA[So you're a small startup company, ready to go live with your product, which you intend to distribute under an Open Source License. Congratulations, you made a wise decision! Your developers have been hacking away frantically, getting the code in good shape for the initial launch. Now it's time to look into what else needs to be built and setup, so you're ready to welcome the first members of your new community and to ensure they are coming back!
Keep the following saying in mind, which especially holds true in the Open Source world: &#34;You never get a second chance to make a first impression!&#34;. While the most important thing is of course to have a compelling and useful product, this blog post is an attempt to highlight some other aspects about community building and providing the adequate infrastructure. This insight is based on my own experiences and my  observations from talking with many people involved in OSS startups and projects. Continue reading "Some friendly advice for bootstrapping your OSS project"]]></description>
			<content:encoded><![CDATA[<p>So you're a small startup company, ready to go live with your product, which you intend to distribute under an <a href="http://opensource.org/">Open Source</a> License. Congratulations, you made a wise decision! Your developers have been hacking away frantically, getting the code in good shape for the initial launch. Now it's time to look into what else needs to be built and setup, so you're ready to welcome the first members of your new community and to ensure they are coming back!</p>
<p>Keep the following saying in mind, which especially holds true in the Open Source world: &quot;<em>You never get a second chance to make a first impression!</em>&quot;. While the most important thing is of course to <strong>have a compelling and useful product</strong>, this blog post is an attempt to highlight some other aspects about community building and providing the adequate infrastructure. This insight is based on my own experiences and my  observations from talking with many people involved in OSS startups and projects.</p> <br /><a href="http://www.lenzg.net/archives/284-Some-friendly-advice-for-bootstrapping-your-OSS-project.html#extended">Continue reading "Some friendly advice for bootstrapping your OSS project"</a><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=21991&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=21991&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://www.lenzg.net/archives/284-Some-friendly-advice-for-bootstrapping-your-OSS-project.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes for installing MySQL 5.4.2 on OSX 10.5.8 PPC</title>
		<link>http://feedproxy.google.com/~r/Themattreid/~3/_8bFOcPfgAE/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=notes-for-installing-mysql-5-4-2-on-osx-10-5-8-ppc</link>
		<comments>http://feedproxy.google.com/~r/Themattreid/~3/_8bFOcPfgAE/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 04:30:06 +0000</pubDate>
		<dc:creator>Matt Reid</dc:creator>
				<category><![CDATA[5.4]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[mysql server]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://themattreid.com/wordpress/?p=228</guid>
		<description><![CDATA[Some notes from my recent installation of MySQL 5.4.2-beta on a PPC G5 box running OSX 10.5.8. Hopefully these notes will save someone a bit of time when they begin the &#8220;I want to make my mac a development box&#8221; process. I&#8217;m not going to cover installing/configuring Apache and PHP since the web is full of those articles already.  So, first things first,  I downloaded the pkg file  &#8211; not the tarball &#8211; from the MySQL downloads site and installed the following files in the following order:

mysql-5.4.2-beta-osx10.5-powerpc-64bit.pkg
MySQLStartupItem.pkg
MySQL.prefPane

CNF File Settings
Here are some interesting settings that you may want to be aware of with 5.4 and OSX

Do not set innodb_flush_method=fdatasync &#8211; it&#8217;s not a valid option, and the default after install is actually blank.
Do not set &#8220;nice = value&#8221; in the [mysqld_safe] section as this is not recognized and give the error &#8216;nice: illegal option &#8212; -&#8216;
Set the variable lower_case_table_names=2 because the HFS+ file system is case insensitive &#8211; isn&#8217;t that special.
The variable &#8216;log_slow_queries&#8217; will work but you should use &#8217;slow_query_log&#8217; or &#8217;slow_query_log_file&#8217; instead since it&#8217;s getting removed in *gasp* MySQL 7.0 so we do have a bit of time before that becomes something to be concerned about but you will see it in the error log if you don&#8217;t correct it now.

Preference Pane service controller
In order to get the Preference Pane controller to work (if you are getting the following error in /var/log/system.log &#8211; &#8220;Could not setup Mach task special port 9: (os/kern) no access&#8221;) you need to correct the permissions for the installation directory as such
(root@g5)-(/usr/local)-
shell&#62; chown -R _mysql:wheel /usr/local/mysql*
This will still generate the &#8216;(os/kern) no access&#8216; message in the system.log but the server will be started/stopped by the pane controller and that&#8217;s what we really care about. There may be some more notes along the way as I&#8217;m going to be testing 5.4 quite a bit for various application related matters.
]]></description>
			<content:encoded><![CDATA[<p>Some notes from my recent installation of MySQL 5.4.2-beta on a PPC G5 box running OSX 10.5.8. Hopefully these notes will save someone a bit of time when they begin the &#8220;I want to make my mac a development box&#8221; process. I&#8217;m not going to cover installing/configuring Apache and PHP since the web is full of those articles already.  So, first things first,  I downloaded the pkg file  &#8211; not the tarball &#8211; from the MySQL downloads site and installed the following files in the following order:</p>
<ol>
<li>mysql-5.4.2-beta-osx10.5-powerpc-64bit.pkg</li>
<li>MySQLStartupItem.pkg</li>
<li>MySQL.prefPane</li>
</ol>
<p><strong>CNF File Settings</strong></p>
<p>Here are some interesting settings that you may want to be aware of with 5.4 and OSX</p>
<ul>
<li>Do not set innodb_flush_method=fdatasync &#8211; it&#8217;s not a valid option, and the default after install is actually blank.</li>
<li>Do not set &#8220;nice = <em>value</em>&#8221; in the [mysqld_safe] section as this is not recognized and give the error &#8216;<em>nice: illegal option &#8212; -</em>&#8216;</li>
<li>Set the variable lower_case_table_names=2 because the HFS+ file system is case insensitive &#8211; isn&#8217;t that special.</li>
<li>The variable &#8216;log_slow_queries&#8217; will work but you should use &#8217;slow_query_log&#8217; or &#8217;slow_query_log_file&#8217; instead since it&#8217;s getting removed in *gasp* MySQL 7.0 so we do have a bit of time before that becomes something to be concerned about but you will see it in the error log if you don&#8217;t correct it now.</li>
</ul>
<p><strong>Preference Pane service controller</strong></p>
<p>In order to get the Preference Pane controller to work (if you are getting the following error in /var/log/system.log &#8211; &#8220;Could not setup Mach task special port 9: (os/kern) no access&#8221;) you need to correct the permissions for the installation directory as such<br />
<code>(root@g5)-(/usr/local)-<br />
shell&gt; chown -R _mysql:wheel /usr/local/mysql*</code></p>
<p>This will still generate the &#8216;<em>(os/kern) no access</em>&#8216; message in the system.log but the server will be started/stopped by the pane controller and that&#8217;s what we really care about. There may be some more notes along the way as I&#8217;m going to be testing 5.4 quite a bit for various application related matters.</p>
<img src="http://feeds.feedburner.com/~r/Themattreid/~4/_8bFOcPfgAE" height="1" width="1" /><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=21437&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=21437&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://feedproxy.google.com/~r/Themattreid/~3/_8bFOcPfgAE/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Must-have / essential applications on Mac OS X (10.6 &#8211; Snow Leopard)</title>
		<link>http://blogs.sun.com/trentlloyd/entry/must_have_applications_on_mac?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=must-have-essential-applications-on-mac-os-x-10-6-snow-leopard</link>
		<comments>http://blogs.sun.com/trentlloyd/entry/must_have_applications_on_mac#comments</comments>
		<pubDate>Tue, 01 Sep 2009 17:59:30 +0000</pubDate>
		<dc:creator>Trent Lloyd</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[essentials]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://blogs.sun.com/trentlloyd/entry/must_have_applications_on_mac</guid>
		<description><![CDATA[This is a bit of a side-step from directly MySQL related information .. but I found myself installing Snow Leopard on my MacBook Pro today (which I use for pretty much everything) and every-time I do I have to try and remember all the applications I use.  And I thought I would share them as I've found it useful you can pick up on things other people use.  So here it is!


I have marked the applications which cost money with a green dollar symbol ($) and hyperlinked all the project names for convenience. 



 iLife 2009 - iTunes, iPhoto, iMovie $
 Built-in Mac Applications - Mail, Safari, Terminal
 iWork 2009 - Office Suite - Pages, Numbers, Keynote $
 TextMate - Text Editor $
 VisualHub - Video Conversion - Use this for converting videos to watch on my iPhone/iPod touch .. no longer for sale but apparently you can download it for free now $
 Transmit - FTP client $
 VMware Fusion - Virtualization - for testing and Windows $
 World of Goo - Game - Possibly the most awesome game ever (via Macheist) $
 Skype - VoIP - We use SkypeOut alot in the support team for calling customers world-wide.
 Adium - Instant Messaging - MSN, Google Talk, Jabber
 X-Chat Aqua - IRC - used for work, prefer a graphical client with sound and growl capability for work.. use irssi on a remote server for personal IRC
 MacPorts - BSD Ports-style for Mac - Applications: bzr, mtr
 Growl - Desktop notifications - also Prowl for forwarding them to my iPhone
 Perian - Video Codecs - for Quicktime
 VLC - Video Player - I use this for watching most videos anyway
 Cisco VPN Client - Used for work (not freely distributed)
 Arduino - For all my Arduino electronics hacking.. for more details see my Geek My Ride page
 EAGLE - PCB Design
 SeaShore - Image Editor - based on the GIMP, but was a Mac UI.. great for simple edits.
 iStat Menus - Menubar System Stats - not yet working on Snow Leopard (will soon) - highly recommended... also lets you replace the menu clock with one that drops down to show a calendar and other timezones.



That's it! I hope some of you find some useful applications in there.


- Trent]]></description>
			<content:encoded><![CDATA[<p>This is a bit of a side-step from directly MySQL related information .. but I found myself installing <a href="http://www.apple.com/macosx/">Snow Leopard</a> on my MacBook Pro today (which I use for pretty much everything) and every-time I do I have to try and remember all the applications I use.  And I thought I would share them as I've found it useful you can pick up on things other people use.  So here it is!</p>


<p>I have marked the applications which cost money with a green dollar symbol ($) and hyperlinked all the project names for convenience. </p>


<p><ul><br/>
 <li><a href="http://www.apple.com/ilife/">iLife 2009</a> - iTunes, iPhoto, iMovie $</li><br/>
 <li>Built-in Mac Applications - Mail, Safari, Terminal</li><br/>
 <li><a href="http://www.apple.com/iwork/">iWork 2009</a> - Office Suite - Pages, Numbers, Keynote $</li><br/>
 <li><a href="http://macromates.com/">TextMate</a> - Text Editor $</li><br/>
 <li><a href="http://www.techspansion.com/">VisualHub</a> - Video Conversion - Use this for converting videos to watch on my iPhone/iPod touch .. no longer for sale but apparently you can download it for free now $</li><br/>
 <li><a href="http://www.panic.com/transmit/">Transmit</a> - FTP client $</li><br/>
 <li><a href="http://www.vmware.com/products/fusion/">VMware Fusion</a> - Virtualization - for testing and Windows $</li><br/>
 <li><a href="http://worldofgoo.com/">World of Goo</a> - Game - Possibly the most awesome game ever (via <a href="http://www.macheist.com/">Macheist</a>) $</li><br/>
 <li><a href="http://www.skype.com/">Skype</a> - VoIP - We use SkypeOut alot in the support team for calling customers world-wide.</li><br/>
 <li><a href="http://adium.im/">Adium</a> - Instant Messaging - MSN, Google Talk, Jabber</li><br/>
 <li><a href="http://sourceforge.net/projects/xchataqua/">X-Chat Aqua</a> - IRC - used for work, prefer a graphical client with sound and growl capability for work.. use irssi on a remote server for personal IRC</li><br/>
 <li><a href="http://www.macports.org/">MacPorts</a> - BSD Ports-style for Mac - Applications: bzr, mtr</li><br/>
 <li><a href="http://growl.info/">Growl</a> - Desktop notifications - also Prowl for forwarding them to my iPhone</li><br/>
 <li><a href="http://perian.org/">Perian</a> - Video Codecs - for Quicktime</li><br/>
 <li><a href="http://www.videolan.org/vlc/">VLC</a> - Video Player - I use this for watching most videos anyway</li><br/>
 <li>Cisco VPN Client - Used for work (not freely distributed)</li><br/>
 <li><a href="http://arduino.cc/">Arduino</a> - For all my Arduino electronics hacking.. for more details see my <a href="http://www.geekmyride.org/wiki/index.php/Trent's_Magna">Geek My Ride page</a></li><br/>
 <li><a href="http://www.cadsoft.de/">EAGLE</a> - PCB Design</a></li><br/>
 <li><a href="http://seashore.sourceforge.net/">SeaShore</a> - Image Editor - based on the GIMP, but was a Mac UI.. great for simple edits.</li><br/>
 <li><a href="http://www.islayer.com/apps/istatmenus/">iStat Menus</a> - Menubar System Stats - not yet working on Snow Leopard (will soon) - highly recommended... also lets you replace the menu clock with one that drops down to show a calendar and other timezones.</li><br/>
</ul></p>


<p>That's it! I hope some of you find some useful applications in there.</p>


<p>- Trent</p><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=20889&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=20889&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://blogs.sun.com/trentlloyd/entry/must_have_applications_on_mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
