<?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>Justyn Smith &#124; Blog &#187; iPhone</title>
	<atom:link href="http://justynsmith.info/tag/iphone/feed" rel="self" type="application/rss+xml" />
	<link>http://justynsmith.info</link>
	<description>A family man living in a tech land</description>
	<lastBuildDate>Tue, 20 Jul 2010 06:26:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>iPhone 3G 3.1.3 sync with Debian</title>
		<link>http://justynsmith.info/iphone-3g-313-sync-debian</link>
		<comments>http://justynsmith.info/iphone-3g-313-sync-debian#comments</comments>
		<pubDate>Sun, 20 Jun 2010 05:12:37 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1063</guid>
		<description><![CDATA[<p>This post is mainly for my reference but hopefully it may help some of you. I am running CrunchBang Linux 10 which uses Debian Squeeze as a base. I changed my /etc/apt.conf from &#8220;squeeze&#8221; to &#8220;testing&#8221;.</p>
<p>This is how I got my iPhone 3G to sync in Debian.</p>
<p><strong>Step 1 &#8211; Install...&#160;<a href="http://justynsmith.info/iphone-3g-313-sync-debian">Read More &#187;</a></strong></p>


Related posts:<ol><li><a href='http://justynsmith.info/optus-tethering-on-iphone-os-3-1-2' rel='bookmark' title='Permanent Link: Optus Tethering on iPhone OS 3.1.2'>Optus Tethering on iPhone OS 3.1.2</a></li>
<li><a href='http://justynsmith.info/xchat-gnome-is-not-xchat' rel='bookmark' title='Permanent Link: xchat-gnome is not XChat'>xchat-gnome is not XChat</a></li>
<li><a href='http://justynsmith.info/ilove-my-iphone' rel='bookmark' title='Permanent Link: iLove my iPhone'>iLove my iPhone</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This post is mainly for my reference but hopefully it may help some of you. I am running CrunchBang Linux 10 which uses Debian Squeeze as a base. I changed my /etc/apt.conf from &#8220;squeeze&#8221; to &#8220;testing&#8221;.</p>
<p>This is how I got my iPhone 3G to sync in Debian.</p>
<p><strong>Step 1 &#8211; Install needed packages.</strong><br />
<code>apt-get build-dep libgpod gtkpod ifuse<br />
apt-get install git libsqlite3-dev checkinstall<br />
</code></p>
<p><strong>Step 2 &#8211; Install packages from Sid / Unstable.</strong></p>
<p><a href="http://packages.debian.org/sid/i386/libimobiledevice-dev/download">libimobiledevice</a><br />
<a href="http://packages.debian.org/sid/i386/libimobiledevice1/download">libimobiledevice1</a><br />
<a href="http://packages.debian.org/sid/i386/libplist1/download">libplist1</a><br />
<a href="http://packages.debian.org/sid/i386/libplist-dev/download">libplist-dev</a><br />
<a href="http://packages.debian.org/sid/i386/libusbmuxd-dev/download">libusbmuxd-dev</a><br />
<a href="http://packages.debian.org/sid/i386/libusbmuxd1/download">libusbmuxd1</a><br />
<a href="http://packages.debian.org/sid/i386/usbmuxd/download">usbmuxd</a></p>
<p><code>sudo dpkg -i usbmuxd*.deb lib*.deb<br />
</code><br />
<span id="more-1063"></span><br />
<strong>Step 3 &#8211; Download and install ifuse</strong><br />
<code>git clone git://git.sukimashita.com/ifuse.git<br />
cd ifuse<br />
./autogen.sh --prefix=/usr<br />
make<br />
sudo checkinstall -D make install<br />
</code></p>
<p><strong>Step 4 &#8211; Download and install libgpod</strong><br />
<code>git clone git://gtkpod.git.sourceforge.net/gitroot/gtkpod/libgpod<br />
cd libgpod<br />
./autogen.sh --prefix=/usr<br />
make<br />
sudo checkinstall -D make install<br />
</code></p>
<p><strong>Step 5 &#8211; Download and install gtkpod</strong><br />
<code>git clone git://gtkpod.git.sourceforge.net/gitroot/gtkpod/gtkpod<br />
cd gtkpod<br />
./autogen.sh --prefix=/usr<br />
make<br />
sudo checkinstall -D make install<br />
</code></p>
<p><strong>Step 6 &#8211; Create mountpoint</strong><br />
<code>sudo mkdir /mnt/iPhone<br />
sudo chmod 777 /mnt/iPhone/<br />
sudo useradd -G fuse &lt;username&gt;<br />
</code></p>
<p><strong>Step 7 &#8211; Get iPhone ready</strong><br />
Plug in iPhone, then run.<br />
<code>ifuse /mnt/iPhone<br />
mkdir /mnt/iPhone/iTunes_Control/Device/<br />
sudo lsusb -v | grep -i iSerial (get the long iSerial number)<br />
ipod-read-sysinfo-extended &lt;iSerial number&gt; /mnt/iPhone/<br />
</code></p>
<p>Now you should be able to load gtkpod and sync music to the iPhone.</p>
<p style="text-align:right;"><a rel="nofollow" class="tt" href="http://twitter.com/home/?status=RT+@Justyn_Smith+iPhone+3G+3.1.3+sync+with+Debian:+http://bit.ly/c8vwfY" title="Post to Twitter"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a rel="nofollow" class="tt" href="http://digg.com/submit?url=http://justynsmith.info/iphone-3g-313-sync-debian&amp;title=iPhone+3G+3.1.3+sync+with+Debian" title="Post to Digg"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://justynsmith.info/iphone-3g-313-sync-debian&amp;t=iPhone+3G+3.1.3+sync+with+Debian" title="Post to Facebook"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a></p>

<p>Related posts:<ol><li><a href='http://justynsmith.info/optus-tethering-on-iphone-os-3-1-2' rel='bookmark' title='Permanent Link: Optus Tethering on iPhone OS 3.1.2'>Optus Tethering on iPhone OS 3.1.2</a></li>
<li><a href='http://justynsmith.info/xchat-gnome-is-not-xchat' rel='bookmark' title='Permanent Link: xchat-gnome is not XChat'>xchat-gnome is not XChat</a></li>
<li><a href='http://justynsmith.info/ilove-my-iphone' rel='bookmark' title='Permanent Link: iLove my iPhone'>iLove my iPhone</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/iphone-3g-313-sync-debian/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone baby campaign by Durex</title>
		<link>http://justynsmith.info/iphone-baby-campaign-durex</link>
		<comments>http://justynsmith.info/iphone-baby-campaign-durex#comments</comments>
		<pubDate>Sun, 13 Jun 2010 21:45:28 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1062</guid>
		<description><![CDATA[<p>I thought I might post something funny that I came across whilst browsing the internet. Here is a way you can help stop your iPhone &#8220;knocking-up&#8221; other iPhones. I hope you enjoy the video. <img src='http://justynsmith.info/wp-content/plugins/smilies-themer/vbmodern/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align: center;">
<object type="application/x-shockwave-flash" width="425" height="344" data="http://www.youtube-nocookie.com/v/_xEoqWuN1_8&#38;color1=2b405b&#38;color2=6b8ab6&#38;border=0&#38;fs=1&#38;hl=en&#38;autoplay=0&#38;showinfo=0&#38;iv_load_policy=3&#38;showsearch=0?rel=0">



</object>
</p><p><a href="http://www.youtube.com/watch?v=_xEoqWuN1_8">www.youtube.com/watch?v=_xEoqWuN1_8</a></p>
<p style="text-align:right;"><a rel="nofollow" class="tt"...&#160;<a href="http://justynsmith.info/iphone-baby-campaign-durex">Read More &#187;</a></p>


Related posts:<ol><li><a href='http://justynsmith.info/iphone-4-reception-issue' rel='bookmark' title='Permanent Link: iPhone 4 reception issue'>iPhone 4 reception issue</a></li>
<li><a href='http://justynsmith.info/living-with-first-person-shooter-disease' rel='bookmark' title='Permanent Link: Living with First-Person Shooter Disease'>Living with First-Person Shooter Disease</a></li>
<li><a href='http://justynsmith.info/video-games-attack-nyc' rel='bookmark' title='Permanent Link: Video games attack NYC'>Video games attack NYC</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I thought I might post something funny that I came across whilst browsing the internet. Here is a way you can help stop your iPhone &#8220;knocking-up&#8221; other iPhones. I hope you enjoy the video. <img src='http://justynsmith.info/wp-content/plugins/smilies-themer/vbmodern/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align: center;"><span class="youtube">
<object type="application/x-shockwave-flash" width="425" height="344" data="http://www.youtube-nocookie.com/v/_xEoqWuN1_8&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=0">
<param name="movie" value="http://www.youtube-nocookie.com/v/_xEoqWuN1_8&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=0" />
<param name="allowFullScreen" value="true" />
<param name="wmode" value="transparent" />
</object>
</span><p><a href="http://www.youtube.com/watch?v=_xEoqWuN1_8">www.youtube.com/watch?v=_xEoqWuN1_8</a></p></p>
<p style="text-align:right;"><a rel="nofollow" class="tt" href="http://twitter.com/home/?status=RT+@Justyn_Smith+iPhone+baby+campaign+by+Durex:+http://bit.ly/bqatBB" title="Post to Twitter"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a rel="nofollow" class="tt" href="http://digg.com/submit?url=http://justynsmith.info/iphone-baby-campaign-durex&amp;title=iPhone+baby+campaign+by+Durex" title="Post to Digg"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://justynsmith.info/iphone-baby-campaign-durex&amp;t=iPhone+baby+campaign+by+Durex" title="Post to Facebook"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a></p>

<p>Related posts:<ol><li><a href='http://justynsmith.info/iphone-4-reception-issue' rel='bookmark' title='Permanent Link: iPhone 4 reception issue'>iPhone 4 reception issue</a></li>
<li><a href='http://justynsmith.info/living-with-first-person-shooter-disease' rel='bookmark' title='Permanent Link: Living with First-Person Shooter Disease'>Living with First-Person Shooter Disease</a></li>
<li><a href='http://justynsmith.info/video-games-attack-nyc' rel='bookmark' title='Permanent Link: Video games attack NYC'>Video games attack NYC</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/iphone-baby-campaign-durex/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hands-on review of 4th Gen iPhone</title>
		<link>http://justynsmith.info/handson-review-4th-gen-iphone</link>
		<comments>http://justynsmith.info/handson-review-4th-gen-iphone#comments</comments>
		<pubDate>Mon, 19 Apr 2010 21:54:11 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1029</guid>
		<description><![CDATA[<p>It seems that <a title="4th Gen iPhone at Gizmodo" href="http://gizmodo.com/5520164/this-is-apples-next-iphone">Gizmodo</a> have trumped Engadget this time with a hands-on review of the (possible) new iPhone that was found earlier this week. They pulled the device apart, put it back together and almost have confirmed authenticity.</p>
<p style="text-align: center;">
<object type="application/x-shockwave-flash" width="425" height="344" data="http://www.youtube-nocookie.com/v/nxbHCR-W8zc&#38;color1=2b405b&#38;color2=6b8ab6&#38;border=0&#38;fs=1&#38;hl=en&#38;autoplay=0&#38;showinfo=0&#38;iv_load_policy=3&#38;showsearch=0?rel=0">



</object>
</p><p><a ...&#160;<a href="http://justynsmith.info/handson-review-4th-gen-iphone">Read More &#187;</a></p>


Related posts:<ol><li><a href='http://justynsmith.info/banking-online-dont-use-windows' rel='bookmark' title='Permanent Link: Banking online? Don&#8217;t use Windows'>Banking online? Don&#8217;t use Windows</a></li>
<li><a href='http://justynsmith.info/review-trace-iphoneipod-touch' rel='bookmark' title='Permanent Link: Review: Trace (iPhone/iPod Touch)'>Review: Trace (iPhone/iPod Touch)</a></li>
<li><a href='http://justynsmith.info/iphone-30-no-jailbreak-needed' rel='bookmark' title='Permanent Link: iPhone 3.0 &ndash; No jailbreak needed?'>iPhone 3.0 &ndash; No jailbreak needed?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It seems that <a title="4th Gen iPhone at Gizmodo" href="http://gizmodo.com/5520164/this-is-apples-next-iphone">Gizmodo</a> have trumped Engadget this time with a hands-on review of the (possible) new iPhone that was found earlier this week. They pulled the device apart, put it back together and almost have confirmed authenticity.</p>
<p style="text-align: center;"><span class="youtube">
<object type="application/x-shockwave-flash" width="425" height="344" data="http://www.youtube-nocookie.com/v/nxbHCR-W8zc&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=0">
<param name="movie" value="http://www.youtube-nocookie.com/v/nxbHCR-W8zc&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=0" />
<param name="allowFullScreen" value="true" />
<param name="wmode" value="transparent" />
</object>
</span><p><a href="http://www.youtube.com/watch?v=nxbHCR-W8zc">www.youtube.com/watch?v=nxbHCR-W8zc</a></p></p>
<p style="text-align: left;">Gizmodo has taken a lot of photos and posted a lot of specs about the new iPhone. They were unable to boot the device which means Apple may have remotely disabled it.</p>
<p style="text-align:right;"><a rel="nofollow" class="tt" href="http://twitter.com/home/?status=RT+@Justyn_Smith+Hands-on+review+of+4th+Gen+iPhone:+http://bit.ly/cu5Tyn" title="Post to Twitter"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a rel="nofollow" class="tt" href="http://digg.com/submit?url=http://justynsmith.info/handson-review-4th-gen-iphone&amp;title=Hands-on+review+of+4th+Gen+iPhone" title="Post to Digg"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://justynsmith.info/handson-review-4th-gen-iphone&amp;t=Hands-on+review+of+4th+Gen+iPhone" title="Post to Facebook"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a></p>

<p>Related posts:<ol><li><a href='http://justynsmith.info/banking-online-dont-use-windows' rel='bookmark' title='Permanent Link: Banking online? Don&#8217;t use Windows'>Banking online? Don&#8217;t use Windows</a></li>
<li><a href='http://justynsmith.info/review-trace-iphoneipod-touch' rel='bookmark' title='Permanent Link: Review: Trace (iPhone/iPod Touch)'>Review: Trace (iPhone/iPod Touch)</a></li>
<li><a href='http://justynsmith.info/iphone-30-no-jailbreak-needed' rel='bookmark' title='Permanent Link: iPhone 3.0 &ndash; No jailbreak needed?'>iPhone 3.0 &ndash; No jailbreak needed?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/handson-review-4th-gen-iphone/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cheap cool gadgets and stuff</title>
		<link>http://justynsmith.info/cheap-cool-gadgets-and-stuff</link>
		<comments>http://justynsmith.info/cheap-cool-gadgets-and-stuff#comments</comments>
		<pubDate>Tue, 23 Mar 2010 00:18:39 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=740</guid>
		<description><![CDATA[<p>Everyone loves cool gadgets, keychains and random things. You like them more if they are cheap. There is a place that has everything you can think of which you may have come across called <a title="DealExtreme" href="http://dealextreme.com">DealExtreme</a>.</p>
<p>They have everything from cheap <a title="$2 Gadgets" href="http://www.dealextreme.com/products.dx/gift.ideas">$2 Gadgets</a> to <a title="Video Games"...&#160;<a href="http://justynsmith.info/cheap-cool-gadgets-and-stuff">Read More &#187;</a></p>


Related posts:<ol><li><a href='http://justynsmith.info/twitter-hacked-by-acai-berry-spammers' rel='bookmark' title='Permanent Link: Twitter hacked by Acai Berry spammers'>Twitter hacked by Acai Berry spammers</a></li>
<li><a href='http://justynsmith.info/protect-your-iphone-from-rick-astley-worm' rel='bookmark' title='Permanent Link: Protect your iPhone from Rick Astley worm'>Protect your iPhone from Rick Astley worm</a></li>
<li><a href='http://justynsmith.info/great-day-romantic-night' rel='bookmark' title='Permanent Link: Great day, romantic night'>Great day, romantic night</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Everyone loves cool gadgets, keychains and random things. You like them more if they are cheap. There is a place that has everything you can think of which you may have come across called <a title="DealExtreme" href="http://dealextreme.com">DealExtreme</a>.</p>
<p>They have everything from cheap <a title="$2 Gadgets" href="http://www.dealextreme.com/products.dx/gift.ideas">$2 Gadgets</a> to <a title="Video Games" href="http://www.dealextreme.com/products.dx/category.699">video games</a> to <a title="Car Accessories" href="http://www.dealextreme.com/products.dx/category.799">car accessories</a>. One of the things I bought from DealExtreme was these <a title="iPhone Charging Cables" href="http://www.dealextreme.com/details.dx/sku.22473">iPhone charging cables</a> (I bought 3 of them) and at $1.86 each and free shipping, who can complain?</p>
<p>I also bought <a title="Rachelle Jade" href="http://rachellejade.info">Rachelle</a> and I a cute <a title="Lovers Keychain" href="http://www.dealextreme.com/details.dx/sku.24640">Lovers Keychain</a> which is a magnetic heart keychain that splits in two. I know it was only $2.34 but it&#8217;s cute and the thought that counts, right? <img src='http://justynsmith.info/wp-content/plugins/smilies-themer/vbmodern/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<div class="wp-caption aligncenter" style="width: 179px"><img title="Lovers Keychain" src="http://img441.imageshack.us/img441/2678/lovekeychain.jpg" alt="Lovers Keychain" width="169" height="241" /><p class="wp-caption-text">Our Lovers Keychain</p></div>
<p style="text-align:right;"><a rel="nofollow" class="tt" href="http://twitter.com/home/?status=RT+@Justyn_Smith+Cheap+cool+gadgets+and+stuff:+http://bit.ly/b7zwiQ" title="Post to Twitter"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a rel="nofollow" class="tt" href="http://digg.com/submit?url=http://justynsmith.info/cheap-cool-gadgets-and-stuff&amp;title=Cheap+cool+gadgets+and+stuff" title="Post to Digg"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://justynsmith.info/cheap-cool-gadgets-and-stuff&amp;t=Cheap+cool+gadgets+and+stuff" title="Post to Facebook"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a></p>

<p>Related posts:<ol><li><a href='http://justynsmith.info/twitter-hacked-by-acai-berry-spammers' rel='bookmark' title='Permanent Link: Twitter hacked by Acai Berry spammers'>Twitter hacked by Acai Berry spammers</a></li>
<li><a href='http://justynsmith.info/protect-your-iphone-from-rick-astley-worm' rel='bookmark' title='Permanent Link: Protect your iPhone from Rick Astley worm'>Protect your iPhone from Rick Astley worm</a></li>
<li><a href='http://justynsmith.info/great-day-romantic-night' rel='bookmark' title='Permanent Link: Great day, romantic night'>Great day, romantic night</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/cheap-cool-gadgets-and-stuff/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optus Tethering on iPhone OS 3.1.2</title>
		<link>http://justynsmith.info/optus-tethering-on-iphone-os-3-1-2</link>
		<comments>http://justynsmith.info/optus-tethering-on-iphone-os-3-1-2#comments</comments>
		<pubDate>Fri, 25 Dec 2009 07:56:31 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=707</guid>
		<description><![CDATA[<p>There is now a simple way to enable tethering on the iPhone 3G/3Gs using Optus <strong>without</strong> paying extra. Now <strong>if</strong> you do happen to get charged I take no responsibility.</p>
<p>Your iPhone must be JailBroken. Add http://apt.iphone-storage.de as a source in Cydia, then search for Tethering and install the one corresponding...&#160;<a href="http://justynsmith.info/optus-tethering-on-iphone-os-3-1-2">Read More &#187;</a></p>


Related posts:<ol><li><a href='http://justynsmith.info/enable-tethering-and-disable-group-mms-on-optus-iphone' rel='bookmark' title='Permanent Link: Enable Tethering and disable Group MMS on Optus iPhone'>Enable Tethering and disable Group MMS on Optus iPhone</a></li>
<li><a href='http://justynsmith.info/enable-tethering-on-iphone-3g-3gs-3-1-2' rel='bookmark' title='Permanent Link: Enable tethering on iPhone 3G &#038; 3Gs 3.1.2'>Enable tethering on iPhone 3G &#038; 3Gs 3.1.2</a></li>
<li><a href='http://justynsmith.info/iphone-os-3-0' rel='bookmark' title='Permanent Link: iPhone OS 3.0'>iPhone OS 3.0</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There is now a simple way to enable tethering on the iPhone 3G/3Gs using Optus <strong>without</strong> paying extra. Now <strong>if</strong> you do happen to get charged I take no responsibility.</p>
<p>Your iPhone must be JailBroken. Add http://apt.iphone-storage.de as a source in Cydia, then search for Tethering and install the one corresponding to your iPhone (Tethering 3G &#8211; 3.1.2 or Tethering 3GS &#8211; 3.1.2).</p>
<p>Once installed, reboot then open Safari and navigate to http://justynsmith.info/mobileconfig/au_optus.mobileconfig and install the mobileconfig file. Once installed you should be able to go to Settings &gt; General &gt; Networking &gt; Tethering (on/off).</p>
<p style="text-align:right;"><a rel="nofollow" class="tt" href="http://twitter.com/home/?status=RT+@Justyn_Smith+Optus+Tethering+on+iPhone+OS+3.1.2:+http://bit.ly/9voBpI" title="Post to Twitter"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a rel="nofollow" class="tt" href="http://digg.com/submit?url=http://justynsmith.info/optus-tethering-on-iphone-os-3-1-2&amp;title=Optus+Tethering+on+iPhone+OS+3.1.2" title="Post to Digg"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://justynsmith.info/optus-tethering-on-iphone-os-3-1-2&amp;t=Optus+Tethering+on+iPhone+OS+3.1.2" title="Post to Facebook"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a></p>

<p>Related posts:<ol><li><a href='http://justynsmith.info/enable-tethering-and-disable-group-mms-on-optus-iphone' rel='bookmark' title='Permanent Link: Enable Tethering and disable Group MMS on Optus iPhone'>Enable Tethering and disable Group MMS on Optus iPhone</a></li>
<li><a href='http://justynsmith.info/enable-tethering-on-iphone-3g-3gs-3-1-2' rel='bookmark' title='Permanent Link: Enable tethering on iPhone 3G &#038; 3Gs 3.1.2'>Enable tethering on iPhone 3G &#038; 3Gs 3.1.2</a></li>
<li><a href='http://justynsmith.info/iphone-os-3-0' rel='bookmark' title='Permanent Link: iPhone OS 3.0'>iPhone OS 3.0</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/optus-tethering-on-iphone-os-3-1-2/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kyek modified a Greasemonkey plugin to allow you to see if an Appulous IPA link was dead before you clicked it. The original plugin was the ________ Links Checker.</title>
		<link>http://justynsmith.info/kyek-modified-a-greasemonkey-plugin-to-allow-you-to-see-if-an-appulous-ipa-link-was-dead-before-you-clicked-it-the-original-plugin-was-the-________-links-checker</link>
		<comments>http://justynsmith.info/kyek-modified-a-greasemonkey-plugin-to-allow-you-to-see-if-an-appulous-ipa-link-was-dead-before-you-clicked-it-the-original-plugin-was-the-________-links-checker#comments</comments>
		<pubDate>Sat, 21 Nov 2009 22:18:47 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Appulous]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=691</guid>
		<description><![CDATA[<p>The Troll Bridge over at <a href="http://appulo.us/appdb/">Appulous</a> has been updated with a 27th question.</p>
<p><strong>Question:</strong> Kyek modified a Greasemonkey plugin to allow you to see if an Appulous IPA link was dead before you clicked it. The original plugin was the ________ Links Checker.</p>
<p><strong>Answer:</strong> cavern</p>
<p>You can checkout all the questions /...&#160;<a href="http://justynsmith.info/kyek-modified-a-greasemonkey-plugin-to-allow-you-to-see-if-an-appulous-ipa-link-was-dead-before-you-clicked-it-the-original-plugin-was-the-________-links-checker">Read More &#187;</a></p>


Related posts:<ol><li><a href='http://justynsmith.info/i-posted-a-job-on-rent-a-coder-for-someone-to-make-an-appulous-knockoff-for-my-site-kyek-accepted-the-job-under-another-name-and-pwned-me-but-were-cool-now-who-am-i' rel='bookmark' title='Permanent Link: I posted a job on rent-a-coder for someone to make an Appulous knockoff for my site. Kyek accepted the job under another name and pwned me :(. But we&#8217;re cool now. Who am I?'>I posted a job on rent-a-coder for someone to make an Appulous knockoff for my site. Kyek accepted the job under another name and pwned me :(. But we&#8217;re cool now. Who am I?</a></li>
<li><a href='http://justynsmith.info/who-did-labrat-attempt-to-con-into-writing-a-private-appulous-clone-for-his-website' rel='bookmark' title='Permanent Link: Who did Labrat attempt to con into writing a private Appulous clone for his website?'>Who did Labrat attempt to con into writing a private Appulous clone for his website?</a></li>
<li><a href='http://justynsmith.info/what-german-publication-ran-a-two-page-feature-on-appulous-in-september-it-looks-like-a-typo-but-its-not' rel='bookmark' title='Permanent Link: What German publication ran a two-page feature on Appulous in September? (It looks like a typo&#8230; but it&#8217;s not!)'>What German publication ran a two-page feature on Appulous in September? (It looks like a typo&#8230; but it&#8217;s not!)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The Troll Bridge over at <a href="http://appulo.us/appdb/">Appulous</a> has been updated with a 27th question.</p>
<p><strong>Question:</strong> Kyek modified a Greasemonkey plugin to allow you to see if an Appulous IPA link was dead before you clicked it. The original plugin was the ________ Links Checker.</p>
<p><strong>Answer:</strong> cavern</p>
<p>You can checkout all the questions / answers on the <a title="iPhone trivia for Appulous" href="http://justynsmith.info/2009/11/16/iphone-trivia-for-appulous/">iPhone trivia for Appulous</a> post.</p>
<p style="text-align:right;"><a rel="nofollow" class="tt" href="http://twitter.com/home/?status=RT+@Justyn_Smith+Kyek+modified+a+Greasemonkey+plugin+to+allow+you+to+see+if+an+Appulous+IPA+link+was+dead+before+you...:+http://bit.ly/b4v5pM" title="Post to Twitter"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a rel="nofollow" class="tt" href="http://digg.com/submit?url=http://justynsmith.info/kyek-modified-a-greasemonkey-plugin-to-allow-you-to-see-if-an-appulous-ipa-link-was-dead-before-you-clicked-it-the-original-plugin-was-the-________-links-checker&amp;title=Kyek+modified+a+Greasemonkey+plugin+to+allow+you+to+see+if+an+Appulous+IPA+link+was+dead+before+you..." title="Post to Digg"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://justynsmith.info/kyek-modified-a-greasemonkey-plugin-to-allow-you-to-see-if-an-appulous-ipa-link-was-dead-before-you-clicked-it-the-original-plugin-was-the-________-links-checker&amp;t=Kyek+modified+a+Greasemonkey+plugin+to+allow+you+to+see+if+an+Appulous+IPA+link+was+dead+before+you..." title="Post to Facebook"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a></p>

<p>Related posts:<ol><li><a href='http://justynsmith.info/i-posted-a-job-on-rent-a-coder-for-someone-to-make-an-appulous-knockoff-for-my-site-kyek-accepted-the-job-under-another-name-and-pwned-me-but-were-cool-now-who-am-i' rel='bookmark' title='Permanent Link: I posted a job on rent-a-coder for someone to make an Appulous knockoff for my site. Kyek accepted the job under another name and pwned me :(. But we&#8217;re cool now. Who am I?'>I posted a job on rent-a-coder for someone to make an Appulous knockoff for my site. Kyek accepted the job under another name and pwned me :(. But we&#8217;re cool now. Who am I?</a></li>
<li><a href='http://justynsmith.info/who-did-labrat-attempt-to-con-into-writing-a-private-appulous-clone-for-his-website' rel='bookmark' title='Permanent Link: Who did Labrat attempt to con into writing a private Appulous clone for his website?'>Who did Labrat attempt to con into writing a private Appulous clone for his website?</a></li>
<li><a href='http://justynsmith.info/what-german-publication-ran-a-two-page-feature-on-appulous-in-september-it-looks-like-a-typo-but-its-not' rel='bookmark' title='Permanent Link: What German publication ran a two-page feature on Appulous in September? (It looks like a typo&#8230; but it&#8217;s not!)'>What German publication ran a two-page feature on Appulous in September? (It looks like a typo&#8230; but it&#8217;s not!)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/kyek-modified-a-greasemonkey-plugin-to-allow-you-to-see-if-an-appulous-ipa-link-was-dead-before-you-clicked-it-the-original-plugin-was-the-________-links-checker/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You ssh to your phone and decide to rename &#8220;Documents&#8221; to &#8220;Other crap&#8221;. Type the command to do it, without using quotes.</title>
		<link>http://justynsmith.info/you-ssh-to-your-phone-and-decide-to-rename-documents-to-other-crap-type-the-command-to-do-it-without-using-quotes</link>
		<comments>http://justynsmith.info/you-ssh-to-your-phone-and-decide-to-rename-documents-to-other-crap-type-the-command-to-do-it-without-using-quotes#comments</comments>
		<pubDate>Fri, 20 Nov 2009 20:40:53 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Appulous]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=687</guid>
		<description><![CDATA[<p>The Troll Bridge over at <a href="http://appulo.us/appdb/">Appulous</a> has been updated with a 26th question.</p>
<p><strong>Question:</strong> You ssh to your phone and decide to rename &#8220;Documents&#8221; to &#8220;Other crap&#8221;. Type the command to do it, without using quotes.</p>
<p><strong>Answer:</strong> mv Documents Other\ Crap</p>
<p>You can checkout all the questions / answers on the <a ...&#160;<a href="http://justynsmith.info/you-ssh-to-your-phone-and-decide-to-rename-documents-to-other-crap-type-the-command-to-do-it-without-using-quotes">Read More &#187;</a></p>


Related posts:<ol><li><a href='http://justynsmith.info/youre-connected-to-our-irc-server-to-join-our-room-what-would-you-type' rel='bookmark' title='Permanent Link: You&#8217;re connected to our IRC server. To join our room, what would you type?'>You&#8217;re connected to our IRC server. To join our room, what would you type?</a></li>
<li><a href='http://justynsmith.info/approximately-how-many-douchebags-are-trying-to-promote-their-lame-websites-youtube-accounts-and-duplicate-facebook-groups-by-claiming-they-have-the-answers-to-these-questions' rel='bookmark' title='Permanent Link: Approximately how many douchebags are trying to promote their lame websites, youtube accounts, and duplicate facebook groups by claiming they have the answers to these questions?'>Approximately how many douchebags are trying to promote their lame websites, youtube accounts, and duplicate facebook groups by claiming they have the answers to these questions?</a></li>
<li><a href='http://justynsmith.info/what-was-the-name-of-the-app-written-specifically-for-downloading-and-installing-ipas-from-the-b00sted4fun-repository-and-who-wrote-it-answer-in-the-format-%e2%80%9cappname-by-author%e2%80%9d' rel='bookmark' title='Permanent Link: What was the name of the app written specifically for downloading and installing IPAs from the b00sted4fun repository, and who wrote it? Answer in the format “APPNAME by AUTHOR”.'>What was the name of the app written specifically for downloading and installing IPAs from the b00sted4fun repository, and who wrote it? Answer in the format “APPNAME by AUTHOR”.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The Troll Bridge over at <a href="http://appulo.us/appdb/">Appulous</a> has been updated with a 26th question.</p>
<p><strong>Question:</strong> You ssh to your phone and decide to rename &#8220;Documents&#8221; to &#8220;Other crap&#8221;. Type the command to do it, without using quotes.</p>
<p><strong>Answer:</strong> mv Documents Other\ Crap</p>
<p>You can checkout all the questions / answers on the <a title="iPhone trivia for Appulous" href="http://justynsmith.info/2009/11/16/iphone-trivia-for-appulous/">iPhone trivia for Appulous</a> post.</p>
<p style="text-align:right;"><a rel="nofollow" class="tt" href="http://twitter.com/home/?status=RT+@Justyn_Smith+You+ssh+to+your+phone+and+decide+to+rename+%E2%80%9CDocuments%E2%80%9D+to+%E2%80%9COther+crap%E2%80%9D.+Type+the+command+to...:+http://bit.ly/9BSaub" title="Post to Twitter"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a rel="nofollow" class="tt" href="http://digg.com/submit?url=http://justynsmith.info/you-ssh-to-your-phone-and-decide-to-rename-documents-to-other-crap-type-the-command-to-do-it-without-using-quotes&amp;title=You+ssh+to+your+phone+and+decide+to+rename+%E2%80%9CDocuments%E2%80%9D+to+%E2%80%9COther+crap%E2%80%9D.+Type+the+command+to..." title="Post to Digg"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://justynsmith.info/you-ssh-to-your-phone-and-decide-to-rename-documents-to-other-crap-type-the-command-to-do-it-without-using-quotes&amp;t=You+ssh+to+your+phone+and+decide+to+rename+%E2%80%9CDocuments%E2%80%9D+to+%E2%80%9COther+crap%E2%80%9D.+Type+the+command+to..." title="Post to Facebook"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a></p>

<p>Related posts:<ol><li><a href='http://justynsmith.info/youre-connected-to-our-irc-server-to-join-our-room-what-would-you-type' rel='bookmark' title='Permanent Link: You&#8217;re connected to our IRC server. To join our room, what would you type?'>You&#8217;re connected to our IRC server. To join our room, what would you type?</a></li>
<li><a href='http://justynsmith.info/approximately-how-many-douchebags-are-trying-to-promote-their-lame-websites-youtube-accounts-and-duplicate-facebook-groups-by-claiming-they-have-the-answers-to-these-questions' rel='bookmark' title='Permanent Link: Approximately how many douchebags are trying to promote their lame websites, youtube accounts, and duplicate facebook groups by claiming they have the answers to these questions?'>Approximately how many douchebags are trying to promote their lame websites, youtube accounts, and duplicate facebook groups by claiming they have the answers to these questions?</a></li>
<li><a href='http://justynsmith.info/what-was-the-name-of-the-app-written-specifically-for-downloading-and-installing-ipas-from-the-b00sted4fun-repository-and-who-wrote-it-answer-in-the-format-%e2%80%9cappname-by-author%e2%80%9d' rel='bookmark' title='Permanent Link: What was the name of the app written specifically for downloading and installing IPAs from the b00sted4fun repository, and who wrote it? Answer in the format “APPNAME by AUTHOR”.'>What was the name of the app written specifically for downloading and installing IPAs from the b00sted4fun repository, and who wrote it? Answer in the format “APPNAME by AUTHOR”.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/you-ssh-to-your-phone-and-decide-to-rename-documents-to-other-crap-type-the-command-to-do-it-without-using-quotes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You&#8217;re connected to our IRC server. To join our room, what would you type?</title>
		<link>http://justynsmith.info/youre-connected-to-our-irc-server-to-join-our-room-what-would-you-type</link>
		<comments>http://justynsmith.info/youre-connected-to-our-irc-server-to-join-our-room-what-would-you-type#comments</comments>
		<pubDate>Fri, 20 Nov 2009 03:30:19 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Appulous]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=681</guid>
		<description><![CDATA[<p>The Troll Bridge over at <a href="http://appulo.us/appdb/">Appulous</a> has been updated with a 25th question.</p>
<p><strong>Question:</strong> You&#8217;re connected to our IRC server. To join our room, what would you type?</p>
<p><strong>Answer:</strong> /join #chatulous</p>
<p>You can checkout all the questions / answers on the <a title="iPhone trivia for Appulous" href="http://justynsmith.info/2009/11/16/iphone-trivia-for-appulous/">iPhone trivia for Appulous</a> post.</p>
<p style="text-align:right;"><a ...&#160;<a href="http://justynsmith.info/youre-connected-to-our-irc-server-to-join-our-room-what-would-you-type">Read More &#187;</a></p>


Related posts:<ol><li><a href='http://justynsmith.info/the-appulous-test-servers-on-which-new-backend-code-and-server-configs-are-tested-publicly-before-moving-to-production-are-provided-by-what-company' rel='bookmark' title='Permanent Link: The Appulous test servers, on which new backend code and server configs are tested publicly before moving to production, are provided by what company?'>The Appulous test servers, on which new backend code and server configs are tested publicly before moving to production, are provided by what company?</a></li>
<li><a href='http://justynsmith.info/you-ssh-to-your-phone-and-decide-to-rename-documents-to-other-crap-type-the-command-to-do-it-without-using-quotes' rel='bookmark' title='Permanent Link: You ssh to your phone and decide to rename &#8220;Documents&#8221; to &#8220;Other crap&#8221;. Type the command to do it, without using quotes.'>You ssh to your phone and decide to rename &#8220;Documents&#8221; to &#8220;Other crap&#8221;. Type the command to do it, without using quotes.</a></li>
<li><a href='http://justynsmith.info/approximately-how-many-douchebags-are-trying-to-promote-their-lame-websites-youtube-accounts-and-duplicate-facebook-groups-by-claiming-they-have-the-answers-to-these-questions' rel='bookmark' title='Permanent Link: Approximately how many douchebags are trying to promote their lame websites, youtube accounts, and duplicate facebook groups by claiming they have the answers to these questions?'>Approximately how many douchebags are trying to promote their lame websites, youtube accounts, and duplicate facebook groups by claiming they have the answers to these questions?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The Troll Bridge over at <a href="http://appulo.us/appdb/">Appulous</a> has been updated with a 25th question.</p>
<p><strong>Question:</strong> You&#8217;re connected to our IRC server. To join our room, what would you type?</p>
<p><strong>Answer:</strong> /join #chatulous</p>
<p>You can checkout all the questions / answers on the <a title="iPhone trivia for Appulous" href="http://justynsmith.info/2009/11/16/iphone-trivia-for-appulous/">iPhone trivia for Appulous</a> post.</p>
<p style="text-align:right;"><a rel="nofollow" class="tt" href="http://twitter.com/home/?status=RT+@Justyn_Smith+You%E2%80%99re+connected+to+our+IRC+server.+To+join+our+room%2C+what+would+you+type%3F:+http://bit.ly/9c66ME" title="Post to Twitter"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a rel="nofollow" class="tt" href="http://digg.com/submit?url=http://justynsmith.info/youre-connected-to-our-irc-server-to-join-our-room-what-would-you-type&amp;title=You%E2%80%99re+connected+to+our+IRC+server.+To+join+our+room%2C+what+would+you+type%3F" title="Post to Digg"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://justynsmith.info/youre-connected-to-our-irc-server-to-join-our-room-what-would-you-type&amp;t=You%E2%80%99re+connected+to+our+IRC+server.+To+join+our+room%2C+what+would+you+type%3F" title="Post to Facebook"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a></p>

<p>Related posts:<ol><li><a href='http://justynsmith.info/the-appulous-test-servers-on-which-new-backend-code-and-server-configs-are-tested-publicly-before-moving-to-production-are-provided-by-what-company' rel='bookmark' title='Permanent Link: The Appulous test servers, on which new backend code and server configs are tested publicly before moving to production, are provided by what company?'>The Appulous test servers, on which new backend code and server configs are tested publicly before moving to production, are provided by what company?</a></li>
<li><a href='http://justynsmith.info/you-ssh-to-your-phone-and-decide-to-rename-documents-to-other-crap-type-the-command-to-do-it-without-using-quotes' rel='bookmark' title='Permanent Link: You ssh to your phone and decide to rename &#8220;Documents&#8221; to &#8220;Other crap&#8221;. Type the command to do it, without using quotes.'>You ssh to your phone and decide to rename &#8220;Documents&#8221; to &#8220;Other crap&#8221;. Type the command to do it, without using quotes.</a></li>
<li><a href='http://justynsmith.info/approximately-how-many-douchebags-are-trying-to-promote-their-lame-websites-youtube-accounts-and-duplicate-facebook-groups-by-claiming-they-have-the-answers-to-these-questions' rel='bookmark' title='Permanent Link: Approximately how many douchebags are trying to promote their lame websites, youtube accounts, and duplicate facebook groups by claiming they have the answers to these questions?'>Approximately how many douchebags are trying to promote their lame websites, youtube accounts, and duplicate facebook groups by claiming they have the answers to these questions?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/youre-connected-to-our-irc-server-to-join-our-room-what-would-you-type/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>They need to do way _________ mother.</title>
		<link>http://justynsmith.info/they-need-to-do-way-_________-mother</link>
		<comments>http://justynsmith.info/they-need-to-do-way-_________-mother#comments</comments>
		<pubDate>Fri, 20 Nov 2009 02:58:30 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Appulous]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=677</guid>
		<description><![CDATA[<p>The Troll Bridge over at <a href="http://appulo.us/appdb/">Appulous</a> has been updated with a 24th question.</p>
<p><strong>Question:</strong> They need to do way _________ mother.</p>
<p><strong>Answer:</strong> instain</p>
<p>You can checkout all the questions / answers on the <a title="iPhone trivia for Appulous" href="http://justynsmith.info/2009/11/16/iphone-trivia-for-appulous/">iPhone trivia for Appulous</a> post.</p>
<p style="text-align:right;"><a rel="nofollow" class="tt" href="http://twitter.com/home/?status=RT+@Justyn_Smith+They+need+to+do+way+_________+mother.:+http://bit.ly/bUy2c5" title="Post to Twitter"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png"...&#160;<a href="http://justynsmith.info/they-need-to-do-way-_________-mother"/>Read More &#187;</a></p>


Related posts:<ol><li><a href='http://justynsmith.info/approximately-how-many-douchebags-are-trying-to-promote-their-lame-websites-youtube-accounts-and-duplicate-facebook-groups-by-claiming-they-have-the-answers-to-these-questions' rel='bookmark' title='Permanent Link: Approximately how many douchebags are trying to promote their lame websites, youtube accounts, and duplicate facebook groups by claiming they have the answers to these questions?'>Approximately how many douchebags are trying to promote their lame websites, youtube accounts, and duplicate facebook groups by claiming they have the answers to these questions?</a></li>
<li><a href='http://justynsmith.info/what-was-the-name-of-the-app-written-specifically-for-downloading-and-installing-ipas-from-the-b00sted4fun-repository-and-who-wrote-it-answer-in-the-format-%e2%80%9cappname-by-author%e2%80%9d' rel='bookmark' title='Permanent Link: What was the name of the app written specifically for downloading and installing IPAs from the b00sted4fun repository, and who wrote it? Answer in the format “APPNAME by AUTHOR”.'>What was the name of the app written specifically for downloading and installing IPAs from the b00sted4fun repository, and who wrote it? Answer in the format “APPNAME by AUTHOR”.</a></li>
<li><a href='http://justynsmith.info/who-did-labrat-attempt-to-con-into-writing-a-private-appulous-clone-for-his-website' rel='bookmark' title='Permanent Link: Who did Labrat attempt to con into writing a private Appulous clone for his website?'>Who did Labrat attempt to con into writing a private Appulous clone for his website?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The Troll Bridge over at <a href="http://appulo.us/appdb/">Appulous</a> has been updated with a 24th question.</p>
<p><strong>Question:</strong> They need to do way _________ mother.</p>
<p><strong>Answer:</strong> instain</p>
<p>You can checkout all the questions / answers on the <a title="iPhone trivia for Appulous" href="http://justynsmith.info/2009/11/16/iphone-trivia-for-appulous/">iPhone trivia for Appulous</a> post.</p>
<p style="text-align:right;"><a rel="nofollow" class="tt" href="http://twitter.com/home/?status=RT+@Justyn_Smith+They+need+to+do+way+_________+mother.:+http://bit.ly/bUy2c5" title="Post to Twitter"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a rel="nofollow" class="tt" href="http://digg.com/submit?url=http://justynsmith.info/they-need-to-do-way-_________-mother&amp;title=They+need+to+do+way+_________+mother." title="Post to Digg"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://justynsmith.info/they-need-to-do-way-_________-mother&amp;t=They+need+to+do+way+_________+mother." title="Post to Facebook"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a></p>

<p>Related posts:<ol><li><a href='http://justynsmith.info/approximately-how-many-douchebags-are-trying-to-promote-their-lame-websites-youtube-accounts-and-duplicate-facebook-groups-by-claiming-they-have-the-answers-to-these-questions' rel='bookmark' title='Permanent Link: Approximately how many douchebags are trying to promote their lame websites, youtube accounts, and duplicate facebook groups by claiming they have the answers to these questions?'>Approximately how many douchebags are trying to promote their lame websites, youtube accounts, and duplicate facebook groups by claiming they have the answers to these questions?</a></li>
<li><a href='http://justynsmith.info/what-was-the-name-of-the-app-written-specifically-for-downloading-and-installing-ipas-from-the-b00sted4fun-repository-and-who-wrote-it-answer-in-the-format-%e2%80%9cappname-by-author%e2%80%9d' rel='bookmark' title='Permanent Link: What was the name of the app written specifically for downloading and installing IPAs from the b00sted4fun repository, and who wrote it? Answer in the format “APPNAME by AUTHOR”.'>What was the name of the app written specifically for downloading and installing IPAs from the b00sted4fun repository, and who wrote it? Answer in the format “APPNAME by AUTHOR”.</a></li>
<li><a href='http://justynsmith.info/who-did-labrat-attempt-to-con-into-writing-a-private-appulous-clone-for-his-website' rel='bookmark' title='Permanent Link: Who did Labrat attempt to con into writing a private Appulous clone for his website?'>Who did Labrat attempt to con into writing a private Appulous clone for his website?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/they-need-to-do-way-_________-mother/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What German publication ran a two-page feature on Appulous in September? (It looks like a typo&#8230; but it&#8217;s not!)</title>
		<link>http://justynsmith.info/what-german-publication-ran-a-two-page-feature-on-appulous-in-september-it-looks-like-a-typo-but-its-not</link>
		<comments>http://justynsmith.info/what-german-publication-ran-a-two-page-feature-on-appulous-in-september-it-looks-like-a-typo-but-its-not#comments</comments>
		<pubDate>Fri, 20 Nov 2009 00:21:52 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Appulous]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=673</guid>
		<description><![CDATA[<p>The Troll Bridge over at <a href="http://appulo.us/appdb/">Appulous</a> has been updated with a 23rd question.</p>
<p><strong>Question:</strong> What German publication ran a two-page feature on Appulous in September? (It looks like a typo&#8230; but it&#8217;s not!)</p>
<p><strong>Answer:</strong> pc magazin</p>
<p>You can checkout all the questions / answers on the <a title="iPhone trivia for Appulous" href="http://justynsmith.info/2009/11/16/iphone-trivia-for-appulous/">iPhone...&#160;</a><a href="http://justynsmith.info/what-german-publication-ran-a-two-page-feature-on-appulous-in-september-it-looks-like-a-typo-but-its-not">Read More &#187;</a></p>


Related posts:<ol><li><a href='http://justynsmith.info/who-did-labrat-attempt-to-con-into-writing-a-private-appulous-clone-for-his-website' rel='bookmark' title='Permanent Link: Who did Labrat attempt to con into writing a private Appulous clone for his website?'>Who did Labrat attempt to con into writing a private Appulous clone for his website?</a></li>
<li><a href='http://justynsmith.info/i-posted-a-job-on-rent-a-coder-for-someone-to-make-an-appulous-knockoff-for-my-site-kyek-accepted-the-job-under-another-name-and-pwned-me-but-were-cool-now-who-am-i' rel='bookmark' title='Permanent Link: I posted a job on rent-a-coder for someone to make an Appulous knockoff for my site. Kyek accepted the job under another name and pwned me :(. But we&#8217;re cool now. Who am I?'>I posted a job on rent-a-coder for someone to make an Appulous knockoff for my site. Kyek accepted the job under another name and pwned me :(. But we&#8217;re cool now. Who am I?</a></li>
<li><a href='http://justynsmith.info/the-appulous-test-servers-on-which-new-backend-code-and-server-configs-are-tested-publicly-before-moving-to-production-are-provided-by-what-company' rel='bookmark' title='Permanent Link: The Appulous test servers, on which new backend code and server configs are tested publicly before moving to production, are provided by what company?'>The Appulous test servers, on which new backend code and server configs are tested publicly before moving to production, are provided by what company?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The Troll Bridge over at <a href="http://appulo.us/appdb/">Appulous</a> has been updated with a 23rd question.</p>
<p><strong>Question:</strong> What German publication ran a two-page feature on Appulous in September? (It looks like a typo&#8230; but it&#8217;s not!)</p>
<p><strong>Answer:</strong> pc magazin</p>
<p>You can checkout all the questions / answers on the <a title="iPhone trivia for Appulous" href="http://justynsmith.info/2009/11/16/iphone-trivia-for-appulous/">iPhone trivia for Appulous</a> post.</p>
<p style="text-align:right;"><a rel="nofollow" class="tt" href="http://twitter.com/home/?status=RT+@Justyn_Smith+What+German+publication+ran+a+two-page+feature+on+Appulous+in+September%3F+%28It+looks+like+a+typo%E2%80%A6+b...:+http://bit.ly/ds7Zdb" title="Post to Twitter"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a rel="nofollow" class="tt" href="http://digg.com/submit?url=http://justynsmith.info/what-german-publication-ran-a-two-page-feature-on-appulous-in-september-it-looks-like-a-typo-but-its-not&amp;title=What+German+publication+ran+a+two-page+feature+on+Appulous+in+September%3F+%28It+looks+like+a+typo%E2%80%A6+b..." title="Post to Digg"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://justynsmith.info/what-german-publication-ran-a-two-page-feature-on-appulous-in-september-it-looks-like-a-typo-but-its-not&amp;t=What+German+publication+ran+a+two-page+feature+on+Appulous+in+September%3F+%28It+looks+like+a+typo%E2%80%A6+b..." title="Post to Facebook"><img class="nothumb" src="http://justynsmith.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a></p>

<p>Related posts:<ol><li><a href='http://justynsmith.info/who-did-labrat-attempt-to-con-into-writing-a-private-appulous-clone-for-his-website' rel='bookmark' title='Permanent Link: Who did Labrat attempt to con into writing a private Appulous clone for his website?'>Who did Labrat attempt to con into writing a private Appulous clone for his website?</a></li>
<li><a href='http://justynsmith.info/i-posted-a-job-on-rent-a-coder-for-someone-to-make-an-appulous-knockoff-for-my-site-kyek-accepted-the-job-under-another-name-and-pwned-me-but-were-cool-now-who-am-i' rel='bookmark' title='Permanent Link: I posted a job on rent-a-coder for someone to make an Appulous knockoff for my site. Kyek accepted the job under another name and pwned me :(. But we&#8217;re cool now. Who am I?'>I posted a job on rent-a-coder for someone to make an Appulous knockoff for my site. Kyek accepted the job under another name and pwned me :(. But we&#8217;re cool now. Who am I?</a></li>
<li><a href='http://justynsmith.info/the-appulous-test-servers-on-which-new-backend-code-and-server-configs-are-tested-publicly-before-moving-to-production-are-provided-by-what-company' rel='bookmark' title='Permanent Link: The Appulous test servers, on which new backend code and server configs are tested publicly before moving to production, are provided by what company?'>The Appulous test servers, on which new backend code and server configs are tested publicly before moving to production, are provided by what company?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/what-german-publication-ran-a-two-page-feature-on-appulous-in-september-it-looks-like-a-typo-but-its-not/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
