<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>somethingkindawierd</title>
	
	<link>http://somethingkindawierd.com/blog</link>
	<description />
	<lastBuildDate>Sun, 08 Aug 2010 22:02:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/somethingkindawierd" /><feedburner:info uri="somethingkindawierd" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>My first github project!</title>
		<link>http://feedproxy.google.com/~r/somethingkindawierd/~3/UOcHqfV3-SM/</link>
		<comments>http://somethingkindawierd.com/blog/software/07/2010/my-first-github-project/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 02:00:11 +0000</pubDate>
		<dc:creator>jon beebe</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://somethingkindawierd.com/blog/?p=872</guid>
		<description><![CDATA[Dynamic page head Over the past few years I’ve had a need for dynamically adding/modifying the html &#60;head&#62; element as php builds pages. I created a singleton object for this purpose, and I’ve finally massaged the code to a point where it’s ready to release into the wild. My dynamic page head class comes with some [...]]]></description>
			<content:encoded><![CDATA[<h1>Dynamic page head</h1>
<p><a href="http://github.com/somethingkindawierd/dynamic-page-head"><img class="alignright size-full wp-image-885" title="github-logo" src="http://somethingkindawierd.com/blog/wp-content/uploads/2010/07/github-logo.png" alt="" width="123" height="60" /></a>Over the past few years I’ve had a need for dynamically adding/modifying the html &lt;head&gt; element as php builds pages. I created a singleton object for this purpose, and I’ve finally massaged the code to a point where it’s ready to release into the wild. <a title="Jon Beebe's dynamic html head generator written in php" href="http://github.com/somethingkindawierd/dynamic-page-head" target="_blank">My dynamic page head class</a> comes with some convenient features such as:</p>
<ul>
<li>Add linked js/css and inline scripts and styles</li>
<li>Optionally render javascript to the bottom of the DOM, as <a title="Place javascript at the bottom of your html page for better percieved performance" href="http://developer.yahoo.com/performance/rules.html#js_bottom" target="_blank">Yahoo’s YSlow recommends</a></li>
<li>Merge files together, reducing requests to the server</li>
<li>Minimize css with <a title="CSSTidy, a css minification tool written in php" href="http://csstidy.sourceforge.net/" target="_blank">csstidy</a> or <a title="Learn more about Yahoo's javascript and css compressor" href="http://developer.yahoo.com/yui/compressor/" target="_blank">YUI Compressor</a></li>
<li>Minimize javascript with <a title="JSMin, a javascript minification tool written in php" href="http://github.com/rgrove/jsmin-php/" target="_blank">jsmin</a> or <a title="Learn more about Yahoo's javascript and css compressor" href="http://developer.yahoo.com/yui/compressor/" target="_blank">YUI Compressor</a></li>
<li>Optionally include/exclude any css or js asset from merging/minimization
<ul>
<li>This is useful when including items such as TinyMCE, which uses javascript to include other assets. Minimization will break relative references to these items because the TinyMCE script will, mosty likely, not live in the same directory once minimized.</li>
</ul>
</li>
<li>Convenience functions for certain items such as nocache metadata</li>
<li>Operate in xhtml (default) or html mode, rendering valid markup for either</li>
</ul>
<p><a title="Try out Jon Beebe's php generator for an html head element" href="http://github.com/somethingkindawierd/dynamic-page-head" target="_blank">Check it out at github</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=UOcHqfV3-SM:4zvpH4uVNWw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=UOcHqfV3-SM:4zvpH4uVNWw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=UOcHqfV3-SM:4zvpH4uVNWw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=UOcHqfV3-SM:4zvpH4uVNWw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=UOcHqfV3-SM:4zvpH4uVNWw:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/somethingkindawierd/~4/UOcHqfV3-SM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://somethingkindawierd.com/blog/software/07/2010/my-first-github-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://somethingkindawierd.com/blog/software/07/2010/my-first-github-project/</feedburner:origLink></item>
		<item>
		<title>Battery always 0% in Ubuntu 10.04</title>
		<link>http://feedproxy.google.com/~r/somethingkindawierd/~3/eS1um2yMrXc/</link>
		<comments>http://somethingkindawierd.com/blog/computers/05/2010/battery-always-0-in-ubuntu-10-04/#comments</comments>
		<pubDate>Wed, 19 May 2010 02:20:06 +0000</pubDate>
		<dc:creator>ubuntu productivity</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[power management]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.somethingkindawierd.com/blog/?p=835</guid>
		<description><![CDATA[Update, 22 May, 2010. While the fix below was working for a while, it eventually stopped as well. Then I came across this article at Apple. Evidently, when the battery reports 0%, it is a hardware error and the System Management Controller must be reset. It’s quite simple: Shutdown your laptop Take out the battery [...]]]></description>
			<content:encoded><![CDATA[<p>Update, 22 May, 2010. While the fix below was working for a while, it eventually stopped as well. Then I came across <a href="http://support.apple.com/kb/HT3964?viewlocale=en_US">this article at Apple</a>. Evidently, when the battery reports 0%, it is a hardware error and the System Management Controller must be reset. It’s quite simple:<span id="more-855"></span></p>
<ol>
<li>Shutdown your laptop</li>
<li>Take out the battery and remove the A.C.</li>
<li>Hold down the power button for  seconds.</li>
</ol>
<hr />I recently had an issue where Ubuntu 10.04 stopped tracking my battery’s charge — it always reported 0% and would run the battery down until it died. Not a big problem…except that it never notified the computer to hibernate when the battery was critically low…no different than yanking the power cord out of a desktop!</p>
<p><a title="Macbook battery always shows 0% in Ubuntu 10.04 " href="http://ubuntuforums.org/showthread.php?t=1469819">A post at the Ubuntu Forums</a> clued me into the problem: upowerd was crashing.</p>
<p>So the solution was simple…start upower again. By adding upower as a startup item the problem was fixed :)</p>
<p>Go to System → Preferences → Startup Applications and click add. Then type ‘upower’ as the command. Here’s a screenshot of my Startup Items:</p>
<div id="attachment_836" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.somethingkindawierd.com/blog/wp-content/uploads/2010/05/Selection_001.png"><img class="size-medium wp-image-836" title="Custom Ubuntu Startup Item" src="http://www.somethingkindawierd.com/blog/wp-content/uploads/2010/05/Selection_001-300x279.png" alt="Adding a custom startup item to Ubuntu" width="300" height="279" /></a><p class="wp-caption-text">Adding a custom startup item to Ubuntu</p></div>
<p></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=eS1um2yMrXc:mPBGGeJy0_Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=eS1um2yMrXc:mPBGGeJy0_Y:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=eS1um2yMrXc:mPBGGeJy0_Y:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=eS1um2yMrXc:mPBGGeJy0_Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=eS1um2yMrXc:mPBGGeJy0_Y:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/somethingkindawierd/~4/eS1um2yMrXc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://somethingkindawierd.com/blog/computers/05/2010/battery-always-0-in-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://somethingkindawierd.com/blog/computers/05/2010/battery-always-0-in-ubuntu-10-04/</feedburner:origLink></item>
		<item>
		<title>Instal Ubuntu 10.04, single boot, MacBook</title>
		<link>http://feedproxy.google.com/~r/somethingkindawierd/~3/OarVgG0Kc1M/</link>
		<comments>http://somethingkindawierd.com/blog/computers/linux-computers/05/2010/instal-ubuntu-10-04-single-boot-macbook/#comments</comments>
		<pubDate>Sat, 08 May 2010 16:50:16 +0000</pubDate>
		<dc:creator>ubuntu productivity</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[mac book]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.somethingkindawierd.com/blog/?p=815</guid>
		<description><![CDATA[I just installed Ubuntu Lucid 10.04 on my white MacBook 2,1. Everything is working flawlessly :) I wanted to write this, though, to share how I got it working, because there are many differing opinions on how to install Ubuntu as the only OS on a Mac. First off, as I discovered, if you have [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.ubuntu.com/products/whatisubuntu/1004features"><img class="aligncenter size-medium wp-image-824" title="Ubuntu 10.04 header" src="http://www.somethingkindawierd.com/blog/wp-content/uploads/2010/05/1004header-300x66.jpg" alt="" width="300" height="66" /></a></p>
<p>I just installed Ubuntu Lucid 10.04 on my white MacBook 2,1. Everything is working flawlessly :)</p>
<p>I wanted to write this, though, to share how I got it working, because there are many <a title="How to install Ubuntu on your MacBook" href="https://help.ubuntu.com/community/MactelSupportTeam/AppleIntelInstallation#Single-Boot: Ubuntu Only">differing</a> <a title="How to install Ubuntu on your MacBook" href="http://fosswire.com/post/2009/3/how-to-ubuntu-810-on-white-macbook/">opinions</a> on how to install Ubuntu as the only OS on a Mac.<span id="more-853"></span></p>
<p>First off, as I discovered, if you have the wrong partition map your Mac will not boot. Instead you get a question-mark-folder icon. <a title="Recommendations on partition maps for macbook running ubunut" href="https://help.ubuntu.com/community/MactelSupportTeam/AppleIntelInstallation#Single-Boot: Ubuntu Only">This article shares two recommendations</a>, using MBR or GPT partition mapping. However, following it’s advice of using gparted to create the partition map did not work for me. I used the OS X Disk Utility to format my drive using the <strong>GUID</strong> partition map, leaving the drive unpartitioned as <strong>Free Space</strong>. This was the key that got it working. No need for Bootcamp, no need for rEFit, no need for manual partitioning.</p>
<p>Second, I booted via the Live CD and did the simple install, telling it to use the available free space. In about 15 minutes I was running Ubuntu 10.04 as the only OS on my MacBook.</p>
<p>I know this sounds simple, and it really is. However most advice I’ve found involves complicated gparted partitioning, or using rEFit (which is awesome for multi-boot setups, but unnecessary for single-boot.)</p>
<p>Happy computing…</p>
<p></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=OarVgG0Kc1M:dFxMyidfFsE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=OarVgG0Kc1M:dFxMyidfFsE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=OarVgG0Kc1M:dFxMyidfFsE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=OarVgG0Kc1M:dFxMyidfFsE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=OarVgG0Kc1M:dFxMyidfFsE:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/somethingkindawierd/~4/OarVgG0Kc1M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://somethingkindawierd.com/blog/computers/linux-computers/05/2010/instal-ubuntu-10-04-single-boot-macbook/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://somethingkindawierd.com/blog/computers/linux-computers/05/2010/instal-ubuntu-10-04-single-boot-macbook/</feedburner:origLink></item>
		<item>
		<title>Wine on Ubuntu outperforms Windows</title>
		<link>http://feedproxy.google.com/~r/somethingkindawierd/~3/1zrqBG_cLUQ/</link>
		<comments>http://somethingkindawierd.com/blog/computers/linux-computers/08/2009/wine-on-ubuntu-outperforms-windows/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:51:03 +0000</pubDate>
		<dc:creator>ubuntu productivity</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.somethingkindawierd.com/blog/?p=804</guid>
		<description><![CDATA[AnandTech ran an interesting (and VERY thorough) review of Ubuntu 8.04. I wanted to highlight my favorite section. Titled CPU Benchmarks, they test applications running on both Windows Vista and Ubuntu. The amazing thing is the applications running on Ubuntu via Wine performed better than they did on Windows! Let’s let that sink in for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.anandtech.com/">AnandTech</a> ran an interesting (and VERY thorough) review of Ubuntu 8.04. I wanted to highlight <a href="http://http://www.anandtech.com/systems/showdoc.aspx?i=3616&amp;p=24">my favorite section</a>.</p>
<p>Titled <em>CPU Benchmarks</em>, they test applications running on both Windows Vista and Ubuntu. The amazing thing is the applications running on Ubuntu via <a title="Run Windows on Linux" href="http://www.winehq.org/">Wine</a> performed better than they did on Windows!</p>
<p>Let’s let that sink in for a moment…the open-source project written ½ by volunteers and ½ by commercial interests, intended to duplicate the Windows API on Linux, actually outperforms the software it’s intended to mimic. That’s amazing to me.<span id="more-804"></span></p>
<p>Check out these two images from the article that prove Wine can be faster than Windows:</p>
<div id="attachment_805" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.anandtech.com/systems/showdoc.aspx?i=3616&amp;p=24"><img class="size-medium wp-image-805" title="19708" src="http://www.somethingkindawierd.com/blog/wp-content/uploads/2009/08/19708-300x224.png" alt="Excel running on Windows &amp; Ubuntu via Wine" width="300" height="224" /></a><p class="wp-caption-text">Excel running on Windows &amp; Ubuntu via Wine</p></div>
<div id="attachment_806" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.anandtech.com/systems/showdoc.aspx?i=3616&amp;p=24"><img class="size-medium wp-image-806" title="19709" src="http://www.somethingkindawierd.com/blog/wp-content/uploads/2009/08/19709-300x224.png" alt="Photoshop CS2 running on Ubuntu Linux (via Wine) and Windows XP" width="300" height="224" /></a><p class="wp-caption-text">Photoshop CS2 running on Ubuntu Linux (via Wine) and Windows XP</p></div>
<p>The strangest graph of them all is the last one <a href="http://www.anandtech.com/systems/showdoc.aspx?i=3616&amp;p=24">on that page</a>: it shows mp3 encoding on Ubuntu, Windows Vista, and Ubuntu via Wine. The Wine version ran faster that either the native Windows or native Ubuntu test.</p>
<p></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">http://www.anandtech.com/systems/showdoc.aspx?i=3616</div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=1zrqBG_cLUQ:Dc8lsgH9KbQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=1zrqBG_cLUQ:Dc8lsgH9KbQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=1zrqBG_cLUQ:Dc8lsgH9KbQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=1zrqBG_cLUQ:Dc8lsgH9KbQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=1zrqBG_cLUQ:Dc8lsgH9KbQ:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/somethingkindawierd/~4/1zrqBG_cLUQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://somethingkindawierd.com/blog/computers/linux-computers/08/2009/wine-on-ubuntu-outperforms-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://somethingkindawierd.com/blog/computers/linux-computers/08/2009/wine-on-ubuntu-outperforms-windows/</feedburner:origLink></item>
		<item>
		<title>GoogleDocs integration with Nautilus</title>
		<link>http://feedproxy.google.com/~r/somethingkindawierd/~3/p8tHaOHk0fc/</link>
		<comments>http://somethingkindawierd.com/blog/computers/linux-computers/08/2009/googledocs-integration-with-nautilus/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 15:59:50 +0000</pubDate>
		<dc:creator>ubuntu productivity</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[Organization]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.somethingkindawierd.com/blog/?p=800</guid>
		<description><![CDATA[I’m really looking forward to this project maturing: Nautilus support for Google Docs. During his 12 weeks at Google’s Summer of Code this developer managed to integrate Google Doc’s cloud with Nautilus, so all your docs can be browsed and edited on Linux just like normal documents. This is how I imagined cloud computing working, where the [...]]]></description>
			<content:encoded><![CDATA[<p>I’m really looking forward to this project maturing: <a title="Integrate Google Docs with Nautilus" href="http://thiblahute.blogspot.com/2009/08/gsoc-add-google-documents-support-to.html">Nautilus support for Google Docs</a>.</p>
<p>During his 12 weeks at Google’s Summer of Code this developer managed to integrate Google Doc’s cloud with Nautilus, so all your docs can be browsed and edited on Linux just like normal documents. This is how I imagined cloud computing working, where the document can be accessed both locally and remotely, and all the cloud docs can be easily backed up like any other file on your system.</p>
<p>I’m particularly interested in the fact that all the docs appear as OpenOffice files.</p>
<p></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=p8tHaOHk0fc:raEqff3DtiU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=p8tHaOHk0fc:raEqff3DtiU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=p8tHaOHk0fc:raEqff3DtiU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=p8tHaOHk0fc:raEqff3DtiU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=p8tHaOHk0fc:raEqff3DtiU:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/somethingkindawierd/~4/p8tHaOHk0fc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://somethingkindawierd.com/blog/computers/linux-computers/08/2009/googledocs-integration-with-nautilus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://somethingkindawierd.com/blog/computers/linux-computers/08/2009/googledocs-integration-with-nautilus/</feedburner:origLink></item>
		<item>
		<title>gPHPEdit 0.9.91 on Ubuntu 9.04</title>
		<link>http://feedproxy.google.com/~r/somethingkindawierd/~3/PccjwqiDp9A/</link>
		<comments>http://somethingkindawierd.com/blog/software/08/2009/gphpedit-0-9-91-on-ubuntu-9-04/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 12:00:04 +0000</pubDate>
		<dc:creator>ubuntu productivity</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.somethingkindawierd.com/blog/?p=790</guid>
		<description><![CDATA[I am excited to see that gPHPEdit is now under active development again. I downoaded the Feb 9, 2009 snapshot and tried compiling it. At first I was given the error that the following libraries were not installed: gtk+-2.0 libgnomeui-2.0 gnome-vfs-2.0 libgtkhtml-2.0 So I ran these commands to install them: sudo apt-get install libgtk2.0-dev sudo [...]]]></description>
			<content:encoded><![CDATA[<p>I am excited to see that <a title="gPHPEdit under active development again" href="http://www.gphpedit.org/">gPHPEdit is now under active development</a> again. I downoaded the <a title="gPHPEdit Feb 9, 2009 snapshot." href="http://www.gphpedit.org/content/17/gphpedit-development-snapshot-as-on-9-feb-2009">Feb 9, 2009 snapshot</a> and tried compiling it.</p>
<p>At first I was given the error that the following libraries were not installed:</p>
<blockquote>
<pre>gtk+-2.0
libgnomeui-2.0
gnome-vfs-2.0
libgtkhtml-2.0</pre>
</blockquote>
<p>So I ran these commands to install them:</p>
<blockquote>
<pre>sudo apt-get install libgtk2.0-dev
sudo apt-get install libgnomeui-dev</pre>
</blockquote>
<p>Then navigate to the source directory and run these commands in your terminal:</p>
<blockquote>
<pre>cd gphpedit
./configure
make
sudo make install</pre>
</blockquote>
<p>Here is gPHPEdit 0.9.91 running on Ubuntu 9.04 :)</p>
<div id="attachment_792" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.somethingkindawierd.com/blog/wp-content/uploads/2009/08/gPHPEdit-0.9.91.png"><img class="size-medium wp-image-792" title="gPHPEdit 0.9.91" src="http://www.somethingkindawierd.com/blog/wp-content/uploads/2009/08/gPHPEdit-0.9.91-300x187.png" alt="gPHPEdit 0.9.91 running on Ubuntu 9.04" width="300" height="187" /></a><p class="wp-caption-text">gPHPEdit 0.9.91 running on Ubuntu 9.04</p></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=PccjwqiDp9A:FXZlwslWSG0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=PccjwqiDp9A:FXZlwslWSG0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=PccjwqiDp9A:FXZlwslWSG0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=PccjwqiDp9A:FXZlwslWSG0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=PccjwqiDp9A:FXZlwslWSG0:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/somethingkindawierd/~4/PccjwqiDp9A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://somethingkindawierd.com/blog/software/08/2009/gphpedit-0-9-91-on-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://somethingkindawierd.com/blog/software/08/2009/gphpedit-0-9-91-on-ubuntu-9-04/</feedburner:origLink></item>
		<item>
		<title>Read/Write to hfs+ on Ubuntu</title>
		<link>http://feedproxy.google.com/~r/somethingkindawierd/~3/BN3BosSamuA/</link>
		<comments>http://somethingkindawierd.com/blog/computers/linux-computers/08/2009/readwrite-to-hfs-on-ubuntu/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 17:50:23 +0000</pubDate>
		<dc:creator>ubuntu productivity</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[hfs+]]></category>
		<category><![CDATA[mac os]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.somethingkindawierd.com/blog/?p=781</guid>
		<description><![CDATA[Recently I re-configured my setup for more convenient dual-booting between Mac OS &#38; Ubuntu Linux. I created a common hfs+ partition that both Ubuntu and Mac OS share, and this is my main storage for my work. It took a bit of finagling to get Ubuntu Linux writing to the hfs+ drive, so I wanted [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I re-configured my setup for more convenient dual-booting between Mac OS &amp; Ubuntu Linux. I created a common hfs+ partition that both Ubuntu and Mac OS share, and this is my main storage for my work.</p>
<p>It took a bit of finagling to get Ubuntu Linux writing to the hfs+ drive, so I wanted to share my experience for those who might benefit from it.</p>
<p>Furthermore, I experienced a wierd issue where, while running Ubuntu my computer improperly shut down, and the hfs+ drive was no longer writeable. Below is how I fixed that.</p>
<h2>Setup</h2>
<p>Mac OS Leopard on hfs+ journaled partition</p>
<p>Ubuntu 9.04 on ext4 partition</p>
<p>Common hfs+ (unjournaled) partition for sharing data</p>
<h2>Prepare Ubuntu</h2>
<p>I found everything I needed to mount an hfs+ drive already installed on Ubuntu. But write support was not working be default. So I edited my /etc/fstab to include this as the last item, and it mounts the drive with read/write permissions.</p>
<pre>/dev/sda3 /mnt/common hfsplus user,auto,uid=1000,gid=1000 0 0</pre>
<p><a title="detailed info on fstab" href="http://www.tuxfiles.org/linuxhelp/fstab.html">From what I found about fstab</a>, here’s what all that means:</p>
<ol>
<li>“/dev/sda3” is the path to the drive’s partition</li>
<li>“/mnt/common” is the location I want to mount the drive at</li>
<li>“hfsplus” is the partition type</li>
<li>“user” allows a normal user (not just root) to mount this drive</li>
<li>“auto” means mount automatically when booting</li>
<li>“uid” is my user’s id, allowing it access to this mount point</li>
<li>“gid” is my user’s group id, allowing that group access to this mount point</li>
<li>The two zeros at the end…
<ol>
<li>zero 1 is the dump option: “should this be backed up?” Zero means “no”</li>
<li>zero 2 is the order in which fsck should check the filesystems. Zero means “don’t check”</li>
</ol>
</li>
</ol>
<p>One caveat, I had to adjust the permissions on all files that I want read &amp; write access to in both operating systems. Otherwise, when Ubuntu saved a file, OS X only had read permission, and vise-versa.</p>
<p>Here’s the command that recursively sets permissions an all files in the common drive to 777:</p>
<pre>sudo chmod -R 777 /mnt/common</pre>
<h2>Fix hfs+ read/write when improperly shut down</h2>
<p>Once, after hibernating my computer in Ubuntu, it would not wake up, so I force-restarted. Evidently this caused the common partition to have an <a title="Write permission broken in hfs+ on Ubuntu" href="http://ubuntuforums.org/showthread.php?t=752285&amp;highlight=hfs+write+broken">improperly-unmounted flag that would not let Ubuntu write to it</a>. After booting into OS X and restarting into Ubuntu, it worked. I guess booting into Mac OS reset that flag…but I’m not entirely sure. But it did fix my read/write access to my hfs+ partition :)</p>
<p></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=BN3BosSamuA:rSKUbLJ7PYM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=BN3BosSamuA:rSKUbLJ7PYM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=BN3BosSamuA:rSKUbLJ7PYM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=BN3BosSamuA:rSKUbLJ7PYM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=BN3BosSamuA:rSKUbLJ7PYM:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/somethingkindawierd/~4/BN3BosSamuA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://somethingkindawierd.com/blog/computers/linux-computers/08/2009/readwrite-to-hfs-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://somethingkindawierd.com/blog/computers/linux-computers/08/2009/readwrite-to-hfs-on-ubuntu/</feedburner:origLink></item>
		<item>
		<title>Meld redux</title>
		<link>http://feedproxy.google.com/~r/somethingkindawierd/~3/Ni6SrTW7hnU/</link>
		<comments>http://somethingkindawierd.com/blog/software/07/2009/meld-redux/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 23:40:39 +0000</pubDate>
		<dc:creator>ubuntu productivity</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.somethingkindawierd.com/blog/?p=753</guid>
		<description><![CDATA[Meld is, by far, the best diff viewer &#38; editor that I have used. Earlier I posted about getting Meld up and running on OSX and overcoming a couple of issues. With the current version of MacPorts (1.7.1) and Meld 1.2, it’s much easier :) After installing MacPorts 1.7.1 and running sudo port install meld [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Learn more about Meld, a diff viewer" href="http://meld.sourceforge.net/" target="_blank">Meld</a> is, by far, the best diff viewer &amp; editor that I have used. Earlier I posted about <a title="Run Meld on OS X via MacPorts" href="http://www.somethingkindawierd.com/blog/macintosh/01/2009/meld-on-os-x/" target="_blank">getting Meld up and running on OSX</a> and overcoming a couple of issues. With the current version of MacPorts (1.7.1) and Meld 1.2, it’s much easier :)<span id="more-753"></span></p>
<p>After installing MacPorts 1.7.1 and running <em>sudo port install meld</em> you will have Meld installed. But, most likely, when you try to run Meld it will give you an error similar to this:</p>
<blockquote><p>Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!</p></blockquote>
<p>To fix this simply run this command in Terminal:</p>
<blockquote><p><em>sudo launchctl load –w /Library/LaunchAgents/org.freedesktop.dbus-session.plist</em></p></blockquote>
<p>Now, when you try to run Meld in OS X you will get this:</p>
<p style="text-align: center;">
<div id="attachment_757" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.somethingkindawierd.com/blog/wp-content/uploads/2009/07/Picture-1.png"><img class="size-medium wp-image-757    " title="Meld 1.2 Running on Mac OS X" src="http://www.somethingkindawierd.com/blog/wp-content/uploads/2009/07/Picture-1-300x186.png" alt="Meld 1.2 Running on Mac OS X 10.5 using MacPorts 1.7.1" width="300" height="186" /></a><p class="wp-caption-text">Meld 1.2 Running on Mac OS X 10.5.7 using MacPorts 1.7.1</p></div>
<p></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=Ni6SrTW7hnU:DhB2XgxB7W8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=Ni6SrTW7hnU:DhB2XgxB7W8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=Ni6SrTW7hnU:DhB2XgxB7W8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=Ni6SrTW7hnU:DhB2XgxB7W8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=Ni6SrTW7hnU:DhB2XgxB7W8:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/somethingkindawierd/~4/Ni6SrTW7hnU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://somethingkindawierd.com/blog/software/07/2009/meld-redux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://somethingkindawierd.com/blog/software/07/2009/meld-redux/</feedburner:origLink></item>
		<item>
		<title>AMD steals $1.45 billion from rival Intel</title>
		<link>http://feedproxy.google.com/~r/somethingkindawierd/~3/uyBXBG48iEw/</link>
		<comments>http://somethingkindawierd.com/blog/thoughts/06/2009/amd-steals-1-45-billion-from-rival-intel/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 03:20:06 +0000</pubDate>
		<dc:creator>jon beebe</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[looters]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://somethingkindawierd.com/blog/?p=194</guid>
		<description><![CDATA[I recently came across a Yahoo Finance article about Intel’s $1.45 Billion fine in Europe. In it was this: “The fine against the world’s biggest chip maker represents a huge victory for Intel’s Silicon Valley rival, Advanced Micro Devices Inc., or AMD, the No. 2 supplier of microprocessors to PC makers.” Let’s contemplate what this [...]]]></description>
			<content:encoded><![CDATA[<p>I recently came across a Yahoo Finance article about <a title="Intel's outrageous &amp; unjust $1.45 billion fine by Europe" href="http://finance.yahoo.com/news/Record-euro106-billion-EU-apf-15225753.html">Intel’s $1.45 Billion fine in Europe</a>. In it was this:</p>
<blockquote><p>“The fine against the world’s biggest chip maker represents a huge victory for Intel’s Silicon Valley rival, Advanced Micro Devices Inc., or AMD, the No. 2 supplier of microprocessors to PC makers.”</p></blockquote>
<p>Let’s contemplate what this “victory” really means.</p>
<p>Intel invests its resources into some of the best and brightest minds in the world. Intel applies itself, and as <a href="http://www.capmag.com/article.asp?ID=5564">Capitalism Magazine</a> recognizes “a market for computer chips would not exist at all if Intel did not invent, develop, and constantly innovate the chips that become the brains of computers.” Anyone in the industry can recognize the effect Intel has had on the landscape. To my mind AMD should be thanking Intel for the amazing marketplace, and opportunity, that their pioneering efforts have created.</p>
<p>Instead AMD submits Intel to the looting European Union by suing Intel and lobbying regulators for the past 5 years. The result: the EU is stealing $1.45 billion from Intel. Money that Intel won by selling it’s innovations to consumers who freely paid for them.</p>
<p>Why is all this happening? Neelie Kroes, the EU Competition Commissioner, said “Intel did not compete fairly, frustrating innovation and reducing consumer welfare in the process.” These “unfair” tactics include offering rebates to big customers, a common practice of any business wishing to entice more. The EU requests of Intel were so vague that they left Intel “mystified” about what it should change.</p>
<p>But the real kicker in all of this is what AMD has done to itself and to all who value freedom. Instead of fighting the looters alongside Intel, as it should have done, it feed them to lions. AMD has helped to usher in a dystopian Atlas Shrugged style world in which the best and brightest among us must work for free so the looting masses can feast on their efforts.</p>
<p>I wonder, what will Dirk Meyer, AMD’s Chief Executive who said this decision was “an important step toward establishing a truly competitive market,” be saying when the looters come after him?</p>
<hr />Sources</p>
<ul>
<li>Yahoo Finance: <a href="http://www.capmag.com/article.asp?ID=5564">http://finance.yahoo.com/news/Record-euro106-billion-EU-apf-15225753.html</a></li>
<li>Capitalism Magazine: <a href="http://www.capmag.com/article.asp?ID=5564">http://www.capmag.com/article.asp?ID=5564</a></li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=uyBXBG48iEw:IBsghXSRMEw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=uyBXBG48iEw:IBsghXSRMEw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=uyBXBG48iEw:IBsghXSRMEw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=uyBXBG48iEw:IBsghXSRMEw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=uyBXBG48iEw:IBsghXSRMEw:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/somethingkindawierd/~4/uyBXBG48iEw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://somethingkindawierd.com/blog/thoughts/06/2009/amd-steals-1-45-billion-from-rival-intel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://somethingkindawierd.com/blog/thoughts/06/2009/amd-steals-1-45-billion-from-rival-intel/</feedburner:origLink></item>
		<item>
		<title>French Police save with Ubuntu</title>
		<link>http://feedproxy.google.com/~r/somethingkindawierd/~3/JsI_-V2hfdA/</link>
		<comments>http://somethingkindawierd.com/blog/computers/linux-computers/06/2009/french-police-save-with-ubuntu/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 15:52:06 +0000</pubDate>
		<dc:creator>ubuntu productivity</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.somethingkindawierd.com/blog/?p=723</guid>
		<description><![CDATA[Here is a great article describing how the French Police saved money with Ubuntu. It starts out by saying “France’s Gendarmerie Nationale, the country’s national police force, says it has saved millions of dollars by migrating its desktop software infrastructure away from Microsoft Windows and replacing it with the Ubuntu Linux distribution.” “…has saved up [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a great article describing how the <a title="The French Police save money by adopting Ubuntu" href="http://arstechnica.com/open-source/news/2009/03/french-police-saves-millions-of-euros-by-adopting-ubuntu.ars">French Police saved money with Ubuntu</a>. It starts out by saying</p>
<blockquote><p>“France’s Gendarmerie Nationale, the country’s national police force, says it has saved millions of dollars by migrating its desktop software infrastructure away from Microsoft Windows and replacing it with the Ubuntu Linux distribution.”</p>
<p>“…has saved up to €50 million on licensing and maintenance costs as a result of the migration strategy”</p>
<p>“The Gendarmerie migration also demonstrates the significant cost savings that governments can get from adopting open source software. As the global financial downturn continues to put pressure on budgets, governments are going to increasingly look to open source software as a way to cut IT costs. We have recently seen moves in this direction from <a href="http://arstechnica.com/open-source/news/2009/02/canadian-government-eyes-open-sources-asks-for-feedback.ars">Canada</a> and the <a href="http://arstechnica.com/open-source/news/2009/02/uk-government-eyes-open-source-for-flexibility-cost-savings.ars">UK</a>.”</p></blockquote>
<p>I found it interesting that they state the biggest difference between Ubuntu and Windows, from their point of view, was the icons</p>
<blockquote><p>“Moving from XP to Ubuntu, however, proved very easy. The two biggest differences are the icons and the games. Games are not our priority.”</p></blockquote>
<p>I am also very encouraged that they’re concerned about open standards. I wish more businesses and institutions though this way and I hope the Gendarmerie’s example promulgate open standards.</p>
<blockquote><p>“[The Gendarmerie] has found that open source software is better at handling open standards.”</p></blockquote>
<p></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=JsI_-V2hfdA:03Hxiu5TXOc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=JsI_-V2hfdA:03Hxiu5TXOc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=JsI_-V2hfdA:03Hxiu5TXOc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/somethingkindawierd?a=JsI_-V2hfdA:03Hxiu5TXOc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/somethingkindawierd?i=JsI_-V2hfdA:03Hxiu5TXOc:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/somethingkindawierd/~4/JsI_-V2hfdA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://somethingkindawierd.com/blog/computers/linux-computers/06/2009/french-police-save-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://somethingkindawierd.com/blog/computers/linux-computers/06/2009/french-police-save-with-ubuntu/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 2.707 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-08-13 06:55:06 -->
