<?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:atom="http://www.w3.org/2005/Atom" xmlns:posterous="http://posterous.com/help/rss/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Dylan Verheul</title>
    <link>http://blog.dyve.net</link>
    <description>personal blog</description>
    <generator>posterous.com</generator>
    <link xmlns="http://www.w3.org/2005/Atom" href="http://posterous.com/api/sup_update#32ecb110d" type="application/json" rel="http://api.friendfeed.com/2008/03#sup" />
    
    
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/dyve" /><feedburner:info uri="dyve" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://posterous.superfeedr.com/" /><feedburner:emailServiceId>dyve</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
      <pubDate>Fri, 27 Jan 2012 09:45:00 -0800</pubDate>
      <title>Bootmap - Generate static, dynamic and editable maps from semantic HTML</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/6PJcpP6tZBk/bootmap-generate-static-dynamic-and-editable</link>
      <guid isPermaLink="false">http://blog.dyve.net/bootmap-generate-static-dynamic-and-editable</guid>
      <description>&lt;p&gt;
	&lt;p&gt;I started a small open source project called Bootmap (&lt;a href="http://dyve.github.com/bootmap/"&gt;http://dyve.github.com/bootmap/&lt;/a&gt;) on GitHub. The idea is to generate maps from semantic HTML without the need for JavaScript.&lt;/p&gt;
&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile3.posterous.com/getfile/files.posterous.com/temp-2012-01-27/wagjvgbtpaqApmpsvtJvuHpIDmtkjbwtFJtxbkjssfxtGGJwclukzpjxadGd/bootmap-2012-01-27.png.scaled1000.png"&gt;&lt;img alt="Bootmap-2012-01-27" height="419" src="http://getfile4.posterous.com/getfile/files.posterous.com/temp-2012-01-27/wagjvgbtpaqApmpsvtJvuHpIDmtkjbwtFJtxbkjssfxtGGJwclukzpjxadGd/bootmap-2012-01-27.png.scaled500.png" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;To make this work you have to include jQuery and Bootmap files in your pages, but you do not have to write any JavaScript code yourself.&lt;/p&gt;
&lt;p&gt;Live examples are available on&amp;nbsp;&lt;a href="http://dyve.github.com/bootmap/"&gt;http://dyve.github.com/bootmap/&lt;/a&gt;. The GitHub repository is at &lt;a href="https://github.com/dyve/bootmap"&gt;https://github.com/dyve/bootmap&lt;/a&gt;.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/bootmap-generate-static-dynamic-and-editable"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/bootmap-generate-static-dynamic-and-editable#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/6PJcpP6tZBk" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/bootmap-generate-static-dynamic-and-editable</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 12 Jan 2012 22:43:00 -0800</pubDate>
      <title>South migrations for geospatial field types</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/C_g3ytIf2SU/south-migrations-for-geospatial-field-types</link>
      <guid isPermaLink="false">http://blog.dyve.net/south-migrations-for-geospatial-field-types</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Problem:&lt;/p&gt;
&lt;p&gt;When converting a &lt;a href="http://django.org"&gt;Django&lt;/a&gt; app to &lt;a href="http://south.aeracode.org/docs/"&gt;South&lt;/a&gt; fails with the message:&lt;/p&gt;
&lt;div class="CodeRay"&gt;
  &lt;div class="code"&gt;&lt;pre&gt;! Cannot freeze field 'FIEDL_NAME'
 ! (this field has class django.contrib.gis.db.models.fields.PointField)

 ! South cannot introspect some fields; this is probably because they are custom
 ! fields. If they worked in 0.6 or below, this is because we have removed the
 ! models parser (it often broke things).
 ! To fix this, read http://south.aeracode.org/wiki/MyFieldsDontWork&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;Thanks to &lt;a href="http://reinout.vanrees.org/weblog/2011/05/12/django-south-geom-fields.html"&gt;Reinout van Rees&lt;/a&gt; for figuring this out.&lt;/p&gt;
&lt;p&gt;Solution:&lt;/p&gt;
&lt;p&gt;In order for South to work, you have to add django.contrib.gis ro the INSTALLED_APPS in settings.py.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/south-migrations-for-geospatial-field-types"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/south-migrations-for-geospatial-field-types#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/C_g3ytIf2SU" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/south-migrations-for-geospatial-field-types</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 08 Dec 2011 23:11:21 -0800</pubDate>
      <title>Mac Mini and Apple TV 2 Setup</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/KY-IrqxQefQ/mac-mini-and-apple-tv-2-setup</link>
      <guid isPermaLink="false">http://blog.dyve.net/mac-mini-and-apple-tv-2-setup</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Here is my current setup for finding, downloading and viewing TV shows.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Devices&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;It uses 2 devices, a Mac Mini and an Apple TV 2. The Mac Mini is run headlessly (without a monitor, without a keyboard) from a closet. The Apple TV is connected to the big screen in the living room. The Mac Mini and the Apple TV are "connected" using iTunes Home Sharing.&lt;/p&gt;
&lt;p&gt;I use both the original Apple TV remote as well as the Remote App for iPad and iPhone. The Apple TV 2 is also connected a 5.1 surround receiver. Using AirPlay I can play music from iOS to the Apple TV (which is my main way of listening to music).&lt;/p&gt;
&lt;p&gt;All of the devices run the regular Apple software, no jailbreaks applied.&lt;/p&gt;
&lt;p&gt;The Mac Mini's jobs are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Keep a list of TV shows I like.&lt;/li&gt;
&lt;li&gt;Find new episodes of my TV shows and download them.&lt;/li&gt;
&lt;li&gt;Convert downloaded TV shows to iTunes format, if possible by remuxing, if needed by reencoding.&lt;/li&gt;
&lt;li&gt;Accept manually added torrent files from trusted locations.&lt;/li&gt;
&lt;li&gt;Download added Torrent files.&lt;/li&gt;
&lt;li&gt;Keep iTunes running.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The Apple TV 2's jobs are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Be quiet and unobtrusive.&lt;/li&gt;
&lt;li&gt;Play audio and video when told.&lt;/li&gt;
&lt;li&gt;Do AirPlay magic to TV and receiver.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Software&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;/ul&gt;
&lt;p&gt;The Mac Mini uses this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.utorrent.com/" target="_blank"&gt;uTorrent&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;downloads torrent files&amp;nbsp;from a &lt;a href="http://showrss.karmorra.info/" target="_blank"&gt;ShowRSS&lt;/a&gt; feed (TV Shows)&lt;/li&gt;
&lt;li&gt;downloads torrents from a shared &lt;a href="http://db.tt/Oi18HJn" target="_blank"&gt;Dropbox&lt;/a&gt; folder (anything else)&lt;/li&gt;
&lt;li&gt;stores finished downloads in a folder for incoming media&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="http://itunes.apple.com/us/app/ivi/id402279089" target="_blank"&gt;iVI&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;converts incoming movies to MP4-format&lt;/li&gt;
&lt;li&gt;adds TV- and movie information&lt;/li&gt;
&lt;li&gt;adds downloaded subtitles&lt;/li&gt;
&lt;li&gt;adds the file to iTunes&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.google.com/p/subler/" target="_blank"&gt;Subler&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;for manually adding/removing MP4 audio and subtitles&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="http://itunes.apple.com/nl/app/identify/id418080764" target="_blank"&gt;iDentify&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;for manually adding TV-show and movie information&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="http://handbrake.fr/" target="_blank"&gt;HandBrake&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;if iVI fails to convert a video, HandBrake comes to the rescue&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.noodlesoft.com/hazel.php" target="_blank"&gt;Hazel&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;for automatically moving files&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.google.com/p/jbiersubdownloader/" target="_blank"&gt;jBierSubDownloader&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;for downloading subtitles&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Screen sharing so I can access the Mac Mini from my iPad, MacBook, et cetera.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The essential apps in the above list are uTorrent and iVI. My setup is a little complicated because my wife prefers to watch shows and movies wih English subtitles.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;No jailbreaking&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I spent a lot of time hacking and jailbreaking an Apple TV 1 to do it all. The results were pretty good, but the setup was prone to crashes, overheating. Also, every Apple software update meant my setup would stop working. So when the Apple TV 2 came out, I bought a use Mac Mini. It was an investment, but it's working like a charm. Also, it doubles as my e-mail backup machine (POP3 Gmail), &lt;a href="http://www.crashplan.com" target="_blank"&gt;CrashPlan&lt;/a&gt; backup location. Now every time a software update appears, I can just install it, and the setup continues to work like a charm.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/mac-mini-and-apple-tv-2-setup"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/mac-mini-and-apple-tv-2-setup#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/KY-IrqxQefQ" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/mac-mini-and-apple-tv-2-setup</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 06 Dec 2011 05:24:39 -0800</pubDate>
      <title>elBulli: No Reservations</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/oDINssXcwXw/elbulli-no-reservations</link>
      <guid isPermaLink="false">http://blog.dyve.net/elbulli-no-reservations</guid>
      <description>&lt;p&gt;
	&lt;p&gt;And also on YouTube, the more recent second visit of Anthony Bourdain to elBulli. A final goodbye, this was recorded when elBulli was serving it's final season of customers.&lt;/p&gt;
&lt;p&gt;Part 1&lt;/p&gt;
&lt;p&gt;&lt;iframe src="http://www.youtube.com/embed/L79T2OEYTjk?wmode=transparent" allowfullscreen frameborder="0" height="417" width="500"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;Part 2&lt;/p&gt;
&lt;p&gt;&lt;iframe src="http://www.youtube.com/embed/GmzgXFMmMN4?wmode=transparent" allowfullscreen frameborder="0" height="417" width="500"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;Part 3&lt;/p&gt;
&lt;p&gt;&lt;iframe src="http://www.youtube.com/embed/Kjy74M84A5o?wmode=transparent" allowfullscreen frameborder="0" height="417" width="500"&gt;&lt;/iframe&gt;&lt;p /&gt; Interview&lt;/p&gt;
&lt;p&gt;&lt;a href="http://eater.com/archives/2011/08/01/anthony-bourdain-elbulli-interview.php"&gt;http://eater.com/archives/2011/08/01/anthony-bourdain-elbulli-interview.php&lt;/a&gt;&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/elbulli-no-reservations"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/elbulli-no-reservations#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/oDINssXcwXw" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/elbulli-no-reservations</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 06 Dec 2011 01:58:00 -0800</pubDate>
      <title>Anthony Bourdain: Decoding Ferran Adrià</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/568Mljww9Bs/anthony-bourdain-decoding-ferran-adria</link>
      <guid isPermaLink="false">http://blog.dyve.net/anthony-bourdain-decoding-ferran-adria</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Amazing stuff. I wish I'd had dinner there once. elBulli is closed forever now though.&lt;/p&gt;
&lt;p&gt;Part 1 of 4&lt;/p&gt;
&lt;p&gt;&lt;iframe src="http://www.youtube.com/embed/fO5LH7zGaMw?wmode=transparent" allowfullscreen frameborder="0" height="417" width="500"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;Part 2 of 4&lt;/p&gt;
&lt;p&gt;&lt;iframe src="http://www.youtube.com/embed/rq3f2fMgtdc?wmode=transparent" allowfullscreen frameborder="0" height="417" width="500"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;Part 3 of 4&lt;/p&gt;
&lt;p&gt;&lt;iframe src="http://www.youtube.com/embed/BXeDe_44vZo?wmode=transparent" allowfullscreen frameborder="0" height="417" width="500"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;Part 4 of 4&lt;/p&gt;
&lt;p&gt;&lt;iframe src="http://www.youtube.com/embed/eJr0vm9OpY4?wmode=transparent" allowfullscreen frameborder="0" height="417" width="500"&gt;&lt;/iframe&gt;&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/anthony-bourdain-decoding-ferran-adria"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/anthony-bourdain-decoding-ferran-adria#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/568Mljww9Bs" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/anthony-bourdain-decoding-ferran-adria</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 05 Dec 2011 01:16:00 -0800</pubDate>
      <title>Leafsnap: An Electronic Field Guide</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/AL6hFpOpoIc/leafsnap-an-electronic-field-guide</link>
      <guid isPermaLink="false">http://blog.dyve.net/leafsnap-an-electronic-field-guide</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;div class='p_embed p_image_embed'&gt;
&lt;img alt="Media_httpapileafsnap_wudaf" height="500" src="http://getfile3.posterous.com/getfile/files.posterous.com/dyve/EnnEnAoDcFzbFAgoBFsCdEpbeBlynCJCrJcEmqCsxHgjGeEycHdswzuCidbx/media_httpapileafsnap_wuDaf.jpg.scaled500.jpg" width="500" /&gt;
&lt;/div&gt;


&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://leafsnap.com/"&gt;leafsnap.com&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/leafsnap-an-electronic-field-guide"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/leafsnap-an-electronic-field-guide#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/AL6hFpOpoIc" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/leafsnap-an-electronic-field-guide</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 29 Nov 2011 10:42:00 -0800</pubDate>
      <title>The Magic of Reality for iPad</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/K6_qK2Z0mqA/the-magic-of-reality-for-ipad</link>
      <guid isPermaLink="false">http://blog.dyve.net/the-magic-of-reality-for-ipad</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;iframe allowfullscreen="true" src="http://www.youtube.com/embed/eBrP3-Ep3ww?wmode=transparent" frameborder="0" height="417" width="500"&gt;&lt;/iframe&gt;

&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.youtube.com/watch?v=eBrP3-Ep3ww"&gt;youtube.com&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;I have this on my iPad since a few days. Great book, great visuals. My 5 year old daughter likes it almost as much as I do, she loves the stories as well as the explanations and the interactive parts.&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/the-magic-of-reality-for-ipad"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/the-magic-of-reality-for-ipad#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/K6_qK2Z0mqA" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/the-magic-of-reality-for-ipad</feedburner:origLink></item>
    <item>
      <pubDate>Wed, 12 Oct 2011 00:08:00 -0700</pubDate>
      <title>Fix iPhone home button</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/2Sf7gixAyvc/fix-iphone-home-button</link>
      <guid isPermaLink="false">http://blog.dyve.net/fix-iphone-home-button</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;div class="data type-text"&gt;
    
      &lt;table class="lines" cellspacing="0" cellpadding="0"&gt;
        &lt;tr&gt;
          &lt;td&gt;
            &lt;pre class="line_numbers"&gt;&lt;span rel="#L1" id="L1"&gt;1&lt;/span&gt;
&lt;span rel="#L2" id="L2"&gt;2&lt;/span&gt;
&lt;span rel="#L3" id="L3"&gt;3&lt;/span&gt;
&lt;span rel="#L4" id="L4"&gt;4&lt;/span&gt;
&lt;span rel="#L5" id="L5"&gt;5&lt;/span&gt;
&lt;span rel="#L6" id="L6"&gt;6&lt;/span&gt;
&lt;span rel="#L7" id="L7"&gt;7&lt;/span&gt;
&lt;span rel="#L8" id="L8"&gt;8&lt;/span&gt;
&lt;span rel="#L9" id="L9"&gt;9&lt;/span&gt;
&lt;span rel="#L10" id="L10"&gt;10&lt;/span&gt;
&lt;span rel="#L11" id="L11"&gt;11&lt;/span&gt;
&lt;span rel="#L12" id="L12"&gt;12&lt;/span&gt;
&lt;span rel="#L13" id="L13"&gt;13&lt;/span&gt;
&lt;span rel="#L14" id="L14"&gt;14&lt;/span&gt;
&lt;/pre&gt;
          &lt;/td&gt;
          &lt;td width="100%"&gt;
            
              
                &lt;div class="highlight"&gt;&lt;pre /&gt;&lt;div class="line" id="LC1"&gt;Found this tip in comment here: http://www.tipb.com/2011/01/04/tipb-bug-home-button-working-iphone/&lt;/div&gt;&lt;div class="line" id="LC2"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC3"&gt;1.) Open any application&lt;/div&gt;&lt;div class="line" id="LC4"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC5"&gt;2.) Press and hold the power button until the slide to shutdown swipe bar appears.&lt;/div&gt;&lt;div class="line" id="LC6"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC7"&gt;3.) Release Power button&lt;/div&gt;&lt;div class="line" id="LC8"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC9"&gt;4.) Press and hold Home button Lightly &lt;/div&gt;&lt;div class="line" id="LC10"&gt;until screen returns to icon screen&lt;/div&gt;&lt;div class="line" id="LC11"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC12"&gt;5.) Enjoy your functioning home button!!!&lt;/div&gt;&lt;div class="line" id="LC13"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC14"&gt;This procedure recalibrates the home button after normal wear or heavy use.&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;
              
            
          &lt;/td&gt;
        &lt;/tr&gt;
      &lt;/table&gt;
    
  &lt;/div&gt;

&lt;div class="posterous_quote_citation"&gt;via &lt;a href="https://gist.github.com/1168475"&gt;gist.github.com&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/fix-iphone-home-button"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/fix-iphone-home-button#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/2Sf7gixAyvc" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/fix-iphone-home-button</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 04 Oct 2011 01:11:08 -0700</pubDate>
      <title>Downloading TV Show torrents</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/TwNXXg07UoA/downloading-tv-show-torrents</link>
      <guid isPermaLink="false">http://blog.dyve.net/downloading-tv-show-torrents</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Recently I noticed I wasn't getting my TV show torrents from ShowRSS&amp;nbsp;anymore. A little investigation revealed that they were not serving&amp;nbsp;720p episodes when they became available. &lt;p /&gt; Googling for a better solution led me to this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I now use &lt;a href="http://www.dailytvtorrents.org/"&gt;http://www.dailytvtorrents.org/&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;I take their feed for all shows, with a preference for 720p&amp;nbsp;(&lt;a href="http://www.dailytvtorrents.org/rss/allshows?prefer=720&amp;amp;wait=4"&gt;http://www.dailytvtorrents.org/rss/allshows?prefer=720&amp;amp;wait=4&lt;/a&gt;)&amp;nbsp;&lt;/li&gt;
&lt;li&gt;I have a filter in uTorrent that selects the episodes to download&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Works like a charm, and I'm getting all my shows again.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/downloading-tv-show-torrents"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/downloading-tv-show-torrents#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/TwNXXg07UoA" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/downloading-tv-show-torrents</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 29 Sep 2011 07:38:00 -0700</pubDate>
      <title>Bootstrap support for Django projects: django-bootstrap</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/x8n8I2cfAE4/bootstrap-support-for-django-projects-django</link>
      <guid isPermaLink="false">http://blog.dyve.net/bootstrap-support-for-django-projects-django</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;blockquote&gt;&lt;div&gt;&lt;h3&gt;django-bootstrap&lt;/h3&gt;

&lt;p&gt;django-bootstrap is a Django application for easily incorporating the Bootstrap framework in Django projects.&lt;/p&gt;

&lt;/div&gt;&lt;/blockquote&gt;&lt;div class="posterous_quote_citation"&gt;via &lt;a href="https://github.com/dyve/django-bootstrap"&gt;github.com&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/bootstrap-support-for-django-projects-django"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/bootstrap-support-for-django-projects-django#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/x8n8I2cfAE4" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/bootstrap-support-for-django-projects-django</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 27 Sep 2011 02:22:00 -0700</pubDate>
      <title>CrashPlan iPhone / iPad App</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/VmFjZ1qISu4/crashplan-iphone-ipad-app</link>
      <guid isPermaLink="false">http://blog.dyve.net/crashplan-iphone-ipad-app</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;div class='p_embed p_image_embed'&gt;
&lt;img alt="Media_httpa1mzstaticc_idfpj" height="480" src="http://posterous.com/getfile/files.posterous.com/dyve/cAsmkljpxnEjAfmIJyoCGuraJGzwcxdzIbhGrBycywbrqdJrlpphsJCxhAEI/media_httpa1mzstaticc_IdFpj.jpg.scaled500.jpg" width="320" /&gt;
&lt;/div&gt;
&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://itunes.apple.com/us/app/crashplan/id462565520?ls=1&amp;amp;mt=8"&gt;itunes.apple.com&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/crashplan-iphone-ipad-app"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/crashplan-iphone-ipad-app#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/VmFjZ1qISu4" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/crashplan-iphone-ipad-app</feedburner:origLink></item>
    <item>
      <pubDate>Wed, 14 Sep 2011 22:42:00 -0700</pubDate>
      <title>What Twitter Looked Like When It Was Born</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/5URfaY9RvJc/what-twitter-looked-like-when-it-was-born</link>
      <guid isPermaLink="false">http://blog.dyve.net/what-twitter-looked-like-when-it-was-born</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://posterous.com/getfile/files.posterous.com/dyve/pmIBFxzkAqkelvbmlqztJbgzsrntybxhJoFrqmAimuIJAyIbGHbvqsecvxxk/media_httpwwwreadwrit_HJIpc.jpg.scaled1000.jpg"&gt;&lt;img alt="Media_httpwwwreadwrit_hjipc" height="340" src="http://posterous.com/getfile/files.posterous.com/dyve/pmIBFxzkAqkelvbmlqztJbgzsrntybxhJoFrqmAimuIJAyIbGHbvqsecvxxk/media_httpwwwreadwrit_HJIpc.jpg.scaled500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;


&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.readwriteweb.com/archives/what_twitter_looked_like_when_it_was_born_screensh.php"&gt;readwriteweb.com&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/what-twitter-looked-like-when-it-was-born"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/what-twitter-looked-like-when-it-was-born#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/5URfaY9RvJc" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/what-twitter-looked-like-when-it-was-born</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 30 Aug 2011 09:16:00 -0700</pubDate>
      <title>Beautiful Growl Notification Style</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/kvURZzCC08g/beautiful-growl-notification-style</link>
      <guid isPermaLink="false">http://blog.dyve.net/beautiful-growl-notification-style</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://posterous.com/getfile/files.posterous.com/dyve/EaqDlycIAftBnDkzjcnofgzJqHxmzqmcaGIrHBkmupvFxseyEBAhpxCErkgB/media_httpturbopremiu_EEeJe.jpg.scaled1000.jpg"&gt;&lt;img alt="Media_httpturbopremiu_eeeje" height="238" src="http://posterous.com/getfile/files.posterous.com/dyve/EaqDlycIAftBnDkzjcnofgzJqHxmzqmcaGIrHBkmupvFxseyEBAhpxCErkgB/media_httpturbopremiu_EEeJe.jpg.scaled500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.premiumpixels.com/freebies/growl-notification-style/"&gt;premiumpixels.com&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/beautiful-growl-notification-style"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/beautiful-growl-notification-style#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/kvURZzCC08g" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/beautiful-growl-notification-style</feedburner:origLink></item>
    <item>
      <pubDate>Wed, 24 Aug 2011 09:18:52 -0700</pubDate>
      <title>Ollekebolleke</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/W7NI3ep83Ts/ollekebolleke</link>
      <guid isPermaLink="false">http://blog.dyve.net/ollekebolleke</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Lang zal hij leven ja &lt;br /&gt;Ons doctorandusje &lt;br /&gt;Nu twee&amp;euml;nnegentig &lt;br /&gt;Hiep hiep hoera &lt;p /&gt; Verzon dat vervloekte &lt;br /&gt;Ollekebolleke &lt;br /&gt;In vierenzeventig &lt;br /&gt;Ik kan er niks mee&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/ollekebolleke"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/ollekebolleke#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/W7NI3ep83Ts" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/ollekebolleke</feedburner:origLink></item>
    <item>
      <pubDate>Sun, 14 Aug 2011 23:14:19 -0700</pubDate>
      <title>Airport Extreme and encrypted disks</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/7lQevZmkvQc/airport-extreme-and-encrypted-disks</link>
      <guid isPermaLink="false">http://blog.dyve.net/airport-extreme-and-encrypted-disks</guid>
      <description>&lt;p&gt;
	&lt;p&gt;My Macbook's Time Machine backs up to an encrypted USB disk. I was contemplating moving the disk to my Airport Extreme to free up a USB port and have Time Machine work when I am not connected to my Cinema Display (which acts as a hub for all my peripherals).&amp;nbsp;However, I couldn't find any documentation on whether or not Airport Extreme accepts Lion encrypted volumes as Air Disks.&lt;/p&gt;
&lt;p&gt;So I did what any sensible geek would do. I unplugged my encrypted 1TB backup disk from the USB hub and plugged it into the Airport Extreme.&lt;/p&gt;
&lt;p&gt;The results were interesting. Airport extreme recognized the physical disk (it showed up with its make, model and size specified), but not the encrypted logical volume. After switching it back from the Airport Extreme back to my USB hub, the Macbook recognized the encrypted volume and started backing up as usual.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/airport-extreme-and-encrypted-disks"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/airport-extreme-and-encrypted-disks#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/7lQevZmkvQc" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/airport-extreme-and-encrypted-disks</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 12 Jul 2011 23:59:06 -0700</pubDate>
      <title>Origin of the Apple AirPort logo revealed</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/V5LK2Wohca4/origin-of-the-apple-airport-logo-revealed</link>
      <guid isPermaLink="false">http://blog.dyve.net/origin-of-the-apple-airport-logo-revealed</guid>
      <description>&lt;p&gt;
	&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;img alt="Shogun_wifi_kimono" height="386" src="http://posterous.com/getfile/files.posterous.com/dyve/pQ1SEkakRiR7ThmQbObkLSlWjAQcF4MkX1H8DMTtoedOsY9xHqj0e8Gck9QM/shogun_wifi_kimono.png" width="310" /&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;Few people know this, but the &lt;a href="http://en.wikipedia.org/wiki/AirPort" target="_blank"&gt;Apple AirPort&lt;/a&gt; logo is is based on &lt;br /&gt;&lt;a href="http://en.wikipedia.org/wiki/Richard_Chamberlain_(actor)"&gt;Richard Chamberlain&lt;/a&gt;'s iconic 1980 &lt;a href="http://en.wikipedia.org/wiki/Sh%C5%8Dgun_(TV_miniseries)" title="Shōgun" target="_blank"&gt;Shōgun&lt;/a&gt; kimono. Don't tell anyone!&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/origin-of-the-apple-airport-logo-revealed"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/origin-of-the-apple-airport-logo-revealed#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/V5LK2Wohca4" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/origin-of-the-apple-airport-logo-revealed</feedburner:origLink></item>
    <item>
      <pubDate>Fri, 03 Jun 2011 22:17:33 -0700</pubDate>
      <title>xgettext on Mac OS X</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/KRefxslluQw/xgettext-on-mac-os-x</link>
      <guid isPermaLink="false">http://blog.dyve.net/xgettext-on-mac-os-x</guid>
      <description>&lt;p&gt;
	brew install gettext &lt;br /&gt;sudo brew link gettext &lt;br /&gt;(this assumes you have Homebrew running)
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/xgettext-on-mac-os-x"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/xgettext-on-mac-os-x#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/KRefxslluQw" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/xgettext-on-mac-os-x</feedburner:origLink></item>
    <item>
      <pubDate>Fri, 13 May 2011 03:48:00 -0700</pubDate>
      <title>Merge adress books, sync contacts</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/LVSEX2NA_kY/merge-adress-books-sync-contacts</link>
      <guid isPermaLink="false">http://blog.dyve.net/merge-adress-books-sync-contacts</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Can someone point me to a solution that does this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;connect multiple sources of contacts&amp;nbsp;&lt;/li&gt;
&lt;li&gt;automatically merge identical contacts&amp;nbsp;&lt;/li&gt;
&lt;li&gt;alert me of possible conflicts&amp;nbsp;&lt;/li&gt;
&lt;li&gt;provide an API so I can sync my iPhone, Address Book etc with it&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We've got this stuff for e-mail, it should be available for contacts. &lt;p /&gt; If this is too much to ask, then maybe Google has a solution to sync/merge the contacts I have on 2 Google Apps accounts and my private Gmail account?&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/merge-adress-books-sync-contacts"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/merge-adress-books-sync-contacts#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/LVSEX2NA_kY" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/merge-adress-books-sync-contacts</feedburner:origLink></item>
    <item>
      <pubDate>Sun, 27 Mar 2011 23:21:00 -0700</pubDate>
      <title>MacBook with external display, lid open, screen off</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/ymB_jy30-R4/macbook-with-external-display-lid-open-screen</link>
      <guid isPermaLink="false">http://blog.dyve.net/macbook-with-external-display-lid-open-screen</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
&lt;blockquote&gt;
&lt;p /&gt;
&lt;/blockquote&gt;
&lt;div&gt;
&lt;p&gt;I've been trying to use my MacBook Air in clamshell mode (internal display powered off) with the lid open (so I can access the keyboard). After seeing various sites describe how to do this, I kept failing. Until I found the&amp;nbsp;&lt;a href="http://support.apple.com/kb/ht3131"&gt;official resource at support.apple.com&lt;/a&gt;. It turns out &lt;strong&gt;having your MacBook plugged into a wall socket&lt;/strong&gt; is required to perform this trick. Unbelievable, but true!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Instructions to use your MacBook with an external display, the lid open and the internal display turned off:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Make sure the computer is plugged in to an outlet using the AC power adapter.&lt;/li&gt;
&lt;li&gt;Connect a USB mouse to your computer.&lt;/li&gt;
&lt;li&gt;With the computer turned on connect the Apple portable (using the appropriate Apple adapter if necessary) to the appropriate port on the external display or projector and turn the display or projector on.&lt;/li&gt;
&lt;li&gt;Once your computer's Desktop appears on the external display, close the computer's lid.&lt;/li&gt;
&lt;li&gt;Once the lid is closed, wake the computer up by clicking your mouse button.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;That's it!&lt;/p&gt;
&lt;p&gt;Some sites note that you should enable mirror mode in your display settings at step 3 but I did not need that to get this to work.&lt;/p&gt;
&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/macbook-with-external-display-lid-open-screen"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/macbook-with-external-display-lid-open-screen#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/ymB_jy30-R4" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/macbook-with-external-display-lid-open-screen</feedburner:origLink></item>
    <item>
      <pubDate>Fri, 25 Mar 2011 10:06:00 -0700</pubDate>
      <title>30 Tricks to Get The Most From Your Mac</title>
      <link>http://feedproxy.google.com/~r/dyve/~3/1-w6L6DqIoQ/30-tricks-to-get-the-most-from-your-mac</link>
      <guid isPermaLink="false">http://blog.dyve.net/30-tricks-to-get-the-most-from-your-mac</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://posterous.com/getfile/files.posterous.com/dyve/mBorHfFkBlFaaCvgDtaBEBhfvmzHEoappyACHwzgHrJuIneiuxFtamxtcwBv/media_httpmacappstorm_zeevf.jpg.scaled1000.jpg"&gt;&lt;img alt="Media_httpmacappstorm_zeevf" height="157" src="http://posterous.com/getfile/files.posterous.com/dyve/mBorHfFkBlFaaCvgDtaBEBhfvmzHEoappyACHwzgHrJuIneiuxFtamxtcwBv/media_httpmacappstorm_zeevf.jpg.scaled500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://mac.appstorm.net/roundups/30-fantastic-geeky-tricks-to-get-the-most-from-your-mac/"&gt;mac.appstorm.net&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.dyve.net/30-tricks-to-get-the-most-from-your-mac"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.dyve.net/30-tricks-to-get-the-most-from-your-mac#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dyve/~4/1-w6L6DqIoQ" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/66631/avatar_vierkant.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/PWjWGbcHQZ</posterous:profileUrl>
        <posterous:firstName>Dylan</posterous:firstName>
        <posterous:lastName>Verheul</posterous:lastName>
        <posterous:nickName>Dylan</posterous:nickName>
        <posterous:displayName>Dylan Verheul</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.dyve.net/30-tricks-to-get-the-most-from-your-mac</feedburner:origLink></item>
  </channel>
</rss>

