<?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>Black Bag Operations Network</title>
	<atom:link href="http://www.blackbagops.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blackbagops.net</link>
	<description>Weapons and Intelligence in the War Against "Them"</description>
	<lastBuildDate>Wed, 27 Apr 2011 19:04:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Local Web Apps</title>
		<link>http://www.blackbagops.net/2011/04/27/local-web-apps/</link>
		<comments>http://www.blackbagops.net/2011/04/27/local-web-apps/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 19:04:32 +0000</pubDate>
		<dc:creator>todd</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://www.blackbagops.net/?p=183</guid>
		<description><![CDATA[I think I&#8217;ve finally settled on the architecture that makes the most sense for data collection types of applications for the iPhone.  I just do them in HTML and use the webkit control everywhere.
Of course I need access to sqlite and so I&#8217;ve found I can add new subclasses of NSURLProtocol to provide handlers [...]]]></description>
			<content:encoded><![CDATA[<p>I think I&#8217;ve finally settled on the architecture that makes the most sense for data collection types of applications for the iPhone.  I just do them in HTML and use the webkit control everywhere.</p>
<p>Of course I need access to sqlite and so I&#8217;ve found I can add new subclasses of NSURLProtocol to provide handlers to access different parts the local machine&#8217;s resources.  </p>
<p>The first and most useful one I did works with urls of the format sqlite://database/table?a=&#038;b=&#038;c= where a,b, and c are field names.  If this is used with a form that has its method set to POST, then a table that can hold all those fields are created and an insert statement is generated to save the record.  The response is a JSON dictionary of the resulting record (done to provide the generated primary key back as well as any set default values).</p>
<p>If it is used with a form whose method is set to GET, then all the mentioned fields are fetched, and the ones that have values are used as filters.  The response is again a JSON array of dictionaries.   This makes a quickie search form easy, however I also look for a field named sql and if that is present, I just execute that as the query instead.  Sometimes only SQL will do.</p>
<p>If the form method is DELETE, then the matching records are deleted.  Since responses are JSON, using <a href="http://jquery.com">jquery</a> is a no-brainer.  </p>
<p>The entire NSURLProtocol subclass is about two pages of code and works with RAILS style form serialization naming conventions to allow saving/retrieval of hierarchies.  It also uses ActiveRecord naming conventions and requires a primary key field of id on each table.  The primary key is generated as a guid.</p>
<p>Works great.  Dead simple.  Don&#8217;t even need a server.  I will be exploring this architecture more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackbagops.net/2011/04/27/local-web-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bye bye Three20 Hello ASIHttpRequest</title>
		<link>http://www.blackbagops.net/2011/02/03/bye-bye-three20-hello-asihttprequest/</link>
		<comments>http://www.blackbagops.net/2011/02/03/bye-bye-three20-hello-asihttprequest/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 21:38:55 +0000</pubDate>
		<dc:creator>todd</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.blackbagops.net/2011/02/03/bye-bye-three20-hello-asihttprequest/</guid>
		<description><![CDATA[Its been a year? Yeah &#8211; pretty sad.   But now I have something worth saying.
For the past year I&#8217;ve been doing iPhone apps that talk to a server back end.  I started with Three20.   Seemed like it offered some useful UI widgetry.  However eventually I found it was easier [...]]]></description>
			<content:encoded><![CDATA[<p>Its been a year? Yeah &#8211; pretty sad.   But now I have something worth saying.</p>
<p>For the past year I&#8217;ve been doing iPhone apps that talk to a server back end.  I started with Three20.   Seemed like it offered some useful UI widgetry.  However eventually I found it was easier to whip up fancy UI using UIWebView so I gave up on the Three20 widgets.  I did keep the network piece.  But as of today I dumped that too. </p>
<p>The Three20 developers are slow to respond to fixes and the network portion assumes it is always doing http or it has a couple hacks to reference the documents or bundle directories using urls with schemes bundle: and documents:.  This might be OK but the way it is done is a hack and general file: urls still don&#8217;t work.  Plus the TTURLRequest has bugs in generating post bodies that I&#8217;ve fixed in my copy but haven&#8217;t been adopted despite offering them back.</p>
<p>So that&#8217;s enough &#8211; ASIHttpRequest seems both lighter in weight and more powerful.  It is nearly a drop-in replacement and so far I&#8217;m impressed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackbagops.net/2011/02/03/bye-bye-three20-hello-asihttprequest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a deployment server on SliceHost Centos 5.3</title>
		<link>http://www.blackbagops.net/2010/01/03/building-a-deployment-server-on-slicehost-centos-5-3/</link>
		<comments>http://www.blackbagops.net/2010/01/03/building-a-deployment-server-on-slicehost-centos-5-3/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 11:36:05 +0000</pubDate>
		<dc:creator>todd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.blackbagops.net/?p=174</guid>
		<description><![CDATA[ Far and away the most painful thing I&#8217;ve done with a computer since dropping PDP-11 on my foot.
It was a simple idea.  Create a new empty Centos 5.3 image and start installing goodies until it works.  Three days later and I&#8217;m almost there but wow.  First off &#8211; yum package manager [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.blackbagops.net/wp-content/uploads/2010/01/pain.jpg" alt="pain" title="pain" width="172" height="204" class="alignleft size-full wp-image-177" /> Far and away the most painful thing I&#8217;ve done with a computer since dropping PDP-11 on my foot.</p>
<p>It was a simple idea.  Create a new empty Centos 5.3 image and start installing goodies until it works.  Three days later and I&#8217;m almost there but wow.  First off &#8211; yum package manager &#8211; love the concept &#8211; wonderful when it works.  Sadly, many useful things are not yum packages and many yum packages are out of date.  yum install apache &#8211; fab.  yum install <a href="http://www.postgresql.org/">postgresql</a> went pretty well.  Efforts to install the latest <a href="http://postgis.refractions.net/">postgis</a> from source &#8211; utter failure.  It then took me about six hours to successfully eradicate the failed install bits that were messing me up and get the yum install working.  Ultimately it required me to create symbolic links in odd places for the GEOS library, but I won in the end.  Then there&#8217;s the issue of running the sql to create a database.  This confounded me for a couple hours until I learned that this copy of postgresql shipped with very strange and restrictive <a href="http://www.depesz.com/index.php/2007/10/04/ident/">pg_hba.conf</a>.  I&#8217;ve installed PostgreSQL at least a dozen times and this is the first time I&#8217;ve encountered this annoyance.  The linked file is the best tutorial on use of this file I have found. </p>
<p>The primary annoyance being that, working as root to install PostGIS, I was not allowed to run the sql files as postgres user (ident failed), but as postgres user, I was not allowed to run sql files owned by root.   <a href="http://www.depesz.com/index.php/2007/10/04/ident/">pg_hba.conf</a> file edited to sane defaults and voila <a href="http://postgis.refractions.net/">PostGIS</a> installed.</p>
<p>Getting a modern python and mod_wsgi installed was made easy using <a href="http://blog.perplexedlabs.com/2009/11/15/setup-python-2-6-4-mod_wsgi-2-6-and-django-1-1-1-on-centos-5-3-cpanel/">this tutorial</a>.  But getting mod_wsgi configured with virtualenv took forever, largely because I kept running into weird permissions problems with apache.  It took the use of a big chmod/chown hammer to finally get it to work and I still don&#8217;t understand why setting apache to use a directory in my virtualenv as document root for static content doesn&#8217;t work, nor does putting a symlink to the directory in apache&#8217;s usual doc root.</p>
<p>Getting git installed and setup was straightforward and mostly works thanks to this <a href="http://www.hampson.ca/blog/2009/09/08/setup-git-centos-53-and-make-public-over-ssh/">handy guide</a>.  I haven&#8217;t set up the auth bit but I can at least sync my project to my development area on my laptop.</p>
<p>Python&#8217;s easy_install has been awesome for getting <a href="http://turbogears.org/2.1/docs/">TurboGears2.1</a> and friends installed &#8211; most trouble free part of the whole thing.  Finally, I need php for <a href="http://www.csail.mit.edu/~alexgru/markers/numbered_markers.tar.gz">one little utility</a> that generates labeled map pins like we find on Google maps.  <img src="http://eagleoffshore.biz/markers/numbered_marker.php?text=A" alt="A" /> It is really cool, but it uses the gd support in php and all of the pre-built packages are compiled using &#8211;without_gd.  So I had to build php from scratch and download dev versions of a whole lot of graphics processing goodies including libpng and freetype.  Getting the build done wasn&#8217;t bad.  Figuring out why it didn&#8217;t work in the first place was a drag though.  </p>
<p>Probably one more day to get git auth working, sort out the static file permissions, and configure the git repos to know where origin is and I&#8217;ll be ready to actually build some software.  That&#8217;ll be a nice change.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackbagops.net/2010/01/03/building-a-deployment-server-on-slicehost-centos-5-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adventures in Platform Hunting</title>
		<link>http://www.blackbagops.net/2010/01/01/adventures-in-platform-hunting/</link>
		<comments>http://www.blackbagops.net/2010/01/01/adventures-in-platform-hunting/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 21:48:31 +0000</pubDate>
		<dc:creator>todd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.blackbagops.net/?p=170</guid>
		<description><![CDATA[I need a new web app platform.  I have to build a system that is geographically aware which points to using PostGIS as my database.  The GIS crowd likes python.  There are a bunch of nifty frameworks like MapFish and FeatureServer for building geographically aware applications.  They are all built on [...]]]></description>
			<content:encoded><![CDATA[<p>I need a new web app platform.  I have to build a system that is geographically aware which points to using <a href="http://postgis.refractions.net/">PostGIS</a> as my database.  The GIS crowd likes <a href="http://python.org">python</a>.  There are a bunch of nifty frameworks like <a href="http://mapfish.org">MapFish</a> and <a href="http://featureserver.org/">FeatureServer</a> for building geographically aware applications.  They are all built on top of <a href="http://pylonshq.com/">Pylons</a> which is more like a box of parts you can use to build web applications in <a href="http://python.org">python</a> than a full on framework like <a href="http://rubyonrails.org/">Ruby on Rails</a>.  </p>
<p>There is also <a href="http://www.djangoproject.com/">Django</a> and a GIS extension called <a href="http://code.djangoproject.com/wiki/GeoDjango">GeoDjango</a>.  I spent over a month futzing with <a href="http://www.djangoproject.com/">Django</a> before concluding it was a poor fit for application development.   <a href="http://www.djangoproject.com/">Django</a>  comes from the publishing world and is about building web sites.  I need an application.  There is no <a href="http://ajaxian.com/">ajax</a> integration out of the box, the template system is weak and clumsy to extend.  While they claim you can swap it for another one, if you do none of the zillions of extensions that are out there work anymore.  I clung to it a little longer than I should have because I thought that zillion extensions would save me a lot of time. Turns out, most of those extensions are half baked, unpolished, and more or less undocuented &#8211; thus worthless.  I also liked <a href="http://docs.djangoproject.com/en/dev/ref/contrib/admin/">The Admin</a> and thought it would save me a lot of effort.  But not enough.  So &#8211; <em>au revoir</em> Django.  You&#8217;re no replacement for <a href="http://rubyonrails.org">Rails</a> even if <a href="http://docs.djangoproject.com/en/dev/ref/contrib/admin/">The Admin</a> is a bit better than <a href="http://activescaffold.com/">ActiveScaffold</a>.</p>
<p><a href="http://pylonshq.com/">Pylons</a>, OTOH, tries to maximize choices and make everything swappable.  Choose your template system, database layer, url routing layer&#8230;.. One gets the idea that the developers have seen <a href="http://www.davidpbrown.co.uk/poetry/john-hodge.html" title="Choose Life. Choose a job. Choose a career. Choose a family. Choose a fucking big television, choose washing machines, cars, compact disc players and electrical tin openers. Choose good health, low cholesterol, and dental insurance. Choose fixed interest mortage repayments. Choose a starter home. Choose your friends. Choose leisurewear and matching luggage. Choose a three-piece suite on hire purchase in a range of fucking fabrics. Choose DIY and wondering who the fuck you are on a Sunday morning. Choose sitting on that couch watching mind-numbing, spirit-crushing game shows, stuffing fucking junk food into your mouth. Choose rotting away at the end of it all, pishing your last in a miserable home, nothing more than an embarrassment to the selfish, fucked up brats you spawned to replace yourself.</p>
<p>Choose your future.</p>
<p>Choose life.">Trainspotting</a> one too many times.  Anyhow, I don&#8217;t want to choose every little piece of the application architecture.  I don&#8217;t want to design a url scheme. I don&#8217;t care that it works with 9 databases &#8211; just mine. I just want a cohesive framework that I can build in.  Enter <a href="http://turbogears.org/">TurboGears</a>, a <a href="http://pylonshq.com/">Pylons</a> based framework that tries to choose the best of everything and make it work together.  I&#8217;m sold.  It also has a <a href="http://turbogears.org/2.1/docs/main/Extensions/Admin/index.html">CRUD based admin</a> layer that is pretty sweet.</p>
<p>Now I just need to figure out how to build a stack for deployment on Centos 5.3.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackbagops.net/2010/01/01/adventures-in-platform-hunting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Snow Leopard Pain &#8211; Apache and PHP</title>
		<link>http://www.blackbagops.net/2009/09/25/more-snow-leopard-pain-apache-and-php/</link>
		<comments>http://www.blackbagops.net/2009/09/25/more-snow-leopard-pain-apache-and-php/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 04:17:45 +0000</pubDate>
		<dc:creator>todd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.blackbagops.net/?p=168</guid>
		<description><![CDATA[After updating to Snow Leopard, apache stopped working.  The console was full of:
9/25/09 8:53:15 PM	org.apache.httpd[38614]	Warning: DocumentRoot [/usr/docs/dummy-host.example.com] does not exist
9/25/09 8:53:15 PM	org.apache.httpd[38614]	Warning: DocumentRoot [/usr/docs/dummy-host2.example.com] does not exist
9/25/09 8:53:15 PM	org.apache.httpd[38614]	Syntax error on line 99 of /private/etc/apache2/extra/httpd-ssl.conf:
9/25/09 8:53:15 PM	org.apache.httpd[38614]	SSLCertificateFile: file '/private/etc/apache2/server.crt' does not exist or is empty
9/25/09 8:53:15 PM	com.apple.launchd[1]	(org.apache.httpd[38614]) Exited with exit code: 1
9/25/09 8:53:15 PM	com.apple.launchd[1]	(org.apache.httpd) [...]]]></description>
			<content:encoded><![CDATA[<p>After updating to Snow Leopard, apache stopped working.  The console was full of:<br />
<code>9/25/09 8:53:15 PM	org.apache.httpd[38614]	Warning: DocumentRoot [/usr/docs/dummy-host.example.com] does not exist<br />
9/25/09 8:53:15 PM	org.apache.httpd[38614]	Warning: DocumentRoot [/usr/docs/dummy-host2.example.com] does not exist<br />
9/25/09 8:53:15 PM	org.apache.httpd[38614]	Syntax error on line 99 of /private/etc/apache2/extra/httpd-ssl.conf:<br />
9/25/09 8:53:15 PM	org.apache.httpd[38614]	SSLCertificateFile: file '/private/etc/apache2/server.crt' does not exist or is empty<br />
9/25/09 8:53:15 PM	com.apple.launchd[1]	(org.apache.httpd[38614]) Exited with exit code: 1<br />
9/25/09 8:53:15 PM	com.apple.launchd[1]	(org.apache.httpd) Throttling respawn: Will start in 10 seconds</code></p>
<p>Apparently, Apple decided to blow away my very custom apache2 config and replace it with a generic one.  Not cool.  As a developer of many web sites, I have a virtual host for every project of the form localhost.domain.tld.  These were all gone.  </p>
<p>Also, the php was broken.  The fix included first downgrading php which required downloading and recompiling every single open source library I had (dozens) because of the new 64 bit object file format.</p>
<p>Then, finally I got the above error and using Time Machine recovered my old httpd.conf and extras folders from my pre-Snow Leopard backup and its all working again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackbagops.net/2009/09/25/more-snow-leopard-pain-apache-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recovering my mysql data on Snow Leopard</title>
		<link>http://www.blackbagops.net/2009/09/15/recovering-my-mysql-data-on-snow-leopard/</link>
		<comments>http://www.blackbagops.net/2009/09/15/recovering-my-mysql-data-on-snow-leopard/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 06:23:39 +0000</pubDate>
		<dc:creator>todd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.blackbagops.net/?p=163</guid>
		<description><![CDATA[Updating to Snow Leopard broke my mysql install.  Pro-tip: back up your databases before updating to Snow Leopard.  
I didn&#8217;t do this.  To get the data back &#8211; recreate the /usr/local/mysql -> /usr/local/mysql_versionbuilddatanumberstuff symbolic link.  This gets broken in the install.
I then clobbered the /Library/LaunchDaemons mysql item, and the /Library/StartupItems one. [...]]]></description>
			<content:encoded><![CDATA[<p>Updating to Snow Leopard broke my mysql install.  Pro-tip: back up your databases before updating to Snow Leopard.  </p>
<p>I didn&#8217;t do this.  To get the data back &#8211; recreate the /usr/local/mysql -> /usr/local/mysql_versionbuilddatanumberstuff symbolic link.  This gets broken in the install.</p>
<p>I then clobbered the /Library/LaunchDaemons mysql item, and the /Library/StartupItems one.  Now mysqld will not launch by default.</p>
<p>Rebooted.  </p>
<p><code>sudo cp /usr/local/mysql/support-files/my-small.cnf /etc/my.cnf</code></p>
<p>mysqld_safe &#038;</p>
<p>Now I am able to run </p>
<p><code>mysqldump -u root -A > saved.sql</code> </p>
<p>to dump the databases.  Now I downloaded the Mac OS X 64 bit mysql package and run the installer then reboot.</p>
<p>Now load my data into the new server using </p>
<p><code>mysql -u root < saved.sql</code></p>
<p>And I'm off to the races.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackbagops.net/2009/09/15/recovering-my-mysql-data-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated Studio Computer to Snow Leopard</title>
		<link>http://www.blackbagops.net/2009/09/07/updated-studio-computer-to-snow-leopard/</link>
		<comments>http://www.blackbagops.net/2009/09/07/updated-studio-computer-to-snow-leopard/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 17:05:47 +0000</pubDate>
		<dc:creator>todd</dc:creator>
				<category><![CDATA[MIDI]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[recording]]></category>

		<guid isPermaLink="false">http://www.blackbagops.net/?p=161</guid>
		<description><![CDATA[last night.  The glitches I encountered were
1) PACE license code needed updating
2) MIDI and Firewire Audio drivers needed updating
3) MOTU Ethno component needed to be removed from MAS folder
4) Virtual String Machine&#8217;s font got clobbered and had to be downloaded (found it through support FAQ)
Otherwise it all went great.
]]></description>
			<content:encoded><![CDATA[<p>last night.  The glitches I encountered were</p>
<p>1) PACE license code needed updating<br />
2) MIDI and Firewire Audio drivers needed updating<br />
3) MOTU Ethno component needed to be removed from MAS folder<br />
4) Virtual String Machine&#8217;s font got clobbered and had to be downloaded (found it through support FAQ)</p>
<p>Otherwise it all went great.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackbagops.net/2009/09/07/updated-studio-computer-to-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Service PAK?  I don&#8217;t think so</title>
		<link>http://www.blackbagops.net/2009/09/01/service-pak-i-dont-think-so/</link>
		<comments>http://www.blackbagops.net/2009/09/01/service-pak-i-dont-think-so/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 18:45:37 +0000</pubDate>
		<dc:creator>todd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.blackbagops.net/?p=159</guid>
		<description><![CDATA[Not really a service pak.  Just no eye candy.
http://arstechnica.com/apple/reviews/2009/08/mac-os-x-10-6.ars
In other news, people doing audio production have found SL to be much more responsive and a whole bunch of glitchy behavior just vanished.  I&#8217;d buy that for $30.
Just waiting for the UPS guy with the disk&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Not really a service pak.  Just no eye candy.<br />
http://arstechnica.com/apple/reviews/2009/08/mac-os-x-10-6.ars</p>
<p>In other news, people doing audio production have found SL to be much more responsive and a whole bunch of glitchy behavior just vanished.  I&#8217;d buy that for $30.</p>
<p>Just waiting for the UPS guy with the disk&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackbagops.net/2009/09/01/service-pak-i-dont-think-so/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard is out</title>
		<link>http://www.blackbagops.net/2009/08/30/snow-leopard-is-out/</link>
		<comments>http://www.blackbagops.net/2009/08/30/snow-leopard-is-out/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 11:54:00 +0000</pubDate>
		<dc:creator>todd</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.blackbagops.net/?p=155</guid>
		<description><![CDATA[and while I don&#8217;t have my copy yet, I&#8217;ve been getting the betas and I know what&#8217;s in it.  There&#8217;s a lot there, but its not visible to the average user or non-programming so-called technology &#8220;pundit&#8221;.  This is unfortunate.  They are tossing it off as a &#8220;service pack&#8221; but its more like [...]]]></description>
			<content:encoded><![CDATA[<p>and while I don&#8217;t have my copy yet, I&#8217;ve been getting the betas and I know what&#8217;s in it.  There&#8217;s a lot there, but its not visible to the average user or non-programming <a href="http://techguylabs.com/radio/ShowNotes/Show591">so-called technology &#8220;pundit&#8221;</a>.  This is unfortunate.  They are tossing it off as a &#8220;service pack&#8221; but its more like having your car detailed and the tiny single cylinder engine replaced with a fuel injected turbo V8.  It looks like the same car &#8211; but it can go many times faster.  As applications get updated, it will get even faster. How?</p>
<p>The core OS has been restructured to allow it to take advantage of all those cores in newer computers.  So while we have the same body, it is all new under the hood.  </p>
<p>The truth is that 3GHz is about the theoretical limit for clock speeds for the Intel x86 family.  They&#8217;re not going to get faster.  They are getting cheaper though.  So now, instead of getting a processor that&#8217;s twice as fast every cycle, you get twice as many 3GHz processors.   That&#8217;s all well and good, but much of the core OS has been built assuming one processor. So even though I&#8217;ve got a dual quad with 8 processors in the box, most of them are idle most of the time.  That power is wasted.</p>
<p>Enter Snow Leopard.  It restructures the way the OS divides and schedules tasks and supplies new apis for applications to parallelize logic to much improve processing throughput.  Besides letting programmers take advantage of all of the Intel cores &#8211; OpenCL makes it easier to offload vector processing to the graphics processor &#8211; a largely underutilized resource most of the time.</p>
<p>The average <a href="http://techguylabs.com/radio/ShowNotes/Show591">non-technical user</a> won&#8217;t see much change and that&#8217;s no surprise &#8211; but if this were &#8220;just a service pack&#8221; there wouldn&#8217;t be so many broken programs that need updating.  The change is substantial and at this point, most application updates going forward are going to require Snow Leopard.  Its not practical to build apps that take advantage of Snow Leopard and still work on older releases so this is the line in the sand. </p>
<p>Fortunately, Apple realized this and Snow Leopard is priced &#8220;almost free&#8221;.  I&#8217;m not one to push people to upgrade working systems without a compelling reason.   </p>
<p>However, eventually an update or a new application will come out that you&#8217;ll want and it will require Snow Leopard and this is why it is good that Apple made the barrier to updating very low.  Certainly a forthcoming update to <a href="http://audiofreakshow.com">Jambalaya</a> is going to be Snow Leopard only.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackbagops.net/2009/08/30/snow-leopard-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Not Dead Yet</title>
		<link>http://www.blackbagops.net/2009/08/11/blog-not-dead-yet/</link>
		<comments>http://www.blackbagops.net/2009/08/11/blog-not-dead-yet/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 02:21:36 +0000</pubDate>
		<dc:creator>todd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.blackbagops.net/?p=153</guid>
		<description><![CDATA[Well its taken a long time, but I&#8217;ve finally gotten around to figuring out why permalinks were broken (it involves getting apache mod_rewrite and various file permissions sorted out).
So maybe the blog is fixed and I&#8217;ll start using it again.  
OTOH, I&#8217;m not super happy with WP lately.  It seems like it is [...]]]></description>
			<content:encoded><![CDATA[<p>Well its taken a long time, but I&#8217;ve finally gotten around to figuring out why permalinks were broken (it involves getting apache mod_rewrite and various file permissions sorted out).</p>
<p>So maybe the blog is fixed and I&#8217;ll start using it again.  </p>
<p>OTOH, I&#8217;m not super happy with WP lately.  It seems like it is collapsing under its own weight.  I need to set up something for <a href="http://musicalfreakshow.com">Musical Freak Show</a> and I&#8217;m thinking about trying out <a href="http://chyrp.net/">Chyrp</a>.</p>
<p>Meanwhile, I&#8217;ve got my <a href="http://www.youtube.com/MusicalFreakShow">YouTube channel</a> up and running and have posted my first video.  So I&#8217;m gradually figuring it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackbagops.net/2009/08/11/blog-not-dead-yet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
