<?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>zerokernel.com</title>
	<atom:link href="http://zerokernel.com/blog/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://zerokernel.com/blog</link>
	<description>everything you don't need to know (but you are asking anyway)</description>
	<lastBuildDate>Sat, 20 Feb 2010 20:19:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iPhone USB tethering, error 0xE800006B, OSX 64Bit Kernel</title>
		<link>http://zerokernel.com/blog/index.php/2010/02/19/iphone-usb-tethering-error-e800006b/</link>
		<comments>http://zerokernel.com/blog/index.php/2010/02/19/iphone-usb-tethering-error-e800006b/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 18:37:03 +0000</pubDate>
		<dc:creator>polozero</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[64bit OSX]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[tethering]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=175</guid>
		<description><![CDATA[Yeah thats right!, It took me too long to realize that, but its true.
You CAN NOT do usb tethering with a 64Bit Snow Leopard Kernel, I guess the drivers are still 32Bits.
You will not find this info on apple because, first tethering is not available on many countries (yes I have a jailbroken iPhone I&#8217;m [...]


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/09/09/mysql-5-1-38-no-mountable-file-systems-snow-leopard/' rel='bookmark' title='Permanent Link: Mysql 5.1.38 No mountable file systems / Snow Leopard 64bit Kernel'>Mysql 5.1.38 No mountable file systems / Snow Leopard 64bit Kernel</a> <small>So&#8230; you finally decide to search in google about this...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/09/14/cdu-680-snow-leopard/' rel='bookmark' title='Permanent Link: CDU-680 + Snow Leopard'>CDU-680 + Snow Leopard</a> <small>Well the short answer, it works, but in the 32...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Yeah thats right!, It took me too long to realize that, but its true.</p>
<p>You CAN NOT do usb tethering with a 64Bit Snow Leopard Kernel, I guess the drivers are still 32Bits.</p>
<p>You will not find this info on apple because, first tethering is not available on many countries (yes I have a jailbroken iPhone I&#8217;m not ashamed of that), and second the 64bit kernel is still targeted to servers, not users.</p>
<p>But I guess you are a power user <img src='http://zerokernel.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  , so don&#8217;t waste more time trying via usb, and do the tether stuff with bluetooth, it works great <img src='http://zerokernel.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>.</p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/09/09/mysql-5-1-38-no-mountable-file-systems-snow-leopard/' rel='bookmark' title='Permanent Link: Mysql 5.1.38 No mountable file systems / Snow Leopard 64bit Kernel'>Mysql 5.1.38 No mountable file systems / Snow Leopard 64bit Kernel</a> <small>So&#8230; you finally decide to search in google about this...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/09/14/cdu-680-snow-leopard/' rel='bookmark' title='Permanent Link: CDU-680 + Snow Leopard'>CDU-680 + Snow Leopard</a> <small>Well the short answer, it works, but in the 32...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2010/02/19/iphone-usb-tethering-error-e800006b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex: Dynamic Background Image on Canvas (redraw version)</title>
		<link>http://zerokernel.com/blog/index.php/2010/02/18/flex-dynamic-background-image-on-canvas-redraw-version/</link>
		<comments>http://zerokernel.com/blog/index.php/2010/02/18/flex-dynamic-background-image-on-canvas-redraw-version/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 21:51:51 +0000</pubDate>
		<dc:creator>polozero</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[dynamic canvas background]]></category>
		<category><![CDATA[examples]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=164</guid>
		<description><![CDATA[Today I tried to load an image form an url and apply it to a background, well appears like setStyle don&#8217;t have the ability to load an image from URL.
So I had to look another alternative, I load the image using an Loader, but I couldn&#8217;t found a way to apply it to the background [...]


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/11/16/skinning-flex-components/' rel='bookmark' title='Permanent Link: Skinning flex components'>Skinning flex components</a> <small>sometimes when you are customizing the UI of a flex...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/12/29/flex-myths/' rel='bookmark' title='Permanent Link: Flex Myths'>Flex Myths</a> <small>I found a very nice article about misconceptions of flex,...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Today I tried to load an image form an url and apply it to a background, well appears like setStyle don&#8217;t have the ability to load an image from URL.</p>
<p>So I had to look another alternative, I load the image using an Loader, but I couldn&#8217;t found a way to apply it to the background  style, I did a workaround, I draw it on the graphics object, I guess it is helpful because the image is titled, but I will try more options I didn&#8217;t quite like 100% this solution.</p>
<p>IMPORTANT : dont&#8217; forget the security restrictions of doing this, remember that flash can&#8217;t load images from another domain, and www.zerokernel.com is different to zerokenel.com, see Adobe for more information ( <a href="http://www.adobe.com/devnet/flashplayer/articles/flash_player_9_security.pdf">Player 9 restrictions from Adobe &#8211; PDF</a> )</p>
<p>Anyway, here is the demo:</p>
<p><a href="http://zerokernel.com/demos/flex/backgroundChanger/  ">http://zerokernel.com/demos/flex/backgroundChanger/</a></p>
<p>And the code:</p>
<p><a href="http://zerokernel.com/demos/flex/backgroundChanger/BackgroundChanger.zip">http://zerokernel.com/demos/flex/backgroundChanger/BackgroundChanger.zip</a></p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/11/16/skinning-flex-components/' rel='bookmark' title='Permanent Link: Skinning flex components'>Skinning flex components</a> <small>sometimes when you are customizing the UI of a flex...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/12/29/flex-myths/' rel='bookmark' title='Permanent Link: Flex Myths'>Flex Myths</a> <small>I found a very nice article about misconceptions of flex,...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2010/02/18/flex-dynamic-background-image-on-canvas-redraw-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teztoc updated</title>
		<link>http://zerokernel.com/blog/index.php/2009/12/04/teztoc-updated/</link>
		<comments>http://zerokernel.com/blog/index.php/2009/12/04/teztoc-updated/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 20:58:05 +0000</pubDate>
		<dc:creator>Polo Ornelas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=160</guid>
		<description><![CDATA[A good friend of mie has released a library to test individual flex components, its very useful when you build large apps with smaller components because it allows to check exactly how it behaves but without loading the whole app.
You can check the project here:
http://code.google.com/p/teztoc/
I will be posting an example soon


Related posts:Youtube and Flex 3 [...]


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>A good friend of mie has released a library to test individual flex components, its very useful when you build large apps with smaller components because it allows to check exactly how it behaves but without loading the whole app.</p>
<p>You can check the project here:</p>
<p><a style="color: #999966; text-decoration: none;" href="http://code.google.com/p/teztoc/downloads/list" target="_blank">http://code.google.com/p/teztoc/</a></p>
<p>I will be posting an example soon</p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2009/12/04/teztoc-updated/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>8080 Emulator on AS3</title>
		<link>http://zerokernel.com/blog/index.php/2009/12/03/8080-emulator-on-as3/</link>
		<comments>http://zerokernel.com/blog/index.php/2009/12/03/8080-emulator-on-as3/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 17:49:22 +0000</pubDate>
		<dc:creator>Polo Ornelas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=157</guid>
		<description><![CDATA[Yey, a good friend of mine worked on a 8080 emulator, to play space invaders&#8230;
Please go to see it, I bet it will be a cool code xD
http://ozipi.com/?p=129


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Yey, a good friend of mine worked on a 8080 emulator, to play space invaders&#8230;</p>
<p>Please go to see it, I bet it will be a cool code xD</p>
<p><a href="http://ozipi.com/?p=129">http://ozipi.com/?p=129</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2009/12/03/8080-emulator-on-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Psychedelic process</title>
		<link>http://zerokernel.com/blog/index.php/2009/09/21/psychedelic-process/</link>
		<comments>http://zerokernel.com/blog/index.php/2009/09/21/psychedelic-process/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 18:35:26 +0000</pubDate>
		<dc:creator>Polo Ornelas</dc:creator>
				<category><![CDATA[just for fun]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=145</guid>
		<description><![CDATA[I really like this process, To bad is not 64 bit xD


Related posts:CDU-680 + Snow Leopard Well the short answer, it works, but in the 32...
Related posts brought to you by Yet Another Related Posts Plugin.


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/09/14/cdu-680-snow-leopard/' rel='bookmark' title='Permanent Link: CDU-680 + Snow Leopard'>CDU-680 + Snow Leopard</a> <small>Well the short answer, it works, but in the 32...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I really like this process, To bad is not 64 bit xD</p>
<div id="attachment_146" class="wp-caption alignleft" style="width: 450px"><img class="size-full wp-image-146" title="I like this process" src="http://zerokernel.com/blog/wp-content/uploads/2009/09/I_like_this_process.jpg" alt="lsd process in snow leopard" width="440" height="377" /><p class="wp-caption-text">lsd process in snow leopard</p></div>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/09/14/cdu-680-snow-leopard/' rel='bookmark' title='Permanent Link: CDU-680 + Snow Leopard'>CDU-680 + Snow Leopard</a> <small>Well the short answer, it works, but in the 32...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2009/09/21/psychedelic-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex 3 / SVN plugin (subclipse) / change credentials / OS X</title>
		<link>http://zerokernel.com/blog/index.php/2009/09/15/flex-3-svn-plugin-subclipse-change-credentials-osx/</link>
		<comments>http://zerokernel.com/blog/index.php/2009/09/15/flex-3-svn-plugin-subclipse-change-credentials-osx/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 07:03:13 +0000</pubDate>
		<dc:creator>Polo Ornelas</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[flex bulder]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=143</guid>
		<description><![CDATA[For a complex reason I couldn&#8217;t understand the SVN plugin of eclipse don&#8217;t have an interface for delete/update users for repositories, so if you want to change you current user you actually have to delete the &#8220;keyring&#8221;, that is a special file where eclipse saves all the login information of your repositories&#8230; yes&#8230; all the [...]


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/12/29/flex-myths/' rel='bookmark' title='Permanent Link: Flex Myths'>Flex Myths</a> <small>I found a very nice article about misconceptions of flex,...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/11/16/skinning-flex-components/' rel='bookmark' title='Permanent Link: Skinning flex components'>Skinning flex components</a> <small>sometimes when you are customizing the UI of a flex...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>For a complex reason I couldn&#8217;t understand the SVN plugin of eclipse don&#8217;t have an interface for delete/update users for repositories, so if you want to change you current user you actually have to delete the &#8220;keyring&#8221;, that is a special file where eclipse saves all the login information of your repositories&#8230; yes&#8230; all the passwords.</p>
<p>So after a search in google with no luck, I found that the location of the configuration files:<br />
@user.home/Documents/Flex Builder 3/configuration</p>
<p>BUT BEWARE READER&#8230;.</p>
<p>All the configuration files are stored in hidden files, and I mean the filename starts with a &#8220;.&#8221; dot, if you go to the finder you will find nothing&#8230; apparently&#8230; you actually had to dig in your terminal skills (or configure the finder to show hidden files), and delete the damn file:</p>
<p>.keyring</p>
<p>And eclipse will ask for passwords again&#8230; </p>
<p>The worst thing&#8230; you had to enter ALL your passwords again.</p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/12/29/flex-myths/' rel='bookmark' title='Permanent Link: Flex Myths'>Flex Myths</a> <small>I found a very nice article about misconceptions of flex,...</small></li><li><a href='http://zerokernel.com/blog/index.php/2008/11/16/skinning-flex-components/' rel='bookmark' title='Permanent Link: Skinning flex components'>Skinning flex components</a> <small>sometimes when you are customizing the UI of a flex...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2009/09/15/flex-3-svn-plugin-subclipse-change-credentials-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CDU-680 + Snow Leopard</title>
		<link>http://zerokernel.com/blog/index.php/2009/09/14/cdu-680-snow-leopard/</link>
		<comments>http://zerokernel.com/blog/index.php/2009/09/14/cdu-680-snow-leopard/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 06:23:53 +0000</pubDate>
		<dc:creator>Polo Ornelas</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=140</guid>
		<description><![CDATA[Well the short answer, it works, but in the 32 bit kernel, it only gets the red led on 64 bit kernel.
I have searched around google and the Franklin Wireless page and found nothing, so I decided to install, ( I had a clean snow leopard), and it works.
I searched here:
http://www.fklt.com/support.php
There&#8217;s nothing in the forums [...]


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/09/09/mysql-5-1-38-no-mountable-file-systems-snow-leopard/' rel='bookmark' title='Permanent Link: Mysql 5.1.38 No mountable file systems / Snow Leopard 64bit Kernel'>Mysql 5.1.38 No mountable file systems / Snow Leopard 64bit Kernel</a> <small>So&#8230; you finally decide to search in google about this...</small></li><li><a href='http://zerokernel.com/blog/index.php/2010/02/19/iphone-usb-tethering-error-e800006b/' rel='bookmark' title='Permanent Link: iPhone USB tethering, error 0xE800006B, OSX 64Bit Kernel'>iPhone USB tethering, error 0xE800006B, OSX 64Bit Kernel</a> <small>Yeah thats right!, It took me too long to realize...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/09/21/psychedelic-process/' rel='bookmark' title='Permanent Link: Psychedelic process'>Psychedelic process</a> <small>I really like this process, To bad is not 64...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Well the short answer, it works, but in the 32 bit kernel, it only gets the red led on 64 bit kernel.</p>
<p>I have searched around google and the Franklin Wireless page and found nothing, so I decided to install, ( I had a clean snow leopard), and it works.</p>
<p>I searched here:<br />
http://www.fklt.com/support.php</p>
<p>There&#8217;s nothing in the forums or in the page about snow leopard support, so I think the 64 future is uncertain, only time can tell.</p>
<p>So if you are willing to sacrifice the great 64 bit performance for 3G connectionm go ahead, it will work</p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/09/09/mysql-5-1-38-no-mountable-file-systems-snow-leopard/' rel='bookmark' title='Permanent Link: Mysql 5.1.38 No mountable file systems / Snow Leopard 64bit Kernel'>Mysql 5.1.38 No mountable file systems / Snow Leopard 64bit Kernel</a> <small>So&#8230; you finally decide to search in google about this...</small></li><li><a href='http://zerokernel.com/blog/index.php/2010/02/19/iphone-usb-tethering-error-e800006b/' rel='bookmark' title='Permanent Link: iPhone USB tethering, error 0xE800006B, OSX 64Bit Kernel'>iPhone USB tethering, error 0xE800006B, OSX 64Bit Kernel</a> <small>Yeah thats right!, It took me too long to realize...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/09/21/psychedelic-process/' rel='bookmark' title='Permanent Link: Psychedelic process'>Psychedelic process</a> <small>I really like this process, To bad is not 64...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2009/09/14/cdu-680-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql 5.1.38 No mountable file systems / Snow Leopard 64bit Kernel</title>
		<link>http://zerokernel.com/blog/index.php/2009/09/09/mysql-5-1-38-no-mountable-file-systems-snow-leopard/</link>
		<comments>http://zerokernel.com/blog/index.php/2009/09/09/mysql-5-1-38-no-mountable-file-systems-snow-leopard/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 16:41:31 +0000</pubDate>
		<dc:creator>Polo Ornelas</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=137</guid>
		<description><![CDATA[So&#8230; you finally decide to search in google about this problem, it took me 5 tries, before doing it.
So the short answer&#8230; the image for mysql is UDF, and appears like the UDF driver is still 32 bits, and I guess if you are here, is because you are running on the 64bit kernel&#8230;
Well this [...]


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/09/14/cdu-680-snow-leopard/' rel='bookmark' title='Permanent Link: CDU-680 + Snow Leopard'>CDU-680 + Snow Leopard</a> <small>Well the short answer, it works, but in the 32...</small></li><li><a href='http://zerokernel.com/blog/index.php/2010/02/19/iphone-usb-tethering-error-e800006b/' rel='bookmark' title='Permanent Link: iPhone USB tethering, error 0xE800006B, OSX 64Bit Kernel'>iPhone USB tethering, error 0xE800006B, OSX 64Bit Kernel</a> <small>Yeah thats right!, It took me too long to realize...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/09/21/psychedelic-process/' rel='bookmark' title='Permanent Link: Psychedelic process'>Psychedelic process</a> <small>I really like this process, To bad is not 64...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>So&#8230; you finally decide to search in google about this problem, it took me 5 tries, before doing it.</p>
<p>So the short answer&#8230; the image for mysql is UDF, and appears like the UDF driver is still 32 bits, and I guess if you are here, is because you are running on the 64bit kernel&#8230;</p>
<p>Well this is the price for early adopters, you have to boot in 32 bits kernel to be able to mount it on snow leopard</p>
<p>Long history, and a linux workaround (?):</p>
<p>http://forums.mysql.com/read.php?11,278794,278794#msg-278794</p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/09/14/cdu-680-snow-leopard/' rel='bookmark' title='Permanent Link: CDU-680 + Snow Leopard'>CDU-680 + Snow Leopard</a> <small>Well the short answer, it works, but in the 32...</small></li><li><a href='http://zerokernel.com/blog/index.php/2010/02/19/iphone-usb-tethering-error-e800006b/' rel='bookmark' title='Permanent Link: iPhone USB tethering, error 0xE800006B, OSX 64Bit Kernel'>iPhone USB tethering, error 0xE800006B, OSX 64Bit Kernel</a> <small>Yeah thats right!, It took me too long to realize...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/09/21/psychedelic-process/' rel='bookmark' title='Permanent Link: Psychedelic process'>Psychedelic process</a> <small>I really like this process, To bad is not 64...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2009/09/09/mysql-5-1-38-no-mountable-file-systems-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSX Firewire external hard drive disconnecting</title>
		<link>http://zerokernel.com/blog/index.php/2009/09/06/osx-firewire-external-hard-drive-disconnecting/</link>
		<comments>http://zerokernel.com/blog/index.php/2009/09/06/osx-firewire-external-hard-drive-disconnecting/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 22:41:51 +0000</pubDate>
		<dc:creator>Polo Ornelas</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=134</guid>
		<description><![CDATA[Most of the Mac users did a brave thing last week, we all upgrade our OS to the latest and snowiest leopard in town&#8230; some of us with mixed luck&#8230;
The thing that I had troubles with, is a beautiful firewire 800 external disk drive (a gift from a very good friend), appears since I upgraded [...]


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/09/14/cdu-680-snow-leopard/' rel='bookmark' title='Permanent Link: CDU-680 + Snow Leopard'>CDU-680 + Snow Leopard</a> <small>Well the short answer, it works, but in the 32...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/09/09/mysql-5-1-38-no-mountable-file-systems-snow-leopard/' rel='bookmark' title='Permanent Link: Mysql 5.1.38 No mountable file systems / Snow Leopard 64bit Kernel'>Mysql 5.1.38 No mountable file systems / Snow Leopard 64bit Kernel</a> <small>So&#8230; you finally decide to search in google about this...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/03/14/2wire_bridge_mode/' rel='bookmark' title='Permanent Link: 2wire bridge mode'>2wire bridge mode</a> <small>I live in mexico and a lot of times I...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Most of the Mac users did a brave thing last week, we all upgrade our OS to the latest and snowiest leopard in town&#8230; some of us with mixed luck&#8230;</p>
<p>The thing that I had troubles with, is a beautiful firewire 800 external disk drive (a gift from a very good friend), appears since I upgraded begun to disconnect randomly, but with a twist, when it was connected via USB, nothing happen.</p>
<p>I had to tell that I did a clean install of snow leopard (yes you can do it with the upgrade disk).  </p>
<p>When I remember that setting, I realize that all my setting were wiped, so I look into the energy preference panel, and there was my answer, the option &#8220;Put the hard disk(s) to sleep when possible&#8221; was selected, seems like its a firewire disk it actually sends the sleep command.</p>
<p>I disable it for the battery and power adapter profile and my problem was fixed.</p>
<p>Hope this helps to save some time for someone in google.</p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2009/09/14/cdu-680-snow-leopard/' rel='bookmark' title='Permanent Link: CDU-680 + Snow Leopard'>CDU-680 + Snow Leopard</a> <small>Well the short answer, it works, but in the 32...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/09/09/mysql-5-1-38-no-mountable-file-systems-snow-leopard/' rel='bookmark' title='Permanent Link: Mysql 5.1.38 No mountable file systems / Snow Leopard 64bit Kernel'>Mysql 5.1.38 No mountable file systems / Snow Leopard 64bit Kernel</a> <small>So&#8230; you finally decide to search in google about this...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/03/14/2wire_bridge_mode/' rel='bookmark' title='Permanent Link: 2wire bridge mode'>2wire bridge mode</a> <small>I live in mexico and a lot of times I...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2009/09/06/osx-firewire-external-hard-drive-disconnecting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MultiSafari (not a multiple-zoo)</title>
		<link>http://zerokernel.com/blog/index.php/2009/07/16/multisafari-not-a-multiple-zoo/</link>
		<comments>http://zerokernel.com/blog/index.php/2009/07/16/multisafari-not-a-multiple-zoo/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 18:34:46 +0000</pubDate>
		<dc:creator>Polo Ornelas</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[multisafari]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://zerokernel.com/blog/?p=127</guid>
		<description><![CDATA[During the stage of css/html testing you have to test with multiple web browsers and operating systems.
Unfortunately in Mac OS X its a little difficult to have multiple Safari versions, since the Webkit framework is what is updated and webkit is system-wide, you can&#8217;t have both at the same time&#8230;
Until I discover this clever man, [...]


Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2008/12/16/multiple-language-in-pages/' rel='bookmark' title='Permanent Link: Multiple Language in Pages'>Multiple Language in Pages</a> <small>I really hate having the OS in spanish (as probably...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>During the stage of css/html testing you have to test with multiple web browsers and operating systems.</p>
<p>Unfortunately in Mac OS X its a little difficult to have multiple Safari versions, since the Webkit framework is what is updated and webkit is system-wide, you can&#8217;t have both at the same time&#8230;</p>
<p>Until I discover this clever man, who embed the webkit in an app, so you can have your own safari 3 and safari 4 running on your mac&#8230; so you can test everything &#8230; go and download it, you will never regret it:</p>
<p><a href="http://michelf.com/projects/multi-safari/">http://michelf.com/projects/multi-safari/</a></p>


<p>Related posts:<ol><li><a href='http://zerokernel.com/blog/index.php/2008/12/16/multiple-language-in-pages/' rel='bookmark' title='Permanent Link: Multiple Language in Pages'>Multiple Language in Pages</a> <small>I really hate having the OS in spanish (as probably...</small></li><li><a href='http://zerokernel.com/blog/index.php/2009/05/25/youtube-and-flex-3/' rel='bookmark' title='Permanent Link: Youtube and Flex 3'>Youtube and Flex 3</a> <small>A time ago google released an SWF/API to interact with...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://zerokernel.com/blog/index.php/2009/07/16/multisafari-not-a-multiple-zoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
