<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>LambdaJive</title>
	<atom:link href="http://lambdajive.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lambdajive.wordpress.com</link>
	<description>Lisp for Absurdists</description>
	<lastBuildDate>Sat, 20 Aug 2011 10:22:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lambdajive.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>LambdaJive</title>
		<link>http://lambdajive.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lambdajive.wordpress.com/osd.xml" title="LambdaJive" />
	<atom:link rel='hub' href='http://lambdajive.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Cross-compiling OpenCV for iPhone</title>
		<link>http://lambdajive.wordpress.com/2010/11/24/cross-compiling-opencv-for-iphone/</link>
		<comments>http://lambdajive.wordpress.com/2010/11/24/cross-compiling-opencv-for-iphone/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 21:33:27 +0000</pubDate>
		<dc:creator>gonzojive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lambdajive.wordpress.com/?p=99</guid>
		<description><![CDATA[If you are here just to cross-compile OpenCV, follow these simple instructions.  The older post is a little more detailed, error-prone, pedantic, and maybe out of date. If you want to cross-compile OpenCV from source code, you can do by next steps. Building OpenCV 2.1 requiers CMake. You can easily install it by using MacPorts, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lambdajive.wordpress.com&amp;blog=2788459&amp;post=99&amp;subd=lambdajive&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are here just to cross-compile  OpenCV, follow these simple instructions.  <a href="http://lambdajive.wordpress.com/2008/12/20/cross-compiling-for-iphone/">The older post</a> is a little  more detailed, error-prone, pedantic, and maybe out of date.</p>
<p>If you want to cross-compile OpenCV from source code, you can do by next steps.</p>
<ol>
<li>Building OpenCV 2.1 requiers <a href="http://www.cmake.org/">CMake</a>. You can easily install it by using <a href="http://www.macports.org/">MacPorts</a>, or follow the installation instructions at the CMake website.
<pre><code>% sudo port install cmake
</code></pre>
</li>
<li>Clone this project from ﻿<a href="https://github.com/gonzojive/iphone_opencv_test">github</a>, then move into the project directory
<pre><code>% git clone git://github.com/gonzojive/iphone_opencv_test.git
% cd iphone_opencv_test
</code></pre>
</li>
<li>Download the source code for OpenCV from Sourceforge. Save <a href="http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.1/OpenCV-2.1.0.tar.bz2/download">OpenCV-2.1.0.tar.bz2</a> into the project root.</li>
<li>Use the provided Makefile:
<pre><code>% make
</code></pre>
</li>
</ol>
<p>This will extract the downloaded archive, apply a patch to the OpenCV code, generate appropriate cmakefile suport using the <code>opencv_cmake.sh</code> script, and finally make the static libraries for simulator and  device.  The libraries will be in the opencv_{device,simulator}  directories, and may be linked in XCode etc.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lambdajive.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lambdajive.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lambdajive.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lambdajive.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lambdajive.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lambdajive.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lambdajive.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lambdajive.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lambdajive.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lambdajive.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lambdajive.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lambdajive.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lambdajive.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lambdajive.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lambdajive.wordpress.com&amp;blog=2788459&amp;post=99&amp;subd=lambdajive&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lambdajive.wordpress.com/2010/11/24/cross-compiling-opencv-for-iphone/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e42f6c21cb1b7d45ec30570df35cbee9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">gonzojive</media:title>
		</media:content>
	</item>
		<item>
		<title>In search of state-of-the-art barcode reader software</title>
		<link>http://lambdajive.wordpress.com/2010/08/03/in-search-of-state-of-the-art-barcode-reader-software/</link>
		<comments>http://lambdajive.wordpress.com/2010/08/03/in-search-of-state-of-the-art-barcode-reader-software/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 02:09:16 +0000</pubDate>
		<dc:creator>gonzojive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lambdajive.wordpress.com/?p=94</guid>
		<description><![CDATA[I have tried out a few different software libraries for scanning ISBN/EAN-13 barcodes with my iSight camera, but I am disappointed by the results.  The input I am providing the software is 640&#215;480, noisy, poorly focused pictures of ISBNs on the backs of my textbooks.  I have concluded that all open source barcode readers are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lambdajive.wordpress.com&amp;blog=2788459&amp;post=94&amp;subd=lambdajive&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have tried out a few different software libraries for scanning ISBN/EAN-13 barcodes with my iSight camera, but I am disappointed by the results.  The input I am providing the software is 640&#215;480, noisy, poorly focused pictures of ISBNs on the backs of my textbooks.  I have concluded that all open source barcode readers are unfit for cheap webcams without further improvement.</p>

<a href='http://lambdajive.wordpress.com/2010/08/03/in-search-of-state-of-the-art-barcode-reader-software/globalization/' title='globalization and its discontents'><img data-attachment-id='95' data-orig-size='640,480' data-liked='0'width="150" height="112" src="http://lambdajive.files.wordpress.com/2010/08/globalization.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="globalization and its discontents" title="globalization and its discontents" /></a>
<a href='http://lambdajive.wordpress.com/2010/08/03/in-search-of-state-of-the-art-barcode-reader-software/photo-on-2010-08-02-at-16-29-2/' title='failed1'><img data-attachment-id='96' data-orig-size='640,480' data-liked='0'width="150" height="112" src="http://lambdajive.files.wordpress.com/2010/08/photo-on-2010-08-02-at-16-29-2.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="a tough read for a modern free software barcode scanner" title="failed1" /></a>

<p>I would ideally like to use a $30 webcam to scan books and other products with off-the-shelf open-source software, for use in some inventory management software.  They do make <a href="http://www.amazon.com/gp/product/B000GGTTC8?ie=UTF8&amp;tag=bookllamacom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000GGTTC8">specialized barcode scanner hardware</a> for this purpose, but the computer vision enthusiast in me sees no reason why we should not have a good webcam solution in 2010.</p>
<p>Software that could not recognize these images:</p>
<ul>
<li>zxing</li>
<li>zbar</li>
</ul>
<p>Software I did not try:</p>
<ul>
<li><a href="http://www.wedesoft.demon.co.uk/hornetseye-api/files/barcode-txt.html">ruby code that uses Horenetseye</a></li>
</ul>
<h2>What&#8217;s missing from open-source barcode software: science</h2>
<p>It seems like the libraries out there now do not use large quantities of data to test out the algorithms and incrementally improve them.  I am talking about a dataset typical in a supervised learning project with thousands of example images with corresponding labels.  In this case, it would be helpful to have two different classes of examples in a dataset.  For each image, it would be helpful to have</p>
<ol>
<li>the pixel coordinates of the corners of the barcode image</li>
<li>the barcode value</li>
</ol>
<p>With this sort of data, we could begin to compare the performance of the barcode libraries out there.  A fairly large dataset could be generated synthetically, or one could be created relatively easily from real-world data as well.  See <a href="http://tug.org/pipermail/texhax/2009-September/013160.html">this thread</a> about using a <a href="http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=pst-barcode">tex library</a> to generate EAN-13 barcodes.</p>
<p>I don&#8217;t have any brilliant insights about how to accomplish great results, but one thing I have noticed is that no library seems to make use of the english characters printed at the bottom of EAN barcodes.  This could probably be used in conjunction with the barcode data to further improve results, since OCR software is super accurate these days.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lambdajive.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lambdajive.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lambdajive.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lambdajive.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lambdajive.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lambdajive.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lambdajive.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lambdajive.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lambdajive.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lambdajive.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lambdajive.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lambdajive.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lambdajive.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lambdajive.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lambdajive.wordpress.com&amp;blog=2788459&amp;post=94&amp;subd=lambdajive&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lambdajive.wordpress.com/2010/08/03/in-search-of-state-of-the-art-barcode-reader-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e42f6c21cb1b7d45ec30570df35cbee9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">gonzojive</media:title>
		</media:content>

		<media:content url="http://lambdajive.files.wordpress.com/2010/08/globalization.jpg?w=150" medium="image">
			<media:title type="html">globalization and its discontents</media:title>
		</media:content>

		<media:content url="http://lambdajive.files.wordpress.com/2010/08/photo-on-2010-08-02-at-16-29-2.jpg?w=150" medium="image">
			<media:title type="html">failed1</media:title>
		</media:content>
	</item>
		<item>
		<title>iSinglePayer meets the App Store</title>
		<link>http://lambdajive.wordpress.com/2009/10/06/isinglepayer-meets-the-app-store/</link>
		<comments>http://lambdajive.wordpress.com/2009/10/06/isinglepayer-meets-the-app-store/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 02:11:44 +0000</pubDate>
		<dc:creator>gonzojive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lambdajive.wordpress.com/?p=82</guid>
		<description><![CDATA[Apple approved the iSinglePayer application that was controversially rejected for being &#8220;politically charged&#8221; last week.   The app is now live and can be downloaded for free. An update is coming soon that will move the GPS-to-district magic onto the phone itself, so your phone will not need the internet to get in touch with congress. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lambdajive.wordpress.com&amp;blog=2788459&amp;post=82&amp;subd=lambdajive&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Apple approved the iSinglePayer application that was controversially rejected for being &#8220;politically charged&#8221; last week.   The app is now live and can be <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=328472903&amp;mt=8">downloaded for free</a>.</p>
<p>An update is coming soon that will move the GPS-to-district magic onto the phone itself, so your phone will not need the internet to get in touch with congress.</p>
<p>In the future we would like to make the application more interactive and interesting to play with.  Right now it&#8217;s just a dinky slideshow with charts and bullet points about single-payer health care and world health stats.  But it&#8217;s not the greatest.  Let us know if you would like to produce some content (like a video or code stuff).  A single-payer advocate and graphic designer would be awesome for redoing the graphics.   floatopian@floatopia.org</p>
<p>Other ideas would be to&#8230;</p>
<ul>
<li>show how much money could be saved if we cut the private insurance bureaucracy.  administration consumes 31% of all health care costs&#8211;show how that money could be used better by letting people go on a &#8220;health care shopping spree&#8221;</li>
<li>video that describes single-payer in 90 seconds or so.  think of the <a href="http://tweetreform.com/public-option-70-seconds">video of Robert Reich explaining the public option</a> in 70 seconds.  Somebody in congress or outside of congress should do this anyway, and we would like to put it in the app.</li>
<li>Insurance Industry roulette.  spin the wheel to decide whether you will go bankrupt due to medical expenses, whether your insurance company will pay for your surgery, or whether you will be covered at all due to a preexisting condition.</li>
<li>comparison of other health care proposals with single-payer</li>
<li>arguments  against and/or misconceptions of single payer</li>
</ul>
<p>The app was mostly designed for those who like single-payer already, so they can call congress about it.  It is also intended to get some facts out, like how we spend 2x more on health care than nearly every other developed country.</p>
<p>etc.</p>
<p>Hope you all enjoy the app.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lambdajive.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lambdajive.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lambdajive.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lambdajive.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lambdajive.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lambdajive.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lambdajive.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lambdajive.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lambdajive.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lambdajive.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lambdajive.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lambdajive.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lambdajive.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lambdajive.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lambdajive.wordpress.com&amp;blog=2788459&amp;post=82&amp;subd=lambdajive&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lambdajive.wordpress.com/2009/10/06/isinglepayer-meets-the-app-store/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e42f6c21cb1b7d45ec30570df35cbee9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">gonzojive</media:title>
		</media:content>
	</item>
		<item>
		<title>iSinglePayer iPhone App Censored by Apple</title>
		<link>http://lambdajive.wordpress.com/2009/09/26/isinglepayer-iphone-app-censored-by-apple/</link>
		<comments>http://lambdajive.wordpress.com/2009/09/26/isinglepayer-iphone-app-censored-by-apple/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 21:15:14 +0000</pubDate>
		<dc:creator>gonzojive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lambdajive.wordpress.com/?p=29</guid>
		<description><![CDATA[Update II: App approved (see below or the new post). Click here to download the app for free Update: Spread the word on Apple&#8217;s censorship! Tweet this story! PALO ALTO, CA &#8211;Apple, Inc. has censored  an iPhone application promoting health insurance reform in the United States. iSinglePayer, an iPhone application that advocates for single-payer health [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lambdajive.wordpress.com&amp;blog=2788459&amp;post=29&amp;subd=lambdajive&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Update II: App approved (see below or<a href="http://lambdajive.wordpress.com/2009/10/06/isinglepayer-meets-the-app-store/"> the new post</a>). <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=328472903&amp;mt=8">Click here to download the app for free</a></strong></p>
<p><strong>Update: Spread the word on Apple&#8217;s censorship!</strong></p>
<h2><strong><a href="http://twitter.com/home?status=RT%20@reddaly%20Health%20Care%20Reform%20iPhone%20App%20Censored%20by%20Apple%20--%20more%20info%20http://bit.ly/qQKIb">Tweet this story</a>!</strong></h2>
<p><strong><br />
</strong></p>
<p>PALO ALTO, CA &#8211;Apple, Inc. has censored  an iPhone application promoting health insurance reform in the United States.</p>
<p>iSinglePayer, an iPhone application that advocates for single-payer health care reform was rejected from the App Store by Apple because it is &#8220;politically charged.&#8221;  The application displays charts and bullet points about single-payer health care systems, and it allows users to call members of congress.  iSinglePayer even calculates your local congressperson using GPS, and displays the amount of money donated to each congressperson from the health sector.</p>

<a href='http://lambdajive.wordpress.com/2009/09/26/isinglepayer-iphone-app-censored-by-apple/img_0294/' title='screenshot-cost-comparison'><img data-attachment-id='32' data-orig-size='320,480' data-liked='0'width="100" height="150" src="http://lambdajive.files.wordpress.com/2009/09/img_0294.png?w=100&#038;h=150" class="attachment-thumbnail" alt="iSinglePayer compares the cost of health care across the world." title="screenshot-cost-comparison" /></a>
<a href='http://lambdajive.wordpress.com/2009/09/26/isinglepayer-iphone-app-censored-by-apple/rejection/' title='rejection'><img data-attachment-id='30' data-orig-size='494,244' data-liked='0'width="150" height="74" src="http://lambdajive.files.wordpress.com/2009/09/rejection.png?w=150&#038;h=74" class="attachment-thumbnail" alt="Apple rejected the iSinglePayer application because it is &quot;politically charged.&quot;" title="rejection" /></a>
<a href='http://lambdajive.wordpress.com/2009/09/26/isinglepayer-iphone-app-censored-by-apple/img_0283-2/' title='screenshot-admin-costs'><img data-attachment-id='31' data-orig-size='320,480' data-liked='0'width="100" height="150" src="http://lambdajive.files.wordpress.com/2009/09/img_0283-2.png?w=100&#038;h=150" class="attachment-thumbnail" alt="iSinglePayer documents the inefficiency of the U.S. health care system." title="screenshot-admin-costs" /></a>
<a href='http://lambdajive.wordpress.com/2009/09/26/isinglepayer-iphone-app-censored-by-apple/picture-6/' title='Drudge Report App'><img data-attachment-id='58' data-orig-size='321,458' data-liked='0'width="105" height="150" src="http://lambdajive.files.wordpress.com/2009/09/picture-6.png?w=105&#038;h=150" class="attachment-thumbnail" alt="Apple allows certain propaganda on the App Store." title="Drudge Report App" /></a>
<a href='http://lambdajive.wordpress.com/2009/09/26/isinglepayer-iphone-app-censored-by-apple/screenshot-2009-08-22-08-47-59/' title='screenshot--local'><img data-attachment-id='40' data-orig-size='320,480' data-liked='0'width="100" height="150" src="http://lambdajive.files.wordpress.com/2009/09/screenshot-2009-08-22-08-47-59.png?w=100&#038;h=150" class="attachment-thumbnail" alt="iSinglePayer uses the iPhone&#039;s GPS to determine the user&#039;s local congresspeople." title="screenshot--local" /></a>
<a href='http://lambdajive.wordpress.com/2009/09/26/isinglepayer-iphone-app-censored-by-apple/img_0287-3/' title='screenshot-call'><img data-attachment-id='33' data-orig-size='320,480' data-liked='0'width="100" height="150" src="http://lambdajive.files.wordpress.com/2009/09/img_0287-3.png?w=100&#038;h=150" class="attachment-thumbnail" alt="iSinglePayer displays how much each member of congress has receieved from the Health sector." title="screenshot-call" /></a>

<h2 style="margin-bottom:0;">Rejection From the App Store</h2>
<p>The application was submitted on August 21 and rejected on September 26, more than five weeks after it was submitted.  Most applications take 10-14 days to approve.  The rejection was made over the phone by a representative from Apple.  The representative explained that the application was &#8220;politically charged&#8221; and was rejected for this reason.</p>
<div id="attachment_30" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-30" title="rejection" src="http://lambdajive.files.wordpress.com/2009/09/rejection.png?w=300&#038;h=148" alt="Apple rejected the iSinglePayer application because it is &quot;politically charged&quot;" width="300" height="148" /><p class="wp-caption-text">Apple rejected the iSinglePayer application because it is &quot;politically charged&quot;</p></div>
<p>Apple informed Floatopian (which is pretty much just me) that iSinglePayer was rejected in part because it was the product of a lone developer.  There are applications developed for particular political candidates, like the official Obama application, but since those have the official support of a politician they are acceptable.   When a single developer wants to voice his opinions, Apple censors it.  Unless, of course, you can pawn your propaganda app off as news&#8230;</p>
<div id="attachment_58" class="wp-caption alignnone" style="width: 220px"><img class="size-medium wp-image-58" title="Drudge Report App" src="http://lambdajive.files.wordpress.com/2009/09/picture-6.png?w=210&#038;h=300" alt="Apple allows certain propaganda on the App Store." width="210" height="300" />auspices<p class="wp-caption-text">Apple allows certain propaganda on the App Store.</p></div>
<h2 style="margin-bottom:0;">Single-Payer Health Care</h2>
<p>The United States currently spends more than twice what other industrialized countries spend on health care per capita. In 2007, the United States spent $7290 per person on health care while the United Kingdom spent $2992 (41% of the U.S. expenditure) according to the OECD.  Despite the high cost, the U.S. health system performs poorly in comparison and does not insure everybody.</p>
<p>Many other developed nations insure every citizen with single-payer health insurance, while the United States has over 45 million uninsured and tens of millions underinsured.</p>
<p>62% of all 1.5 million bankruptcies in 2009 will be medical bankruptcies, and 75% of those will occur despite medical insurance[1]. Some of those with insurance were too sick to continue to work, and thus lost insurance. High co-pays and deductibles bankrupted other patients. None of these problems affect single-payer systems where insurance is provided by taxes even in the case of job loss.</p>
<p>Despite widespread support among physicians, nurses, economists, public health officials, and public opinion polls, single-payer health insurance reform has not been a major part of the health care debate. Senator Max Baucus, chairman of the Senate Finance Committee, excluded single-payer advocates from a round-table discussion among dozens of health experts, including many industry representatives.</p>
<p>The rejection of iSinglePayer from the App Store is but the latest blow to supporters of single-payer health reform.</p>
<h2>Contact</h2>
<p>Contact Red from Floatopian at <a href="mailto:floatopian@floatopia.org">floatopian@floatopia.org</a>.</p>
<p>I don&#8217;t know who to contact at Apple.  We got a call from a nice guy named Richard who seems to work in developer relations&#8211;try (408) &#8211; 862 &#8211; 9516.  A more general apple number is (408) &#8211; 996 &#8211; 1010.  You can also try the media help line at (408) 974-2042</p>
<h2>Update: Help Get Us a Sponsor</h2>
<p>If you are part of a large health reform advocacy group, we would love to partner with you to see if that will get the app published.  Even better would be a member of congress, which would really put Apple on the hot seat.  We just want to publish this thing before it is irrelevant!</p>
<p>Also, we forgot to mention that the app was free to download and has no ads.</p>
<h2>Update II: iSinglePayer available in the App Store</h2>
<p>Thanks everyone for raising this issue publicly.  Over the weekend Apple approved iSinglePayer and it is now available for download in the Healthcare and Fitness section of the App Store.  I am glad that the app got through, and I hope that Apple will not be rejecting any more applications because they are politically charged.  Thanks again, all!</p>
<p><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=328472903&amp;mt=8">Click here to download the app for free</a></p>
<p>In the five weeks since we first submitted we improved the app to not use the network at all.  A new, faster version will be coming out soon.</p>
<h2>Update III: Apple strikes criticism from the app description</h2>
<p>Apple called me again this and told me to alter the description text in the app store.  They said to remove anything that mentions the approval process.  Thus, you will no longer see the following in the app description:</p>
<blockquote>
<p style="margin-bottom:0;">*** Apple lets iSinglePayer on the App Store after a wave of bad press! ***</p>
<p>Apple originally rejected iSinglePayer because it was &#8220;politically charged.&#8221;  Five days of bad press later, iSinglePayer has hit the App Store.  Thanks to singlepayercentral.com for helping get the app approved, and Wired, Engadget, DailyKos, and many others for reporting the story.  Now this little iPhone app can make it into your back pocket.</p>
</blockquote>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Not a big deal, but yes, we live in a corporate democracy now.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lambdajive.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lambdajive.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lambdajive.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lambdajive.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lambdajive.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lambdajive.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lambdajive.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lambdajive.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lambdajive.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lambdajive.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lambdajive.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lambdajive.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lambdajive.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lambdajive.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lambdajive.wordpress.com&amp;blog=2788459&amp;post=29&amp;subd=lambdajive&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lambdajive.wordpress.com/2009/09/26/isinglepayer-iphone-app-censored-by-apple/feed/</wfw:commentRss>
		<slash:comments>94</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e42f6c21cb1b7d45ec30570df35cbee9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">gonzojive</media:title>
		</media:content>

		<media:content url="http://lambdajive.files.wordpress.com/2009/09/img_0294.png?w=100" medium="image">
			<media:title type="html">screenshot-cost-comparison</media:title>
		</media:content>

		<media:content url="http://lambdajive.files.wordpress.com/2009/09/rejection.png?w=150" medium="image">
			<media:title type="html">rejection</media:title>
		</media:content>

		<media:content url="http://lambdajive.files.wordpress.com/2009/09/img_0283-2.png?w=100" medium="image">
			<media:title type="html">screenshot-admin-costs</media:title>
		</media:content>

		<media:content url="http://lambdajive.files.wordpress.com/2009/09/picture-6.png?w=105" medium="image">
			<media:title type="html">Drudge Report App</media:title>
		</media:content>

		<media:content url="http://lambdajive.files.wordpress.com/2009/09/screenshot-2009-08-22-08-47-59.png?w=100" medium="image">
			<media:title type="html">screenshot--local</media:title>
		</media:content>

		<media:content url="http://lambdajive.files.wordpress.com/2009/09/img_0287-3.png?w=100" medium="image">
			<media:title type="html">screenshot-call</media:title>
		</media:content>

		<media:content url="http://lambdajive.files.wordpress.com/2009/09/rejection.png?w=300" medium="image">
			<media:title type="html">rejection</media:title>
		</media:content>

		<media:content url="http://lambdajive.files.wordpress.com/2009/09/picture-6.png?w=210" medium="image">
			<media:title type="html">Drudge Report App</media:title>
		</media:content>
	</item>
		<item>
		<title>Common Lisp on iPhone: ECL comes through at last!</title>
		<link>http://lambdajive.wordpress.com/2009/03/27/common-lisp-on-iphone-ecl-comes-through-at-last/</link>
		<comments>http://lambdajive.wordpress.com/2009/03/27/common-lisp-on-iphone-ecl-comes-through-at-last/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 20:38:01 +0000</pubDate>
		<dc:creator>gonzojive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lambdajive.wordpress.com/?p=22</guid>
		<description><![CDATA[** UPDATE** See http://funcall.posterous.com/ecl-on-iphone-redux for a more up-to-date description of how to get this to work.  ** Common Lisp is finally on the iPhone!  After waaaaay too much time in C and Makefile world, I have gotten ECL to cross-compile for the ARM processor and iPhone OS.  The whole process required some changes to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lambdajive.wordpress.com&amp;blog=2788459&amp;post=22&amp;subd=lambdajive&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>** UPDATE** See <a href="http://funcall.posterous.com/ecl-on-iphone-redux">http://funcall.posterous.com/ecl-on-iphone-redux</a> for a more up-to-date description of how to get this to work.  **</p>
<p>Common Lisp is finally on the iPhone!  After waaaaay too much time in C and Makefile world, I have gotten ECL to cross-compile for the ARM processor and iPhone OS.  The whole process required some changes to the ECL code itself, the ECL make process, and changes to the garbage collector.</p>
<p>To get ECL cross-compiling was a challenge for someone without much experience building C libraries and dealing with platform dependencies.</p>
<p>I made a script that should make this process easy at least 1000 times less painful than my experience.  Just get ECL from the Floatopian repository and build it with a simple script:</p>
<p>git clone http://floatopian.com/~reddaly/ecl/ecl/.git/</p>
<p>cd ecl</p>
<p>sh make-iphone</p>
<p>The library files should be installed in install_iPhoneOS/lib/.  If they are not, then something probably went wrong during the installation process.  The build script is pretty dumb, so it will keep going even if individual steps encounter errors.  So if you get problems look for the error highest up in the output.</p>
<p>THIS VERSION OF ECL does not have any extra bells and whistles.  It is built without threads, bignum support, and ASDF.  If you add any of these features, let me or the ECL list know so we can all share the wealth.</p>
<p>Some notes on ASDF:</p>
<p>&gt; However, I still don&#8217;t have all the bells and whisltes working correctly.<br />
&gt; My current problem is getting ASDF to properly compile into <span class="il">ECL</span>.  I cannot<br />
&gt; get <span class="il">ECL</span> to build, even for the i386 Darwin non-cross-compiled version of<br />
&gt; <span class="il">ECL</span>, when I have ASDF enabled and the &#8211;disable-shared flag set in the<br />
&gt; configuration script.  [...]</p>
<div class="im">&gt; Any idea what&#8217;s going <span class="il">on</span> here?  The error message doesn&#8217;t really tell me<br />
&gt; much about what&#8217;s going wrong.  I am even more confused about why the<br />
&gt; &#8211;disable-shared flag makes any difference.</div>
<p>&#8211;disable-shared means you cannot compile code and load it. That is<br />
why ASDF is not building. My question now is, does you <span class="il">iPhone</span> have a C<br />
compiler? If not then you will have to install a fake version of<br />
COMPILE-FILE and COMPILE and try to teach ASDF to use it. It might be<br />
a nice addition to <span class="il">ECL</span> for environments without a C compiler but, as I<br />
said, it is fake: there will be no compilation going <span class="il">on</span>.</p>
<p>Some notes on cross-compiling GMP: http://gmplib.org/list-archives/gmp-bugs/2008-April/000997.html</p>
<p>Finally, I would like to get SLIME working on the iPhone to bring the advantages of REPL development to the iPhone.  If you get that working, let me know.</p>
<p>SUMMARY OF CHANGES:</p>
<ul>
<li>Ported Boehm garbage collector to iPhone.  I believe I ported everything necessary to get it to work in a threaded environment, but threading is currently broken so the GC part may not be functional.  Look at the changes to gcconfig.h</li>
<li>various fixes to ensure that the build and host ECLs use the same exact built-in symbol table. (The build ECL is the one with the i386 architecture that you use to cross-compile the ARMV6 architecture host ECL)  ECL uses a tool called DPP to compile lispish C to something gcc can understand.  If the build and host ECLs are not compiled with the same settings, then the symbol tables do not line up and you get strange runtime bugs.  I changed a bunch of C #defines so to make sure the same symbol sets were used.</li>
<li>fixed some problems assumptions that precluded cross-compilation and non-GMP builds</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lambdajive.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lambdajive.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lambdajive.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lambdajive.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lambdajive.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lambdajive.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lambdajive.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lambdajive.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lambdajive.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lambdajive.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lambdajive.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lambdajive.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lambdajive.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lambdajive.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lambdajive.wordpress.com&amp;blog=2788459&amp;post=22&amp;subd=lambdajive&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lambdajive.wordpress.com/2009/03/27/common-lisp-on-iphone-ecl-comes-through-at-last/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e42f6c21cb1b7d45ec30570df35cbee9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">gonzojive</media:title>
		</media:content>
	</item>
		<item>
		<title>Nu Programming for iPhone</title>
		<link>http://lambdajive.wordpress.com/2008/12/24/nu-programming-for-iphone/</link>
		<comments>http://lambdajive.wordpress.com/2008/12/24/nu-programming-for-iphone/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 06:49:27 +0000</pubDate>
		<dc:creator>gonzojive</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[Lisp]]></category>

		<guid isPermaLink="false">http://lambdajive.wordpress.com/2008/12/24/nu-programming-for-iphone/</guid>
		<description><![CDATA[See the following simple site for a quick tutorial on how to program in Nu on the iPhone.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lambdajive.wordpress.com&amp;blog=2788459&amp;post=16&amp;subd=lambdajive&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>See the following simple site for a quick tutorial on<a href="http://floatopian.com/~reddaly/nu-iphone.html"> how to program in Nu on the iPhone.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lambdajive.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lambdajive.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lambdajive.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lambdajive.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lambdajive.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lambdajive.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lambdajive.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lambdajive.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lambdajive.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lambdajive.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lambdajive.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lambdajive.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lambdajive.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lambdajive.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lambdajive.wordpress.com&amp;blog=2788459&amp;post=16&amp;subd=lambdajive&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lambdajive.wordpress.com/2008/12/24/nu-programming-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e42f6c21cb1b7d45ec30570df35cbee9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">gonzojive</media:title>
		</media:content>
	</item>
		<item>
		<title>Cross-compiling for iPhone</title>
		<link>http://lambdajive.wordpress.com/2008/12/20/cross-compiling-for-iphone/</link>
		<comments>http://lambdajive.wordpress.com/2008/12/20/cross-compiling-for-iphone/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 03:38:03 +0000</pubDate>
		<dc:creator>gonzojive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[inanity]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://lambdajive.wordpress.com/?p=12</guid>
		<description><![CDATA[Edit November 24, 2010: Building OpenCV If you are here just to cross-compile OpenCV, please visit this new post instead.  The older post is a little more detailed, error-prone, pedantic, and maybe out of date. Original post: Cross-compiling is one of the many joys of iPhone development.  Generally cross compiling is as easy as calling [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lambdajive.wordpress.com&amp;blog=2788459&amp;post=12&amp;subd=lambdajive&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Edit November 24, 2010: <a title="Cross-compiling OpenCV for iPhone" href="http://lambdajive.wordpress.com/2010/11/24/cross-compiling-opencv-for-iphone/">Building OpenCV</a></h2>
<p>If you are here just to cross-compile OpenCV, <a href="http://lambdajive.wordpress.com/2010/11/24/cross-compiling-opencv-for-iphone/"></a><a title="Cross-compiling OpenCV for iPhone" href="http://lambdajive.wordpress.com/2010/11/24/cross-compiling-opencv-for-iphone/">please visit this new post instead</a>.  The older post is a little more detailed, error-prone, pedantic, and maybe out of date.</p>
<h2>Original post:</h2>
<p>Cross-compiling is one of the many joys of iPhone development.  Generally cross compiling is as easy as calling a `configure&#8217; script with the correct parameters:</p>
<p>In our case for putting OpenCV on the iPhone, we used the following command:</p>
<p><code><br />
# build arm version<br />
echo "Building iPhoneOS arm version of the OpenCV framework"<br />
echo "============================================="<br />
if test -d ../build_iphoneos; then cd ../build_iphoneos; fi<br />
./configure \<br />
--host="arm-apple-darwin9" --target=arm-apple-darwin9 \<br />
--without-python --without-gtk --without-swig --disable-app \<br />
--enable-static \<br />
--disable-shared \<br />
CC=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.0 \<br />
CPP=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/cpp \<br />
CXXCPP=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/cpp \<br />
CXX=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.0\<br />
AR=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/ar \<br />
RANLIB=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/ranlib \<br />
NM=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/nm \<br />
CFLAGS="-arch armv6 -pipe -std=c99 -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -fmessage-length=0 -fvisibility=hidden -miphoneos-version-min=2.0 -gdwarf-2 -mthumb -miphoneos-version-min=2.0 -I/Library/iPhone/include -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.2.sdk" \<br />
LDFLAGS="-arch armv6 -pipe -std=c99 -gdwarf-2 -mthumb -I/Library/iPhone/include -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.0.sdk" \<br />
CXXFLAGS="-arch armv6 -pipe -std=c99 -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -fmessage-length=0 -fvisibility=hidden -miphoneos-version-min=2.0 -gdwarf-2 -mthumb -miphoneos-version-min=2.0 -I/Library/iPhone/include -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.2.sdk"<br />
</code><br />
the CC, CPP, CXX, CXXCPP, AR, RANLIB, and NM arguments specify the executable files in charge of (CC) compiling C, (CPP) preprocessing C, (CXX &amp; CXXCPP) the same for C++, (AR, RANLIB, NM) library related minutae.  A lot of the CFLAGS LDFLAGS CXXFLAGS are redundant or unnecessary, but they work so why not?</p>
<p>The host= and target= options control cross-compilation.  You really only need to set HOST, which is the machine type on which the compiled code will run.  In our case it is arm-apple-darwin9 which is the machine type of the iPhone.  We gathered a lot of these arguments by building something in XCode and looking at the exact arguments to the C compiler. (You can observe those in the same window as the error messages.)</p>
<p>The C family of programming languages has dumbed down our lives a great deal lately.  Cross-compiling is an even dumber phenomenon than the ins and outs of normal iPhone programming.  Hopefully this post will help bring the joys of cross-compiling into your own living room.  If you find this helpful, please comment on what library you have successfully put on the phone.  If anyone wants OpenCV, let us know.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lambdajive.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lambdajive.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lambdajive.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lambdajive.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lambdajive.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lambdajive.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lambdajive.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lambdajive.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lambdajive.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lambdajive.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lambdajive.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lambdajive.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lambdajive.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lambdajive.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lambdajive.wordpress.com&amp;blog=2788459&amp;post=12&amp;subd=lambdajive&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lambdajive.wordpress.com/2008/12/20/cross-compiling-for-iphone/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e42f6c21cb1b7d45ec30570df35cbee9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">gonzojive</media:title>
		</media:content>
	</item>
		<item>
		<title>Gripes about Web Programming in 2008</title>
		<link>http://lambdajive.wordpress.com/2008/02/08/dreaming-up-a-web-programming-environment/</link>
		<comments>http://lambdajive.wordpress.com/2008/02/08/dreaming-up-a-web-programming-environment/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 22:10:46 +0000</pubDate>
		<dc:creator>gonzojive</dc:creator>
				<category><![CDATA[Lisp]]></category>

		<guid isPermaLink="false">http://lambdajive.wordpress.com/?p=4</guid>
		<description><![CDATA[Web development frameworks abound on the intertubes. Ruby on Rails heralded a blizzard of new platforms using all sorts of languages and &#8220;technologies.&#8221; (see Wikipedia for a sample of these efforts) But nothing has struck my fancy, and it&#8217;s time to blaze new trails. The most important lesson from Rails(tm) is simplicity. Rails showed it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lambdajive.wordpress.com&amp;blog=2788459&amp;post=4&amp;subd=lambdajive&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Web development frameworks abound on the intertubes.  Ruby on Rails heralded a blizzard of new platforms using all sorts of languages and &#8220;technologies.&#8221;  (see <a href="http://en.wikipedia.org/wiki/List_of_web_application_frameworks" title="Wikipedia">Wikipedia</a> for a sample of these efforts)  But nothing has struck my fancy, and it&#8217;s time to blaze new trails.</p>
<p>The most important lesson from Rails(tm) is simplicity. Rails showed it is possible to learn a platform, and indeed a whole programming language, in a few days, and soon thereafter to pump out a full working web site.   Rails did not, unfortunately, solve all of our problems.</p>
<p>But Rails et al. have not solved the major problems of web programming.  These include:</p>
<ul>
<li>annoying designing and testing mechanisms (lots of page reloading)</li>
<li>multilingual inconvenience (between server &amp; client and on the client &amp; itself)</li>
<li>weird persistence paradigms i.e. the diseased relational database of the new millenium. (where are the object database evangelists?)</li>
<li>lackluster visual tools for
<ul>
<li>laying out pages</li>
<li>designing widgets</li>
<li>introspecting the framework
<ul></ul>
</li>
</ul>
</li>
</ul>
<p>(The above is a brief brainstorm, not a list of Fundamental Problems.)</p>
<p>In order to deal with the problem of multiple languages, I propose doing all the programming in one language: Lisp.  Use it for the server language, and use it wherever a Javascript-like doohicky is needed on the client.  The client dialect may need to be different, but all the Lisp concepts, primitives, etc. should be preserved.  Parenscript was at one point converging with Lisp, but the project has chosen to be more of a Javascript-in-SEXPs than a Lisp of its own.  WebLisp, a Lisp that compiles to Javascript, is a fantasy to be described in an upcoming post.</p>
<p>Visual tools for web programming could help out the world of web development dramatically.  I have used Dreamweaver a little bit, but even after a few tutorials I haven&#8217;t been able to produce results as good as those using manual HTML/CSS editting.  This is a weird state of affairs.  I wish that instead of several dozen replacements for Ruby on Rails, we had an innovative framework that makes Adobe Dreamweaver obsolete.</p>
<p>Using more semantics and then creating tools for easily constructing &#8220;views&#8221; for certain classes of objects seems like a good direction.   But I&#8217;ll try look into visualization more and rant at length about that later&#8230;</p>
<p>Persistence is not the problem of a web framework.  Web frameworks should deal with issues related to the high magnitude of time to transmit information from server to client, but databases are somebody else&#8217;s gig.  Get yourself a killer object-oriented database solution (e.g. <a href="http://common-lisp.net/project/elephant/">Elephant for Common Lisp</a>) and have at it.</p>
<p>Now on to better things.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lambdajive.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lambdajive.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lambdajive.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lambdajive.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lambdajive.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lambdajive.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lambdajive.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lambdajive.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lambdajive.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lambdajive.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lambdajive.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lambdajive.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lambdajive.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lambdajive.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lambdajive.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lambdajive.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lambdajive.wordpress.com&amp;blog=2788459&amp;post=4&amp;subd=lambdajive&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lambdajive.wordpress.com/2008/02/08/dreaming-up-a-web-programming-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e42f6c21cb1b7d45ec30570df35cbee9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">gonzojive</media:title>
		</media:content>
	</item>
		<item>
		<title>LambdaJive Launches</title>
		<link>http://lambdajive.wordpress.com/2008/02/07/lambdajive-launches/</link>
		<comments>http://lambdajive.wordpress.com/2008/02/07/lambdajive-launches/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 11:08:25 +0000</pubDate>
		<dc:creator>gonzojive</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Lisp]]></category>

		<guid isPermaLink="false">http://lambdajive.wordpress.com/?p=3</guid>
		<description><![CDATA[And so, LambdaJive hits the web. A public blog for free association related to Common Lisp and its use for dominating the depraved ranks of web development languages, platforms, frameworks, and other bloated keywords. No traffic expected.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lambdajive.wordpress.com&amp;blog=2788459&amp;post=3&amp;subd=lambdajive&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>And so, LambdaJive hits the web.  A public blog for free association related to Common Lisp and its use for dominating the depraved ranks of web development languages, platforms, frameworks, and other bloated keywords.  No traffic expected.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lambdajive.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lambdajive.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lambdajive.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lambdajive.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lambdajive.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lambdajive.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lambdajive.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lambdajive.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lambdajive.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lambdajive.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lambdajive.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lambdajive.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lambdajive.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lambdajive.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lambdajive.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lambdajive.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lambdajive.wordpress.com&amp;blog=2788459&amp;post=3&amp;subd=lambdajive&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lambdajive.wordpress.com/2008/02/07/lambdajive-launches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e42f6c21cb1b7d45ec30570df35cbee9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">gonzojive</media:title>
		</media:content>
	</item>
	</channel>
</rss>
