<?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>moonlee.org &#187; Geek</title>
	<atom:link href="http://moonlee.org/category/geek/feed/" rel="self" type="application/rss+xml" />
	<link>http://moonlee.org</link>
	<description>hey, don&#039;t panic.</description>
	<lastBuildDate>Sun, 18 Jul 2010 20:13:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Getting it straight.</title>
		<link>http://moonlee.org/2010/02/getting-it-straight/</link>
		<comments>http://moonlee.org/2010/02/getting-it-straight/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 04:29:34 +0000</pubDate>
		<dc:creator>moon</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://moonlee.org/?p=649</guid>
		<description><![CDATA[Not the most scintillating material for those who don&#8217;t sling code, but I thought I&#8217;d write a quick post extolling my new development workflow for 2010. Having spent most, if not all of 2009, in a coding frenzy for my clients, small and large inefficiencies really slowed me down. I have a variety of projects [...]


Related posts:<ol><li><a href='http://moonlee.org/2007/08/mac-development-tools/' rel='bookmark' title='Permanent Link: Mac Development Tools'>Mac Development Tools</a></li>
<li><a href='http://moonlee.org/2007/02/riding-on-rails/' rel='bookmark' title='Permanent Link: Riding on Rails'>Riding on Rails</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://moonlee.org/wp-content/uploads/2010/02/generic-stack-icon.png" alt="" title="generic-stack-icon" width="80" height="108" class="alignright size-full wp-image-654" />Not the most scintillating material for those who don&#8217;t sling code, but I thought I&#8217;d write a quick post extolling my new development workflow for 2010. Having spent most, if not all of 2009, in a coding frenzy for my clients, small and large inefficiencies really slowed me down. I have a variety of projects and spend time coding in many different languages and platforms including Python/Django, Ruby/Rails, PHP/Wordpress/*, Javascript/CSS/HTML, and even some Perl now and then. Some of these projects have development environments, some do not. Some are under version control, and others are not. Some I develop on local machines in my office, others I have to develop on remote servers. Somehow it all worked, but I knew I wanted to streamline and optimize things a bit from a development perspective and really gain efficiencies from a common toolchain.</p>
<p>So first I decided to consolidate all my development locally on my <a href="http://moonlee.org/2009/09/the-beast/">HackPro</a> workstation, which is more than up to the task. But running all these different platforms and frameworks on my mac was a bit daunting; using the stock apache has always been a bit of a pain and compiling and configuring my own builds on the mac just seemed masochistic. Enter <a href="http://bitnami.org">Bitnami</a> stacks &#8212; self-contained development environments including Apache + MySQL + Rails/Django/PHP, with an amazing selection of every major platform built using these frameworks. Excellent&#8230; an atomic Apache + MySQL build for every development environment was exactly what I was looking for. And, as a bonus, once it&#8217;s installed, it&#8217;s portable: I can easily zip it up, copy it over to my MacBook, and take it with me without missing a beat. Bliss.</p>
<p>Oh, they also provide VM images and EC2 cloud instances if that&#8217;s more your thing.</p>
<p><span id="more-649"></span></p>
<p>Next task: accessing the utilities, libraries, and shell tools that I&#8217;m accustomed to developing with on Linux. For this, <a href="http://www.macports.org">MacPorts</a> is a must-have. With a few short commands, you can compile and install your own Perl, ImageMagick, ghostscript, etc., and all their dependencies in just a few minutes. Truly awesome.</p>
<p>Last thing on the agenda is getting everything in version control. That was pretty easy: I have a few <a href="http://slicehost.com">Slicehost</a> servers and it was not problem to set up a remote repository for my unversioned client code. If Slicehost isn&#8217;t your thing, there are services like <a href="http://beanstalkapp.com/">Beanstalk</a> too for Subversion hosting. All of the repositories I work with are Subversion based, and I&#8217;ve traditionally used the shell to manage my repositories. But this year, I&#8217;ve decided to look into some graphical SVN clients to see if they make managing my repositories and working directories any easier. The two main contenders on the Mac right now are <a href="http://versionsapp.com/">Versions</a> and <a href="http://www.zennaware.com/cornerstone/">Cornerstone</a>; while quite close functionally, Versions seems to have the edge on the UI and polish, while Cornerstone has a bit more for advanced users. I&#8217;m using Cornerstone right now, and have been fairly impressed. Jury&#8217;s still out as I haven&#8217;t used it too much, and I&#8217;ve noticed the absence of some critical commands, e.g &#8220;svn merge&#8221; and &#8220;svn switch&#8221;. But it&#8217;s got most of the stuff I need, which might be enough, I certainly don&#8217;t mind using the shell for the heavy lifting. And I certainly do like a common interface to access all my repositories across a variety of remote servers.</p>
<p>Throw in your favorite editor, <a href="http://macromates.com/">Textmate</a>, Vim, Coda, or whatever, and now you&#8217;re cooking with gas! So that&#8217;s what I&#8217;ve got so far, and so far it&#8217;s been working pretty well. Develop on a mac? What works for you?</p>


<p>Related posts:<ol><li><a href='http://moonlee.org/2007/08/mac-development-tools/' rel='bookmark' title='Permanent Link: Mac Development Tools'>Mac Development Tools</a></li>
<li><a href='http://moonlee.org/2007/02/riding-on-rails/' rel='bookmark' title='Permanent Link: Riding on Rails'>Riding on Rails</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://moonlee.org/2010/02/getting-it-straight/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac 10.6 LCD Font Smoothing Bug</title>
		<link>http://moonlee.org/2009/11/mac-10-6-lcd-font-smoothing-bug/</link>
		<comments>http://moonlee.org/2009/11/mac-10-6-lcd-font-smoothing-bug/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 03:26:05 +0000</pubDate>
		<dc:creator>moon</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://moonlee.org/?p=638</guid>
		<description><![CDATA[For anyone out there using Snow Leopard (10.6) on their Mac with a 3rd party monitor (I use Samsung flat panels), you may notice your text seems harder to read. I personally realized that after a few long coding sessions in front of the Mac my eyes started completely bugging out after a few hours. [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://moonlee.org/wp-content/uploads/2009/11/smooth.png" rel="shadowbox[post-638];player=img;"><img class="alignright size-full wp-image-639" title="smooth" src="http://moonlee.org/wp-content/uploads/2009/11/smooth.png" alt="smooth" width="272" height="169" /></a>For anyone out there using Snow Leopard (10.6) on their Mac with a 3rd party monitor (I use Samsung flat panels), you may notice your text seems harder to read. I personally realized that after a few long coding sessions in front of the Mac my eyes started completely bugging out after a few hours. Somehow the fonts never seemed to render right, but I thought I was imagining things. But no, it turns out I wasn&#8217;t: there&#8217;s a bug in the 10.6 LCD sub-pixel font smoothing setting when using your Mac with certain 3rd party monitors. In the &#8220;Appearance&#8221; setting, you&#8217;ll notice 10.6 has a simplified smoothing setting which simply offers to enable LCD font smoothing if its available. This is different from previous versions which allowed you to set this property manually, and it probably wouldn&#8217;t be a problem if it actually worked.</p>
<p>To manually enable it, just use this terminal command:</p>
<pre class="brush: bash;">defaults -currentHost write -globalDomain AppleFontSmoothing -int 2</pre>
<p>As you can see from the picture, this setting makes quite a difference. Well this change is literally a welcome relief for the old eyeballs.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://moonlee.org/2009/11/mac-10-6-lcd-font-smoothing-bug/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMware Fusion 3: Awesome</title>
		<link>http://moonlee.org/2009/11/vmware-fusion-3-awesome/</link>
		<comments>http://moonlee.org/2009/11/vmware-fusion-3-awesome/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 23:03:46 +0000</pubDate>
		<dc:creator>moon</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://moonlee.org/?p=620</guid>
		<description><![CDATA[For those of you running Mac OS X and some sort of virtualization software, I&#8217;m happy to report that the VMware Fusion upgrade is a noticeable improvement over an already solid product. While most of the work seems to have gone into the ease-of-use of the management, configuration and migration tools, there have been some [...]


Related posts:<ol><li><a href='http://moonlee.org/2009/09/comcast-hopefully-a-trend/' rel='bookmark' title='Permanent Link: Comcast: hopefully a trend'>Comcast: hopefully a trend</a></li>
<li><a href='http://moonlee.org/2009/11/pajamas-not-just-for-sleeping/' rel='bookmark' title='Permanent Link: Pajamas: Not just for sleeping'>Pajamas: Not just for sleeping</a></li>
<li><a href='http://moonlee.org/2009/11/happy-autumn/' rel='bookmark' title='Permanent Link: Happy Autumn'>Happy Autumn</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vmware.com/products/fusion/"><img class="alignright size-thumbnail wp-image-621" title="fusion" src="http://moonlee.org/wp-content/uploads/2009/11/fusion-100x100.png" alt="fusion" width="100" height="100" /></a>For those of you running Mac OS X and some sort of virtualization software, I&#8217;m happy to report that the VMware Fusion upgrade is a noticeable improvement over an already solid product. While most of the work seems to have gone into the ease-of-use of the management, configuration and migration tools, there have been some significant performance improvements as well under the hood, including full support for 64-bit on the host Mac, improved 3D acceleration, and general improved performance on the guest VMs. Running XP on this version is much more responsive than on 2.x, and running Windows 7 RC handles aero glass effects without a problem.</p>
<div id="attachment_623" class="wp-caption aligncenter" style="width: 310px"><a href="http://moonlee.org/wp-content/uploads/2009/11/Screen-shot-2009-11-03-at-4.44.11-PM.png" rel="shadowbox[post-620];player=img;"><img class="size-medium wp-image-623" title="Screen shot 2009-11-03 at 4.44.11 PM" src="http://moonlee.org/wp-content/uploads/2009/11/Screen-shot-2009-11-03-at-4.44.11-PM-300x242.png" alt="Improved VM Management Interface" width="300" height="242" /></a><p class="wp-caption-text">Improved VM Management Interface</p></div>
<p>Generally, I haven&#8217;t been disappointed by Fusion yet, and v3 continues to build on and improve a great product. Their VM setup sequences make hands-free installations pretty easy, and they&#8217;ve even improved their Linux install process with automated VMware Tools installs as well. Throw in improved mac filesystem integration, a new menubar applet, and a high degree of customization, v3 does a nice job of striking that balance between the power and casual user in a single package. I&#8217;m definitely impressed.</p>
<p style="text-align: center;">
<div id="attachment_624" class="wp-caption aligncenter" style="width: 227px"><a href="http://moonlee.org/wp-content/uploads/2009/11/Screen-shot-2009-11-03-at-4.55.38-PM.png" rel="shadowbox[post-620];player=img;"><img class="size-medium wp-image-624" title="Screen shot 2009-11-03 at 4.55.38 PM" src="http://moonlee.org/wp-content/uploads/2009/11/Screen-shot-2009-11-03-at-4.55.38-PM-217x300.png" alt="Better Host OS Integration" width="217" height="300" /></a><p class="wp-caption-text">Better Host OS Integration</p></div>
<p>If you&#8217;re running Fusion 3, drop a line and let me know what you think.</p>


<p>Related posts:<ol><li><a href='http://moonlee.org/2009/09/comcast-hopefully-a-trend/' rel='bookmark' title='Permanent Link: Comcast: hopefully a trend'>Comcast: hopefully a trend</a></li>
<li><a href='http://moonlee.org/2009/11/pajamas-not-just-for-sleeping/' rel='bookmark' title='Permanent Link: Pajamas: Not just for sleeping'>Pajamas: Not just for sleeping</a></li>
<li><a href='http://moonlee.org/2009/11/happy-autumn/' rel='bookmark' title='Permanent Link: Happy Autumn'>Happy Autumn</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://moonlee.org/2009/11/vmware-fusion-3-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CA Security Suite harmful to jQuery</title>
		<link>http://moonlee.org/2009/10/ca-security-suite-harmful-to-jquery/</link>
		<comments>http://moonlee.org/2009/10/ca-security-suite-harmful-to-jquery/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 02:04:33 +0000</pubDate>
		<dc:creator>moon</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://moonlee.org/?p=598</guid>
		<description><![CDATA[Today I had the somewhat tedious task of debugging a client&#8217;s site that uses jQuery for a variety of dynamic UI features, including extensive use of AJAX, which simply refused to function while running in a browser on a computer that had CA Internet Security Suite (CAISS) running, specifically with its browser protection features enabled. [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://moonlee.org/wp-content/uploads/2009/10/lemon.png" rel="shadowbox[post-598];player=img;"><img class="alignright size-thumbnail wp-image-600" title="lemon" src="http://moonlee.org/wp-content/uploads/2009/10/lemon-69x100.png" alt="lemon" width="69" height="100" /></a>Today I had the somewhat tedious task of debugging a client&#8217;s site that uses jQuery for a variety of dynamic UI features, including extensive use of AJAX, which simply refused to function while running in a browser on a computer that had CA Internet Security Suite (CAISS) running, specifically with its browser protection features enabled.</p>
<p>Basically, by way of some trial and error through the settings, I discovered that if I left the CAISS pop-up blocker enabled, a lot of the javascript simply stopped in its tracks. In particular, I noticed that using any  jQuery effects with timers (e.g. $().toggle(500)) or AJAX requests that had timeouts set would fail. By using Firefox coupled with the Firebug plugin (Firebug is AMAZING, thank you Joe Hewitt et. al.), I was able to ascertain the following interesting clues:</p>
<ul>
<li>The CAISS popup blocker works by injecting a javascript file load into every HTML page the browser receives, and serves that page from a local webserver that runs on your local computer on a high port.</li>
<li>This javascript file, xpopup.js, does a number of cute things, but most noticeably, it wraps the browsers setTimeout and setInterval and intercepts any code calls to these two functions.</li>
<li>The wrapper&#8217;s job is essentially to disable window.open() before allowing any code passed to setTimeout or setInterval to execute. I suppose this is because a lot of sites attempt to circumvent popup blockers by placing timers on their popups.</li>
</ul>
<p>Well, normally, I suppose this is a fine strategy and shouldn&#8217;t interfere with my client&#8217;s code as it doesn&#8217;t open any new windows. So, the wrapper should just execute the code, right? Unfortunately, no. The wrapper is busted and appears to balk at executing any code passed to it that contains newlines. I suppose CA assumed that no one would <em>actually</em> think to call setInterval with a multiline function right? Anyway, yes, jQuery does a lot of this.</p>
<p>After attempting to get my code to somehow play nice with the offending code, I found that it wasn&#8217;t possible. What was trivial, however, was simply disabling the blocker&#8217;s wrapper with a few lines of javascript:</p>
<pre class="brush: jscript;">
$('document').ready(function() {
  if(window._orig_windowSetTimeout !== undefined)
    window.setTimeout = _orig_windowSetTimeout;
  if(window._orig_windowSetInterval !== undefined)
    window.setInterval = _orig_windowSetInterval;
});
</pre>
<p>So not only was the blocker buggy, it&#8217;s trivial to circumvent anyway. Nice work there CA.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://moonlee.org/2009/10/ca-security-suite-harmful-to-jquery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Comcast: hopefully a trend</title>
		<link>http://moonlee.org/2009/09/comcast-hopefully-a-trend/</link>
		<comments>http://moonlee.org/2009/09/comcast-hopefully-a-trend/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 18:46:03 +0000</pubDate>
		<dc:creator>moon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Journal]]></category>

		<guid isPermaLink="false">http://moonlee.org/?p=576</guid>
		<description><![CDATA[I don&#8217;t know whether this is an isolated incident that can simply be attributed to luck, or if I&#8217;m simply witnessing a slow change in the level of service by the behemoth known as Comcast, but I&#8217;m hoping it&#8217;s the latter. A few days ago, I noticed a considerable dropoff in my broadband throughput and [...]


Related posts:<ol><li><a href='http://moonlee.org/2009/11/vmware-fusion-3-awesome/' rel='bookmark' title='Permanent Link: VMware Fusion 3: Awesome'>VMware Fusion 3: Awesome</a></li>
<li><a href='http://moonlee.org/2010/06/like-yesterday-and-not/' rel='bookmark' title='Permanent Link: Like yesterday. And not.'>Like yesterday. And not.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know whether this is an isolated incident that can simply be attributed to luck, or if I&#8217;m simply witnessing a slow change in the level of service by the behemoth known as Comcast, but I&#8217;m hoping it&#8217;s the latter. A few days ago, I noticed a considerable dropoff in my broadband throughput and wasn&#8217;t able to figure out the cause. I called Comcast, had a fairly pleasant conversation with a CS tech rep who was able to dispatch a field tech out to me first thing the next morning (not too bad considering I called fairly late in the evening).</p>
<div class="wp-caption aligncenter" style="width: 310px"><img title="speedtest-slow" src="http://www.speedtest.net/result/576572487.png" alt="Waaaa! Only 3Mb/s?! What is this... DSL?" width="300" height="135" /><p class="wp-caption-text">Waaaa! Only 3Mb/s?! What is this... DSL?</p></div>
<p>Now, for those who have had experience with Comcast techs, especially the contractors, you know it&#8217;s very hit and miss; usually miss. I&#8217;ve dealt with lots of them in various cities, and I was expecting a fairly similar experience, which usually involves some hand-waving and wire-wiggling combined with a BS explanation that doesn&#8217;t fix the problem. Well, holy cow, I ran into like the rockstar of techs this morning. Point-by-point, he ran tests on every point of the line, adjusted the signal where necessary to bring it within tolerances, made sure everything was working to spec, and then for good measure he noticed my drop cable from the pole was very old and poorly shielded, so he even ran a new cable to the house. I had been resigned to the reality that I&#8217;d probably never be able to get that replaced, but he just shook his head and said, &#8220;Why didn&#8217;t this get replaced before?&#8221; I know, that&#8217;s a good question, right?</p>
<p><span id="more-576"></span></p>
<p>Eventually, we nailed the cause of the problem, which turned out to be interference on my 802.11n 5ghz wireless band that was killing the throughput beyond 15 or 20 feet from the access point. Ok, so it wasn&#8217;t even an issue with the cable. But this guy totally spent a lot of time making sure everything was perfect with the cable regardless. Then for good measure, he left me his direct number and told me not to hesitate to call if I had any other problems. I felt like I was in the twilight zone.</p>
<p>After I complimented him as he was wrapping up for going &#8220;above and beyond,&#8221; he just shrugged and said, &#8220;just doing my job&#8221;. While this may be true, it just says something about the other techs and contractors out there, doesn&#8217;t it?</p>
<p>After adjusting some properties on my routers I&#8217;m happy to report that my download rates are now back to ludicrous speeds:</p>
<div class="wp-caption aligncenter" style="width: 310px"><img class=" " title="speedtest" src="http://www.speedtest.net/result/578247324.png" alt="Back to ludicrous speed" width="300" height="135" /><p class="wp-caption-text">Back to ludicrous speed</p></div>


<p>Related posts:<ol><li><a href='http://moonlee.org/2009/11/vmware-fusion-3-awesome/' rel='bookmark' title='Permanent Link: VMware Fusion 3: Awesome'>VMware Fusion 3: Awesome</a></li>
<li><a href='http://moonlee.org/2010/06/like-yesterday-and-not/' rel='bookmark' title='Permanent Link: Like yesterday. And not.'>Like yesterday. And not.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://moonlee.org/2009/09/comcast-hopefully-a-trend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In from the cold</title>
		<link>http://moonlee.org/2009/09/in-from-the-cold/</link>
		<comments>http://moonlee.org/2009/09/in-from-the-cold/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 19:39:11 +0000</pubDate>
		<dc:creator>moon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Journal]]></category>

		<guid isPermaLink="false">http://moonlee.org/?p=535</guid>
		<description><![CDATA[After much contemplation (probably more than warranted), and after waiting and then seeing that no, Steve was not going to show us an iPod Touch with a built-in camera yesterday, I went out to the AT&#38;T store at the local mall and purchased an iPhone 3GS. Despite all the horrible press AT&#38;T has been getting [...]


Related posts:<ol><li><a href='http://moonlee.org/2009/04/jumping-in/' rel='bookmark' title='Permanent Link: Jumping in'>Jumping in</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.attwireless.com"><img class="alignright size-full wp-image-542" title="att logo" src="http://moonlee.org/wp-content/uploads/2009/09/at-t-logo1.png" alt="att logo" width="186" height="172" /></a>After much contemplation (probably more than warranted), and after waiting and then seeing that no, Steve was not going to show us an iPod Touch with a built-in camera yesterday, I went out to the AT&amp;T store at the local mall and purchased an iPhone 3GS. Despite all the horrible press AT&amp;T has been getting about their coverage and network recently, I rationalized, &#8220;What the hell, I can always return it within 30 days if the service is that bad, no harm done.&#8221; Well, to my genuine surprise, I&#8217;ve been thrilled so far.</p>
<p>I had been using an unlocked 2G iPhone for the past couple of years on T-Mobile, and had been generally very happy with it. But I did want 3G access, and the faster chip and video capabilities of the new hardware were big enticements. Moreover, always needing to wait for the devteam to crack and unlock the iPhone OS, and then manually upgrading and patching it, while not too difficult, wasn&#8217;t very convenient either. And perhaps the final straw was that my T-Mobile coverage, while usually quite reliable, was extremely weak inside my new house. So I figured if the service was acceptable, there were enough reasons to upgrade and switch carriers.</p>
<p>Well, to my amazement, I get 4-5 bars inside my house, so that right there is a huge win. But using the 3GS with its real GPS, faster chip, and the rest of the upgrades has been a real pleasure to use. So absolutely no regrets here, it was a complete no-brainer. I&#8217;m just glad I living some place where AT&amp;T actually seems to have good coverage here in Chicago.</p>


<p>Related posts:<ol><li><a href='http://moonlee.org/2009/04/jumping-in/' rel='bookmark' title='Permanent Link: Jumping in'>Jumping in</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://moonlee.org/2009/09/in-from-the-cold/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So true&#8230;</title>
		<link>http://moonlee.org/2009/08/so-true/</link>
		<comments>http://moonlee.org/2009/08/so-true/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 05:25:03 +0000</pubDate>
		<dc:creator>moon</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://moonlee.org/?p=508</guid>
		<description><![CDATA[XKCD remains one of my favorite sources for geek humor. You should read it too :-) No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://xkcd.com">XKCD</a> remains one of my favorite sources for geek humor. You should read it too :-)</p>
<p style="text-align: center;"><a href="http://xkcd.com/627/"><img class="size-medium wp-image-509 aligncenter" title="tech_support_cheat_sheet" src="http://moonlee.org/wp-content/uploads/2009/08/tech_support_cheat_sheet-266x300.png" alt="tech_support_cheat_sheet" width="266" height="300" /></a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://moonlee.org/2009/08/so-true/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X on the Acer Aspire One 110L</title>
		<link>http://moonlee.org/2009/03/mac-os-x-on-the-acer-aspire-one-110l/</link>
		<comments>http://moonlee.org/2009/03/mac-os-x-on-the-acer-aspire-one-110l/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 20:34:00 +0000</pubDate>
		<dc:creator>moon</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://moonlee.org/entries/show/256</guid>
		<description><![CDATA[Back in last September, I purchased one of the early netbooks, the Acer Aspire One. I cracked it open to upgrade the ram to 1.5GB and was generally enthusiastic about the hardware and the form factor. It was a neat little machine. But really, the Linpus Lite OS installed on the thing had to go. [...]


Related posts:<ol><li><a href='http://moonlee.org/2009/09/the-beast/' rel='bookmark' title='Permanent Link: The Beast: Rockin a 3Ghz quad-core hackintosh'>The Beast: Rockin a 3Ghz quad-core hackintosh</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://moonlee.org/wp-content/uploads/2009/03/88.jpg" rel="shadowbox[post-7];player=img;"><img class="alignright size-medium wp-image-129" title="Hackbook" src="http://moonlee.org/wp-content/uploads/2009/03/88-300x199.jpg" alt="Hackbook" width="300" height="199" /></a>Back in last September, I purchased one of the early netbooks, the Acer Aspire One. I cracked it open to upgrade the ram to 1.5GB and was generally enthusiastic about the hardware and the form factor. It was a neat little machine. But really, the Linpus Lite OS installed on the thing had to go. I tried various flavors of Linux, including Ubuntu and Ubuntu Netbook Remix. But nothing seemed to really feel or work quite right.</p>
<p>So it was with some interest that I began reading about various success stories of people installing Mac OS X on Netbooks (aka hackintoshes). From all <a href="http://gadgets.boingboing.net/2008/12/17/osx-netbook-compatib.html">reports</a>, the Dell Mini 9 and MSI Wind were the most hardware compatible, with my Netbook, the Acer Aspire One having some core issues. But I figured I had nothing to lose by trying it out.</p>
<p>So, using iDeneb’s installer, along with some small tweaks, I had it going in about an hour. It’s a good install, but there are currently 3 notable problems: first, there are no working drivers for the Atheros wireless card, so I’m going to have to switch it out for a Broadcom 1390 (found one on ebay for 5 bucks) to get the wireless working. Second, the computer won’t sleep, at all. Lastly, while the SDHC card reader on the machine can be coaxed into reading SD (apparently, I haven’t tried it yet), the experimental driver does not support SDHC. yet.</p>
<p>So, after I swap the wifi out, apart from the sleep issue, it will be pretty near 100% functional. Not bad for a small cheap little Mac!</p>
<p>A nice little writeup on the install is <a href="http://www.aspireoneuser.com/forum/viewtopic.php?f=14&amp;t=11796&amp;start=10">here</a>.</p>


<p>Related posts:<ol><li><a href='http://moonlee.org/2009/09/the-beast/' rel='bookmark' title='Permanent Link: The Beast: Rockin a 3Ghz quad-core hackintosh'>The Beast: Rockin a 3Ghz quad-core hackintosh</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://moonlee.org/2009/03/mac-os-x-on-the-acer-aspire-one-110l/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An odd moment</title>
		<link>http://moonlee.org/2009/01/an-odd-moment/</link>
		<comments>http://moonlee.org/2009/01/an-odd-moment/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 15:46:00 +0000</pubDate>
		<dc:creator>moon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[News and Culture]]></category>

		<guid isPermaLink="false">http://moonlee.org/entries/show/230</guid>
		<description><![CDATA[While walking down Western Ave. after dinner last night, I spotted this familiar image on an advertisement gracing a bus shelter outside the restaurant. It was a pretty odd moment of cognitive dissonance, I’m definitely not used to having something I coded have this kind of exposure. Aside from being novel though, it’s nice to [...]


Related posts:<ol><li><a href='http://moonlee.org/2009/10/ca-security-suite-harmful-to-jquery/' rel='bookmark' title='Permanent Link: CA Security Suite harmful to jQuery'>CA Security Suite harmful to jQuery</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://moonlee.org/wp-content/uploads/2009/01/861.jpg" rel="shadowbox[post-10];player=img;"><img class="alignright size-medium wp-image-264" title="edie" src="http://moonlee.org/wp-content/uploads/2009/01/861-225x300.jpg" alt="edie" width="225" height="300" /></a>While walking down Western Ave. after dinner last night, I spotted this familiar image on an advertisement gracing a bus shelter outside the restaurant.</p>
<p>It was a pretty odd moment of cognitive dissonance, I’m definitely not used to having something I coded have this kind of exposure. Aside from being novel though, it’s nice to know as a programmer that your code is actually being used for some benefit.</p>
<p>I suppose that’s generally true for any endeavor…</p>


<p>Related posts:<ol><li><a href='http://moonlee.org/2009/10/ca-security-suite-harmful-to-jquery/' rel='bookmark' title='Permanent Link: CA Security Suite harmful to jQuery'>CA Security Suite harmful to jQuery</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://moonlee.org/2009/01/an-odd-moment/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Netflix Interruptus</title>
		<link>http://moonlee.org/2009/01/netflix-interruptus/</link>
		<comments>http://moonlee.org/2009/01/netflix-interruptus/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 14:44:00 +0000</pubDate>
		<dc:creator>moon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Journal]]></category>

		<guid isPermaLink="false">http://moonlee.org/entries/show/225</guid>
		<description><![CDATA[So, being the owner of an Xbox 360 console, I finally decided to upgrade to the new &#8220;Xbox Experience&#8221; a few days ago, mainly to try out the integrated Netflix streaming movie capability in the new dashboard. So far I&#8217;ve been super impressed with the picture quality (the movie I was watching was available in [...]


Related posts:<ol><li><a href='http://moonlee.org/2009/08/note-to-self/' rel='bookmark' title='Permanent Link: Note to self: revisit when suitably altered'>Note to self: revisit when suitably altered</a></li>
<li><a href='http://moonlee.org/2005/03/good-times/' rel='bookmark' title='Permanent Link: Good times'>Good times</a></li>
<li><a href='http://moonlee.org/2007/05/omg-gh/' rel='bookmark' title='Permanent Link: OMG..GH!!!'>OMG..GH!!!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So, being the owner of an Xbox 360 console, I finally decided to upgrade to the new &#8220;Xbox Experience&#8221; a few days ago, mainly to try out the integrated Netflix streaming movie capability in the new dashboard. So far I&#8217;ve been super impressed with the picture quality (the movie I was watching was available in HD), however less than impressed with the service overall on my cable connection. Pretty regularly the picture would freeze and the player would refill the buffer, which would take about a minute or so. I eventually had to just give up on the movie.</p>
<p>I have a feeling these hiccups were mainly because I was attempting to watch a movie at 8pm on a Saturday night, and their streaming servers simply couldn&#8217;t keep up. Looks really promising though, if they get a handle on the bandwidth thing. I&#8217;m going to try again on a weeknight to see if I get better results&#8230;</p>


<p>Related posts:<ol><li><a href='http://moonlee.org/2009/08/note-to-self/' rel='bookmark' title='Permanent Link: Note to self: revisit when suitably altered'>Note to self: revisit when suitably altered</a></li>
<li><a href='http://moonlee.org/2005/03/good-times/' rel='bookmark' title='Permanent Link: Good times'>Good times</a></li>
<li><a href='http://moonlee.org/2007/05/omg-gh/' rel='bookmark' title='Permanent Link: OMG..GH!!!'>OMG..GH!!!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://moonlee.org/2009/01/netflix-interruptus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
