<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>turn on &#124; tune in &#124; strung out &#187; computers</title>
	<atom:link href="http://blog.mcstudios.net/category/computers/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mcstudios.net</link>
	<description></description>
	<lastBuildDate>Wed, 05 May 2010 00:13:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<atom:link rel='hub' href='http://blog.mcstudios.net/?pushpress=hub'/>
<cloud domain='blog.mcstudios.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<link rel="http://api.friendfeed.com/2008/03#sup" xmlns="http://www.w3.org/2005/Atom" type="application/json" href="http://friendfeed.com/api/public-sup.json#51d108ad53"/>		<item>
		<title>HTML 5 Video Prep</title>
		<link>http://blog.mcstudios.net/2010/05/04/html-5-video-prep</link>
		<comments>http://blog.mcstudios.net/2010/05/04/html-5-video-prep#comments</comments>
		<pubDate>Wed, 05 May 2010 00:13:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[handbrake]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[kdenlive]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=801</guid>
		<description><![CDATA[photo credit: justinsomnia So what caused me to be up till 2 in the morning? Struggling with video encoding, conversion and HTML5 fickleness. Essentially, this is not a process for mere mortals. While video in general is complicated enough, most will and should rely on a site like youtube to share their videos (at least [...]]]></description>
			<content:encoded><![CDATA[<div style="margin: 15px; float: right"><a href="http://www.flickr.com/photos/36983395@N00/513636061/" title="HTML5 fist, after A List Apart" target="_blank"><img src="http://farm1.static.flickr.com/191/513636061_98d07f7966_m.jpg" alt="HTML5 fist, after A List Apart" border="0" /></a><br /><small><a href="http://creativecommons.org/licenses/by/2.0/" title="Attribution License" target="_blank"><img src="http://blog.mcstudios.net/wordpress/wp-content/plugins/photo-dropper/images/cc.png" alt="Creative Commons License" border="0" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a href="http://www.flickr.com/photos/36983395@N00/513636061/" title="justinsomnia" target="_blank">justinsomnia</a></small></div>
<p>So what caused me to be up till 2 in the morning? Struggling with video encoding, conversion and HTML5 fickleness.  Essentially, this is not a process for mere mortals.  While video in general is complicated enough, most will and should rely on a site like youtube to share their videos (at least basic creators).  However due to certain, ummm&#8230; how shall we say, &#8220;ambitious&#8221; music labels, music video remixes get flagged and punted immediately.  It will be nice if we can get a universally supported video codec (stay tuned for Google I/O) as it will greatly streamline this process (or should in theory).</p>
<p>I learned recently that Handbrake has let it&#8217;s ogg/theora capability go stale and will not bring it back.  Additionally, my video editor of choice, <a href="http://www.kdenlive.org/">kdenlive</a> doesn&#8217;t generate web optimized mp4 files (where the index is at the beginning of the file).  Thus, after rendering I struggled a bit to find a combination of programs that would generate the necessary ogv and mp4 videos to support the html5 video browser ecosystem.  Here&#8217;s what I came up with&#8230; Modify to suit your needs.</p>
<h4>HandBrakeCLI</h4>
<p><code>HandBrakeCLI -i input.mp4 -o output.mp4 --encoder x264 --vb 2000 --ab 128 --width x --height y --crop 0:0:0:0 --optimize</code></p>
<h4>ffmpeg2theora</h4>
<p><code>ffmpeg2theora -V 2000 input.mp4 #generates input.ogv</code></p>
<p>It also doesn&#8217;t help that ubuntu has <a href="https://bugs.launchpad.net/ubuntu/+source/ffmpeg-debian/+bug/6366">decided</a> it can&#8217;t ship an ffmpeg with aac support (which means I have to modify kdenlive&#8217;s profile.xml to use libmp3lame instead).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2010/05/04/html-5-video-prep/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://farm1.static.flickr.com/191/513636061_98d07f7966_m.jpg" />
		<media:content url="http://farm1.static.flickr.com/191/513636061_98d07f7966_m.jpg" medium="image">
			<media:title type="html">HTML5 fist, after A List Apart</media:title>
		</media:content>
		<media:content url="http://blog.mcstudios.net/wordpress/wp-content/plugins/photo-dropper/images/cc.png" medium="image">
			<media:title type="html">Creative Commons License</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7 &amp; Kubuntu 10.04</title>
		<link>http://blog.mcstudios.net/2010/05/03/windows-7-kubuntu-10-04</link>
		<comments>http://blog.mcstudios.net/2010/05/03/windows-7-kubuntu-10-04#comments</comments>
		<pubDate>Mon, 03 May 2010 22:20:25 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=796</guid>
		<description><![CDATA[So over the weekend I refreshed my desktop with both Windows 7 and the latest Kubuntu release. While I have been religiously upgrading the linux side of my dual boot system every 6 months with the [k]ubuntu release schedule, I was still running Windows XP which hadn&#8217;t been reinstalled in about 3 years (it was [...]]]></description>
			<content:encoded><![CDATA[<p>So over the weekend I refreshed my desktop with both Windows 7 and the latest Kubuntu release.  While I have been religiously upgrading the linux side of my dual boot system every 6 months with the [k]ubuntu release schedule, I was still running Windows XP which hadn&#8217;t been reinstalled in about 3 years (it was quite sluggish and desperately needed a spring cleaning).  While I didn&#8217;t do a live blogging of the process, I thought I&#8217;d recap some highlights.</p>
<h3>Windows 7</h3>
<p>Since Windows still doesn&#8217;t support dual booting into linux, I starting laying down Windows 7.  I choose the Home Professional Upgrade variant and chose to make the jump to amd64.  First thing I noticed is that the install process took forever (more than twice as long as installing Kubuntu a few hours later).  While in general this doesn&#8217;t rank high on discretionary criteria, I had become spoiled by how quickly I can reinstall linux after doing it every six months.</p>
<p>I was pleasantly surprised that it automatically found working drivers for everything (though there is still one unidentified USB device which is bugging me), which was nice having my dual monitor setup working from the start.  I still had to download updates for the video and audio drivers, but everything else went smoothly.</p>
<p>It&#8217;s a little disheartening to have to relearn everything (especially trying to find things in the new fragmented Control Panel), but I&#8217;m assuming with the help of Google, I can figure most things out.</p>
<p>The Windows side of my install only gets used for games (Steam) and Photoshop CS3 work, so it really don&#8217;t have excel at very much =)</p>
<h3>Kubuntu 10.04</h3>
<p><a href="http://www.kubuntu.org"><img alt="Kubuntu" src="http://people.canonical.com/~jriddell/10.10-lts-release/kubuntu_plymouth_splash.png" title="Kubuntu 10.04" class="alignright" width="320" height="230" /></a></p>
<p>Installation was fast and smooth.  I installed the updated nvidia drivers (which borked the bootsplash screen, but that bug is already fixed pending release in the update repositories).  Installed Flash 64bit and struggled with the same sound issue that happens every install (for some reason, the audio channels that Flash uses are muted by default in Kubuntu.  You have to go into the mixer and fix the muting and volume and then everything works great).</p>
<p>I followed the nice tutorial <a href="http://dreadknight666.com/2009/07/dropbox-in-kde-linux/">here</a> or <a href="http://antrix.net/journal/techtalk/dropbox_kde.html">here</a> to get dropbox working without Nautilus.</p>
<p>Also, Ubuntu decided to move sun-java6 over to their partner repository (which unfortunately isn&#8217;t enabled by default).  While <a href="http://openjdk.java.net/">OpenJDK</a> might one day become an adequate replacement, I just don&#8217;t think it is yet, so in KPackageKit open up the Software Sources dialog and enable the partner repository under Third Party Software.</p>
<p>Additionally, there are some python-gtk imports that prevent <em>nvidia-settings</em> from merging the xorg.conf file (after you run <em>nvidia-xconfig</em>), so be sure to run it from the command line first to see the errors.  It would be nice if Kubuntu included the python-gtk bindings by default.</p>
<p>There is also a rather annoying <a href="https://bugs.launchpad.net/ubuntu/+source/polkit-kde-1/+bug/573297">bug</a> (which I filed) where the authorization window when installing software appears behind all the others.  Frustrating, but no big impact.</p>
<p>In conclusion, I was surprised overall by how smoothly the process went (on both sides).  There was a lot of prep that went into this in backing up everything to my network drive, so a quick process it wasn&#8217;t, but no catastrophes, which is always appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2010/05/03/windows-7-kubuntu-10-04/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://people.canonical.com/~jriddell/10.10-lts-release/kubuntu_plymouth_splash.png" />
		<media:content url="http://people.canonical.com/~jriddell/10.10-lts-release/kubuntu_plymouth_splash.png" medium="image">
			<media:title type="html">Kubuntu 10.04</media:title>
		</media:content>
	</item>
		<item>
		<title>Custom Lifestream Display</title>
		<link>http://blog.mcstudios.net/2010/02/15/custom-lifestream-display</link>
		<comments>http://blog.mcstudios.net/2010/02/15/custom-lifestream-display#comments</comments>
		<pubDate>Tue, 16 Feb 2010 06:28:26 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-lifestream-plugin]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=756</guid>
		<description><![CDATA[Necessity is the mother of invention, and that&#8217;s especially true for software. For a long time, I&#8217;ve wanted to display my lifestream as a single page (and on my own domain) in a way I could customize to match my own aesthetics. I tried Sweetcron, Kakuteru, and a few custom scripts for pulling data from [...]]]></description>
			<content:encoded><![CDATA[<p>Necessity is the mother of invention, and that&#8217;s especially true for software.</p>
<p>For a long time, I&#8217;ve wanted to display my lifestream as a single page (and on my own domain) in a way I could customize to match my own aesthetics. I tried <a href="http://code.google.com/p/sweetcron/">Sweetcron</a>, <a href="http://github.com/dominiek/kakuteru">Kakuteru</a>, and a few custom scripts for pulling data from Friendfeed.  Everything was either too complex or lacked the ability to customize the way I wanted.  For a while, I had been collecting my lifestream events using the <a href="http://www.enthropia.com/labs/wp-lifestream/">Lifestream Plugin for WordPress</a> and was really impressed in it&#8217;s stability and functionality.  I wanted to display this data but outside of my WordPress installation, so I decided some PHP was necessary.</p>
<h2>Custom Lifestream Display</h2>
<p><a href="http://www.markphilpot.net"><img src="http://blog.mcstudios.net/wordpress/wp-content/uploads/2010/02/mpnet.png" alt="Custom Lifestream" title="markphilpot.net" width="500" height="373" class="alignright size-full wp-image-759" /></a></p>
<p>The source is located over <a href="http://github.com/griphiam/mpnet">here</a> on github.  It&#8217;s a simple set of PHP files that uses the lifestream data from the Lifestream Plugin in your WordPress database and renders it grouped by event type.</p>
<p>A live demo (my lifestream) can be found at <a href="http://www.markphilpot.net">www.markphilpot.net</a></p>
<h4>Features</h4>
<ul>
<li>Attractively display your lifestream by event type</li>
<li>Supports jQuery plugin <a href="http://james.padolsey.com/demos/imgPreview/full/">imgPreview</a> for posts with a thumbnail entry in the feed</li>
<li>Supports jQuery plugin <a href="http://leandrovieira.com/projects/jquery/lightbox/">lightbox</a> for Flickr images</li>
<li>Supports <a href="http://www.jacksasylum.eu/ContentFlow/">ContentFlow</a> (Cover Flow implementation) to display vi.sualize.us images</li>
<li>Supports AJAX retrieval of more history for each event type</li>
</ul>
<h4>Installation</h4>
<p>Very simple: Create a config.php file in the include directory that includes the necessary variables (See README) and customize feeds.php to point to all the correct feed IDs for your installation.</p>
<h4>Known Issues</h4>
<p>If you used a different prefix for your WP installation, you may need to update the tables in the queries.</p>
<p>There is some logic in <a href="http://github.com/griphiam/mpnet/blob/master/include/content.php">content.php</a> that may be particular to my feed set (logic to eliminate duplicate entries for example).</p>
<p>I&#8217;ve used a very minimalistic design, but it should be fairly simple to customize the CSS.  If you find any problems or identify any neat features, please file an issue at github or send me a patch.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2010/02/15/custom-lifestream-display/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://blog.mcstudios.net/wordpress/wp-content/uploads/2010/02/mpnet-150x150.png" />
		<media:content url="http://blog.mcstudios.net/wordpress/wp-content/uploads/2010/02/mpnet.png" medium="image">
			<media:title type="html">markphilpot.net</media:title>
			<media:thumbnail url="http://blog.mcstudios.net/wordpress/wp-content/uploads/2010/02/mpnet-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>Reminder of a discussion</title>
		<link>http://blog.mcstudios.net/2010/02/01/reminder-of-a-discussion</link>
		<comments>http://blog.mcstudios.net/2010/02/01/reminder-of-a-discussion#comments</comments>
		<pubDate>Mon, 01 Feb 2010 21:05:36 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Freedom 0]]></category>
		<category><![CDATA[gruber]]></category>
		<category><![CDATA[pilgrim]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=753</guid>
		<description><![CDATA[There has been a lot of musings in the wake of Apple&#8217;s iPad announcement. The conversation below took place in 2006. It would be interesting to hear a rehashed version given the state of the industry today, but I thought I&#8217;d refresh my memory by rereading. Mark Pilgrim announcement to switch away from OSX: In [...]]]></description>
			<content:encoded><![CDATA[<p>There has been a lot of musings in the wake of Apple&#8217;s iPad announcement.  The conversation below took place in 2006.  It would be interesting to hear a rehashed version given the state of the industry today, but I thought I&#8217;d refresh my memory by rereading.</p>
<p>Mark Pilgrim <a href="http://diveintomark.org/archives/2006/06/02/when-the-bough-breaks">announcement</a> to switch away from OSX:</p>
<blockquote><p>In many ways, the tale of my switch is more of the same old story. Mac OS X was “free enough” to keep me using something that was not in my long-term best interest. But as I stood in the Apple store last weekend and drooled over the beautiful, beautiful hardware, all I could think was how much work it would take to twiddle with the default settings, install third-party software, and hide all the commercial tie-ins so I could pretend I was in control of my own computer. Beauty is in the eye of the beholder, and to my eye Apple isn’t beautiful anymore. I’ve worked around it or ignored it for a long time, but eventually the bough breaks.</p></blockquote>
<p>John Gruber&#8217;s <a href="http://daringfireball.net/2006/06/and_oranges">response</a>:</p>
<blockquote><p>And the truth is I’m not entirely sure he’s making the right decision, even for himself. Forget all the niggling details he cites, and focus only on his central beef — that Apple is a company that does not “get” openness, and that this deficiency is going to hinder Pilgrim’s long-term access to the data he’s creating. But if that’s the case, and Pilgrim has been using Apple computers for 22 years, why hasn’t it happened already? Openness isn’t binary, a choice between totally open and totally closed, it’s a continuum. The question isn’t “Does Apple get it?”, but “Does Apple get it enough?” But from the perspective of someone immersed in the free software culture, where everything operates near the extreme edge of the open/closed continuum, it’s easy to see how things begin to look binary — not open/closed, but totally-open/not-totally-open.</p></blockquote>
<p>And Mark&#8217;s <a href="http://diveintomark.org/archives/2006/06/16/juggling-oranges">counter</a>:</p>
<blockquote><p>I’m not claiming that either Free Software or open formats are a silver bullet. There are many risk factors, and Free Software mitigates some of them some of the time. There are many layers — data on top of applications on top of operating systems on top of hardware — and open formats can reduce the friction between some of them some of the time. They’re both lubricants that help you to slide out one layer and replace it without the whole thing toppling down. Apple would prefer that I not replace any of their layers, and they have gone out of their way to increase the friction between them.</p>
<p>Which brings us back to John Gruber’s oranges. His counter-argument — that lock-in hasn’t been a problem for me yet, so why all the fuss now — could not be further from the truth. It’s been a constant problem for 22 years. Much of the data I’ve spent my life creating has been lost or seriously degraded through a series of proprietary formats and forced migrations. This is why I felt so betrayed, in particular, by Mail.app “upgrading” me away from mbox format. It took a lot of forethought on my part, not to mention actual time and effort, to convert all my disparate mail archives from all those different mail programs. I finally got everything into a single archive in an open, stable format… and just 3 short years later, Apple found a way to screw me one last time. It’ll be the last time they get the chance.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2010/02/01/reminder-of-a-discussion/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>I feel like quoting a sunset</title>
		<link>http://blog.mcstudios.net/2010/01/29/i-feel-like-quoting-a-sunset</link>
		<comments>http://blog.mcstudios.net/2010/01/29/i-feel-like-quoting-a-sunset#comments</comments>
		<pubDate>Fri, 29 Jan 2010 21:49:16 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Freedom 0]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=751</guid>
		<description><![CDATA[From Adam Pash from Lifehacker: “To say that ‘either a device is user friendly or it’s open’ is a false dichotomy.&#8221; From Mark Pilgrim&#8217;s post: Now, I am aware that you will be able to develop your own programs for the iPad, the same way you can develop for the iPhone today. Anyone can develop! [...]]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://lifehacker.com/5458690/the-problem-with-the-apple-ipad">Adam Pash</a> from <a href="http://lifehacker.com">Lifehacker</a>:</p>
<blockquote><p>“To say that ‘either a device is user friendly or it’s open’ is a false dichotomy.&#8221;</p></blockquote>
<p>From Mark Pilgrim&#8217;s <a href="http://diveintomark.org/archives/2010/01/29/tinkerers-sunset">post</a>:</p>
<blockquote><p>Now, I am aware that you will be able to develop your own programs for the iPad, the same way you can develop for the iPhone today. Anyone can develop! All you need is a Mac, XCode, an iPhone “simulator,” and $99 for an auto-expiring developer certificate. The “developer certificate” is really a cryptographic key that (temporarily) allows you (slightly) elevated access to&#8230; your own computer. And that’s fine — or at least workable — for the developers of today, because they already know that they’re developers. But the developers of tomorrow don’t know it yet. And without the ability to tinker, some of them never will.</p></blockquote>
<p>&#8230;and&#8230;</p>
<blockquote><p>Once upon a time, Apple made the machines that made me who I am. I became who I am by tinkering. Now it seems they’re doing everything in their power to stop my kids from finding that sense of wonder. Apple has declared war on the tinkerers of the world. With every software update, the previous generation of “jailbreaks” stop working, and people have to find new ways to break into their own computers. There won’t ever be a MacsBug for the iPad. There won’t be a ResEdit, or a Copy ][+ sector editor, or an iPad Peeks &#038; Pokes Chart. And that’s a real loss. Maybe not to you, but to somebody who doesn&#8217;t even know it yet.</p></blockquote>
<p>From Alex Payne&#8217;s <a href="http://al3x.net/2010/01/28/ipad.html">post</a>:</p>
<blockquote><p>The thing that bothers me most about the iPad is this: if I had an iPad rather than a real computer as a kid, I’d never be a programmer today. I’d never have had the ability to run whatever stupid, potentially harmful, hugely educational programs I could download or write. I wouldn’t have been able to fire up ResEdit and edit out the Mac startup sound so I could tinker on the computer at all hours without waking my parents.</p></blockquote>
<p>Like many of my generation, my first computer was an Apple IIgs.  I learned to program in BASIC (back when you had to number every single line and predict ahead of time how many lines you&#8217;d need).  Apple is preventing a generation of people (especially kids) from being creative, despite all PR to the contrary.  It costs $99 to get the privilege of writing for the iPhone/iPad.  Not all parents will do that for their 8 year old.  The barriers (both technical and legal) for tinkering with devices you already own is prohibitively high.  I can&#8217;t risk jailbreaking my iPhone because without a sanctioned process, I still need it to communicate with the world.  With my desktop (and laptop to a slightly lesser extent).  I have all the avenues in the world to tinker, all legal and encouraged.</p>
<p>I guess, to the extent it needs to be said, I really hope <a href="http://diveintomark.org/archives/2004/05/14/freedom-0">Freedom 0</a> wins out.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2010/01/29/i-feel-like-quoting-a-sunset/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Google Chrome &amp; Delicious</title>
		<link>http://blog.mcstudios.net/2009/11/18/google-chrome-delicious</link>
		<comments>http://blog.mcstudios.net/2009/11/18/google-chrome-delicious#comments</comments>
		<pubDate>Thu, 19 Nov 2009 05:19:06 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[delicious]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=729</guid>
		<description><![CDATA[While there are a few fledgling Chrome extensions that add the standard Delicious buttons to the user interface. However, that&#8217;s not what I really need. I need the Delicious toolbar that Firefox&#8217;s plugin has so I can pull up my bookmarks with my favorite tags into the toolbar. As a stop gap, this post has [...]]]></description>
			<content:encoded><![CDATA[<p>While there are a few fledgling Chrome extensions that add the standard Delicious buttons to the user interface.  However, that&#8217;s not what I really need.  I need the Delicious toolbar that Firefox&#8217;s plugin has so I can pull up my bookmarks with my favorite tags into the toolbar.  As a stop gap, <a href="http://fernandoacorreia.wordpress.com/2008/09/05/delicious-in-google-chrome/">this</a> post has a way to add a search engine. </p>
<blockquote><p><strong>Searching pages</strong></p>
<p>You can use Chrome’s Omnibox to search inside your Delicious tags:</p>
<ul>
<li>Right-click in the Omnibox and select Edit search engines.</li>
<li>In the Search Engines dialog press the Add button.</li>
<li>Fill the form as follows:</li>
<ul>
<li>Name: Delicious</li>
<li>Keywork: d</li>
<li><del datetime="2009-11-19T18:34:38+00:00">URL: http://delicious.com/search?context=userposts&#038;p=%s&#038;lc=1&#038;u=your_user_name</del><br/>http://delicious.com/search?p=%s&#038;chk=&#038;fr=del_icio_us&#038;lc=1&#038;atags=&#038;rtags=&#038;context=userposts|your_user_name|</li>
</ul>
</ul>
<p>Press OK to close the form.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2009/11/18/google-chrome-delicious/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Lifestream Graph</title>
		<link>http://blog.mcstudios.net/2009/11/17/lifestream-graph</link>
		<comments>http://blog.mcstudios.net/2009/11/17/lifestream-graph#comments</comments>
		<pubDate>Wed, 18 Nov 2009 03:39:53 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[graphviz]]></category>
		<category><![CDATA[lifestream]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=722</guid>
		<description><![CDATA[So I decided to try to create a graph that showed the flows of the various social networking sites that I use frequently. Lifestream Aggregator in this case refers to three things: Friendfeed, Lifestream Plugin for WordPress (here) and Sweetcron (www.markphilpot.net).]]></description>
			<content:encoded><![CDATA[<p>So I decided to try to create a graph that showed the flows of the various social networking sites that I use frequently.  Lifestream Aggregator in this case refers to three things: Friendfeed, Lifestream Plugin for WordPress (<a href="http://blog.mcstudios.net/lifestream">here</a>) and Sweetcron (<a href="http://www.markphilpot.net">www.markphilpot.net</a>).</p>
<div id="attachment_725" class="wp-caption aligncenter" style="width: 586px"><img src="http://blog.mcstudios.net/wordpress/wp-content/uploads/2009/11/sn1.png" alt="Lifestream Graph" title="Lifestream Graph" width="576" height="590" class="size-full wp-image-725" /><p class="wp-caption-text">Lifestream Graph</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2009/11/17/lifestream-graph/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://blog.mcstudios.net/wordpress/wp-content/uploads/2009/11/sn1-150x150.png" />
		<media:content url="http://blog.mcstudios.net/wordpress/wp-content/uploads/2009/11/sn1.png" medium="image">
			<media:title type="html">Lifestream Graph</media:title>
			<media:description type="html">Lifestream Graph</media:description>
			<media:thumbnail url="http://blog.mcstudios.net/wordpress/wp-content/uploads/2009/11/sn1-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>Eclipse 3.5 &amp; Ubuntu 9.10</title>
		<link>http://blog.mcstudios.net/2009/11/11/eclipse-3-5-ubuntu-9-10</link>
		<comments>http://blog.mcstudios.net/2009/11/11/eclipse-3-5-ubuntu-9-10#comments</comments>
		<pubDate>Thu, 12 Nov 2009 07:12:21 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[fixme]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=704</guid>
		<description><![CDATA[This guy just saved my sanity! If you are running Eclipse 3.5 and are noticing &#8220;funny&#8221; behavior (buttons not working, certain fields not appearing), then follow these instructions. It looks like Eclipse is doing some nasty stuff advanced hacking in SWT on GTK. This bug is fixed in 3.6M2 but you can work around the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.norio.be">This</a> guy just saved my sanity!  If you are running Eclipse 3.5 and are noticing &#8220;funny&#8221; behavior (buttons not working, certain fields not appearing), then follow <a href="http://www.norio.be/blog/2009/10/problems-eclipse-buttons-ubuntu-910">these</a> instructions.</p>
<blockquote><p>It looks like Eclipse is doing some <del datetime="2009-11-12T07:11:34+00:00">nasty stuff</del> advanced hacking in SWT on GTK. This bug is fixed in 3.6M2 but you can work around the issue in Eclipse 3.5 by launching Eclipse through the following small shell script (assuming Eclipse is installed in /opt/eclipse-3.5):</p>
<p><code>#!/bin/sh<br />
export GDK_NATIVE_WINDOWS=1<br />
/opt/eclipse-3.5/eclipse</code>
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2009/11/11/eclipse-3-5-ubuntu-9-10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>iSuperGP</title>
		<link>http://blog.mcstudios.net/2009/11/10/isupergp</link>
		<comments>http://blog.mcstudios.net/2009/11/10/isupergp#comments</comments>
		<pubDate>Tue, 10 Nov 2009 19:53:11 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[isupergp]]></category>
		<category><![CDATA[webapp]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=701</guid>
		<description><![CDATA[My first iPhone web application: iSuperGP. If you use supergenpass.com for your password management, iSuperGP helps you use it on your iPhone. Using HTML5 local storage, you can save your sites locally so you don&#8217;t have to retype them every time in the SGP mobile version. The application is fully offline enabled, so you can [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 204px"><a href="http://www.isupergp.com"><img alt="iSuperGP" src="http://www.isupergp.com/images/superman-logo-large.png" title="iSuperGP<br />
" width="194" height="194" /></a><p class="wp-caption-text">iSuperGP</p></div>
<p>My first iPhone web application: iSuperGP. If you use supergenpass.com for your password management, iSuperGP helps you use it on your iPhone. Using HTML5 local storage, you can save your sites locally so you don&#8217;t have to retype them every time in the SGP mobile version.  The application is fully offline enabled, so you can bookmark it as an application and access your passwords even when you&#8217;re disconnected.  If you find anything wrong or have suggestions, the support site is @ <a href="http://www.isupergp.com/trac">here</a></p>
<p>The app is built using the <a href="http://www.jqtouch.com/">jQTouch</a> jQuery framework for mobile web development.  It still has a few quirks, but it&#8217;s fairly spectacular at imitating native iPhone applications.  Also, it&#8217;s extremely frustrating trying to develop an iPhone web application when the only place to reliably test is on iPhone Safari browser itself.  I don&#8217;t have a Mac yet, so I&#8217;m not able to use the XCode simulator.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2009/11/10/isupergp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://www.isupergp.com/images/superman-logo-large.png" />
		<media:content url="http://www.isupergp.com/images/superman-logo-large.png" medium="image">
			<media:title type="html">iSuperGP</media:title>
		</media:content>
	</item>
		<item>
		<title>Safari v. Firefox</title>
		<link>http://blog.mcstudios.net/2009/06/11/safari-v-firefox</link>
		<comments>http://blog.mcstudios.net/2009/06/11/safari-v-firefox#comments</comments>
		<pubDate>Thu, 11 Jun 2009 18:07:13 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=583</guid>
		<description><![CDATA[Apple recently released Safari 4. Being the model geek, I decided to give it a spin &#8212; and I liked what I saw. But here&#8217;s the problem: at this point I have a deeply ingrained web browsing workflow. Whether it&#8217;s a habit or a plugin, there are certain things that are this point muscle memory [...]]]></description>
			<content:encoded><![CDATA[<p>Apple recently released Safari 4. Being the model geek, I decided to give it a spin &#8212; and I liked what I saw.  But here&#8217;s the problem: at this point I have a deeply ingrained web browsing workflow.  Whether it&#8217;s a habit or a plugin, there are certain things that are this point muscle memory (and for a good reason, because it usually is the most efficient).</p>
<div style="margin: 15px; float: right"><a href="http://www.flickr.com/photos/93755244@N00/3444838707/" title="Screen Shot" target="_blank"><img src="http://farm4.static.flickr.com/3628/3444838707_d47a0c67c2_m.jpg" alt="Screen Shot" border="0" /></a><br /><small><a href="http://creativecommons.org/licenses/by-nc-nd/2.0/" title="Attribution-NonCommercial-NoDerivs License" target="_blank"><img src="http://blog.mcstudios.net/wordpress/wp-content/plugins/photo-dropper/images/cc.png" alt="Creative Commons License" border="0" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a href="http://www.flickr.com/photos/93755244@N00/3444838707/" title="Håkan Dahlström" target="_blank">Håkan Dahlström</a></small></div>
<p><strong>Caveat #1</strong> &#8212; Without Firebug, nothing replaces Firefox for web development. Period. End of Story.  I&#8217;m focusing here on more casual browsing.</p>
<h3>Mouse Navigation</h3>
<p><strong>Middle Click opens new tab</strong> &#8212; Firefox and Safari do this for normal links, however in Safari I can&#8217;t middle click on the home button in the toolbar to open a new tab to my home page.</p>
<p><strong>Middle Click closes tab</strong> &#8212; Safari fails here. There apparently is a hack but the web site is blocked at work, so I haven&#8217;t tried it (note, that every extension for Safari is a hack&#8230; I have no idea how stability is affected, so I&#8217;ve been trying to avoid them when possible)</p>
<h3>Keyboard Navigation</h3>
<p><strong>vim-like search</strong> &#8212; Firefox adopted vim&#8217;s style of quickly searching using the &#8220;/&#8221; key.  I love this, and as a vim user it comes very naturally.  Hard to give this up.  However, Safari get&#8217;s props for dimming the window and highlighting what you&#8217;re searching for.  I can do without this, but it I have the placement of the &#8220;OpenApple&#8221; key on mac keyboards &#8212; it forces me to contort my wrist.</p>
<h3>Plugins &#038; Extensions</h3>
<p><strong>Delicious</strong> &#8212; This is a big one.  Delicious is my bookmark manager of choice, and this becomes Safari&#8217;s biggest failure.  There are Safari hacks for Delicious support, but none add the Delicious toolbar where I can set my favorite tags.</p>
<h2>Verdict</h2>
<p>Sticking with Firefox.  One of the reasons I&#8217;m not tempted by Chrome is there isn&#8217;t the same level of customization that Firefox currently allows.  At least Google is moving toward supporting plugins &#8212; I don&#8217;t think Apple will ever allow that with Safari.  I&#8217;m hoping for a high quality Firefox 3.5 release!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2009/06/11/safari-v-firefox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://farm4.static.flickr.com/3628/3444838707_d47a0c67c2_m.jpg" />
		<media:content url="http://farm4.static.flickr.com/3628/3444838707_d47a0c67c2_m.jpg" medium="image">
			<media:title type="html">Screen Shot</media:title>
		</media:content>
		<media:content url="http://blog.mcstudios.net/wordpress/wp-content/plugins/photo-dropper/images/cc.png" medium="image">
			<media:title type="html">Creative Commons License</media:title>
		</media:content>
	</item>
	</channel>
</rss>
