<?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>David's Go Dojo &#187; iphone</title>
	<atom:link href="http://intellectualpirate.com/blog/category/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://intellectualpirate.com/blog</link>
	<description>Go for you and for me</description>
	<lastBuildDate>Fri, 06 Feb 2009 15:11:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>state of the iPhone go</title>
		<link>http://intellectualpirate.com/blog/2009/02/06/state-of-the-iphone-go/</link>
		<comments>http://intellectualpirate.com/blog/2009/02/06/state-of-the-iphone-go/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 15:11:17 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[editorial]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ishudan]]></category>

		<guid isPermaLink="false">http://intellectualpirate.com/blog/?p=136</guid>
		<description><![CDATA[iphone go has come back, more posting and new direction for the dojo]]></description>
			<content:encoded><![CDATA[<p>As is apparent if you are watching the date of posts, it has been over a year since <a title="olpc opinion and last post" href="http://intellectualpirate.com/blog/2008/01/07/olpc-news/" target="_blank">my last posting to this journal</a>, and in that time, much has come to pass to grow the state of Go gaming on the iPhone.  There is today a <a title="tetsuki" href="http://www.gentgo.be/tetsuki/" target="_blank">freely available program</a> to play multiplayer matches live over the internet, observe tournament matches in progress and kibitz; a program which allows (at latest count) over 10 thousand professional games, 2 thousand problems ranging in difficulty from 30 kyu to 6 dan, <a title="smartgo" href="http://smartgo.com/en/touch.htm" target="_blank">encompassing many lifetimes worth of study material and costs just $10</a>; a self-described<a title="GoPlayer" href="http://www.chucksmith.de/?p=31" target="_blank"> inexpensive Go app</a> which allows the automated playback of ancient well-known game records, displayed full screen for your viewing pleasure and study (or perhaps just your confused stare, if you are a mere dabbler in the visual aspects of our game.)</p>
<p>One lovely program substitutes quite nicely for <a title="itunes link to stones" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=286525013&amp;mt=8" target="_blank">the bowls of stones and board</a> in case of an impromtu match with a fellow enthusiast, one who doesn&#8217;t mind passing the single phone back and forth or scrunching up with you over its screen like a tiny little magnetic set. It is charmingly called simply, &#8220;Stones.&#8221;  Some critique it for a lack of a computer player such as GnuGo, but I find it one of the best of the bunch based on its look and feel which is different from all the other apps.  Stones provides virtual bowls out of which you drag your stones onto the board for each move, an  adaptation of spatial reasoning that shines on the unique environment that the iPhone and iPod touch represent.</p>
<p>There are advantages, flaws, and features to each different implementation. The look and feel of an app also count a great deal in the final judgment because this is a game one pursued in one&#8217;s leisure, and must therefore be enjoyable to study and gain mastery in.  I would like to review each in more depth, but the executive summary for those who have not been following the development of the App Store ecosystem and iPhone coding tools is good:  plenty of software exist doing a variety of different related tasks, providing an ample number of niche applications that can be solved by different software developers.  There&#8217;s plenty of good code out there to learn from, and lots of evolving implementation ideas out there happening in indie gaming generally and iPhone app development specifically.</p>
<p>Other board games in the App Store are also bringing good new implementation ideas that would fit well with Go on the iPhone.  There is an app called &#8220;Chess With Friends&#8221; by <a title="Newtoy Inc" href="http://newtoyinc.com/" target="_blank">Newtoy</a>, which uses <a title="Guo Juan on turn based instruction" href="http://internetgoschool.com/turnbased.vhtml" target="_blank">turn-based play</a> which is reminiscent of the <a title="DGS on Sensei's" href="http://senseis.xmp.net/?DGS" target="_blank">Dragon Go Server</a> and of course, <a title="iShudan on Google Code" href="http://code.google.com/p/ishudan/" target="_blank">iShudan</a>. The interface takes a quick reading of your current game in progress and the current move on opening and includes a running counter of the &#8220;moves served&#8221; via the app.</p>
<p>The concept of a turn-based game has value seperate from other implementations because it is asynchronous, and well suited for situations where players are working from disparate time zones and may otherwise have difficulty synchronizing their schedules.  Turn-based play offers different challenges to a developer than real-time play does in making the app useful and easy to continue using over time.  Turn based games come with an increased risk of wasted play effort due to abandonment, but offers in exchange source material for critique and self-study.</p>
<p>One of the areas in which most of the existing apps lack in are in the way they treat the users&#8217; data. In a game that is suitably responsible for large volumes of ever increasing data, the output and input of these tiny tools should function like UNIX pipes: chaining together small single-purpose utilities to create more complex, highly powerful yet concise statements that focus on desired results with a laser-like focus. The reason that &#8220;Web 2.0&#8243; craftsmen are crazy excited about things like mash-ups and <a title="RSS is a subset of XML" href="http://www.google.com/url?sa=U&amp;start=4&amp;q=http://www.youtube.com/watch%3Fv%3D0klgLsSxGsU&amp;ei=GXGKSdDMOILqNNHnoNQH&amp;sig2=B1mE1V9gnNvc98qTLGtQCg&amp;usg=AFQjCNEt6X-O8EzxWCXSIUheYQtlt_O10A" target="_blank">XML</a> and so on is because it makes the glue of all of these distinct tools interoperable and <a title="Open Source definition" href="http://www.opensource.org/docs/osd" target="_blank">Open</a> in a way that transcends simple commercial interests.</p>
<p>If the rise of Linux (both server and desktop) and similar <a title="Free Software on gnu.org" href="http://www.gnu.org/philosophy/free-sw.html" target="_blank">Open Source</a> poster children such as Firefox and <a title="meritocracy in Apache, web server of the internets" href="http://www.apache.org/foundation/how-it-works.html#meritocracy" target="_blank">Apache</a> to challenge well-funded commercial interests no less than Microsoft teaches us something, it is that there is some kernel of magic inside this idea of opening or sharing our data, our constructs of ideas in the bare language that they work on our behalf.</p>
<p>The iPhone Go software marketplace, then, mirrors that of the larger game development community: our games should give us our data, export it, allow import and permutation, and creative enhancement or contribution back whether for individual achievement or commercial gain.</p>
<p>Our <a title="kifu on sensei's list" href="http://senseis.xmp.net/?Kifu" target="_blank">kifu</a>, or game records, belong to the players in a game, similar to the performance of a musical art, and the results of playing in the game engine should allow the exit, and ideally the importation, of <a title="SGF on wikipedia" href="http://en.wikipedia.org/wiki/Smart_Game_Format" target="_blank">this data</a> in ways that allow enhancement and interoperability that benefits all programs in the noosphere.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fintellectualpirate.com%2Fblog%2F2009%2F02%2F06%2Fstate-of-the-iphone-go%2F';
  addthis_title  = 'state+of+the+iPhone+go';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://intellectualpirate.com/blog/2009/02/06/state-of-the-iphone-go/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>gone but only in appearance</title>
		<link>http://intellectualpirate.com/blog/2007/11/14/gone-but-only-in-appearance/</link>
		<comments>http://intellectualpirate.com/blog/2007/11/14/gone-but-only-in-appearance/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 00:27:11 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[OTB recap]]></category>
		<category><![CDATA[editorial]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ishudan]]></category>
		<category><![CDATA[study]]></category>

		<guid isPermaLink="false">http://intellectualpirate.com/blog/2007/11/14/gone-but-only-in-appearance/</guid>
		<description><![CDATA[I promise, dear game, I have not left you, despite appearances to the contrary. I&#8217;ve just been busy. Very busy at that, both over the board playing my favorite game, as well as at several of my other side projects such as iShudan and the iPhone unlocking biz. In fact, I&#8217;ve had many more games [...]]]></description>
			<content:encoded><![CDATA[<p>I promise, dear game, I have not left you, despite appearances to the contrary.</p>
<p>I&#8217;ve just been busy.  Very busy at that, both over the board playing my favorite game, as well as at several of my other side projects such as <a href="http://code.google.com/p/ishudan" title="iShudan on Google" target="_blank">iShudan</a> and the <a href="http://intellectualpirate.com/blog/2007/10/31/happy-halloween/" title="iPhone unlocks done here" target="_blank">iPhone unlocking</a> biz. In fact, I&#8217;ve had many more games over the board in the last week than any in recent memory due to my increased mobility.  This comes at the cost of time for writing or studying software. Over the last week I enjoyed a best-of-three match with David York, a fireside game at <a href="http://www.hotwirecoffee.com/" title="Hotwire North Rulz!!" target="_blank">HotWire</a> with Adam, and at least 3 separate games with the newest person at work to learn the game, Benjamin.   I think we had more, but they were interrupted before completion due to time.  Unfortunately, my games at <a href="http://go.intellectualpirate.com" title="David's Go Dojo" target="_blank">David&#8217;s Go Dojo</a> have slowed considerably, as I have few moves per day lately, if any at all.   I welcome anyone who prefers the slow pace of &#8220;Go-by-email&#8221; to register an account and start up a board or two with me <a href="http://go.intellectualpirate.com" title="David's Go Dojo" target="_blank">here.</a></p>
<p>Most of my non-playing Go time has been spent learning something completely tangential to Go, programming PHP and learning <a href="http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSBundle_Class/Reference/Reference.html" title="NSBundle documentation on Apple's dev resource site" target="_blank">the basics of Cocoa</a>.  I have watched all five of the video podcasts that Apple released to iPhone developers to help make sites Compliant, Optimized, and then Native. I have been putting thought into the design and roadmap, and I hope to have a wireframe mock up soon that I can post and share with others that explains my vision for the future of iShudan as a project.  I can say that I have a lot of lofty goals currently, as I accomplish these milestones I will write about them further.</p>
<p>And did I mention that my Regular Job has been <strong>really </strong>busy too? <img src='http://intellectualpirate.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><em>c&#8217;est la vie, <a href="http://www.urbandictionary.com/define.php?term=C'est+la+guerre">c&#8217;est la guerre</a></em>!</p>
<p>Some of my teaching games at work I lost because of moving too fast after a distraction, as I would lose the tempo of what was happening, and when I came back and <a href="http://senseis.xmp.net/?Tenuki" title="Tenuki on Sensei's List" target="_blank">tenuki</a>&#8216;d away from an important situation the student would promptly pounce without remorse on the now reversed situation.  Counting liberties sometimes gives you a confidence you don&#8217;t deserve because the local situation has complexities that are not at first apparent.</p>
<p>This weekend I plan to have a mini-ranking blitz on KGS to see if my skills have improved of late, barring any late invitations to an in person game.</p>
<p>I hope to also start studying for my <a href="http://www.arrl.org" title="National Association for Amateur Radio" target="_blank">FCC Amateur Radio Technician Class</a> license this next week and on my upcoming vacation.  This is just a side project of mine, perhaps a work related hobby.  I have precious little time left over for new hobbies, heaven knows, but I find I enjoy a steady diet of new and interesting technical material.  I have been assured by one of my friends that the first level exam is pretty easy to pass once you have studied, particularly since they have dropped the Morse Code requirements.  I have a book here on loan from the library, as well as some online resources to study next week, I think that may be really all I will need to prepare.</p>
<p>I will post some Go-related study materials this weekend, as well as a kifu from a 19&#215;19 game on the Dojo.  I hope your own projects and goals are proceeding apace, and that this note finds you well.  Namaste&#8217;.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fintellectualpirate.com%2Fblog%2F2007%2F11%2F14%2Fgone-but-only-in-appearance%2F';
  addthis_title  = 'gone+but+only+in+appearance';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://intellectualpirate.com/blog/2007/11/14/gone-but-only-in-appearance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>i think im going to cry</title>
		<link>http://intellectualpirate.com/blog/2007/10/31/i-think-im-going-to-cry/</link>
		<comments>http://intellectualpirate.com/blog/2007/10/31/i-think-im-going-to-cry/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 00:05:19 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[editorial]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://intellectualpirate.com/blog/2007/10/31/i-think-im-going-to-cry/</guid>
		<description><![CDATA[ I just read this posting after downloading the latest copy of Delicious Monster from one of its creators, Wil Shipley.  Warning, the ideas here are so exciting for a big game nerd like me as to make me feel almost overcome with emotion&#8230;  Using the iPhone to play not video games, but games like Werewolf or Paper Rock Scissors.  Using the iPhone [...]]]></description>
			<content:encoded><![CDATA[<p> <img src="http://intellectualpirate.com/blog/wp-content/uploads/2007/10/libraryhighres.thumbnail.png" style="padding-top: 0pt; padding-right: 20px; padding-bottom: 20px; padding-left: 0pt; float: left" alt="delicious library" />I just read <a href="http://wilshipley.com/blog/2007/10/video-game-ideas-iphone-sdk-edition.html" target="_blank" title="games on the iphone">this posting</a> after downloading the latest copy of Delicious Monster from one of its creators, <a href="http://www.penny-arcade.com/comic/2007/07/02" title="Wil Shipley's cameo in Penny Arcade">Wil Shipley</a>.  Warning, the ideas here are so exciting for a big game nerd like me as to make me feel almost overcome with emotion&#8230;  Using the iPhone to play not video games, but games like <a href="http://en.wikipedia.org/wiki/Mafia_(game)" target="_blank" title="Werewolf or Mafia on Wikipedia">Werewolf </a>or Paper Rock Scissors.  Using the iPhone to do social, connected things that come naturally to people, but enhance their experiences with each other&#8230;  Go read Wil&#8217;s posting. The wheel is turning, baby.  This stuff is coming, either on this device or on The Next Big Thing, whatever. I want to learn how to code on this thing.  Speaking of, I finished half the ADC content today in the car to and from work, looking forward to whatever else Apple decides to release, as well as what the indy scene gets done for them.  I think I&#8217;m going to end up buying <a href="http://www.delicious-monster.com/" title="Delicious Library" target="_blank">DM</a> just because I like the people who write it so much. (Just kidding, I already know it&#8217;s great software, particularly if you have an iSight and Leopard now.)</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fintellectualpirate.com%2Fblog%2F2007%2F10%2F31%2Fi-think-im-going-to-cry%2F';
  addthis_title  = 'i+think+im+going+to+cry';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://intellectualpirate.com/blog/2007/10/31/i-think-im-going-to-cry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>happy halloween</title>
		<link>http://intellectualpirate.com/blog/2007/10/31/happy-halloween/</link>
		<comments>http://intellectualpirate.com/blog/2007/10/31/happy-halloween/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 12:18:45 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[editorial]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ishudan]]></category>

		<guid isPermaLink="false">http://intellectualpirate.com/blog/2007/10/31/happy-halloween/</guid>
		<description><![CDATA[This last week has been an insane paced, late night blur due to work pressures, and my weekly or better games and iShudan boards have been going neglected. As previously mentioned and depicted on this blog, I recently acquired an iPhone for my wife, thus relieving her of the need to carry around both her [...]]]></description>
			<content:encoded><![CDATA[<p>  This last week has been an insane paced, late night blur due to work pressures, and my weekly or better games and iShudan boards have been going neglected.  <a href="http://intellectualpirate.com/blog/2007/10/25/tuesday-night-game-and-a-new-family-member/" title="link to original post" target="_blank">As previously mentioned</a> and depicted on this blog, I recently acquired an iPhone for my wife, thus relieving her of the need to carry around both her tiny old brick phone and the video iPod she inherited from me.  I mention this because of the method that I used to acquire this iPhone for my wife, a method of bootstrapping wherein I used the power of my mind and subsidized my time at a reasonable rate to a &#8220;10%&#8221; project, if you were to believe what I take as its intended meaning at Google.</p>
<blockquote style="border-style: none; margin: 0px 0px 0px 40px; padding: 0px" class="webkit-indent-blockquote"><p><span style="font-weight: bold" class="Apple-style-span"><span style="font-weight: normal" class="Apple-style-span"><img src="http://intellectualpirate.com/blog/wp-content/uploads/2007/10/unlockediphonei.thumbnail.jpg" alt="iphone unlock" />  </span>I unlocked 10 iPhones for $50 apiece in a single weeks time</span>,</p></blockquote>
<blockquote style="border-style: none; margin: 0px 0px 0px 40px; padding: 0px" class="webkit-indent-blockquote"></blockquote>
<p>in order to earn the money to purchase her phone.  I used freely available software downloadable from the internet and directions posted in a variety of forums, bulletin boards, and at popular weblogs.  Most imortantly, I used the contributed and open code published by groups dedicated to unlocking the potential of the iPhone.  I even earned enough extra to be able to send a donation to one of the groups who created this code, <a href="http://cre.ations.net/creation/ibrickr" title="Nate True is My Man!" target="_blank">the iBrickr team</a>.</p>
<p>I am not usually blessed with the funds to be able to purchase most of the handheld devices made these days, but I have thus far not been tempted by the available offerings either.  Until the iPhone was announced, I didn&#8217;t consider myself in the &#8220;smartphone&#8221; market.  I was sort of interested in one of Nintendo&#8217;s handheld units for a while on behalf of a few popular brain games marketed for adults, and aware generally of the Sony PSP (another fiasco of manufacturer vs paying customers which resulted in a tit-for-tat game if you will that I would suggest nobody won.)</p>
<p>I submit the following blog posting from TUAW with the other Steve, <a href="http://www.tuaw.com/2007/10/29/woz-on-iphone-and-leopard/" title="woz on iphone and leopard" target="_blank">known by many simply as Woz</a>. From the original article, comes the following excerpt:</p>
<blockquote><p><strong>L: So you&#8217;re in favor of the unlocking and jailbreaking for third-party applications?<font color="#ff0000">SW:</font></strong> From a business point of view, Apple owns what they have done. They have a right to lock it. But I am really for the unlockers, the rebels trying to make it free. I&#8217;d really like it to be open to new applications. I&#8217;d like to install some nice games. Why in the world can I not install a ringtone that I&#8217;ve made? How would that hurt AT&amp;T&#8217;s network? Here is Steve Jobs sending letters to the record companies saying [they] should provide music that&#8217;s unprotected, but here he is taking the opposite approach with the iPhone. I don&#8217;t know to what extent AT&amp;T is involved in the thinking and direction.</p></blockquote>
<p>I also had a gander at this article with the provocative title, &#8220;<a href="http://laptopmag.com/Features/So-the-iPhone-Is-Unlocked-Again-Who-Cares.htm?page=1" title="laptopmag.com article about the unlocking" target="_blank">So the iPhone Is Unlocked Again &#8211; Who Cares?</a>&#8221;    I believe it is somewhat obvious how I feel about the thing, but now you can ask my wife now that she owns the one phone that allows her to synch up with iTunes.  She has gone from two devices to one, and everything else is icing on top.  Thus she joins me in unlocking her device to retain the freedoms usually accorded to one who has paid a lot of money to own something, the right to modify it after the sale.</p>
<p>We have updates now on the wiki at the <a href="http://code.google.com/p/ishudan" title="iShudan on Google for iPhone" target="_blank">iShudan </a>page, have a look at the issues reported and the organization pages.  There are contributions to the <a href="http://go.intellectualpirate.com" title="David's Go Dojo" target="_blank">running server code</a> and a wonderful new mode running now and ready for packing that allows players using an iPhone to get an optimized view of the two smaller board sizes 9&#215;9 and 13&#215;13.  I am committed to fixing the proper view for the full 19 square board soon and adding that to the main tree.</p>
<p>I still need a mailing list server or something like that.I have 6 iPhone developer movies from the ADC synched to my phone for watching later, over an hour of introductory material.  At this point, I am commited to learning Cocoa and more PHP so I have some resources available for both of those.</p>
<p>I was mentioned in a recent <a href="http://www.usgo.org/news/" title="newsletter for AGA members, both free and non-free content">AGA newsletter</a> in response to a question about Go on a blackberry.  Does anyone have one they want to work with and try modifying the existing code to work for it?  It looks terrible and unusable from what I&#8217;ve seen on Adam&#8217;s old blackberry pearl, but I have no idea how to work with a device I don&#8217;t own.  I can however provide some good starting points and experience thus far with the iPhone work.</p>
<p>namaste.    I have big important work project tonight, wish me luck and maybe i will have more time to play a game this weekend after its over&#8230;</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fintellectualpirate.com%2Fblog%2F2007%2F10%2F31%2Fhappy-halloween%2F';
  addthis_title  = 'happy+halloween';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://intellectualpirate.com/blog/2007/10/31/happy-halloween/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updates on our progress with iShudan</title>
		<link>http://intellectualpirate.com/blog/2007/09/22/updates-on-our-progress-with-ishudan/</link>
		<comments>http://intellectualpirate.com/blog/2007/09/22/updates-on-our-progress-with-ishudan/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 07:57:00 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[editorial]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ishudan]]></category>

		<guid isPermaLink="false">http://intellectualpirate.com/blog/2007/09/22/updates-on-our-progress-with-ishudan/</guid>
		<description><![CDATA[It has been a few weeks since I posted anything about iShudan. There are many new developments, so I think it&#8217;s time to set my thoughts down for others who may be interested. We currently have about 5 people with different specific itches to scratch who are all listed as admins on the project home [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://intellectualpirate.com/blog/wp-content/uploads/2007/09/go.png" title="Possible app icon?"><img src="http://intellectualpirate.com/blog/wp-content/uploads/2007/09/go.thumbnail.png" style="padding: 0pt 20px 20px 0pt; float: left" alt="Possible app icon?" /></a>It has been a few weeks since I posted anything about <a href="http://code.google.com/p/ishudan" title="iShudan on Google Code" target="_blank">iShudan</a>. There are many new developments, so I think it&#8217;s time to set my thoughts down for others who may be interested.</p>
<p>We currently have about 5 people with different specific itches to scratch who are all listed as admins on the <a href="http://code.google.com/p/ishudan" title="iShudan on Google Code" target="_blank">project home page</a>.  This is in order to facilitate subversion access to the code, and these are known, trusted associates of mine.  Since <a href="http://google.com" title="Google, the internet everything" target="_blank">the big &#8220;G&#8221;</a> is hosting it, there are a variety of different methods for checking out a copy of the code for inspection that will be familiar to anyone who has used Subversion in the past. Personally, I use <a href="http://www.jetbrains.com/idea/" title="IntelliJ IDEA JAVA devel platform" target="_blank">IntelliJ IDEA</a> for checkouts and edits, I have a registered copy but there are free trials available.</p>
<p>One of the first updates was against a type of SQL injection attack, contributed by my <a href="http://en.wikipedia.org/wiki/Mauritania" title="Mauritania, Africa" target="_blank">very remote</a> friend Sam.  My buddy <a href="http://www.shadowpuppet.net/" title="Adam's domain" target="_blank">Adam</a> has been working hard in the background on adding in support for the <a href="http://extjs.com/" title="the ext javascript library" target="_blank">Ext Javascript Library</a>.  Matthew, a classmate from UW who is currently expatriated to <a href="http://www.utk.edu/" title="UTK, a long way from anywhere important" target="_blank">somewhere in TN</a> is working on helping me with the SQL-related portions of implementing a &#8220;<a href="http://code.google.com/p/ishudan/issues/detail?id=6" title="issue report at google code page" target="_blank">request takeback</a>&#8221; feature so that accidental moves (which I have found are common to a novel mobile interface such Apple&#8217;s multi-touch screen)  or rash overplays can be erased from the game in progress.</p>
<p>Matt also has noted a particular limitation of the current design:  all the games are kept in a single game database, instead of as a separate instance for each person&#8217;s game.  This means there is an upper limit of people who can be online using <a href="http://code.google.com/p/ishudan" title="iShudan on Google Code" target="_blank">iShudan </a>at the same time, since each re-display of the board reads from this single DB.  Matt estimates this limit optimistically at around one hundred connections.  I cannot imagine this type of activity short of a Denial of Service attack.</p>
<p>Currently, I am troubleshooting a particular odd behavior that makes the reminder emails sometimes use a broken URL.  The simple fix for my public installation (the Go Dojo) would be to create a symlink on the host where the dead end points. However, I find it confusing that this appears to be intermittent, and so I&#8217;m stepping through it in more detail since I&#8217;d rather solve this than just patch the problem.</p>
<p>I have also noticed that someone added code that  will send emails if a game is idle for a period of time, but I have not seen this triggered yet, so there may be some flow error or it was never completely implemented.  It seems like a reasonable feature, so I will look more at this When There Is Time.</p>
<p>I&#8217;d like to make a mailing list but it doesn&#8217;t appear that Google includes the necessary tools for this on their hosting site. I will look about for something else to fill that need, so that interested parties can talk generally about the code amongst themselves or listen in to the current dialogue.  I have received a few notes of interest on the project so far, and I&#8217;d like to continue encouraging other people to participate.</p>
<p>The next thing to do quickly is to get autodetection of the iPhone or iPod Touch working.  Then we can start doing some smart resizing of the view portal to the known size of MobileSafari on these screens. There&#8217;s a good thread with techniques on this <a href="http://modmyiphone.com/forums/showthread.php?t=550" title="modmyiphone forums thread" target="_blank">here</a>.</p>
<p>One very amusing thing I have done this week is roll a .app &#8220;package&#8221; for installing onto an iPhone.  This is basically just a <a href="http://macmost.com/iphonegames/" target="_blank">clickable bookmark</a> which appears on the Springboard with a custom icon, and takes you to the main play page for <a href="http://code.google.com/p/ishudan" title="iShudan on Google Code">iShudan</a>.  It is not necessary to run a <a href="http://digg.com/apple/iPhone_Dev_Team_announces_free_GUI_iPhone_Unlock_Tool" title="full iPhone unlock, any sim any where." target="_blank">full unlock</a> of an iPhone to install the .app file; you just have to be able to copy this file onto the iPhone and then make a few modifications to the files to have it show up. Therefore it would be <a href="http://itmanagement.earthweb.com/columns/executive_tech/article.php/3692051" title="discussion of iPhone widgets in the best possible light" target="_blank">available to anyone</a> who can run Nullriver&#8217;s <a href="http://iphone.nullriver.com/beta/" title="Installer.app home page" target="_blank">Installer.app</a> on their phone.</p>
<p>(<a href="http://iphone.nullriver.com/beta/" title="Installer.app home page" target="_blank">Installer.app</a> is the single <strong>MOST </strong>useful application I have found. This one &#8220;mod&#8221; for the iPhone enables a full package management system, similar to apt-get or <a href="http://docs.fedoraproject.org/yum/en/sn-software-management-concepts.html" title="package management concepts from yum documentation" target="_blank">yum</a>.   Anyone with an iPhone should try installing this at least once to  take a look at what <a href="http://cre.ations.net/creation/ibrickr" title="iBrickr " target="_blank">the </a><a href="http://iphone.natetrue.com/nesapp/" title="NES.app, The Nintendo Emulator for iPhone" target="_blank">homebrew </a><a href="http://navizon.typepad.com/my_weblog/2007/09/a-version-of-na.html" title="Navizon, GPS for the iPhone" target="_blank">iPhone </a><a href="http://conceitedsoftware.com/iphone/site/packages/" title="Conceited Software repository for iPhone" target="_blank">scene </a>is <a href="http://cre.ations.net/creation/tap-tap-revolution" title="Nate True's Tap Tap Revolution, sexy!" target="_blank">doing</a>.)</p>
<p>This &#8220;app&#8221; isn&#8217;t a big deal, but it allows <a href="http://code.google.com/p/ishudan" title="iShudan on Google Code" target="_blank">iShudan</a> to <em>superficially </em>resemble a <a href="http://modmyiphone.com/forums/forumdisplay.php?f=32" title="3rd party development forum at modmyiphone" target="_blank">native iPhone application</a>.  Local techie <a href="http://wilshipley.com/blog/" title="Wil Shipley's blog, Call Me Fishmeal" target="_blank">Wil Shipley</a> writes a great entry <a href="http://wilshipley.com/blog/2007/07/iphones-ajax-sdk-no-thank-you.html" title="Wil Shipley's blog, Call Me Fishmeal" target="_blank">here</a> about why Apple really ought to release some kind of dev kit and allow this type of work to continue.  Instead it appears they would rather than engage in a tit-for-tat war against <a href="http://modmyiphone.com" title="the public at large, one site" target="_blank">the rest of the human race</a>.  Some people know Wil as one of the authors of <a href="http://www.delicious-monster.com/" title="Delicious Monster software" target="_blank">Delicious Library</a>, which is a great application for the Mac that is very popular and rather unique. This guy has purchased no less than <a href="http://wilshipley.com/blog/2007/09/iphone-ipod-contain-or-disengage.html" title="iPod and iPhone: Contain or disengage?" target="_blank">19 iPhones</a> (!!!), and owns a few hundred thousand dollars worth of Apple stock. He&#8217;s not just another whiny random blogger asking for <a href="http://fakesteve.blogspot.com/" title="Fake Steve Jobs blog" target="_blank">His Steveness</a> to bend an ear and listen to the outcry against the &#8220;sweet&#8221; dev system currently authorized by Apple.</p>
<p>Much thanks to both the authors of <a href="http://jonsthoughtsoneverything.com/iphone_apper/" title="iPhone apper, make your own dashboard bookmark!" target="_blank">iPhone Apper</a> and <a href="http://iphone.natetrue.com/OpenURL/" title="OpenURL at natetrue's site" target="_blank">OpenURL</a> , as well as to the entire iPhone Dev Team and all of the people working to make this marvelous device more useful for everyone.  &#8220;I honor the place where you and I come together.&#8221; <img src='http://intellectualpirate.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fintellectualpirate.com%2Fblog%2F2007%2F09%2F22%2Fupdates-on-our-progress-with-ishudan%2F';
  addthis_title  = 'Updates+on+our+progress+with+iShudan';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://intellectualpirate.com/blog/2007/09/22/updates-on-our-progress-with-ishudan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>announcing iShudan</title>
		<link>http://intellectualpirate.com/blog/2007/08/03/announcing-ishudan/</link>
		<comments>http://intellectualpirate.com/blog/2007/08/03/announcing-ishudan/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 09:36:50 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[editorial]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ishudan]]></category>

		<guid isPermaLink="false">http://intellectualpirate.com/blog/2007/08/03/announcing-ishudan/</guid>
		<description><![CDATA[I am proud to announce that today is the initial release of my new project, iShudan. This combines my love of two different areas together into something that I feel has immense potential for growth and utility by others. It is an open source project currently being hosted by Google which will allow people to [...]]]></description>
			<content:encoded><![CDATA[<p>I am proud to announce that today is the initial release of my new project, <a href="http://code.google.com/p/ishudan/" title="iShudan on Google Code">iShudan</a>. This combines my love of two different areas together into something that I feel has immense potential for growth and utility by others.</p>
<p>It is an open source project currently being hosted by <a href="http://code.google.com/" title="google code">Google</a> which will allow people to install and set up a web server running PHP that will allow mobile play and recording of a game via an <a href="http://developer.apple.com/iphone/designingcontent.html" title="designing content for the iphone, guidelines from apple">Apple iPhone</a>.  In case you have been living under a rock for the last 6 months, or genuinely aren&#8217;t a technical person and generally stop listening after any word that starts with an unnecessary lowercase &#8220;i&#8221;, the iPhone is a genuinely fascinating device that allows someone to have and use internet access almost anywhere, simply and easily.  The touchscreen interface is somewhat reminiscent of a conversation I saw some time ago on godiscussions.com about an electronic Go board: a multi purpose beautiful device that can record and replay games without the need for a laptop during tense matches or the difficult to read kifu sheets which, at least in my case, frequently end up with continuity errors and make getting an SGF file out of an over-the-board game harder than it should be.</p>
<p>I don&#8217;t have the memory to replay more than the first 10 moves or so of a game if at all after some study: something like this allows smartphone users with internet access a way to record it as the game is going on.  Right now, I use the camera phone to take snapshots, which look <a href="http://gallery.shadowpuppet.net/v/deinos/gostudy/IMG_0127.JPG.html" title="iPhone camera shot pre-game">snazzy enough</a>, in my opinion.  Computer vision isn&#8217;t good enough yet to take these snaps and convert them into kifu&#8217;s, although I don&#8217;t doubt that this will happen someday soon.  Particularly when Sam gets back from Peace Corp&#8230; (hi sam!)</p>
<p>It also neatly provides a way for anyone who can host a server to start a micro-&#8221;<a href="http://intellectualpirate.com/phpgo">Go club</a>&#8220;, like <a href="http://intellectualpirate.com/go/" title="Current Go Dojo">this Dojo</a>.  I have many friends I speak with about Go, and they would like to play a game and do not have the time it takes to play: this remote accessible-anywhere script allows us to play a leisurely game at the pace that suits us, similar to old chess-by-mail lists that allowed players to play long term games with far away people.  Gosh, what ever did people do without the Internet?</p>
<p>Anyway, I&#8217;d love it if you took a look, and if you have any interest or anything to contribute, if you made contact to let me know.  This is an open project based on other open code, and likely to remain a public effort for the duration.  I have lots and lots more to write, but its late and I have to wake up again in just a few hours.</p>
<p>Namaste&#8217;.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fintellectualpirate.com%2Fblog%2F2007%2F08%2F03%2Fannouncing-ishudan%2F';
  addthis_title  = 'announcing+iShudan';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://intellectualpirate.com/blog/2007/08/03/announcing-ishudan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nifty iPhone related article</title>
		<link>http://intellectualpirate.com/blog/2007/07/31/nifty-iphone-related-article/</link>
		<comments>http://intellectualpirate.com/blog/2007/07/31/nifty-iphone-related-article/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 07:44:05 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[editorial]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://intellectualpirate.com/blog/2007/07/31/nifty-iphone-related-article/</guid>
		<description><![CDATA[This blog has some interesting posts about the iPhone.  There are still layers to the onion yet of this newfangled device, things that people are unfolding as we go.  This post is a reminder of that.  Technology right now is changing as it unfolds before us.  We interact with how it grows somewhat, but technology [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.thenewbig.com/" title="the new big weblog">This blog</a> has some interesting posts about the iPhone.  There are still layers to the onion yet of this newfangled device, things that people are unfolding as we go.  This post is a reminder of that.  Technology right now is changing as it unfolds before us.  We interact with how it grows somewhat, but technology outgrew our ability to control it long ago.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fintellectualpirate.com%2Fblog%2F2007%2F07%2F31%2Fnifty-iphone-related-article%2F';
  addthis_title  = 'Nifty+iPhone+related+article';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://intellectualpirate.com/blog/2007/07/31/nifty-iphone-related-article/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.852 seconds -->
