<?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>NERDlogger.com</title>
	<atom:link href="http://nerdlogger.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nerdlogger.com</link>
	<description>At the crossroad of New media, Engineering, Research and Development</description>
	<lastBuildDate>Wed, 25 Apr 2012 16:33:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>R.I.P. Jack Tramiel</title>
		<link>http://nerdlogger.com/2012/04/09/r-i-p-jack-tramiel/</link>
		<comments>http://nerdlogger.com/2012/04/09/r-i-p-jack-tramiel/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 21:27:34 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7552</guid>
		<description><![CDATA[Probably one of the least known people in modern computing, Jack Tramiel, the man who brought us Commodore (and later on Atari Corp.) has passed away at age 83.]]></description>
			<content:encoded><![CDATA[<p>Probably one of the least known people in modern computing, Jack Tramiel, the man who brought us Commodore (and later on Atari Corp.) has passed away at age 83.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2012%2F04%2F09%2Fr-i-p-jack-tramiel%2F&amp;title=R.I.P.%20Jack%20Tramiel" id="wpa2a_2"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2012/04/09/r-i-p-jack-tramiel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get the &#8220;Bounce&#8221; command back in Mail application under OSX Lion</title>
		<link>http://nerdlogger.com/2012/04/03/get-bounce-command-back-in-mail-application-under-osx-lion/</link>
		<comments>http://nerdlogger.com/2012/04/03/get-bounce-command-back-in-mail-application-under-osx-lion/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 14:37:29 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Automator]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7534</guid>
		<description><![CDATA[The &#8220;Bounce&#8221; command is really useful for those times when you&#8217;re receiving spam mail that gives you no recourse to opt-out. Usually Ads and announcements have a link to unsubscribe, but if they don&#8217;t I usually just &#8220;bounce&#8221; the mail back to the sender and that usually causes the sender to take me off their [...]]]></description>
			<content:encoded><![CDATA[<p>The &#8220;Bounce&#8221; command is really useful for those times when you&#8217;re receiving spam mail that gives you no recourse to opt-out. Usually Ads and announcements have a link to unsubscribe, but if they don&#8217;t I usually just &#8220;bounce&#8221; the mail back to the sender and that usually causes the sender to take me off their mailing list. As of the release of Lion, apple (for some reason) has decided to take that functionality and the associated button away from the Mail app. To be more precise, they&#8217;ve removed the icon and the menu option, but the function is still there, buried in the guts of mail. You can get it back by creating the following Automator Service script. Follow the instructions below:</p>
<ol>
<li>Open Automator application</li>
<li>Create a new Service when prompted to &#8220;Choose a type for your document&#8221;</li>
<li>In the right pane configure the service so that it has &#8220;No Input&#8221; for the &#8220;Service Receives&#8221; pull down and select &#8220;Mail&#8221; in the pull down next to it (see the screen shot below)<a href="http://nerdlogger.com/2012/04/03/get-bounce-command-back-in-mail-application-under-osx-lion/screen-shot-2012-04-03-at-10-17-16-am/" rel="attachment wp-att-7535"><img class=" wp-image-7535 alignnone" title="Screen Shot 2012-04-03 at 10.17.16 AM" src="http://nerdlogger.com/wp-content/uploads/2012/04/Screen-Shot-2012-04-03-at-10.17.16-AM.png" alt="" width="619" height="437" /></a></li>
<li>In the Library select Mail and drag the action &#8220;Get Selected Mail Messages&#8221; into the workflow window (on the right)</li>
<li>In the Library select Utilities and drag the action &#8220;Run AppleScript&#8221; (NOT the &#8220;Execute AppleScript&#8221;) into the workflow window below the &#8220;Get Selected Mail Messages&#8221; Action</li>
<li>Copy the following code into the &#8220;Run AppleScript&#8221; Action window
<pre><code>on run {input, parameters}
     tell application "Mail"
          repeat with eachMessage in input
               bounce eachMessage
               delete eachMessage
          end repeat
     end tell
end run </code></pre>
</li>
<li>Your final screen should look like below<a href="http://nerdlogger.com/2012/04/03/get-bounce-command-back-in-mail-application-under-osx-lion/screen-shot-2012-04-03-at-10-27-12-am/" rel="attachment wp-att-7536"><img class=" wp-image-7536 alignnone" title="Screen Shot 2012-04-03 at 10.27.12 AM" src="http://nerdlogger.com/wp-content/uploads/2012/04/Screen-Shot-2012-04-03-at-10.27.12-AM.png" alt="" width="649" height="526" /></a></li>
<li>Save the workflow with a name like &#8220;Bounce Message&#8221;. This will save the workflow in the Library folder under your home directory in a subfolder called Services (not that you need to worry about this).</li>
</ol>
<p>Now assuming you have two email accounts setup in Mail, send a test email from one account to the other. Then in the receiving account check for the new mail, select it, go to the &#8220;Mail&#8221; menu, under &#8220;Services&#8221; and select &#8220;Bounce Message&#8221;. This should bounce your test message back to it&#8217;s original sender (your other account) and delete it from your inbox. If you want to get really fancy you can even assign a keyboard shortcut to the &#8220;Bounce Message&#8221; Service. If for some reason you need to get rid of it, just delete the file under your personal Library directory (in finder hold down option while going to the &#8220;Go&#8221; menu and select &#8220;Library&#8221;), under Services folder.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2012%2F04%2F03%2Fget-bounce-command-back-in-mail-application-under-osx-lion%2F&amp;title=Get%20the%20%E2%80%9CBounce%E2%80%9D%20command%20back%20in%20Mail%20application%20under%20OSX%20Lion" id="wpa2a_4"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2012/04/03/get-bounce-command-back-in-mail-application-under-osx-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synology NAS and those pesky @eaDir folders</title>
		<link>http://nerdlogger.com/2012/03/08/synology-nas-and-those-pesky-eadir-folders/</link>
		<comments>http://nerdlogger.com/2012/03/08/synology-nas-and-those-pesky-eadir-folders/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 01:22:00 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[CLI]]></category>
		<category><![CDATA[Shell Script]]></category>
		<category><![CDATA[synology]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7530</guid>
		<description><![CDATA[If you&#8217;ve enabled MediaServer and/or PhotoStation on your Synology NAS you might have noticed a bunch of &#8220;@eaDir&#8221; folders inside your data folders. You will not normally see this under samba or appletalk connections. I noticed it since I was trying to rsync from synology to a old qnap nas I have lying around. Although [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve enabled MediaServer and/or PhotoStation on your Synology NAS you might have noticed a bunch of &#8220;@eaDir&#8221; folders inside your data folders. You will not normally see this under samba or appletalk connections. I noticed it since I was trying to rsync from synology to a old qnap nas I have lying around. Although you can turn these services off from the Control Panel, it does not get rid of these dumb folders. So here is a quick script to clean all the &#8220;@eaDir&#8221; folders up from your synology disk. NOTE: I&#8217;VE INTENTIONALLY NOT USED THE &#8220;rm -rf&#8221; COMMAND HERE. I DON&#8217;T WANT YOU TO DESTROY YOUR NAS SERVER WITH JUST ONE COMMAND. Run the command below and it will &#8220;echo&#8221; the names of these &#8220;@eaDir&#8221; folders to the terminal. Then once you&#8217;re satistied that it&#8217;s working well (no weird filenames/characters/etc.), then replace the &#8220;echo&#8221; with &#8220;rm -rf&#8221; to actually remove those folders. There is no guarantee that this will work for you, DO NOT USE THIS IF YOU DON&#8217;T UNDERSTAND WHAT THE COMMAND DOES. THIS CAN HARM YOUR FILES.</p>
<pre><code>find . -name "@eaDir" -type d -print |while read FILENAME; do echo "${FILENAME}"; done</code></pre>
<p>Make sure you login via ssh first and &#8220;cd&#8221; to where your files are stored. This command starts looking for &#8220;@eaDir&#8221; folders recursively from the current directory.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2012%2F03%2F08%2Fsynology-nas-and-those-pesky-eadir-folders%2F&amp;title=Synology%20NAS%20and%20those%20pesky%20%40eaDir%20folders" id="wpa2a_6"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2012/03/08/synology-nas-and-those-pesky-eadir-folders/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting apache mod_status and mod_info to play nicely with wordpress&#8230;..</title>
		<link>http://nerdlogger.com/2012/02/17/getting-apache-mod_status-and-mod_info-to-play-nicely-with-wordpress/</link>
		<comments>http://nerdlogger.com/2012/02/17/getting-apache-mod_status-and-mod_info-to-play-nicely-with-wordpress/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 19:15:15 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7526</guid>
		<description><![CDATA[After reading many (too many) posts about this subject that did not work, I finally found a way to get this working. If you have a wordpress site setup you will, at some point during the installation, be told to copy a bunch of &#8220;redirect&#8221; code to your .htaccess file in your wordpress installation folder. [...]]]></description>
			<content:encoded><![CDATA[<p>After reading many (too many) posts about this subject that did not work, I finally found a way to get this working. If you have a wordpress site setup you will, at some point during the installation, be told to copy a bunch of &#8220;redirect&#8221; code to your .htaccess file in your wordpress installation folder. These apache redirects take care of making pretty URL&#8217;s and permalinks amongst other things. The problem is that these .htaccess rules in wordpress take over server-info and server-status urls activated in apache’s config and return a page not found error.</p>
<p>I came across numerous sites that suggested adding a rule like:
<pre><code>RewriteCond %{REQUEST_URI} !=/server-status</code></pre>
<p>This didn&#8217;t work for me. I&#8217;m not sure if the multisite version of wordpress (which I&#8217;m using) is causing this. The rule that worked beautifully is the following:
<pre><code>RewriteRule ^(server-info|server-status) - [L]</code></pre>
<p>This rule stops the rewrite engine whenever server-info or server-status is parsed as part of the URL. So my .htaccess looks like this now:</p>
<pre><code># BEGIN WordPress
&lt;IfModule mod_rewrite.c&gt;
RewriteEngine On
RewriteBase /
# Stop Processing if you see server-info or server-status
RewriteRule ^(server-info|server-status) - [L]
# The Rewrite Condition below did not work
# RewriteCond %{REQUEST_URI} !=/server-status
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . index.php [L]
&lt;/IfModule&gt;
# END WordPress
</code></pre>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2012%2F02%2F17%2Fgetting-apache-mod_status-and-mod_info-to-play-nicely-with-wordpress%2F&amp;title=Getting%20apache%20mod_status%20and%20mod_info%20to%20play%20nicely%20with%20wordpress%E2%80%A6.." id="wpa2a_8"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2012/02/17/getting-apache-mod_status-and-mod_info-to-play-nicely-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synology DSM3.2 and older rsync implementations&#8230;.</title>
		<link>http://nerdlogger.com/2012/01/25/synology-dsm3-2-and-older-rsync-implementations/</link>
		<comments>http://nerdlogger.com/2012/01/25/synology-dsm3-2-and-older-rsync-implementations/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 19:38:27 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[synology]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7521</guid>
		<description><![CDATA[Got my hands on a new Synology 1511+ a few days ago and discovered something odd. Where as before on the QNAP TS-409 Pro I could easily turn on the rsync server and start syncing files/folders off my OSX machine, the process did not work with the new Synology NAS running DSM3.2. I kept getting [...]]]></description>
			<content:encoded><![CDATA[<p>Got my hands on a new Synology 1511+ a few days ago and discovered something odd. Where as before on the QNAP TS-409 Pro I could easily turn on the rsync server and start syncing files/folders off my OSX machine, the process did not work with the new Synology NAS running DSM3.2. I kept getting the error &#8220;@ERROR: auth failed on module NetBackup&#8221;. It turns out DSM3.2 is now using encrypted passwords for the root/admin account and this encryption breaks the older rsync version on the mac. The easiest way I found to fix this &#8212; and YES I realize that this &#8220;potentially&#8221; reveals the root/admin password if your NAS is wide open to the world, mine is at home behind a NAT and I made sure the rsync password is different from my admin password &#8212; is to edit the /etc/rsyncd.secrets file (back it up first by copying it to rsyncd.secrets.old or something). Delete everything after &#8220;root:&#8221; and instead of it, put &#8212; in clear text &#8212; the password you want to use for rsync purposes (which can be the same as your admin password). Save the file and try rsyncing again. It should work now.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2012%2F01%2F25%2Fsynology-dsm3-2-and-older-rsync-implementations%2F&amp;title=Synology%20DSM3.2%20and%20older%20rsync%20implementations%E2%80%A6." id="wpa2a_10"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2012/01/25/synology-dsm3-2-and-older-rsync-implementations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stream your Windows desktop using ffmpeg</title>
		<link>http://nerdlogger.com/2011/11/03/stream-your-windows-desktop-using-ffmpeg/</link>
		<comments>http://nerdlogger.com/2011/11/03/stream-your-windows-desktop-using-ffmpeg/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 14:26:22 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[CLI]]></category>
		<category><![CDATA[Codec]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[MP4]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[Transcoding]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[VLC]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7510</guid>
		<description><![CDATA[I&#8217;ve already covered how to do this with vlc a while back in parts 1 followed by part 2. I just found out that something very similar in results can be done with ffmpeg. ffmpeg has recently added support for directshow filters which now allows one to capture the screen and stream and/or save it. Here is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve already covered how to do this with vlc a while back in <a href="http://nerdlogger.com/2008/01/08/stream-your-linuxwindowsmac-desktop-as-video-using-vlc/">parts 1</a> followed by <a href="http://nerdlogger.com/2008/03/31/stream-your-linuxmacwindows-desktop-as-video-using-vlc-part-ii/">part 2</a>. I just found out that something very similar in results can be done with ffmpeg. ffmpeg has recently added support for directshow filters which now allows one to capture the screen and stream and/or save it. Here is how you can do this:</p>
<p>1.) Grab a copy of the <strong><a href="http://www.umediaserver.net/umediaserver/download.html">Screen Capture DirectShow source filter</a> </strong>from Unreal Streaming Technologies. It&#8217;s about half way down that page. They have both the UScreenCapture <a href="http://www.umediaserver.net/bin/UScreenCapture.zip">X86 Edition</a> and the <a href="http://www.umediaserver.net/bin/UScreenCapture(x64).zip">X64 Edition</a> (depending on your OS installation). I used the 64 bit filter on a Windows 7 64 bit installation.</p>
<p>2.) Install the filter and make sure you make the following changes to your windows registry using regedit. The default frame rate for UScreenCapture filter is 10 f/s and we need to boost this to 30 frames/sec. You need to find the key <em>HKLM\SOFTWARE\UNREAL\Live\UScreenCapture</em> and insert a DWORD value of 30 for <em>FrameRate</em> (You have to create FrameRate, it does not exist by default). Once you&#8217;ve done the registry tweak, reboot.</p>
<p style="text-align: left;"><a href="http://nerdlogger.com/2011/11/03/stream-your-windows-desktop-using-ffmpeg/screen-shot-2011-11-02-at-2-41-41-pm/" rel="attachment wp-att-7512"><img class="aligncenter size-full wp-image-7512" title="Screen Shot 2011-11-02 at 2.41.41 PM" src="http://nerdlogger.com/wp-content/uploads/2011/11/Screen-Shot-2011-11-02-at-2.41.41-PM.png" alt="" width="611" height="313" /></a></p>
<p>3.) Install the latest greatest version of ffmpeg for your windows version from <a href="http://ffmpeg.zeranoe.com/builds/">Zeranoe</a>. I grabbed the 64 bit Static build since I didn&#8217;t want to deal with libraries and such. Extract it and stick it somewhere on your hard drive. Remember the path to this folder since we will need it later.</p>
<p>4.) Open a command line window and cd to the directory where you extracted ffmpeg into, find the <em>bin</em> directory and cd into it. This is were the ffmpeg executable resides. In my case (I extracted the ffmpeg files into &#8220;Program Files&#8221; directory) it is <em>C:\Program Files\ffmpeg-git-059707e-win64-static\bin</em>.</p>
<p>5.) If you&#8217;ve made it this far, hand in there, we&#8217;re almost home. Now you need to issue the command that gets the screen streaming going. But first we need to find out the name of the Screen filter device. So issue the following command:</p>
<pre><code>ffmpeg -list_devices true -f dshow -i dummy</code></pre>
<p>In the output look for a device called &#8220;<em>UScreenCapture</em>&#8220;. Hopefully if everything is working with the directshow filter you have a entry in the list. That&#8217;s the name of our device that we need to pass onto ffmpeg. While you&#8217;re there also look for your audio device entry as well. Mine was the truncated word &#8220;<em>Stereo Mix (Realtek High Defini</em>&#8221; (Yes mine was missing the end of that line). Jot that down somewhere as well. I will show you how to get audio going as well.</p>
<p>6.) So first step is to get video going. Assuming you have a &#8220;<em>UScreenCapture</em>&#8221; device (You could use another directshow filter if you like, this will work with most of them. I just used the Unreal filter for the heck of it), here is the command to start encoding and sending video:</p>
<pre><code>ffmpeg -f dshow  -i video="UScreenCapture"  -r 30 -vcodec mpeg4 -q 12 -f mpegts udp://aaa.bbb.ccc.ddd:6666?pkt_size=188?buffer_size=65535</code></pre>
<ul>
<li><em>-f dshow</em> specifies that you&#8217;re going to be using a directshow device as your input.</li>
<li><em>-i video=&#8221;UScreenCapture&#8221;</em> is the name of the input directshow device which we picked up in step 5.</li>
<li><em>-r 30</em> is the frame rate.</li>
<li><em>-vcodec mpeg4</em> is our video codec of choice.</li>
<li><em>-q 12</em> is a quality measure for the encoding process (1 is the best and 30 the worst). We&#8217;re doing VBR encoding so this measures the compression ratio vs. picture quality.</li>
<li><em>-f mpegts</em> is our output filetype. In this case mpeg-2 transport stream. Yes, we&#8217;re encapsulating mpeg4 video inside a mpeg-2 transport stream&#8230;..why?&#8230;.google it.</li>
<li><em>udp://aaa.bbb.ccc.ddd:6666?pkt_size=188?buffer_size=65535</em> this last bit specifies the address and port number of the recipient machine (aaa.bbb.ccc.ddd is the ip address of that machine and 6666 is my arbitrary port number). We&#8217;re also instructing ffmpeg to create smaller 188 byte size udp packets (which is the size of the transport stream packets) to decrease latency and our buffer size is 64kb.</li>
</ul>
<p>7.) On the receiving machine you should be able to use vlc, ffmpeg or mplayer to catch the stream. In vlc simply open the Network stream <em>rtp://@:6666</em> , in ffmpeg you can use the command <em>ffplay -i udp://:6666</em> or using mplayer you can issue the command <em>mplayer -framedrop -double udp://:6666</em> .</p>
<p>8.) Now to optionally add sound to the whole thing we can use this command on the encoding machine (instead of step 6). You need to know the device name for your sound card and you probably want to turn the volume down (at least initially) on the decoding machine.</p>
<pre><code>ffmpeg -f dshow  -i video="UScreenCapture" -f dshow -i audio="Stereo Mix (Realtek High Defini" -r 30 -vcodec mpeg4 -q 20 -acodec libmp3lame -ab 128k -f mpegts udp://141.117.224.74:6666?pkt_size=188?buffer_size=65535</code></pre>
<ul>
<li><em>-f dshow</em> specifies that you&#8217;re going to be using a directshow device as your input (VIDEO).</li>
<li><em>-i video=&#8221;UScreenCapture&#8221;</em> is the name of the input directshow video device which we picked up in step 5.</li>
<li><em>-f dshow</em> specifies that you&#8217;re going to be using a directshow device as your input (AUDIO).</li>
<li><em>-i audio=&#8221;Stereo Mix (Realtek High Defini&#8221;</em> is the name of the input directshow audio device which we picked up in step 5.</li>
<li><em>-r 30</em> is the frame rate.</li>
<li><em>-vcodec mpeg4</em> is our video codec of choice.</li>
<li><em>-q 20</em> is a quality measure for the encoding process (1 is the best and 30 the worst). We&#8217;re doing VBR encoding so this measures the compression ratio vs. picture quality. I went with 20 instead of 12 from step 6 since the audio encoding slows the machine down a bit.</li>
<li>-acodec libmp3lame is our video codec of choice</li>
<li><em>-f mpegts</em> is our output filetype. In this case mpeg-2 transport stream. Yes, we&#8217;re encapsulating mpeg4 video inside a mpeg-2 transport stream&#8230;..why?&#8230;.google it.</li>
<li><em>udp://aaa.bbb.ccc.ddd:6666?pkt_size=188?buffer_size=65535</em> this last bit specifies the address and port number of the recipient machine (aaa.bbb.ccc.ddd is the ip address of that machine and 6666 is my arbitrary port number). We&#8217;re also instructing ffmpeg to create smaller 188 byte size udp packets (which is the size of the transport stream packets) to decrease latency and our buffer size is 64kb.</li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2011%2F11%2F03%2Fstream-your-windows-desktop-using-ffmpeg%2F&amp;title=Stream%20your%20Windows%20desktop%20using%20ffmpeg" id="wpa2a_12"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2011/11/03/stream-your-windows-desktop-using-ffmpeg/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Using iCloud to sync files just like dropbox</title>
		<link>http://nerdlogger.com/2011/11/02/using-icloud-to-sync-files-just-like-dropbox/</link>
		<comments>http://nerdlogger.com/2011/11/02/using-icloud-to-sync-files-just-like-dropbox/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 17:41:57 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iCloud]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[iPodTouch]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[osx Server]]></category>
		<category><![CDATA[XServe]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7505</guid>
		<description><![CDATA[If you didn&#8217;t know, iCloud has a really neat feature that allows it to act just like dropbox. If you activate the &#8220;Document &#38; Data&#8221; synching option in the iCloud pref panel, it allows you to sync any file using iCloud. This is contrary to what Apple is selling the service as being just for [...]]]></description>
			<content:encoded><![CDATA[<p>If you didn&#8217;t know, iCloud has a really neat feature that allows it to act just like dropbox. If you activate the &#8220;Document &amp; Data&#8221; synching option in the iCloud pref panel, it allows you to sync any file using iCloud. This is contrary to what Apple is selling the service as being just for &#8220;Custom&#8221; Apps that have the iCloud feature (i.e.: keynote, numbers, etc.).</p>
<p style="text-align: left;"><a href="http://nerdlogger.com/2011/11/02/using-icloud-to-sync-files-just-like-dropbox/screen-shot-2011-11-02-at-1-30-48-pm/" rel="attachment wp-att-7507"><img class="aligncenter size-full wp-image-7507" title="Screen Shot 2011-11-02 at 1.30.48 PM" src="http://nerdlogger.com/wp-content/uploads/2011/11/Screen-Shot-2011-11-02-at-1.30.48-PM.png" alt="" width="547" height="433" /></a>So here is how you take advantage of this. Once you&#8217;ve turned on the feature in the preferences panel, you open up <em>Finder</em>. Hold down the &#8220;<em>option/alt</em>&#8221; key and from the finder menus choose &#8220;<em>Go/Library</em>&#8220;. This should land you in your not so secret <em>Library</em> directory. You need to hold down the <em>option</em> key to see this, since OSX Lion hides the users <em>Library</em> directory by default. Now in the <em>Finder</em> window find the &#8220;<em>Mobile Documents</em>&#8221; folder (and if you like) drag it to the <em>favourites</em> list in <em>Finder</em> (in the left pane). Done. Now whatever file you save into &#8220;<em>Mobile Documents</em>&#8221; folder from any application will &#8220;sync&#8221; with all the other mac&#8217;s you&#8217;ve setup with this feature. You can treat it like your &#8220;free&#8221; 5GB dropbox account.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2011%2F11%2F02%2Fusing-icloud-to-sync-files-just-like-dropbox%2F&amp;title=Using%20iCloud%20to%20sync%20files%20just%20like%20dropbox" id="wpa2a_14"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2011/11/02/using-icloud-to-sync-files-just-like-dropbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R.I.P. Dennis Ritchie</title>
		<link>http://nerdlogger.com/2011/10/13/r-i-p-dennis-ritchie/</link>
		<comments>http://nerdlogger.com/2011/10/13/r-i-p-dennis-ritchie/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 14:49:09 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7501</guid>
		<description><![CDATA[Wow&#8230;..what can I say&#8230;.First Jobs, now Ritchie&#8230;..I don&#8217;t like October anymore]]></description>
			<content:encoded><![CDATA[<p>Wow&#8230;..what can I say&#8230;.First Jobs, now Ritchie&#8230;..I don&#8217;t like October anymore <img src='http://nerdlogger.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2011%2F10%2F13%2Fr-i-p-dennis-ritchie%2F&amp;title=R.I.P.%20Dennis%20Ritchie" id="wpa2a_16"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2011/10/13/r-i-p-dennis-ritchie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R.I.P. Steve Jobs</title>
		<link>http://nerdlogger.com/2011/10/05/r-i-p-steve-jobs/</link>
		<comments>http://nerdlogger.com/2011/10/05/r-i-p-steve-jobs/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 00:00:18 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7498</guid>
		<description><![CDATA[&#8230;]]></description>
			<content:encoded><![CDATA[<p>&#8230;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2011%2F10%2F05%2Fr-i-p-steve-jobs%2F&amp;title=R.I.P.%20Steve%20Jobs" id="wpa2a_18"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2011/10/05/r-i-p-steve-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lion Tip: Adding your digital signature to PDF files&#8230;.</title>
		<link>http://nerdlogger.com/2011/08/04/lion-tip-adding-your-digital-signature-to-pdf-files/</link>
		<comments>http://nerdlogger.com/2011/08/04/lion-tip-adding-your-digital-signature-to-pdf-files/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 15:24:09 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7496</guid>
		<description><![CDATA[If you ever are in need of signing a PDF file, you don&#8217;t need to print/sign/scan it anymore, Lion&#8217;s new preview app lets you insert/sign those pdf docs in a flash. Here is how you get your signature &#8220;scanned&#8221;. Use a Sharpie marker and sign your name on a plain piece of paper. Make sure [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever are in need of signing a PDF file, you don&#8217;t need to print/sign/scan it anymore, Lion&#8217;s new <em>preview</em> app lets you insert/sign those pdf docs in a flash. Here is how you get your signature &#8220;scanned&#8221;.</p>
<ol>
<li>Use a Sharpie marker and sign your name on a plain piece of paper. Make sure it&#8217;s a plain sheet of paper with nothing written on either side.</li>
<li>Open the <em>Preview</em> App and go to <em>Preferences&gt;Signatures</em> and Press the small + button to add a new signature.</li>
<li>A new window will pop up with your webcam video inside.</li>
<li>Hold up the paper with your signature in front of the camera and make sure there is enough light in the room for the camera to get a clean image</li>
<li>Align the signature &#8212; by moving it back and forth &#8212; with the blue line and wait for the machine to give you the clean scan of it in the window beside it.</li>
<li>Press <em>Enter</em> to accept the signature when you&#8217;re ready.</li>
</ol>
<p>I had to do this twice, but it&#8217;s very easy and quick to do. You can even have multiple pics taken of your signatures (or other peoples sig in your household).</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2011%2F08%2F04%2Flion-tip-adding-your-digital-signature-to-pdf-files%2F&amp;title=Lion%20Tip%3A%20Adding%20your%20digital%20signature%20to%20PDF%20files%E2%80%A6." id="wpa2a_20"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2011/08/04/lion-tip-adding-your-digital-signature-to-pdf-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lions new Finder Tricks&#8230;.</title>
		<link>http://nerdlogger.com/2011/07/26/lions-new-finder-tricks/</link>
		<comments>http://nerdlogger.com/2011/07/26/lions-new-finder-tricks/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 19:21:26 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7490</guid>
		<description><![CDATA[Now that I&#8217;m getting settled in the latest OSX, I thought I share with you a couple of finder gems that might not be obvious right from the get go: 1) You now have the ability to select multiple files in a folder and right click on them to choose &#8220;New Folder with X Selections&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<p>Now that I&#8217;m getting settled in the latest OSX, I thought I share with you a couple of finder gems that might not be obvious right from the get go:</p>
<p>1) You now have the ability to select multiple files in a folder and right click on them to choose &#8220;New Folder with X Selections&#8221;. This will create a new folder and move the selected files into that folder. Kinda neat and makes the process of moving large number of files a bit simpler.</p>
<p>2) You can now &#8220;move&#8221; files and folders from one place to another. First &#8220;copy&#8221; the file/folder in question by selecting it and using the command-c shortcut. Then find the place you want to move them to and instead of using the usual command-v (which copies the files/folders) use command-option-v instead. Yeaaaaa, we can finally be just like our windows cousins <img src='http://nerdlogger.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>3) To remove something from the finder sidebar, hold the command key as you drag it out.</p>
<p>4) In the Finder&#8217;s &#8220;Go&#8221; menu hold the option key to reveal a &#8220;Go to Library&#8221; menu item.</p>
<p>Although not strictly a new finder gem, Window resizing now supports standard modifier keys, so holding Shift while resizing a window constrains it to its existing aspect ratio, while holding Option resizes the window from its center point.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2011%2F07%2F26%2Flions-new-finder-tricks%2F&amp;title=Lions%20new%20Finder%20Tricks%E2%80%A6." id="wpa2a_22"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2011/07/26/lions-new-finder-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ICAD Kinect Demos&#8230;.</title>
		<link>http://nerdlogger.com/2011/05/26/icad-kinect-demos/</link>
		<comments>http://nerdlogger.com/2011/05/26/icad-kinect-demos/#comments</comments>
		<pubDate>Thu, 26 May 2011 19:05:58 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Canon]]></category>
		<category><![CDATA[Computer Vision]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Gesture]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[image recognition]]></category>
		<category><![CDATA[Kinect]]></category>
		<category><![CDATA[Physical Computing]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[robotics]]></category>
		<category><![CDATA[Ryerson University]]></category>
		<category><![CDATA[Second Life]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7471</guid>
		<description><![CDATA[On May 17, 2011 Ryersons&#8217; Interactive Computing Applications and Design Group (ICAD) demonstrated their latest projects. The session starts with a demonstration of using Microsoft Kinect hardware to control a computer mouse. Next, the group shows the use of a gestural interface to control Google Earth, followed by a demo of using Kinect to control [...]]]></description>
			<content:encoded><![CDATA[<p><object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/Uq2hjn3ibOM?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/Uq2hjn3ibOM?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"></object><br />
On May 17, 2011 Ryersons&#8217; Interactive Computing Applications and Design Group (ICAD) demonstrated their latest projects. The session starts with a demonstration of using Microsoft Kinect hardware to control a computer mouse. Next, the group shows the use of a gestural interface to control Google Earth, followed by a demo of using Kinect to control a avatar in Second Life.</p>
<p>The session continues with a demonstration of a potential application to control a small arduino based robot over bluetooth using gestures. Following this the ICAD staff show the use of Kinect as a tracking and control mechanism for a Point-Tilt-Zoom (PTZ) camera. This approach allows them to track up to five people without active trackers. The data from the Kinect camera is used to instruct the PTZ camera where to &#8220;look&#8221;. Once a person is identified (by putting up their hand) the kinect will try to track the person around the room and make sure the PTZ camera follows the person as well. Switching the tracked person is done by raising ones hand.</p>
<p>Their last demo will show a gestural based keyboard that will eventually be tied into a interactive phonebook application where the user can type the name of a contact using gestures and automatically dial the number through a voip application (ie: google talk).</p>
<p>Individual project videos below&#8230;.</p>
<p>1) Kinect Windows Mouse Interface<br />
<object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/hDdtnlOjPUc?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/hDdtnlOjPUc?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"></object><br />
2) Kinect Google Earth Interface<br />
<object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/2IdqY3HtJJI?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/2IdqY3HtJJI?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"></object><br />
3) Kinect Second Life Interface<br />
<object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/KvVWjah_fXU?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/KvVWjah_fXU?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"></object><br />
4) Kinect Bluetooth Robot Interface<br />
<object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/bPvkUgXjIT4?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/bPvkUgXjIT4?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"></object><br />
5) Kinect Tracker-Cam Interface<br />
<object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/Ae4JfsIN-Y4?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/Ae4JfsIN-Y4?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"></object><br />
6) Kinect Interactive Phonebook<br />
<object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/SSLO9MyBX6s?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/SSLO9MyBX6s?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"></object></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2011%2F05%2F26%2Ficad-kinect-demos%2F&amp;title=ICAD%20Kinect%20Demos%E2%80%A6." id="wpa2a_24"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2011/05/26/icad-kinect-demos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amon Tobin rocks my world&#8230;.</title>
		<link>http://nerdlogger.com/2011/04/29/amon-tobin-rocks-my-world/</link>
		<comments>http://nerdlogger.com/2011/04/29/amon-tobin-rocks-my-world/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 17:49:33 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7467</guid>
		<description><![CDATA[Well, just finished listening to the full ISAM release by Amon Tobin on SoundCloud. Wow, dynamite. If you like electronic music, you really should check this out. The one aspect that stood out for me was his use of SoundCloud&#8217;s commenting system to create a commentary captioning &#8220;trail&#8221; throughout the performance. This got me thinking, [...]]]></description>
			<content:encoded><![CDATA[<p>Well, just finished listening to the full ISAM release by Amon Tobin on SoundCloud. Wow, dynamite. If you like electronic music, you really should check <a href="http://soundcloud.com/amon-tobin/amon-tobin-isam">this out</a>. The one aspect that stood out for me was his use of SoundCloud&#8217;s commenting system to create a commentary captioning &#8220;trail&#8221; throughout the performance. This got me thinking, why can&#8217;t we have a system that allows music file &#8220;links&#8221; be posted to twitter and then have the backend service cull all the people listening to that piece of music and grab their comments via hash tags/RSS in real time and interleave it for all the &#8220;participants&#8221; in each of the &#8220;shared&#8221; music spaces. Neato, new term&#8230;..&#8221;Shared Realtime Collaborative Music Experience&#8221;. Time for someone to &#8220;make an app for that&#8221; <img src='http://nerdlogger.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . BTW, major credit to <a href="http://createdigitalmusic.com">Create Digital Music</a> for pointing the way. More details on the Tobin performance <a href="http://createdigitalmusic.com/2011/04/listen-to-amon-tobins-sound-design-magnum-opus-isam-with-pop-up-commentary/">here</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2011%2F04%2F29%2Famon-tobin-rocks-my-world%2F&amp;title=Amon%20Tobin%20rocks%20my%20world%E2%80%A6." id="wpa2a_26"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2011/04/29/amon-tobin-rocks-my-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NAB2011 &#8211; Flying Carpets, Tufas and Castles in the desert&#8230;.</title>
		<link>http://nerdlogger.com/2011/04/25/nab2011-flying-carpets-tufas-and-castles-in-the-desert/</link>
		<comments>http://nerdlogger.com/2011/04/25/nab2011-flying-carpets-tufas-and-castles-in-the-desert/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 23:56:10 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7452</guid>
		<description><![CDATA[Just got back from NAB2011 in Vegas and this year lots of crazy/fun stuff happened. We setup our booth on Saturday and a bunch of us decided to go for BBQ in the desert, so we rented a car packed up our two crappy coolers and headed out to Red Rock Canyon. The Canyons were [...]]]></description>
			<content:encoded><![CDATA[<p>Just got back from NAB2011 in Vegas and this year lots of crazy/fun stuff happened. We setup our booth on Saturday and a bunch of us decided to go for BBQ in the desert, so we rented a car packed up our two crappy coolers and headed out to Red Rock Canyon.</p>
<p><a class="tt-flickr tt-flickr-Medium" title="_DSC4049" href="http://nerdlogger.com/flickr/photo/5655633248/_dsc4049.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/eb44ea28b81f3617feb3e24b5e2274fb.jpg" alt="_DSC4049" width="500" height="284" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4060" href="http://nerdlogger.com/flickr/photo/5655061921/_dsc4060.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/cf751ec390c3409370924fc9151cf817.jpg" alt="_DSC4060" width="500" height="334" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4121" href="http://nerdlogger.com/flickr/photo/5655067455/_dsc4121.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/e6349e0544f949633d2bd7588f0ab816.jpg" alt="_DSC4121" width="500" height="283" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4088" href="http://nerdlogger.com/flickr/photo/5655064547/_dsc4088.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/d9df6295348584d6db23561555c65491.jpg" alt="_DSC4088" width="500" height="118" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4148" href="http://nerdlogger.com/flickr/photo/5655071079/_dsc4148.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/74f7533067dd00a31425798265630c0c.jpg" alt="_DSC4148" width="500" height="283" /></a></p>
<p>The Canyons were as awesome as usual. We had a late lunch/dinner and (surprisingly) ended up seeing a lot of wildlife around the place.</p>
<p><a class="tt-flickr tt-flickr-Medium" title="_DSC4050" href="http://nerdlogger.com/flickr/photo/5655061459/_dsc4050.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/c5dcb011d36561a1dbd4da7efee6af39.jpg" alt="_DSC4050" width="500" height="284" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4072" href="http://nerdlogger.com/flickr/photo/5655062405/_dsc4072.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/04273e6c4e244dcdd3443219471e0acb.jpg" alt="_DSC4072" width="500" height="284" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4079" href="http://nerdlogger.com/flickr/photo/5655635238/_dsc4079.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/6e9a339805465b247c6a59d8552dabfe.jpg" alt="_DSC4079" width="500" height="500" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4190" href="http://nerdlogger.com/flickr/photo/5655647128/_dsc4190.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/95aff6d38b79e4cd88fcb479d4310754.jpg" alt="_DSC4190" width="500" height="401" /></a></p>
<p>Next, we went through NAB, which is always fun. On thursday (last day) we took off around 2:30pm and started our trip around the sierras. We had intended to get to Tonopah, NV by around 18:00&#8242;ish, but had a bit of run in with a flying carpet on I-95 North. This thing flew off the back of the pickup (in picture) and shattered/cracked the front windshield. You can see the glass shards on the dashboard. It all turned out okay, we stopped the guy, got his info, went back to the car rental and swapped the van. We got to Tonopah around 21:00 and pretty much had dinner and slept right through the night.</p>
<p><a rel="attachment wp-att-7456" href="http://nerdlogger.com/2011/04/25/nab2011-flying-carpets-tufas-and-castles-in-the-desert/photo-4/"><img class="size-full wp-image-7456 alignleft" title="photo" src="http://nerdlogger.com/wp-content/uploads/2011/04/photo.png" alt="" width="708" height="530" /></a><br />
Next day (Friday), we drove up to Mono Lake, CA. One of my favourite places of all time (aside from Yosemite and Bryce NPs). I&#8217;d been there before a couple of years ago, but this time there was snow in the mountains and the lake was really calm. Since it was a nice sunny day with lots of puffy clouds in the sky I figured I try my luck with some HDR images, for that &#8220;out of this world&#8221; look.</p>
<p><a class="tt-flickr tt-flickr-Medium" title="_DSC4281_HDR" href="http://nerdlogger.com/flickr/photo/5655654366/_dsc4281_hdr.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/fb2202912420941d9d28561a93e926d7.jpg" alt="_DSC4281_HDR" width="500" height="334" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4294_HDR" href="http://nerdlogger.com/flickr/photo/5655082747/_dsc4294_hdr.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/c8b637a4e21371515645ad5301058bd9.jpg" alt="_DSC4294_HDR" width="500" height="284" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4320" href="http://nerdlogger.com/flickr/photo/5655658404/_dsc4320.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/a2e2969e025708ff092798567ba6089a.jpg" alt="_DSC4320" width="359" height="500" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4327" href="http://nerdlogger.com/flickr/photo/5655086233/_dsc4327.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/0399124dc22a6e10914970554c883638.jpg" alt="_DSC4327" width="500" height="284" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4338" href="http://nerdlogger.com/flickr/photo/5655087525/_dsc4338.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/a5e2e069099612a9913142d1098f162f.jpg" alt="_DSC4338" width="500" height="334" /></a></p>
<p>We then left Mono Lake and since the Tioga Pass into Yosemite was still closed, we drove all the way up I-395 to Minden, CA. Next morning (Saturday) we left there and headed south-west on I-88 and eventually made it into Yosemite through the west entrance via CA-120.</p>
<p><a class="tt-flickr tt-flickr-Medium" title="_DSC4385" href="http://nerdlogger.com/flickr/photo/5655090709/_dsc4385.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/4fc44f1ce08045680ebfa15a516b84ed.jpg" alt="_DSC4385" width="500" height="283" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4390" href="http://nerdlogger.com/flickr/photo/5655092091/_dsc4390.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/97a51976bdb6fe470d1c7ef4e88d64ff.jpg" alt="_DSC4390" width="334" height="500" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4453" href="http://nerdlogger.com/flickr/photo/5655097651/_dsc4453.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/d053143d1a481286eb078566fec8f2d3.jpg" alt="_DSC4453" width="500" height="401" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4472_HDR (1)" href="http://nerdlogger.com/flickr/photo/5655671762/_dsc4472_hdr-1.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/34457d577ad9c915b08009a32c2077ed.jpg" alt="_DSC4472_HDR (1)" width="500" height="359" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4473_HDR" href="http://nerdlogger.com/flickr/photo/5655672798/_dsc4473_hdr.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/19395fe96465971542fac2438833badb.jpg" alt="_DSC4473_HDR" width="500" height="334" /></a></p>
<p>We left Yosemite and stayed the night in Oakhurst, CA. On Sunday we drove through the foggy Sequoia NP.</p>
<p><a class="tt-flickr tt-flickr-Medium" title="_DSC4513" href="http://nerdlogger.com/flickr/photo/5655674412/_dsc4513.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/70a50fae94f324a723a880a887bbf162.jpg" alt="_DSC4513" width="334" height="500" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4526" href="http://nerdlogger.com/flickr/photo/5655675628/_dsc4526.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/c722e941c035514d88741cfba42611db.jpg" alt="_DSC4526" width="500" height="334" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4544" href="http://nerdlogger.com/flickr/photo/5655677238/_dsc4544.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/17092a072d9fcc651dc452d7b821dc9b.jpg" alt="_DSC4544" width="334" height="500" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4579" href="http://nerdlogger.com/flickr/photo/5655678240/_dsc4579.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/295007566900121cf628c36eaac6c664.jpg" alt="_DSC4579" width="334" height="500" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4592" href="http://nerdlogger.com/flickr/photo/5655678424/_dsc4592.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/23e7c2c074e6e69735ec9adaa34b2c63.jpg" alt="_DSC4592" width="500" height="283" /></a></p>
<p>We stayed Sunday night in Bakersfield and headed out the next day (Monday) with the intention of visiting the northern parts of Death Valley. We kinda made it down to Baker, CA and decided it might be a wiser idea to drive straight to Vegas (It was really windy and dusty), stay the night and drive back to Death Valley early in the morning. That was a great idea since the next morning was sunny, hot and slightly breazy, but no dust <img src='http://nerdlogger.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . We drove through the northern part all the way to Scotty&#8217;s Castle and drove back to Vegas for the last day of the trip.</p>
<p><a class="tt-flickr tt-flickr-Medium" title="_DSC4626" href="http://nerdlogger.com/flickr/photo/5655680706/_dsc4626.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/70953c03352429baa99befe94fdf167f.jpg" alt="_DSC4626" width="500" height="131" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4641" href="http://nerdlogger.com/flickr/photo/5655108919/_dsc4641.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/29592b90f0b1185e7cc23ddb665f06cc.jpg" alt="_DSC4641" width="500" height="283" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4692" href="http://nerdlogger.com/flickr/photo/5655111747/_dsc4692.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/b0812eace1d1a6c2428bfbe5a3179d66.jpg" alt="_DSC4692" width="359" height="500" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4728" href="http://nerdlogger.com/flickr/photo/5655687482/_dsc4728.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/bc268f7b00ef945b5b9534774a335aa6.jpg" alt="_DSC4728" width="500" height="334" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4775" href="http://nerdlogger.com/flickr/photo/5655691336/_dsc4775.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/64eca7904b9c5b7fce6f3136c3e8c134.jpg" alt="_DSC4775" width="500" height="500" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4779" href="http://nerdlogger.com/flickr/photo/5655120559/_dsc4779.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/a69a8915e30a6b40380a82bbab789731.jpg" alt="_DSC4779" width="500" height="284" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC4781" href="http://nerdlogger.com/flickr/photo/5655693766/_dsc4781.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/a1fddfb4b03febb38c0d1b7812d1bd50.jpg" alt="_DSC4781" width="500" height="334" /></a></p>
<p>As usual the complete flickr set can be <a href="http://www.flickr.com/photos/nerdlogger/sets/72157626453608235/">found here</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2011%2F04%2F25%2Fnab2011-flying-carpets-tufas-and-castles-in-the-desert%2F&amp;title=NAB2011%20%E2%80%93%20Flying%20Carpets%2C%20Tufas%20and%20Castles%20in%20the%20desert%E2%80%A6." id="wpa2a_28"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2011/04/25/nab2011-flying-carpets-tufas-and-castles-in-the-desert/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Recent photo shoots with Toronto Strobist Group&#8230;.</title>
		<link>http://nerdlogger.com/2011/04/25/recent-photo-shoots-with-toronto-strobist-group/</link>
		<comments>http://nerdlogger.com/2011/04/25/recent-photo-shoots-with-toronto-strobist-group/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 17:35:52 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[TSG]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7447</guid>
		<description><![CDATA[It&#8217;s been a while since I&#8217;ve posted a photo post, so here is a newish one from a couple of recent shoots with TSG (Toronto Strobist Group). First a sample from our Holiday 2010 shoot (Full flickr set can be viewed here). Next is the Stroboscopic shoot which was a lot of fun (Full flickr [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I&#8217;ve posted a photo post, so here is a newish one from a couple of recent shoots with TSG (Toronto Strobist Group).</p>
<p>First a sample from our Holiday 2010 shoot (Full flickr set can be <a href="http://www.flickr.com/photos/nerdlogger/sets/72157625461301875/">viewed here</a>).</p>
<p><a class="tt-flickr tt-flickr-Medium" title="The Look" href="http://nerdlogger.com/flickr/photo/5254987027/the-look.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/e7545b024b7210b23c314c3e3aab7554.jpg" alt="The Look" width="500" height="281" /></a> <a class="tt-flickr tt-flickr-Medium" title="Noir" href="http://nerdlogger.com/flickr/photo/5255503812/noir.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/54462bafd26b9c8d203c9c0b9c8a6247.jpg" alt="Noir" width="500" height="281" /></a> <a class="tt-flickr tt-flickr-Medium" title="Want some candy?" href="http://nerdlogger.com/flickr/photo/5256145078/want-some-candy.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/bce2e2a2d938cc91a11684fe9e138eb1.jpg" alt="Want some candy?" width="500" height="281" /></a> <a class="tt-flickr tt-flickr-Medium" title="These eyes" href="http://nerdlogger.com/flickr/photo/5255465646/these-eyes.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/feb926084f72613d2288c8eed1833daa.jpg" alt="These eyes" width="500" height="281" /></a> <a class="tt-flickr tt-flickr-Medium" title="_MG_0962" href="http://nerdlogger.com/flickr/photo/5256585568/_mg_0962.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/9753651f53f70f3a64de8172243d874f.jpg" alt="_MG_0962" width="335" height="500" /></a> <a class="tt-flickr tt-flickr-Medium" title="_MG_1105_long" href="http://nerdlogger.com/flickr/photo/5255977205/_mg_1105_long.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/87f8cbd395c088bbd2990089b02e4101.jpg" alt="_MG_1105_long" width="500" height="335" /></a> <a class="tt-flickr tt-flickr-Medium" title="_MG_1090" href="http://nerdlogger.com/flickr/photo/5255976207/_mg_1090.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/ee347f6a938de10c68c137c5b6c49cb3.jpg" alt="_MG_1090" width="335" height="500" /></a></p>
<p>Next is the Stroboscopic shoot which was a lot of fun (Full flickr set can be <a href="http://www.flickr.com/photos/nerdlogger/sets/72157626364534938/">viewed here</a>).</p>
<p><a class="tt-flickr tt-flickr-Medium" title="_DSC3818" href="http://nerdlogger.com/flickr/photo/5564361281/_dsc3818.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/35c60d963fbb3f3d9bfad486310594b3.jpg" alt="_DSC3818" width="500" height="284" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC3836_HDR" href="http://nerdlogger.com/flickr/photo/5564938846/_dsc3836_hdr.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/d4043315ce1867e77100499a5ece20b5.jpg" alt="_DSC3836_HDR" width="500" height="500" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC3857" href="http://nerdlogger.com/flickr/photo/5564939806/_dsc3857.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/bff70e49e904aa1b0843b538b5b76aed.jpg" alt="_DSC3857" width="334" height="500" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC3866" href="http://nerdlogger.com/flickr/photo/5564940048/_dsc3866.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/3a419c0ce37799dda5da4c32d675bdb3.jpg" alt="_DSC3866" width="500" height="334" /></a></p>
<p>The final set is from a quick get together with a couple of the members to try and produce a sport/jogging commercial photo (Full flickr set can be <a href="http://www.flickr.com/photos/nerdlogger/sets/72157626413486374/">viewed here</a>).</p>
<p><a class="tt-flickr tt-flickr-Medium" title="_DSC3933" href="http://nerdlogger.com/flickr/photo/5583026258/_dsc3933.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/ead7c8385c37da43fba219359267d23f.jpg" alt="_DSC3933" width="500" height="334" /></a> <a class="tt-flickr tt-flickr-Medium" title="_DSC3991_HDR" href="http://nerdlogger.com/flickr/photo/5582441265/_dsc3991_hdr.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/645da66d2ba5c33b398403a97d49ff68.jpg" alt="_DSC3991_HDR" width="500" height="284" /></a> <a class="tt-flickr tt-flickr-Medium" title="IMG_2074" href="http://nerdlogger.com/flickr/photo/5582442969/img_2074.html"><img class="alignnone" src="http://nerdlogger.com/wp-content/uploads/HLIC/0d6a574a2e16e8b8f9bc8a78a999950f.jpg" alt="IMG_2074" width="359" height="500" /></a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2011%2F04%2F25%2Frecent-photo-shoots-with-toronto-strobist-group%2F&amp;title=Recent%20photo%20shoots%20with%20Toronto%20Strobist%20Group%E2%80%A6." id="wpa2a_30"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2011/04/25/recent-photo-shoots-with-toronto-strobist-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tethering iphone 3GS and ipad 1G using bluetooth&#8230;</title>
		<link>http://nerdlogger.com/2011/03/19/tethering-iphone-3gs-and-ipad-1g-using-bluetooth/</link>
		<comments>http://nerdlogger.com/2011/03/19/tethering-iphone-3gs-and-ipad-1g-using-bluetooth/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 02:21:53 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7441</guid>
		<description><![CDATA[Yep, it works. I was kinda disappointed when firmware 4.3 was introduced and the 3GS owners were left in the cold as far as wifi hotspot sharing. Apple only activated that function on the iphone 4. Anyhow, after messing around with the menus a bit tonite, I figured out how to do something similar to [...]]]></description>
			<content:encoded><![CDATA[<p>Yep, it works. I was kinda disappointed when firmware 4.3 was introduced and the 3GS owners were left in the cold as far as wifi hotspot sharing. Apple only activated that function on the iphone 4. Anyhow, after messing around with the menus a bit tonite, I figured out how to do something similar to wifi tethering (hotspot) of ipad to the iphone 3GS using bluetooth. Here is how you do it:</p>
<ol>
<li>Turn wifi off on your 3GS and ipad device. I&#8217;m testing from home so I wanted to make sure I was NOT using wifi.</li>
<li>Turn on Bluetooth on both your 3GS and ipad device. This is under Settings/General</li>
<li>On the iphone 3GS turn on &#8220;Personal Hotspot&#8221;.</li>
<li>On the ipad go back to the Bluetooth menu and let it scan for a second. You&#8217;ll find a Entry for your iPhone soon. Click on the entry and connect.</li>
<li>You&#8217;ll be prompted on the iphone and the ipad to make sure you see the same code. Just say Okay/Yes.</li>
<li>Viola, you&#8217;re tethering your ipad to your iphone 3GS using bluetooth. You should see a Blue throbbing menu bar on top of your iphone 3GS saying &#8220;Personal Hotspot: 1 Connection&#8221;.</li>
</ol>
<p>To stop turn Personal Hotspot off on the iphone. If you need to connect again, turn Personal Hotspot on (assuming BT is on already) and click on the iPhone entry in the Bluetooth menu on your ipad.</p>
<p>N.B. The iphone can also &#8220;share&#8221; it&#8217;s wifi connection with the ipad using bluetooth. Neato <img src='http://nerdlogger.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . Oh and that GPS location transfer thing that people are talking about using wifi tethering doesn&#8217;t seem to work when using BT&#8230;..Oh well, small price to pay.</p>
<p><strong>UPDATE: After a bit of testing here are some numbers. These were done around midnight on Rogers/Fido Network through bluetooth (iphone 3GS on 3G):</strong></p>
<ul>
<li><strong>Ping: ~320ms</strong></li>
<li><strong>Download: 1.53 Mbps</strong></li>
<li><strong>Upload: 0.23 Mbps</strong></li>
</ul>
<p><strong>Not bad for bluetooth I guess.</strong></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2011%2F03%2F19%2Ftethering-iphone-3gs-and-ipad-1g-using-bluetooth%2F&amp;title=Tethering%20iphone%203GS%20and%20ipad%201G%20using%20bluetooth%E2%80%A6" id="wpa2a_32"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2011/03/19/tethering-iphone-3gs-and-ipad-1g-using-bluetooth/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>TeamCoCo does it again&#8230;..</title>
		<link>http://nerdlogger.com/2011/03/04/teamcoco-does-it-again/</link>
		<comments>http://nerdlogger.com/2011/03/04/teamcoco-does-it-again/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 17:52:10 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7436</guid>
		<description><![CDATA[Absolutely hilarious parody video of iPad2&#8230;&#8230;Gooo Team COCO]]></description>
			<content:encoded><![CDATA[<p>Absolutely hilarious parody video of iPad2&#8230;&#8230;Gooo Team COCO <img src='http://nerdlogger.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<object id="ep" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="442" height="375"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://i.cdn.turner.com/tegwebapps/tbs/tbs-www/cvp/teamcoco_432x243_embed.swf?context=teamcoco_embed_offsite&amp;videoId=245467" /><param name="bgcolor" value="#000000" /><embed type="application/x-shockwave-flash" width="442" height="375" src="http://i.cdn.turner.com/tegwebapps/tbs/tbs-www/cvp/teamcoco_432x243_embed.swf?context=teamcoco_embed_offsite&amp;videoId=245467" bgcolor="#000000" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2011%2F03%2F04%2Fteamcoco-does-it-again%2F&amp;title=TeamCoCo%20does%20it%20again%E2%80%A6.." id="wpa2a_34"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2011/03/04/teamcoco-does-it-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PodCamp Toronto 2011 is almost here&#8230;..</title>
		<link>http://nerdlogger.com/2011/02/25/podcamp-toronto-2011-is-almost-here/</link>
		<comments>http://nerdlogger.com/2011/02/25/podcamp-toronto-2011-is-almost-here/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 16:46:19 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[podcamp]]></category>
		<category><![CDATA[podcamptoronto]]></category>
		<category><![CDATA[podcamptoronto2011]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7419</guid>
		<description><![CDATA[Yep it&#8217;s that time of the year again. Mark February 26 &#38; 27 in your calendars&#8230;..PODCAMP TORONTO 2011 IS COMING TO TOWN. PodCamp Toronto 2011 is a FREE &#8220;unconference&#8221; bringing together professionals and hobbyists from Toronto and the surrounding area to explore the cutting edge of new and social media. If you are an online [...]]]></description>
			<content:encoded><![CDATA[<div class="separator" style="clear: both; text-align: center;"><a rel="attachment wp-att-7420" href="http://nerdlogger.com/2011/02/25/podcamp-toronto-2011-is-almost-here/25x25-2/"><img class="aligncenter size-full wp-image-7420" title="25x25-2" src="http://nerdlogger.com/wp-content/uploads/2011/02/25x25-2.jpg" alt="" width="250" height="250" /></a></div>
<p></br></p>
<p class="separator" style="clear: both; text-align: left;">Yep it&#8217;s that time of the year again. Mark February 26 &amp; 27 in your calendars&#8230;..<a href="http://2011.podcamptoronto.com/">PODCAMP TORONTO 2011</a> IS COMING TO TOWN. <a href="http://2011.podcamptoronto.com/">PodCamp Toronto 2011</a> is a FREE &#8220;unconference&#8221; bringing together professionals and hobbyists from Toronto and the surrounding area to explore the cutting edge of new and social media. If you are an online content creator &#8211; hobbyist and professionals &#8211; who are building communities online in a variety of ways, then <a href="http://2011.podcamptoronto.com/">PodCamp Toronto 2011</a> is for you. Share ideas, discuss theories and learn lessons from an audience of experts.</p>
<p class="separator" style="clear: both; text-align: left;">We’ll be at <a href="http://www.ryerson.ca/">Ryerson University’s</a> flagship centre for studies in converging communications and interactive media &#8212; <a href="http://www.rcc.ryerson.ca/">Rogers Communications Centre</a>. In operation for almost twenty years, the<a href="http://www.rcc.ryerson.ca/"> Rogers Communications Centre</a> has grown to become Canada’s premier facility for education in digital media communications.</p>
<p style="text-align: left;">The <a href="http://www.rcc.ryerson.ca/">Rogers Communications Centre</a> is about design and research in a community employing both current and advancing communications technology. These five themes have placed the <a href="http://www.rcc.ryerson.ca/">Rogers Communications Centre</a> among the best educational communication and design facilities internationally.</p>
<p style="text-align: left;">Just steps away from Yonge Street and the heart of Toronto, the Centre is located at the core of Canada’s electronic media and digital communications culture.</p>
<p style="text-align: left;">So have you <a href="http://2011.podcamptoronto.com/">reserved your seat yet</a>? Why the hell not? <img src='http://nerdlogger.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2011%2F02%2F25%2Fpodcamp-toronto-2011-is-almost-here%2F&amp;title=PodCamp%20Toronto%202011%20is%20almost%20here%E2%80%A6.." id="wpa2a_36"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2011/02/25/podcamp-toronto-2011-is-almost-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding mcrypt support to builtin php5 on OSX Leopard….</title>
		<link>http://nerdlogger.com/2011/02/04/adding-mcrypt-support-to-builtin-php5-on-osx-leopard%e2%80%a6/</link>
		<comments>http://nerdlogger.com/2011/02/04/adding-mcrypt-support-to-builtin-php5-on-osx-leopard%e2%80%a6/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 21:51:05 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[osx Server]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[XServe]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7410</guid>
		<description><![CDATA[I got a request to add mcrypt support to our Leopard server today and here is a brief step-by-step installation instruction. This works well under the current 10.5.8 server installation. It should also work for 10.6 (snow leopard), but I have not tried it. Before you start here are the requirements: Backup your system Install [...]]]></description>
			<content:encoded><![CDATA[<p>I got a request to add mcrypt support to our Leopard server today and here is a brief step-by-step installation instruction. This works well under the current 10.5.8 server installation. It should also work for 10.6 (snow leopard), but I have not tried it. Before you start here are the requirements:</p>
<ul>
<li>Backup your system</li>
<li>Install (and update) the latest XCode (I&#8217;ve got version 3)</li>
<li>Install X11 client stuff from your server install DVD</li>
<li>install X11 SDK stuff from your server install DVD</li>
<li>Ensure you have server 10.5.8 (latest update as of Feb.04.2011)</li>
<li>Make sure you have not tried to install mcrypt using another method. We need a &#8220;virgin&#8221; 10.5.8 install (as far as homebrew/local installs)</li>
<li>BACKUP </li>
</ul>
<p>Please note that this will add mcrypt support to php. This is NOT the same as compiling mcrypt.</p>
<p>Okay, so now that we have all the requirements, you need to get a command line window opened and get a root shell (sudo -i). The rest of this document assumes you&#8217;re typing the commands in a root shell.</p>
<p>There is one dependency that we need to clear before we actually get down and dirty and that is libmcrypt. Follow the instructions below to get this installed:</p>
<pre><code>mkdir /SourceCache
cd /SourceCache
curl http://sourceforge.net/projects/mcrypt/files/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.bz2/download -o libmcrypt-2.5.8.tar.bz2 -L</code></pre>
<p>This is the latest version as of this writing (Feb.04.2011).</p>
<p><strong>NOTE:</strong> If you&#8217;re compiling on a G5 machine you&#8217;ll need to tell the compiler that you want to build/configure for a ppc64 target so instead of the below configure command you need to use this:</p>
<pre><code>MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS=" -arch ppc64 -g -Os -pipe -no-cpp-precomp" CCFLAGS=" -arch ppc64 -g -Os -pipe" CXXFLAGS="-arch ppc64 -g -Os -pipe" LDFLAGS="-arch ppc64 -bind_at_load" ./configure --enable-shared</code></pre>
<pre><code>tar -xjvf libmcrypt-2.5.8.tar.bz2
cd libmcrypt-2.5.8/
./configure
make
make -n install</code></pre>
<p>The last command will simulate the installation process. Make sure the stuff is getting installed in /usr/local/lib</p>
<pre><code>make install</code></pre>
<p>At this point you should have a working installation of libmcrypt. This next command prints out the current version of your php engine. In my case under 10.5.8 it&#8217;s php 5.2.14.</p>
<pre><code>server:libmcrypt-2.5.8 root# php -v
PHP 5.2.14 (cli) (built: Oct  6 2010 16:57:10)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies</code></pre>
<p>Grab the appropriate <strong>php-5.2.XX.tar.bz2</strong> file from php.net. I just grabbed the stock <a href="http://us.php.net/get/php-5.2.14.tar.bz2/from/a/mirror">PHP 5.2.14</a>, since I wanted a perfect match between my php engine and the extension. I transferred the file using sftp to the /SourceCache folder on the server.</p>
<p><strong>NOTE:</strong> If you&#8217;re compiling on a G5 machine you&#8217;ll need to tell the compiler that you want to build/configure for a ppc64 target so instead of the below configure command you need to use this:</p>
<pre><code>MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS=" -arch ppc64 -g -Os -pipe -no-cpp-precomp" CCFLAGS=" -arch ppc64 -g -Os -pipe" CXXFLAGS="-arch ppc64  -g -Os -pipe" LDFLAGS=" -arch ppc64  -bind_at_load" ./configure --with-php-config=/Developer/SDKs/MacOSX10.5.sdk/usr/bin/php-config</code></pre>
<pre><code>cd /SourceCache
tar xjvf php-5.2.14.tar.bz2
cd /SourceCache/php-5.2.14/ext/mcrypt
phpize
./configure --with-php-config=/Developer/SDKs/MacOSX10.5.sdk/usr/bin/php-config
make
make test
make -n install</code></pre>
<p>The last command will simulate the installation process. Make sure the stuff is getting installed in /usr/lib/php/extensions/no-debug-non-zts-20060613</p>
<pre><code>make install</code></pre>
<p>Now we need to modify our php.ini file and tell the php5 engine of the availability of this new module. To do this you need to copy php.ini.default to php.ini (in /etc directory). For details of why have a look at <a href="http://nerdlogger.com/2010/08/05/where-is-php-ini-under-osx-10-5-leopard/">this article</a>.</p>
<pre><code>cd /etc
cp php.ini.default php.ini</code></pre>
<p>Edit the newly created/copied php.ini using your favourite editor. Add the following line to the appropriate location (read the comments in the file to find the location):</p>
<pre><code>extension=mcrypt.so</code></pre>
<p>Still in the same file find the variable &#8220;extension_dir&#8221; and change it&#8217;s value to &#8220;/usr/lib/php/extensions/no-debug-non-zts-20060613&#8243; path instead of &#8220;./&#8221;. Save the php.ini and use the following command to see if mcrypt extensions are available:</p>
<pre><code>server:etc root# php -i |grep mcrypt
mcrypt
mcrypt support => enabled
mcrypt.algorithms_dir => no value => no value
mcrypt.modes_dir => no value => no value</code></pre>
<p>Done. Restart Apache service from the server manager (just for the sake of completeness).</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2011%2F02%2F04%2Fadding-mcrypt-support-to-builtin-php5-on-osx-leopard%25e2%2580%25a6%2F&amp;title=Adding%20mcrypt%20support%20to%20builtin%20php5%20on%20OSX%20Leopard%E2%80%A6." id="wpa2a_38"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2011/02/04/adding-mcrypt-support-to-builtin-php5-on-osx-leopard%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding GD support to builtin php5 on OSX Leopard&#8230;.</title>
		<link>http://nerdlogger.com/2011/02/04/adding-gd-support-to-php5-on-osx-leopard/</link>
		<comments>http://nerdlogger.com/2011/02/04/adding-gd-support-to-php5-on-osx-leopard/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 19:17:39 +0000</pubDate>
		<dc:creator>Many Ayromlou</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[osx Server]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[XServe]]></category>

		<guid isPermaLink="false">http://nerdlogger.com/?p=7402</guid>
		<description><![CDATA[I got a request to add GD support to our Leopard server today and here is a brief step-by-step installation instruction. This works well under the current 10.5.8 server installation. It should also work for 10.6 (snow leopard), but I have not tried it. Before you start here are the requirements: Backup your system Install [...]]]></description>
			<content:encoded><![CDATA[<p>I got a request to add GD support to our Leopard server today and here is a brief step-by-step installation instruction. This works well under the current 10.5.8 server installation. It should also work for 10.6 (snow leopard), but I have not tried it. Before you start here are the requirements:</p>
<ul>
<li>Backup your system</li>
<li>Install (and update) the latest XCode (I&#8217;ve got version 3)</li>
<li>Install X11 client stuff from your server install DVD</li>
<li>install X11 SDK stuff from your server install DVD</li>
<li>Ensure you have server 10.5.8 (latest update as of Feb.04.2011)</li>
<li>Make sure you have not tried to install GD using another method. We need a &#8220;virgin&#8221; 10.5.8 install (as far as homebrew/local installs)</li>
<li>BACKUP </li>
</ul>
<p>Please note that this will add GD support to php. This is NOT the same as compiling the GD graphics library (libgd).</p>
<p>Okay, so now that we have all the requirements, you need to get a command line window opened and get a root shell (sudo -i). The rest of this document assumes you&#8217;re typing the commands in a root shell.</p>
<p>There is one dependency that we need to clear before we actually get down and dirty and that is libjpeg (known as jpegsrc). Follow the instructions below to get this installed:</p>
<pre><code>mkdir /SourceCache
cd /SourceCache
curl -O http://www.ijg.org/files/jpegsrc.v8c.tar.gz</code></pre>
<p>This is the latest version as of this writing (Feb.04.2011).</p>
<p><strong>NOTE:</strong> If you&#8217;re compiling on a G5 machine you&#8217;ll need to tell the compiler that you want to build/configure for a ppc64 target so instead of the below configure command you need to use this:</p>
<pre><code>MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS=" -arch ppc64 -g -Os -pipe -no-cpp-precomp" CCFLAGS=" -arch ppc64 -g -Os -pipe" CXXFLAGS="-arch ppc64 -g -Os -pipe" LDFLAGS="-arch ppc64 -bind_at_load" ./configure --enable-shared</code></pre>
<pre><code>tar -zxvlf jpegsrc.v8c.tar.gz
cd jpeg-8c/
./configure
make
make test
make -n install</code></pre>
<p>The last command will simulate the installation process. Make sure the stuff is getting installed in /usr/local/lib</p>
<pre><code>make install</code></pre>
<p>At this point you should have a working installation of libjpeg. Now we double check our php version.</p>
<pre><code>server:jpeg-8c root# php -v
PHP 5.2.14 (cli) (built: Oct  6 2010 16:57:10)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies</code></pre>
<p>Notice in the output that I have php 5.2.14 installed on the machine (again the latest update as of Feb.04.2011). Apple does not provide source code for this exact version of PHP. On top of that The numbering scheme that they use is weird. On my machine it is &#8220;apache_mod_php-44.6&#8243;, you can find yours using the following:</p>
<pre><code>server:jpeg-8c root# php -i |more
phpinfo()
PHP Version => 5.2.14

System => Darwin saturn.rcc.ryerson.ca 9.8.0 Darwin Kernel Version 9.8.0: Wed Ju
l 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386
Build Date => Oct  6 2010 16:55:34
Configure Command =>  '/SourceCache/apache_mod_php/apache_mod_php-44.6/php/confi
gure'  '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--
disable-dependency-tracking' '--with-apxs2=/usr/sbin/apxs' '--with-ldap=/usr' '-
-with-kerberos=/usr' '--enable-cli' '--with-zlib-dir=/usr' '--enable-trans-sid'
'--with-xml' '--enable-exif' '--enable-ftp' '--enable-mbstring' '--enable-mbrege
x' '--enable-dbx' '--enable-sockets' '--with-iodbc=/usr' '--with-curl=/usr' '--w
ith-config-file-path=/etc' '--sysconfdir=/private/etc' '--with-mysql-sock=/var/m
ysql' '--with-mysqli=/usr/bin/mysql_config' '--with-mysql=/usr' '--with-openssl'
 '--with-xmlrpc' '--with-xsl=/usr' '--without-pear'</code></pre>
<p>The thing you&#8217;re looking for (&#8220;apache_mod_php-44.6&#8243;) is under Configure Command. If you go to the following URL (http://www.opensource.apple.com/source/apache_mod_php/) in your browser (safari, firefox) you&#8217;ll soon discover these weird directory names with numbers that don&#8217;t match the php versions. Again, as of this writing (Feb.04.2011), I can&#8217;t find apache_mod_php-44.6 folder in the listing so I grabbed the nearest numbers apache_mod_php-44.2 which is php 5.2.8&#8230;&#8230;.close enough. It seems to work. Follow the steps below to get the file and compile the GD portion of it. Remember we&#8217;re not recompiling the entire php, just the GD plugin portion.</p>
<p>UPDATE: You CAN install the exact version of your PHP&#8217;s GD extension. Instead of grabbing the file from Apple, figure out the version of your PHP using &#8220;php -v&#8221; and grab the appropriate file from php.net instead. I just recompiled the GD portion of PHP 5.2.14, since I wanted a perfect match between my php engine and the extension. The instructions below (except curl which needs to be modified) work.</p>
<p><strong>NOTE:</strong> If you&#8217;re compiling on a G5 machine you&#8217;ll need to tell the compiler that you want to build/configure for a ppc64 target so instead of the below configure command you need to use this:</p>
<pre><code>MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS=" -arch ppc64 -g -Os -pipe -no-cpp-precomp" CCFLAGS=" -arch ppc64 -g -Os -pipe" CXXFLAGS="-arch ppc64  -g -Os -pipe" LDFLAGS=" -arch ppc64  -bind_at_load" ./configure --with-zlib-dir=/usr --with-jpeg-dir=/usr/local/lib --with-png-dir=/usr/X11R6 --with-freetype-dir=/usr/X11R6 --with-xpm-dir=/usr/X11R6</code></pre>
<pre><code>cd /SourceCache
curl -O http://www.opensource.apple.com/source/apache_mod_php/apache_mod_php-44.2/php-5.2.8.tar.bz2
tar xjvf php-5.2.8.tar.bz2
cd /SourceCache/php-5.2.8/ext/gd
phpize
./configure --with-zlib-dir=/usr --with-jpeg-dir=/usr/local/lib --with-png-dir=/usr/X11R6 --with-freetype- dir=/usr/X11R6 --with-xpm-dir=/usr/X11R6
make
make test
make -n install</code></pre>
<p>The last command will simulate the installation process. Make sure the stuff is getting installed in /usr/lib/php/extensions/no-debug-non-zts-20060613</p>
<pre><code>make install</code></pre>
<p>Now we need to modify our php.ini file and tell the php5 engine of the availability of this new module. To do this you need to copy php.ini.default to php.ini (in /etc directory). For details of why have a look at <a href="http://nerdlogger.com/2010/08/05/where-is-php-ini-under-osx-10-5-leopard/">this article</a>.</p>
<pre><code>cd /etc
cp php.ini.default php.ini</code></pre>
<p>Edit the newly created/copied php.ini using your favourite editor. Add the following line to the appropriate location (read the comments in the file to find the location):</p>
<pre><code>extension=gd.so</code></pre>
<p>Still in the same file find the variable &#8220;extension_dir&#8221; and change it&#8217;s value to &#8220;/usr/lib/php/extensions/no-debug-non-zts-20060613&#8243; path instead of &#8220;./&#8221;. Save the php.ini and use the following command to see if GD extensions are available:</p>
<pre><code>server:etc root# php -i |grep GD
GD Support => enabled
GD Version => bundled (2.0.34 compatible)</code></pre>
<p>Done. Restart Apache service from the server manager (just for the sake of completeness).</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fnerdlogger.com%2F2011%2F02%2F04%2Fadding-gd-support-to-php5-on-osx-leopard%2F&amp;title=Adding%20GD%20support%20to%20builtin%20php5%20on%20OSX%20Leopard%E2%80%A6." id="wpa2a_40"><img src="http://nerdlogger.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://nerdlogger.com/2011/02/04/adding-gd-support-to-php5-on-osx-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

