<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>KrazyDad</title>
	
	<link>http://www.krazydad.com/blog</link>
	<description>Interactive art, experimental software toys, screensavers and games by Jim Bumgardner.</description>
	<lastBuildDate>Wed, 17 Feb 2010 23:49:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Krazydad" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="krazydad" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Mayor of the North Pole</title>
		<link>http://www.krazydad.com/blog/2010/02/mayor-of-the-north-pole/</link>
		<comments>http://www.krazydad.com/blog/2010/02/mayor-of-the-north-pole/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 22:12:11 +0000</pubDate>
		<dc:creator>jbum</dc:creator>
				<category><![CDATA[Jim's Projects]]></category>
		<category><![CDATA[foursquare]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://www.krazydad.com/blog/?p=960</guid>
		<description><![CDATA[[NOTE: I've posted some recent developments at the bottom. ]
I&#8217;ve been blatantly cheating at foursquare for the past week.  I didn&#8217;t mean to start the week this way.  Most of my friends know me as a responsible father who occasionally plays piano at local open mics, and makes puzzles.
Last Sunday, while checking into [...]]]></description>
			<content:encoded><![CDATA[<p>[NOTE: I've posted some recent developments at the bottom. ]</p>
<p><a href="http://foursquare.com/user/doctor_cheat"><img src="/img/mayorships.jpg" align=left hspace=8 /></a>I&#8217;ve been blatantly cheating at <a href="http://foursquare.com/">foursquare</a> for the past week.  I didn&#8217;t mean to start the week this way.  Most of my friends know me as a responsible father who occasionally plays piano at local open mics, and makes puzzles.</p>
<p>Last Sunday, while checking into the Hill Street Cafe in Burbank using the foursquare iPhone app, I idly wondered, &#8220;Can I become the mayor of the North Pole?&#8221;  So I tried checking into a nearby 7-Eleven.  It worked.  I tried the Griffith Observatory about 5 miles away.  It worked.  I tried Disneyland, which is about an hour away.  It didn&#8217;t work, but I now had an afternoon hacking project.</p>
<p>When I got home, I looked to see if foursquare had an api.  <a href="http://groups.google.com/group/foursquare-api/web/api-documentation">They did</a>.  So I found a venue that was close  to the  North Pole, the &#8220;Top of the World&#8221; hotel in Barrow Alaska, and checked myself into it.  </p>
<p>This can be done on the command line using the curl program, like so:</p>
<p>curl -u EMAIL:PASSWORD -d &#8220;vid=993842&#8243; http://api.foursquare.com/v1/checkin</p>
<p>Try it!  You&#8217;ll need to substitute in your own email and password.  993842 is the venue id of the &#8220;Top of the World&#8221; hotel, as can be seen in the URL of this page:</p>
<p><a href="http://foursquare.com/venue/993842">http://foursquare.com/venue/993842</a></p>
<p>This venue wasn&#8217;t actually in foursquare&#8217;s database, so I added it, using the &#8216;addvenue&#8217; call.  I also added a venue for the actual North Pole.  It turns out it&#8217;s much easier to become the mayor of something if nobody else has ever checked into it.</p>
<p>[ Edit: Some folks have rightly pointed out that you can easily do the same thing with the mobile website (mobile.foursquare.com).  For my purposes, as you'll see in a moment, the API was more efficient... ]</p>
<p>Here&#8217;s the North Pole venue I made:</p>
<p><a href="http://foursquare.com/venue/995274">http://foursquare.com/venue/995274</a></p>
<p>Ultimately, I ended up adding a lot of venues.  I used Google Earth to create KML files of interesting venues, and wrote a script to import them all into foursquare. I did the same thing with Yelp.  I found that foursquare would rate-limit me if I added them too quickly, so I added them two and a half minutes apart.  Later, I found that by rotating among multiple accounts while adding venues, I could add them much more quickly.</p>
<p>At some point last week, I devolved into a 12 year old hacker, and I spent many spare hours (and my computer&#8217;s spare cycles) abusing the system with a set of scripts operating fake accounts.  Not only did I add new venues like the North Pole, but I started persistently checking into coveted landmarks, like the Statue of Liberty.  </p>
<p>What can I say?  It was fun, and foursquare&#8217;s incentives (badges and mayorships) spurred me on.  Incentives invite abuse, even from mild-mannered folks like me.  </p>
<p>Eventually I amassed a huge number of mayorships, spread among multiple accounts, including the Statue of Liberty, Mount Rushmore, the Lincoln Memorial, Stonehenge and the Taj Mahal, as can be seen in <a href="http://www.flickr.com/photos/krazydad/4360367353/">this screen snapshot</a>.</p>
<p>I wrote a script that would walk through a list of venue ids, and check into them one by one.  Then I created about 10 fake foursquare accounts, and had them take over different territories.</p>
<p>I created five <a href="http://foursquare.com/user/jm_intl">&#8220;Java Monkeys&#8221;</a> which grabbed about 120 different Starbucks in different regions (east, west, midwest, south, intl).  I identified and targeted hotly contested Starbucks by searching Twitter for <a href="http://search.twitter.com/search?q=ousted+starbucks">recent oustings</a>.  My script automatically visited those ones, to the consternation of the new mayors.</p>
<p>I created a <a href="http://foursquare.com/user/mstewart41">fake Martha Stewart</a> who checks into dollar stores and pawnshops when not visiting Martha Stewart Omnimedia and the set of her TV Show.  </p>
<p>I created a <a href="http://foursquare.com/user/simonc59">fake Simon Cowell</a> who visits massage parlors and gets lunch at Hotdog on a Stick when not visiting the Kodak theater.  </p>
<p>I created a <a href="http://foursquare.com/user/tchong38">fake Tommy Chong</a> who is mayor of 130 cannabis clinics. </p>
<p>I created a <a href="http://foursquare.com/user/sammy_davisjr">fake Sammy Davis Jr</a> who checks into casinos and bars in Las Vegas.  </p>
<p>I created <a href="http://foursquare.com/user/arandomnerd">a &#8220;random nerd&#8221;</a> who checked into a number of large campuses in the Silicon Valley.  </p>
<p>The &#8220;Java Monkeys&#8221; got the biggest reactions.  Foursquare users get far more irate when they lose mayorship of a Starbucks, as compared to a Statue of Liberty or Mount Rushmore.  People are much more attached to the small places they visit over and over, and have some personal investment in.  The smaller the venue, the bigger the value.</p>
<p>I started collecting badges as well, by checking into places that have tags like &#8220;karaoke&#8221;, &#8220;photo booth&#8221;, &#8220;gym&#8221; and so on.</p>
<p>I was able to get a swarm badge by monitoring Twitter for when a particular location got up to 40 check-ins (this happens at a couple of Tokyo train stations quite regularly) and then checking-in all my accounts at once to trigger a swarm (which occurs at 50 check-ins).   <a href="http://search.twitter.com/search.atom?q=I%27m+at+%2250+others%22+OR+%2240+others%22+OR+%2230+others%22+OR+%2220+others%22">This RSS feed is useful</a> for detecting impending swarms.</p>
<p>Finally, I started giving people free sailboats.  I found that if you checked into a venue tagged &#8220;boat,&#8221; you automatically get the awesome &#8220;I&#8217;m on a boat&#8221; badge; and unlike the other badges, it only requires a single check-in.  So I started identifying high-traffic places via the above Twitter search, and then adding the tag &#8220;boat&#8221;.  Suddenly, visitors to metropolitan airports and various sports arenas got <a href="http://search.twitter.com/search?q=boat+badge">free sailboats for Valentine&#8217;s Day</a>.</p>
<p>My juvenile crime spree is now over, and I&#8217;ve &#8220;laundered&#8221; my foursquare account, by transferring the credentials to a new one.  <a href="http://foursquare.com/user/jbum">This URL</a> used to go to the account that stole the Statue of Liberty, but now it goes to a new account, because foursquare allows you to reassign twitter accounts, and constructs the URL using your active twitter account.  </p>
<p><a href="http://foursquare.com/user/doctor_cheat">This is my original account, which is now inactive.</a></p>
<p>It seems clear that foursquare is going to have some massive authentication issues to deal with if they are going to grow larger than their current size.  Some things to consider:</p>
<p>1) Provide additional measures to detect that people actually are where they say they are.  I imagine this is not an easy problem to solve: if I send you a set of coordinates, it doesn&#8217;t mean I&#8217;m actually there.  At a minimum, they can measure the time of travel between successive check-ins by comparing the coordinates and time stamps.  If I&#8217;m traveling close to the speed of sound, something is clearly up.</p>
<p>2) Make it less easy to create fake accounts.  Right now, there&#8217;s not even a Captcha.  </p>
<p>3) Don&#8217;t construct a permanent-looking URL from a twitter account (which can be transferred to a different foursquare account).  This provides a method of &#8220;laundering&#8221; accounts.  </p>
<p>More generally, I think the combination of a poorly moderated and insecure folksonomy with incentives (e.g. badges, mayorships, free meals, etc.) is a fragile one.  The greater the incentives, the greater the motivation for cheating. </p>
<p>As it stands right now, foursquare has quite a few holes.  If I were a restaurateur or coffee shop owner, I would be very wary of giving free meals or lattes to foursquare mayors, unless the employees know the mayor by sight.</p>
<p>UPDATE</p>
<p>My story seems to be getting some picked up in a few places.  Here&#8217;s <a href="http://search.twitter.com/search?q=foursquare+cheating+OR+hack+OR+hacking+OR+jbum+OR+krazydad+OR+techmeme+OR+pole">some reaction on Twitter</a>.  Mostly positive, I think, although a few foursquare insiders <a href="http://www.facebook.com/s4xton?v=feed&#038;story_fbid=216433914948">were a bit put out</a>, as one would expect.  <a href="http://twitter.com/Dens">Dennis Crowley</a> was quite nice about it, thank god.  </p>
<p>If I stole your Starbucks, <i>I&#8217;m really sorry about it</i>, and I will gladly buy you a latte, if you find me in a Starbucks.</p>
<p>UPDATE #2: My story was covered on <a href="http://techcrunch.com/2010/02/16/foursquare-cheating/">TechCrunch</a> this morning.  MG Siegler was mostly on-the-money, except for this bit:</p>
<blockquote><p>
The problem, with regard to false check-ins, is that the only solid way to do this is to a check-in to your actual GPS coordinates. The problem with this, as Gowalla knows all-too-well, is that it can be hard (and in some cases impossible) to get GPS data while users are indoors.
</p></blockquote>
<p>Um, not exactly.  The problem is that you can&#8217;t trust the person who&#8217;s sending GPS coordinates to send the correct ones.  This is a <i>tough, tough</i> problem, and it will become increasingly obvious as incentives increase.</p>
<p>UPDATE #3: Foursquare founder <a href="http://www.krazydad.com/blog/2010/02/mayor-of-the-north-pole/#comment-42617">Dennis Crowley</a> has provided some thoughtful commentary in the comments, below.</p>
<p>UPDATE #4: The <a href="http://latimesblogs.latimes.com/technology/2010/02/confessions-of-a-foursquare-cheater.html">LA Times</a> interviewed me and got a few more details&#8230;</p>
<p>UPDATE #5: Alison Cummings of the Montreal Social Media Examiner posted <a href="http://www.examiner.com/x-30565-Montreal-Social-Media-Examiner~y2010m2d17-Foursquare-King-of-North-Pole-controversy-more-about-need-for-recognition-than-cheating">this reaction</a> to the whole brouhaha.  I&#8217;m going to call her &#8220;perceptive&#8221; because she called TechCrunch&#8217;s tone &#8220;whiny&#8221;. :)</p>

<p><a href="http://feedads.g.doubleclick.net/~a/IFeNzeYbmr89USIOoFuSsH6LnT0/0/da"><img src="http://feedads.g.doubleclick.net/~a/IFeNzeYbmr89USIOoFuSsH6LnT0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/IFeNzeYbmr89USIOoFuSsH6LnT0/1/da"><img src="http://feedads.g.doubleclick.net/~a/IFeNzeYbmr89USIOoFuSsH6LnT0/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.krazydad.com/blog/2010/02/mayor-of-the-north-pole/feed/</wfw:commentRss>
		<slash:comments>63</slash:comments>
		</item>
		<item>
		<title>The Griddle</title>
		<link>http://www.krazydad.com/blog/2010/02/the-griddle/</link>
		<comments>http://www.krazydad.com/blog/2010/02/the-griddle/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 02:32:46 +0000</pubDate>
		<dc:creator>jbum</dc:creator>
				<category><![CDATA[Linkydinks]]></category>
		<category><![CDATA[Puzzles]]></category>

		<guid isPermaLink="false">http://www.krazydad.com/blog/?p=953</guid>
		<description><![CDATA[
The Griddle is a beautifully designed puzzle site by David Millar.  It will especially appeal to more advanced solvers who are bored with the same-old same-old.
You&#8217;ll find a new puzzle variety, in PDF format, nearly every day, including some interesting variants on Sudoku, Kakuro and Slitherlink.
Check it out!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://thegriddle.net/"><img src="/img/griddle_preview.png" /></a></p>
<p><a href="http://thegriddle.net/">The Griddle</a> is a beautifully designed puzzle site by David Millar.  It will especially appeal to more advanced solvers who are bored with the same-old same-old.<br />
You&#8217;ll find a new puzzle variety, in PDF format, nearly every day, including some interesting variants on Sudoku, Kakuro and Slitherlink.</p>
<p><a href="http://thegriddle.net/">Check it out!</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/4IcGobOb6xvSK7A-faWPCbZ_RrQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/4IcGobOb6xvSK7A-faWPCbZ_RrQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/4IcGobOb6xvSK7A-faWPCbZ_RrQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/4IcGobOb6xvSK7A-faWPCbZ_RrQ/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.krazydad.com/blog/2010/02/the-griddle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Crossfigure Puzzles</title>
		<link>http://www.krazydad.com/blog/2010/01/two-crossfigure-puzzles/</link>
		<comments>http://www.krazydad.com/blog/2010/01/two-crossfigure-puzzles/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 00:00:09 +0000</pubDate>
		<dc:creator>jbum</dc:creator>
				<category><![CDATA[Puzzles]]></category>

		<guid isPermaLink="false">http://www.krazydad.com/blog/?p=948</guid>
		<description><![CDATA[
I received some interesting hand-made Crossfigure puzzles from Israeli puzzle constructor Yochanan.  He says he learned the technique of making these puzzles when he was &#8220;still a fairly young man, about seventy or so,&#8221; from L.G. Horsefield.
These numeric crosswords are similar to Kakuro and KenKen puzzles, but have greater variety in the clues.  [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/crossfigure/crossfigure_preview.gif"/><br />
I received some interesting hand-made <a href="http://en.wikipedia.org/wiki/Cross-figure">Crossfigure puzzles</a> from Israeli puzzle constructor Yochanan.  He says he learned the technique of making these puzzles when he was &#8220;still a fairly young man, about seventy or so,&#8221; from L.G. Horsefield.</p>
<p>These numeric crosswords are similar to Kakuro and KenKen puzzles, but have greater variety in the clues.  Here&#8217;s two to start with.  I hope to post Yochanan&#8217;s complete set at a later date.</p>
<p><a href="/crossfigure/crossfigure_35.pdf">Crossfigure Puzzle #35 (pdf)</a><br />
<a href="/crossfigure/crossfigure_39.pdf">Crossfigure Puzzle #39 (pdf)</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/QK1cIh9EfGRi4lFsYN2CF1vDrpY/0/da"><img src="http://feedads.g.doubleclick.net/~a/QK1cIh9EfGRi4lFsYN2CF1vDrpY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/QK1cIh9EfGRi4lFsYN2CF1vDrpY/1/da"><img src="http://feedads.g.doubleclick.net/~a/QK1cIh9EfGRi4lFsYN2CF1vDrpY/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.krazydad.com/blog/2010/01/two-crossfigure-puzzles/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Gumbasia</title>
		<link>http://www.krazydad.com/blog/2010/01/gumbasia/</link>
		<comments>http://www.krazydad.com/blog/2010/01/gumbasia/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 19:59:32 +0000</pubDate>
		<dc:creator>jbum</dc:creator>
				<category><![CDATA[Linkydinks]]></category>

		<guid isPermaLink="false">http://www.krazydad.com/blog/?p=945</guid>
		<description><![CDATA[
via Laughing Squid, which eulogized Art Clokey today
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/iXdHTP7omZk&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/iXdHTP7omZk&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>via <a href="http://laughingsquid.com/art-clokey-1921-2010-creator-of-gumby/">Laughing Squid, which eulogized Art Clokey today</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/Wq_XEB6qjo7WiaQBvSlc7cSVTN0/0/da"><img src="http://feedads.g.doubleclick.net/~a/Wq_XEB6qjo7WiaQBvSlc7cSVTN0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Wq_XEB6qjo7WiaQBvSlc7cSVTN0/1/da"><img src="http://feedads.g.doubleclick.net/~a/Wq_XEB6qjo7WiaQBvSlc7cSVTN0/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.krazydad.com/blog/2010/01/gumbasia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roanoke Times</title>
		<link>http://www.krazydad.com/blog/2009/12/roanoke-times/</link>
		<comments>http://www.krazydad.com/blog/2009/12/roanoke-times/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 05:45:24 +0000</pubDate>
		<dc:creator>jbum</dc:creator>
				<category><![CDATA[Linkydinks]]></category>

		<guid isPermaLink="false">http://www.krazydad.com/blog/?p=940</guid>
		<description><![CDATA[I was quoted in today&#8217;s Roanoke times, in an article on computer-generated puzzles.
Roanoke Times Link
For more information about algorithmic puzzle construction, check out this article I wrote for MungBeing magazine.
]]></description>
			<content:encoded><![CDATA[<p>I was quoted in today&#8217;s Roanoke times, in an article on computer-generated puzzles.</p>
<p><a href="http://www.roanoke.com/columnists/angleberger/wb/231128">Roanoke Times Link</a></p>
<p>For more information about algorithmic puzzle construction, check out <a href="http://www.mungbeing.com/issue_18.html?page=22#1471">this article I wrote for MungBeing magazine</a>.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/T18ruI4SMrSGD3ta5aWpcHzbOw4/0/da"><img src="http://feedads.g.doubleclick.net/~a/T18ruI4SMrSGD3ta5aWpcHzbOw4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/T18ruI4SMrSGD3ta5aWpcHzbOw4/1/da"><img src="http://feedads.g.doubleclick.net/~a/T18ruI4SMrSGD3ta5aWpcHzbOw4/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.krazydad.com/blog/2009/12/roanoke-times/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powers of Ten</title>
		<link>http://www.krazydad.com/blog/2009/11/powers-of-ten/</link>
		<comments>http://www.krazydad.com/blog/2009/11/powers-of-ten/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 00:49:36 +0000</pubDate>
		<dc:creator>jbum</dc:creator>
				<category><![CDATA[Linkydinks]]></category>

		<guid isPermaLink="false">http://www.krazydad.com/blog/?p=936</guid>
		<description><![CDATA[
An oldie-but-goodie &#8211; the film &#8220;Powers of Ten&#8221; by Charles and Ray Eames.
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/1Z53wTtGGA0&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/1Z53wTtGGA0&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>An oldie-but-goodie &#8211; the film &#8220;Powers of Ten&#8221; by Charles and Ray Eames.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/EjZ1otMETHMdNm6IILQwHBBxzdQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/EjZ1otMETHMdNm6IILQwHBBxzdQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/EjZ1otMETHMdNm6IILQwHBBxzdQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/EjZ1otMETHMdNm6IILQwHBBxzdQ/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.krazydad.com/blog/2009/11/powers-of-ten/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Incremental Drift on the Riemann Sphere</title>
		<link>http://www.krazydad.com/blog/2009/10/incremental-drift-on-the-riemann-sphere/</link>
		<comments>http://www.krazydad.com/blog/2009/10/incremental-drift-on-the-riemann-sphere/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 23:46:39 +0000</pubDate>
		<dc:creator>jbum</dc:creator>
				<category><![CDATA[Linkydinks]]></category>

		<guid isPermaLink="false">http://www.krazydad.com/blog/?p=931</guid>
		<description><![CDATA[A Whitney Music Box mathematical mash-up from Daniel Piker.  He describes it as follows:
&#8220;Take 1 large ‘Whitney Music Box’ and whisk together with ‘Mobius transformations revealed’. Add a sprinkle of ‘Indras Pearls’, the juice of a fresh Riemann Sphere, and stereographically project at 200C until crispy…&#8221;
link
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.culturetv.tv/?p=2849"><img src="/img/daniel-300x190.jpg" align=left hspace=4 /></a>A <a href="http://wheelof.com/whitney/">Whitney Music Box</a> mathematical mash-up from Daniel Piker.  He describes it as follows:</p>
<p>&#8220;Take 1 large ‘<a href="http://wheelof.com/whitney/">Whitney Music Box</a>’ and whisk together with ‘<a href="http://www.youtube.com/watch?v=JX3VmDgiFnY">Mobius transformations revealed</a>’. Add a sprinkle of ‘<a href="http://en.wikipedia.org/wiki/Indra%27s_Pearls_(book)">Indras Pearls</a>’, the juice of a fresh <a href="http://en.wikipedia.org/wiki/Riemann_sphere">Riemann Sphere</a>, and stereographically project at 200C until crispy…&#8221;</p>
<p><a href="http://www.culturetv.tv/?p=2849">link</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/Y1Nd8D6nNv05vfCnuFppY_2IDLA/0/da"><img src="http://feedads.g.doubleclick.net/~a/Y1Nd8D6nNv05vfCnuFppY_2IDLA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Y1Nd8D6nNv05vfCnuFppY_2IDLA/1/da"><img src="http://feedads.g.doubleclick.net/~a/Y1Nd8D6nNv05vfCnuFppY_2IDLA/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.krazydad.com/blog/2009/10/incremental-drift-on-the-riemann-sphere/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Perpetuum Jazzile</title>
		<link>http://www.krazydad.com/blog/2009/10/perpetuum-jazzille/</link>
		<comments>http://www.krazydad.com/blog/2009/10/perpetuum-jazzille/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 18:11:24 +0000</pubDate>
		<dc:creator>jbum</dc:creator>
				<category><![CDATA[Linkydinks]]></category>

		<guid isPermaLink="false">http://www.krazydad.com/blog/?p=926</guid>
		<description><![CDATA[
A remarkable choir from Slovenia.
]]></description>
			<content:encoded><![CDATA[<p><object width="450" height="273"><param name="movie" value="http://www.youtube.com/v/05ip-N0H1Ig&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/05ip-N0H1Ig&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="450" height="273"></embed></object><br />
A remarkable choir from Slovenia.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/yFmNBIik7nDxZ8dV4WeMyVWuKso/0/da"><img src="http://feedads.g.doubleclick.net/~a/yFmNBIik7nDxZ8dV4WeMyVWuKso/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/yFmNBIik7nDxZ8dV4WeMyVWuKso/1/da"><img src="http://feedads.g.doubleclick.net/~a/yFmNBIik7nDxZ8dV4WeMyVWuKso/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.krazydad.com/blog/2009/10/perpetuum-jazzille/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Pmarca Guide to Personal Productivity</title>
		<link>http://www.krazydad.com/blog/2009/10/the-pmarca-guide-to-personal-productivity/</link>
		<comments>http://www.krazydad.com/blog/2009/10/the-pmarca-guide-to-personal-productivity/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 22:48:02 +0000</pubDate>
		<dc:creator>jbum</dc:creator>
				<category><![CDATA[Linkydinks]]></category>

		<guid isPermaLink="false">http://www.krazydad.com/blog/?p=921</guid>
		<description><![CDATA[From Marc Andreessen comes this excellent short guide to personal productivity.
Following Mark&#8217;s advice, I&#8217;m buying one of those cool fisher space pens right now, as a form of structured procrastination.  Oh, I love that term. 
]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://pmarca-archive.posterous.com/the-pmarca-guide-to-personal-productivity">Marc Andreessen</a> comes this excellent <a href="http://pmarca-archive.posterous.com/the-pmarca-guide-to-personal-productivity">short guide to personal productivity.</a></p>
<p>Following Mark&#8217;s advice, I&#8217;m buying one of those cool <a href="http://www.amazon.com/exec/obidos/ASIN/B0002ZQB4C/krazydad-20">fisher space pens</a> right now, as a form of <i>structured procrastination</i>.  Oh, I love that term. </p>

<p><a href="http://feedads.g.doubleclick.net/~a/uFGk556SxvEmVAJiLwJdzfcUOgk/0/da"><img src="http://feedads.g.doubleclick.net/~a/uFGk556SxvEmVAJiLwJdzfcUOgk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/uFGk556SxvEmVAJiLwJdzfcUOgk/1/da"><img src="http://feedads.g.doubleclick.net/~a/uFGk556SxvEmVAJiLwJdzfcUOgk/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.krazydad.com/blog/2009/10/the-pmarca-guide-to-personal-productivity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Indoor Autonomous Helicopter</title>
		<link>http://www.krazydad.com/blog/2009/10/indoor-autonomous-helicopter/</link>
		<comments>http://www.krazydad.com/blog/2009/10/indoor-autonomous-helicopter/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 16:06:39 +0000</pubDate>
		<dc:creator>jbum</dc:creator>
				<category><![CDATA[Linkydinks]]></category>

		<guid isPermaLink="false">http://www.krazydad.com/blog/?p=917</guid>
		<description><![CDATA[ 
An indoor autonomous helicopter from MIT.   Can the remotely piloted dragonfly from Danny Dunn, Invisible Boy be far behind?
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="288" id="viddlerplayer-2044f95a"><param name="movie" value="http://www.viddler.com/simple/2044f95a/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="flashvars" value="autoplay=f" /><embed src="http://www.viddler.com/simple/2044f95a/" width="437" height="288" type="application/x-shockwave-flash" allowScriptAccess="always" flashvars="autoplay=f" allowFullScreen="true" name="viddlerplayer-2044f95a" ></embed></object> </p>
<p>An indoor autonomous helicopter from MIT.   Can the remotely piloted dragonfly from <a href="http://en.wikipedia.org/wiki/Danny_Dunn,_Invisible_Boy">Danny Dunn, Invisible Boy</a> be far behind?</p>

<p><a href="http://feedads.g.doubleclick.net/~a/cvS8R6MjGhaFxRYP48UrGKa6xwM/0/da"><img src="http://feedads.g.doubleclick.net/~a/cvS8R6MjGhaFxRYP48UrGKa6xwM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/cvS8R6MjGhaFxRYP48UrGKa6xwM/1/da"><img src="http://feedads.g.doubleclick.net/~a/cvS8R6MjGhaFxRYP48UrGKa6xwM/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.krazydad.com/blog/2009/10/indoor-autonomous-helicopter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
